3cf303a71257797f09162ea2bb0bc1470326d20d
[gnus] / lisp / ChangeLog
1 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-current-line): New function.
4         (auth-source-netrc-parse-entries): When a data token is "machine",
5         assume we're in the wrong place and abort parsing the current line.
6
7 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
10         (eww-convert-widgets): Don't bug out if the first widget starts at the
11         beginning of the buffer.
12         (eww-convert-widgets): Fix last patch.
13         (eww-tag-input): Support <input type=image>.
14
15         * shr.el (shr-insert-table): Respect border-collapse: collapse.
16         (shr-tag-base): Protect against base specs that are degenerate.
17         (shr-ensure-paragraph): Don't delete empty lines that have text
18         properties, because these may be input fields.
19
20         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
21         we can navigate to them.
22
23         * shr.el (shr-colorize-region): Put the colours over the entire region.
24         (shr-inhibit-decoration): New variable.
25         (shr-add-font): Use it to inhibit text property decorations while doing
26         preliminary table renderings.  This speeds up typical Wikipedia page
27         renderings by 15%.
28         (shr-tag-span): Don't respect the <title>, because that overwrites the
29         help-echo from links inside the spans.
30         (shr-next-link): Use `help-echo' for navigation, so that we can
31         navigate to form elements, too.
32
33         * eww.el (eww-button): New face.
34         (eww-convert-widgets): Use it to make submit buttons more button-like.
35
36         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
37         that Gnus commands work.
38
39         * shr.el (shr-render-td): Support horizontal alignment.
40
41         * eww.el (eww-put-color): Removed.
42         (eww-colorize-region): Use `add-face-text-property'.
43
44         * shr.el (shr-add-font): Append face data, so that we get the correct
45         presedence: The innermost value (which is applied first) wins.
46         (shr-make-overlay): Obsolete function.
47
48         * mm-decode.el (mm-convert-shr-links): New function to convert
49         new-style shr URL links into widgets.
50         (mm-shr): Use it.
51
52         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
53         widget commands, since we're no longer using widgets for links.
54
55         * shr.el (shr-next-link): New command.
56         (shr-previous-link): New command.
57         (shr-urlify): Don't use `widget-convert', because that's slow.
58         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
59         because collecting the overlays and reapplying them when generating
60         tables is slow.
61         (shr-insert-table): Ditto.
62
63 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
64
65         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
66         * shr.el (browse-url): Require `url'.
67         * eww.el (url): Require format-spec.
68
69 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * eww.el (eww-display-html): Default to using the entire window width.
72         (eww-browse-url): Don't add a User-Agent header (twice), because that
73         makes Bing refuse connection.
74
75         * shr.el (shr-make-table): Cache the table rendering at the table
76         level, and not the <td> level.  This is a bit faster.
77
78         * eww.el (eww-render): Go to the correct ID when given URLs ending with
79         #id.
80
81         * shr.el (shr-tag-li): Don't require a new paragraph, since other
82         browsers don't.
83         (shr-expand-url): Respect #anchor links.
84         (shr-parse-base): Chop off the anchor before using.
85         (shr-descend): Respect display: none.
86         (shr-descend): Allow marking elements that have certain IDs.
87
88         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
89
90         * shr.el (shr-expand-url): Don't bug out on zero-length links.
91
92         * eww.el (eww-tag-textarea): Support <textarea>.
93
94 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
95
96         * shr.el (shr-dom-to-xml): Fixed function call.
97
98         * eww.el (eww): New group.
99         (eww-header-line-format): New custom variable.
100         (eww-current-title): New variable.
101         (eww-display-html): Update header and handle title tag.
102         (eww-update-header-line-format): New function.
103         (eww-tag-title): New function.
104
105         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
106         (shr-tag-svg): Add support for the SVG tag.
107         (shr-bullet): New custom variable.
108         (shr-tag-li): Support custom bullet in unordered lists.
109
110 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * shr.el (shr-expand-url): Respect // URLs.
113
114         * eww.el (eww-tag-body): Override the shr body rendering so that we can
115         put a background colour onto the entire buffer.
116         (eww-render): When being redirected, use the redirect URL as the new
117         base URL.
118
119         * shr.el (shr-parse-base): Fix parsing error.
120
121         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
122
123         * shr.el (shr-parse-base): New function.
124         (shr-expand-url): Use it to expand relative URLs reliably.
125
126 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * auth-source.el (auth-source-search-collection): Fix docstring.
129         (auth-source-netrc-parse): Refactor and improve netrc parser to support
130         single-quoted strings and multiline entries.
131         (auth-source-netrc-parse-next-interesting)
132         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
133         functions to support parser.
134
135 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * eww.el (eww-submit): Get submit button logic right when hitting RET
138         on non-submit buttons.
139
140         * shr.el: Remove shr-preliminary-table-render, since that can't really
141         be used for anything in practice.
142
143 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
144
145         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
146         (sieve-manage-quit).
147
148 2013-06-14  Glenn Morris  <rgm@gnu.org>
149
150         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
151
152 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
153
154         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
155         control the maximum size of photo ID image.
156         (mml2015-epg-key-image-to-string): Respect it.
157
158 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
161         instead of the final one so that we can more easily distinguish them.
162
163         * eww.el (eww-submit): Compute the submission URL correctly.
164
165 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
166
167         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
168         Use plist-get rather than CL's getf.
169         (sieve-manage-parse-capability): Avoid CL's remove-if.
170
171 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
172
173         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
174         (sieve-manage-quit).
175
176 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * shr.el (shr-expand-url): Expansion should chop off the bits after the
179         last slash.
180
181         * eww.el (eww-tag-select): Use the first value as the default value.
182
183 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
184
185         * eww.el (eww): Prepend urls with http:// if scheme is missing.
186         (eww-mode): Use `define-derived-mode'.
187         (eww-parse-headers): Parse headers from beginning of buffer so that
188         file:// links work.
189
190 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
193
194 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
197         to handle them at all.
198
199 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
202         work, too.
203         (eww-tag-select): Implement <select>.
204
205 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
206
207         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
208         stream managing functions by using open-protocol-stream to do most of
209         the work. Has the nice benefit of enabling STARTTLS.
210         Wait for capabilities after STARTTLS: following RFC5804, the server
211         sends new capabilities after successfully establishing a TLS connection
212         with the client. The client should update the cached list of
213         capabilities, but we just ignore the answer for now.
214         (sieve-manage-network-p, sieve-manage-network-open)
215         (sieve-manage-starttls-p, sieve-manage-starttls-open)
216         (sieve-manage-forward, sieve-manage-streams)
217         (sieve-manage-stream-alist): Remove unneeded functions neither in the
218         API, nor called by any other function.
219         Enable Multibyte for SieveManage buffers: The parser won't properly
220         handle umlauts and line endings unless multibyte is turned on in the
221         process buffer.
222
223 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * eww.el (eww-tag-input): Support password fields.
226         (eww-submit): Support POST.
227
228 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * eww.el (eww-tag-form): Protect against degenerate forms.
231
232         * shr.el (shr-expand-url): Expand URLs that start with a slash
233         correctly.
234
235         * eww.el (eww-submit): Get submit button logic right.
236
237         * shr.el (shr-final-table-render): New variable to signal when we're
238         doing the final table rendering so that we can collect more data at
239         that point.
240
241         * eww.el (eww-submit): Make form submission work.
242         (eww-tag-input): Implement submit buttons.
243         (eww-click-radio): Implement radio and checkboxes.
244         (eww-submit): Handle hidden elements.
245
246         * shr.el (shr-descend): Allow other packages to override (or provide)
247         rendering of elements.
248         (shr-expand-url): Strip query strings from URLs before expanding them.
249
250         * eww.el: Don't require cl-lib.
251         (eww-tag-form): Start form support.
252
253         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
254
255         * eww.el: Start writing a new, tiny web browser.
256         (eww-previous-url): New command.
257         (eww-quit): New command.
258
259 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
260
261         * sieve.el: Put point at beginning of buffer when viewing a script.
262         (sieve-open-server): respect the PORT parameter. Show the correct port
263         number in sieve-buffer's header. Fixed code to also work with a string
264         as port specifier. Properly close the connection on pressing 'q'. Make
265         sieve-manage-quit close the connection and process buffer. Also, remove
266         duplicate keybinding for 'q'.
267
268 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
269
270         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
271         make it easier to read.
272         (mm-pkcs7-enveloped-magic): Ditto.
273
274 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
275
276         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
277         before `image-type-available-p' to avoid loading the image libraries
278         needlessly.
279
280 2013-06-05  David Engster  <deng@randomsample.de>
281
282         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
283         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
284         to see whether the group was synced before.
285
286 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
287
288         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
289         when opening the connection.
290         Suggested by João Távora <joaotavora@gmail.com> in
291         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
292
293 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
296         assume Date header begins with "Date", that may be customized into
297         something like "X-Sent" using gnus-article-time-format.
298         (article-transform-date): Allow multi-line Date header.
299
300 2013-06-02  David Engster  <deng@randomsample.de>
301
302         * registry.el (initialize-instance, registry-lookup)
303         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
304         (registry-lookup-secondary-value, registry-search, registry-delete)
305         (registry-insert, registry-reindex, registry-size, registry-prune): Do
306         not wrap methods in `eval-and-compile'.  This breaks due to latest
307         changes in EIEIO (introduction of eieio-core.el).
308
309 2013-05-30  Glenn Morris  <rgm@gnu.org>
310
311         * nnmail.el (nnmail-fancy-expiry-target):
312         Also bind mail-dont-reply-to-names.
313
314         * spam-stat.el (spam-stat-save):
315         No need to tweak font-lock in temp buffers.
316
317         * shr.el (shr-put-image): Silence compiler.
318
319 2013-05-29  Glenn Morris  <rgm@gnu.org>
320
321         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
322
323         * gnus-group.el (gnus-sequence-of-unread-articles)
324         (gnus-summary-add-mark, gnus-mark-article-as-read)
325         (gnus-group-make-articles-read): Declare.
326
327         * gnus-sum.el (gnus-parameter-list-identifier)
328         (gnus-article-stop-animations, gnus-stop-downloads)
329         (gnus-article-only-boring-p, article-goto-body)
330         (gnus-flush-original-article-buffer, article-narrow-to-head)
331         (gnus-article-hidden-text-p, gnus-delete-wash-type)
332         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
333
334         * gnus.el: No need to eval-and-compile autoloads.
335
336         * gravatar.el (help-function-arglist): Autoload.
337
338         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
339
340         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
341
342         * spam.el: No need to load spam-report when compiling.
343         No need to eval-and-compile autoloads.
344         (spam-report-resend-to): Declare.
345         (spam-report-resend-register-routine): Require 'spam-report.
346
347 2013-05-24  Julien Danjou  <julien@danjou.info>
348
349         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
350         setup.
351
352 2013-05-23  Glenn Morris  <rgm@gnu.org>
353
354         * gnus-util.el (rmail-swap-buffers-maybe)
355         (rmail-maybe-set-message-counters, rmail-count-new-messages)
356         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
357         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
358
359         * mm-decode.el: No need to load term when compiling.
360         (term-mode, term-char-mode): Declare.
361
362         * mm-util.el: No need to load jka-compr when compiling.
363         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
364
365         * nnmaildir.el: Require is automatically eval-and-compile.
366         (nnmail): Require at run-time too.
367
368         * registry.el (registry-size): Move definition before use.
369
370 2013-05-22  Daiki Ueno  <ueno@gnu.org>
371
372         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
373         signed data to conform the standard.  (Bug#14232)
374
375 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
376
377         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
378         double angle quotation mark.
379
380 2013-05-20  Glenn Morris  <rgm@gnu.org>
381
382         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
383
384 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
385
386         * message.el (message-insert-formatted-citation-line): handle finding
387         first/lastname when more than 2 names appear.
388
389 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
390
391         * shr.el (shr-tag-span): New function.
392
393 2013-05-18  Glenn Morris  <rgm@gnu.org>
394
395         * message.el (message-mode): Use message-mode-abbrev-table,
396         with text-mode-abbrev-table as parent.  (Bug#14413)
397
398 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * message.el (message-expand-group): Decode group names.
401
402 2013-05-16  Julien Danjou  <julien@danjou.info>
403
404         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
405         app-icon.
406
407 2013-05-15  Glenn Morris  <rgm@gnu.org>
408
409         * shr-color.el (shr-color-visible-luminance-min)
410         (shr-color-visible-distance-min): Use shr-color group.
411
412 2013-05-11  Glenn Morris  <rgm@gnu.org>
413
414         * gnus-vm.el: Make it loadable without VM.
415         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
416         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
417
418 2013-05-09  Glenn Morris  <rgm@gnu.org>
419
420         * mml1991.el: Make it loadable.  (Bug#13456)
421
422         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
423         * gnus-async.el (gnus-async-post-fetch-function):
424         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
425         * gnus-html.el (gnus-html-image-cache-ttl):
426         * gnus-notifications.el (gnus-notifications-timeout):
427         * gnus-picon.el (gnus-picon-properties):
428         * gnus-util.el (gnus-completion-styles):
429         * gnus.el (gnus-other-frame-resume-function):
430         * message.el (message-user-organization-file)
431         (message-cite-reply-position):
432         * nnir.el (nnir-summary-line-format)
433         (nnir-retrieve-headers-override-function):
434         * shr-color.el (shr-color-visible-luminance-min):
435         * shr.el (shr-blocked-images):
436         * spam-report.el (spam-report-resend-to):
437         * spam.el (spam-summary-exit-behavior): Fix custom types.
438
439         * gnus-salt.el (gnus-selected-tree-face): Fix default.
440
441 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
444         because of let-binding help-xref-following.  (Bug#14356)
445
446 2013-05-06  Glenn Morris  <rgm@gnu.org>
447
448         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
449
450 2013-05-04  Andrew Cohen  <cohen@bu.edu>
451
452         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
453         entering into the registry.
454
455 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
456
457         * gnus.el: Ma Gnus v0.7 is released.
458
459 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
462         (Bug#14304)
463
464 2013-04-27  Glenn Morris  <rgm@gnu.org>
465
466         * gnus.el (gnus-list-debbugs):
467         Use require rather than autoload.  (Bug#14262)
468
469 2013-04-27  Julien Danjou  <julien@danjou.info>
470
471         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
472         port to "sieve" now that it has an official IANA port assigned.
473
474 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
477         Don't set the MAILHOST environment variable permanently (Bug#14271).
478
479 2013-04-26  Glenn Morris  <rgm@gnu.org>
480
481         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
482
483 2013-04-25  Andrew Cohen  <cohen@bu.edu>
484
485         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
486         string values of 'gcc-self. Thanks to Saroj Thirumalai.
487
488 2013-04-24  Andrew Cohen  <cohen@bu.edu>
489
490         * nnir.el (nnir-close-group): Make sure we are in the right group.
491
492         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
493         dependency table from all newly retrieved headers.
494
495 2013-04-16  David Edmondson  <dme@dme.org>
496
497         Support <img src="data:...">.
498
499         * shr.el (shr-image-from-data): New function.
500         (shr-tag-img): Use it.
501
502 2013-04-14  Andrew Cohen  <cohen@bu.edu>
503
504         * nnir.el (nnir-request-set-mark): Make sure we are in the right
505         group.
506
507 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
510         corresponding to any existing group (Bug#14166).
511
512 2013-04-10  Andrew Cohen  <cohen@bu.edu>
513
514         * nnir.el (number-sequence): No longer used.
515         (nnir-request-set-mark): New function.
516         (nnir-request-update-info): Improve marks updating.
517         (nnir-request-scan): Don't duplicate marks updating.
518         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
519         Use 'assq rather than 'assoc. Quote anonymous function.
520         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
521         Use 'gnus-group-prefixed-p.
522         (gnus-summary-create-nnir-group): Make sure server for method is open.
523
524 2013-04-04  Andrew Cohen  <cohen@bu.edu>
525
526         * nnir.el (gnus-nnir-group-p): New function.
527         (nnir-possibly-change-group): Use it.
528
529         * gnus-msg.el (gnus-setup-message): Use it.
530
531 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * mml.el (mml-minibuffer-read-description): Use `default' insted of
534         `initial-input' for the argument name.
535         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
536
537 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
538
539         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
540         (used by MH-E).
541
542 2013-04-01  Andrew Cohen  <cohen@bu.edu>
543
544         * nnir.el (nnir-request-update-mark): Improve mark updating in original
545         group.
546
547         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
548         fix compilation.
549
550 2013-03-31  Andrew Cohen  <cohen@bu.edu>
551
552         * nnir.el (nnir-method-default-engines): And another typo.
553
554 2013-03-30  Andrew Cohen  <cohen@bu.edu>
555
556         * nnir.el (nnir-method-default-engines): Fix typo.
557
558 2013-03-29  Andrew Cohen  <cohen@bu.edu>
559
560         * nnir.el: Define 'number-sequence for xemacs.
561         (gnus-summary-create-nnir-group): New function to create an nnir group
562         from an nnir summary buffer based on the current query.
563         (nnir-request-create-group): Update to allow nnir group creation based
564         on the current query.
565
566 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * nndraft.el (nndraft-request-expire-articles):
569         Make expiry target always `delete'.
570
571 2013-03-27  Andrew Cohen  <cohen@bu.edu>
572
573         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
574         buffer use the posting-style and gcc of the original article group.
575         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
576
577         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
578         after other deffoos.
579
580 2013-03-25  Andrew Cohen  <cohen@bu.edu>
581
582         * nnir.el: Major rewrite. Cleaner separation between searches and group
583         management. Marks are now shown in nnir summary buffers. Rudimentary
584         support for real (i.e. not ephemeral) nnir groups.
585         (gnus-summary-make-nnir-group): New function for initiating searches
586         from a summary buffer.
587
588 2013-03-18  Sam Steingold  <sds@gnu.org>
589
590         * message.el (message-bury): Minor cleanup.
591
592 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
593
594         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
595
596 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * nndir.el (nndir-request-list): Remove 2nd argument passed to
599         nnml-request-list.  (Bug#13873)
600         (nndir-request-newsgroups): Remove, unused.
601
602         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
603
604 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
605
606         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
607         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
608         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
609
610 2013-03-03  Ted Phelps  <phelps@gnusto.com>
611
612         * shr.el: Make all the overlays set the `evaporate' property so that
613         they're removed properly.
614
615 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
616
617         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
618         shell-quote-argument.
619
620 2013-02-22  David Engster  <deng@randomsample.de>
621
622         * gnus-registry.el (gnus-registry-save): Provide class name when
623         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
624         `condition-case' to stay compatible with older EIEIO versions which
625         only accept one argument.
626
627 2013-02-17  Daiki Ueno  <ueno@gnu.org>
628
629         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
630         (epg-user-id-validity): Autoload.
631         (mml2015-epg-check-user-id): New function.
632         (mml2015-epg-check-sub-key): New function split from
633         mml2015-epg-find-usable-key.
634         (mml2015-epg-find-usable-key): Accept context, name, usage, and
635         optional name-is-key-id, to handle the case when user-id is unusable.
636         Reported by Łukasz Stelmach <stlman@poczta.fm>.
637
638 2013-02-17  Glenn Morris  <rgm@gnu.org>
639
640         * shr.el (shr-put-image): Use image-multi-frame-p if available.
641
642 2013-02-16  Glenn Morris  <rgm@gnu.org>
643
644         * shr.el (shr-put-image): Only animate images that specify a delay.
645         This is consistent with the old image-animated-p behavior.
646
647 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
650         for XEmacs.
651
652 2013-02-13  Juri Linkov  <juri@jurta.org>
653
654         * gnus-art.el (gnus-article-mode-map):
655         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
656         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
657
658 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
659
660         * auth-source.el (auth-source-format-prompt): Don't get confused by
661         any "\" in replacement text.  (Bug#13637)
662
663 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
664
665         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
666         (gnus-backend-trace): Honour gnus-backend-trace.
667
668         * mml.el (mml-insert-part): Insert closing tag.
669
670         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
671
672 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
675         able to find the article, which can happen in debbugs groups,
676         apparently.
677
678 2013-01-16  Glenn Morris  <rgm@gnu.org>
679
680         * smiley.el (smiley-style): Make the file loadable in batch mode.
681
682 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
683
684         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
685         imap process running.
686
687 2013-01-14  Julien Danjou  <julien@danjou.info>
688
689         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
690         Compare addresses against addresses, not against the full From field.
691
692 2013-01-13  Richard Stallman  <rms@gnu.org>
693
694         * message.el (message-forward-make-body-mime): New args BEG, END
695         specify what part of FORWARD-BUFFER to use.  Do the work directly
696         instead of calling `mml-insert-buffer'.
697
698 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
699
700         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
701         cross-reference(s).
702
703         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
704         cross-reference(s).
705
706 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
707
708         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
709         and point-max-marker.
710         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
711
712 2013-01-11  Julien Danjou  <julien@danjou.info>
713
714         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
715         max are almost equal. Also return the correct value for V which is
716         already between 0 and 1.
717
718 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
719
720         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
721         to mml2015-encrypt-to-self.
722         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
723
724 2013-01-09  Daiki Ueno  <ueno@gnu.org>
725
726         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
727         mml-smime-epg-find-usable-secret-key.
728
729 2013-01-08  Glenn Morris  <rgm@gnu.org>
730
731         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
732
733 2013-01-07  Daiki Ueno  <ueno@gnu.org>
734
735         * mml-smime.el: Support signing by sender.
736         Requested by Uwe Brauer.
737         (mml-smime-sign-with-sender): New user option analogous
738         to mml2015-sign-with-sender.
739         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
740         (mml-smime-epg-find-usable-secret-key): New helper function copied from
741         mml2015.el.
742
743 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
746         isn't running, because Gnus will probably not know how to handle the
747         Gcc header (bug#11941).
748
749         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
750         articles.
751
752 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nnfolder.el (nnfolder-recursive-directory-files): New function.
755         (nnfolder-generate-active-file): Make this function work with recursive
756         folder names.
757
758 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * nntp.el (nntp-open-connection): Use HELP as the capability command
761         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
762         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
763
764 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
765
766         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
767         place holder since this gives `Invalid face reference: nil' messages.
768         Use the `default' face instead.  It has the same effect here, even
769         though it is not no-op.
770
771         * gnus-util.el
772         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
773
774 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
777         non-string posting styles (bug#13285).
778
779 2012-12-27  Glenn Morris  <rgm@gnu.org>
780
781         * plstore.el (plstore-passphrase-callback-function):
782         Use plstore-get-file.
783
784 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
785
786         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
787         stderr.
788
789 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
792
793         * gnus-compat.el (set-buffer-multibyte): Remove.
794
795 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
796
797         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
798         temporary file to get PGP key image. Pass no-show-photos when extracting
799         image to avoid having it pop up twice.
800
801 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
804         eligible for treatment.
805
806         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
807         lines.  This makes summary commands with hidden threads work more
808         reliably.
809
810         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
811         button to mark the hidden citations (bug#9395).
812
813 2012-12-26  Daiki Ueno  <ueno@gnu.org>
814
815         * mml2015.el (mml2015-epg-signature-to-string): New function.
816         (mml2015-epg-verify-result-to-string): New function.
817         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
818         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
819         instead of epg-verify-result-to-string.
820         (epg-signature-key-id, epg-signature-to-string): Autoload.
821         (epg-verify-result-to-string): Remove autoload.
822
823 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
824
825         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
826         ID image from GPG public key.
827         (mml2015-epg-key-image-to-string): New function.
828
829 2012-12-25  Leo Liu  <sdl.web@gmail.com>
830
831         * plstore.el (plstore-passphrase-callback-function): Fix error when
832         error when plstore-cache-passphrase-for-symmetric-encryption is set
833         (bug#13264).
834
835 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
838         buffer to the article buffer here, because that clobbers multiple
839         article buffers.
840
841         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
842         buffer always points to the right summary buffer.
843
844 2012-12-25  John Wiegley  <jwiegley@gmail.com>
845
846         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
847         the password (bug#12097).
848
849 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
852         (bug#13263).
853
854         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
855         buffer exists before using it (bug#12475).
856
857         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
858         offline groups (bug#11937).
859
860         * message.el (message-yank-original): When using customize to set the
861         value of `message-cite-style', the variable it set to a symbol that's
862         the name of the variable, which must then be dereferenced (bug#12616).
863
864 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
865
866         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
867         the `face' property with a list whose car is the face specified in the
868         format string and whose cdr is (nil).
869         * lisp/gnus-util.el
870         (gnus-put-text-property-excluding-characters-with-faces):
871         Change accordingly.
872         (gnus-get-text-property-excluding-characters-with-faces): New function.
873         * lisp/gnus-sum.el (gnus-summary-highlight-line):
874         * lisp/gnus-salt.el (gnus-tree-highlight-node):
875         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
876
877 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
880         login methods.
881         (nnimap-login): Respect the `nnimap-authenticator' variable.
882
883         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
884         mark state when moving articles.  Otherwise unticked articles will get
885         their ticks back after moving.
886
887 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
890
891         * message.el (message-ignored-news-headers): Always remove
892         X-Message-SMTP-Method to avoid information leakage if the user
893         mistakenly inserts the header into news messages.
894
895         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
896
897         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
898         right than four characters, this command would move point to
899         `point-max'.  Don't do that.
900
901         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
902         to nil to allow re-selecting groups that gain articles.
903         (gnus-bug-group-download-format-alist): Update the URL.
904
905 2012-12-23  Andreas Schwab  <schwab@suse.de>
906
907         * shr.el (shr-tag-em): Render em as italic, not bold.
908
909 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-int.el (gnus-backend-trace): Factor out into its own function
912         for reuse.
913         (gnus-open-server): Use it to add more tracing.
914         (gnus-finish-retrieve-group-infos): Add backend tracing.
915         (gnus-backend-trace): Also note the elapsed seconds.
916
917 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
918
919         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
920         Set epa-file-encrypt-to from variable to avoid querying.
921
922 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
923
924         * sieve-mode.el (sieve-font-lock-keywords):
925         Keywords should be word delimited.  (Bug#13173)
926
927 2012-12-13  Andreas Schwab  <schwab@suse.de>
928
929         * tls.el (tls-program): Update customize type.
930
931 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
934         instead of <pre> to align message header.
935
936 2012-12-12  Sam Steingold  <sds@gnu.org>
937
938         * gnus.el (gnus-other-frame-resume-function): Add user option.
939         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
940
941 2012-12-06  Sam Steingold  <sds@gnu.org>
942
943         * gnus-start.el (gnus-before-resume-hook): Add.
944         (gnus-1): Run it when Gnus is alive.
945
946 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
949         * gnus-art.el (article-unsplit-urls)
950         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
951         * gnus-registry.el (gnus-registry-get-article-marks)
952         * message.el (message-goto-body): Use it.
953         (message-called-interactively-p): Remove.
954
955         * spam-stat.el (spam-stat-called-interactively-p): New macro.
956         (spam-stat-score-buffer): Use it.
957
958         * spam.el: Silence the warnings against BBDB functions when compiling.
959
960         * gnus-score.el (gnus-score-decode-text-parts):
961         Use append+mapcar instead of the cl function mapcan.
962
963 2012-12-05  Sam Steingold  <sds@gnu.org>
964
965         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
966         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
967         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
968
969 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gmm-utils.el (gmm-called-interactively-p): Revert.
972         This seems to cause Emacs to get stuck!
973         * gnus-art.el (article-unsplit-urls)
974         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
975         * gnus-registry.el (gnus-registry-get-article-marks)
976         * message.el (message-goto-body)
977         (message-called-interactively-p): Revert.
978
979         * gmm-utils.el (gmm-called-interactively-p): New function.
980         * gnus-art.el (article-unsplit-urls)
981         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
982         * gnus-registry.el (gnus-registry-get-article-marks)
983         * message.el (message-goto-body): Use it.
984         (message-called-interactively-p): Remove.
985
986         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
987         * gnus-sync.el (gnus-sync-lesync-call)
988         * message.el (message-read-from-minibuffer): Use it.
989
990 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * gmm-utils.el (gmm-flet): Remove.
993         * gnus-sync.el (gnus-sync-lesync-call)
994         * message.el (message-read-from-minibuffer): Don't use it.
995
996 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gmm-utils.el (gmm-labels): Use cl-labels if available.
999
1000 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1003
1004         * gnus-sync.el (gnus-sync-lesync-call)
1005         * message.el (message-read-from-minibuffer): Use gmm-flet.
1006
1007         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1008
1009         * gnus-util.el (gnus-macroexpand-all): Remove.
1010
1011 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1012
1013         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1014         to TAB, not [tab].
1015         (gnus-summary-article-map): Likewise.
1016
1017         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1018         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1019
1020 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1021
1022         * time-date.el: Commentary fix.
1023
1024 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1025
1026         * color.el: Don't require cl.
1027         (color-complement): `caddr' -> `nth 2'.
1028
1029         * time-date.el (time-to-seconds): De-obsolete.
1030
1031 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * message.el (message-get-reply-headers):
1034         Make sure the reply goes to the author if it is a wide reply.
1035
1036 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1037
1038         * gnus-score.el (gnus-score-body):
1039         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1040         scoring by body.
1041
1042 2012-11-16  Glenn Morris  <rgm@gnu.org>
1043
1044         * gnus-diary.el (nndiary-request-create-group-functions)
1045         (nndiary-request-update-info-functions)
1046         (gnus-subscribe-newsgroup-functions)
1047         (nndiary-request-accept-article-functions):
1048         Use new names for hooks rather than obsolete aliases.
1049
1050 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1053
1054 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1057         in meta tag with the one the part specifies in its header.
1058
1059 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1060
1061         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1062         by default.
1063
1064 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1067         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1068
1069 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1072         and a runtime function for it, of which the XEmacs version takes only
1073         two arguments.
1074
1075 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1076
1077         * nndiary.el (nndiary-request-create-group-functions)
1078         (nndiary-request-update-info-functions)
1079         (nndiary-request-accept-article-functions):
1080         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1081         "-hooks" suffix.
1082
1083 2012-10-19  Julien Danjou  <julien@danjou.info>
1084
1085         * gnus-art.el: Require gnus-util because it uses
1086         `gnus-timer--function'.
1087
1088 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1089
1090         * starttls.el (starttls-extra-arguments): Doc fix.
1091
1092 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1095         it.
1096
1097 2012-10-06  Glenn Morris  <rgm@gnu.org>
1098
1099         * gnus-notifications.el (gnus-notifications):
1100         Add missing group :version tag.
1101         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1102         (gnus-gcc-post-body-encode-hook):
1103         * gnus-sync.el (gnus-sync-lesync-name)
1104         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1105
1106 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1107
1108         * color.el (color-hsl-to-rgb): Fix incorrect results for
1109         small and large hue values.  (Bug#12559)
1110
1111 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         New UIDL implementation.
1114
1115         * mail-source.el (mail-sources, mail-source-keyword-map):
1116         Add :leave as a pop3 keyword.
1117         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1118
1119         * pop3.el (pop3-leave-mail-on-server): Allow number.
1120         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1121         (pop3-movemail): Add UIDL support.
1122         (pop3-send-streaming-command): Take a list of mail numbers instead of
1123         the number of mails.
1124         (pop3-write-to-file): Add X-UIDL header.
1125         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1126         (pop3-uidl-add-xheader): New functions.
1127
1128         * message.el (message-ignored-resent-headers):
1129         Add X-Content-Length and X-UIDL headers.
1130
1131 2012-10-05  Glenn Morris  <rgm@gnu.org>
1132
1133         * color.el (color-name-to-rgb, color-rgb-to-hex)
1134         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1135         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1136         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1137         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1138
1139 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1142         a user about whether to delete temp files if once a user answered as n.
1143
1144 2012-09-25  Chong Yidong  <cyd@gnu.org>
1145
1146         * password-cache.el (password-read-and-add): Use a declare form to mark
1147         this function obsolete.
1148
1149 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * lpath.el: Bind mail-encode-mml for old Emacsen.
1152
1153 2012-09-17  Richard Stallman  <rms@gnu.org>
1154
1155         * message.el (message-in-body-p): Don't set mark or modify buffer.
1156
1157         * mml.el (mml-attach-file): Doc fix.
1158         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1159         Set mail-encode-mml when in Mail mode.
1160         Simplify code to set HEAD and move back to HEAD.
1161         (mml-insert-multipart, mml-insert-part):
1162         Set mail-encode-mml when in Mail mode.
1163
1164 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-util.el (gnus-timer--function): New function.
1167
1168         * gnus-art.el (gnus-article-stop-animations): Use it.
1169
1170 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1171
1172         Fix glitches caused by addition of psec to timers.
1173         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1174         rather than raw access to timer vector.
1175
1176 2012-09-11  Julien Danjou  <julien@danjou.info>
1177
1178         * gnus-notifications.el (gnus-notifications): Check for nil values in
1179         ignored addresses check.
1180
1181 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1182
1183         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1184
1185 2012-09-07  Chong Yidong  <cyd@gnu.org>
1186
1187         * gnus-util.el
1188         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1189
1190         * gnus-salt.el (gnus-tree-highlight-node):
1191         * gnus-sum.el (gnus-summary-highlight-line):
1192         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1193
1194 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1197
1198 2012-09-06  Juri Linkov  <juri@jurta.org>
1199
1200         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1201         scheme for buffer names to be more consistent with other group and
1202         article buffer names in Gnus.
1203
1204 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-util.el
1207         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1208
1209         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1210         Jenkner.
1211
1212         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1213
1214         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1215
1216         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1217
1218 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1221         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1222
1223         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1224         string-prefix-p in Emacs >=23.2.
1225
1226         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1227         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1228         instead of string-match-p.
1229         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1230
1231 2012-09-06  Kenichi Handa  <handa@gnu.org>
1232
1233         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1234         lowercase a..f.
1235
1236 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1237
1238         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1239
1240 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1241
1242         * nnimap.el (nnimap-request-move-article): Decode the group name when
1243         doing internal moves to avoid charset issues.
1244
1245         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1246         TIME is set.
1247
1248 2012-09-05  Juri Linkov  <juri@jurta.org>
1249
1250         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1251         than one group at a time (bug#11961).
1252
1253 2012-09-05  Julien Danjou  <julien@danjou.info>
1254
1255         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1256         this hide the real reason with a message giving absolutely no hint.
1257
1258 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1261         to the backend (bug#11804).
1262
1263         * message.el (message-insert-newsgroups): Don't insert newsgroup
1264         duplicates (bug#12275).
1265
1266 2012-09-05  John Wiegley  <johnw@newartisans.com>
1267
1268         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1269         sieve rules.
1270
1271 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1272
1273         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1274         function.
1275
1276         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1277
1278         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1279
1280 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1281
1282         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1283         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1284         This should make nnmaildir more usable with offlineimap.
1285
1286 2012-09-05  Julien Danjou  <julien@danjou.info>
1287
1288         * nnimap.el (nnimap-request-list): Revert change that made listing
1289         synchronous.
1290         (nnimap-get-responses): Restore.
1291
1292 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1293
1294         * dgnushack.el: XEmacs 21.5 compilation fix.
1295
1296         * gnus-notifications.el (gnus-notifications-notify): Use it.
1297
1298         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1299         warnings on XEmacs.
1300
1301 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1302
1303         Better seeds for (random).
1304         * gnus-sync.el (gnus-sync-lesync-setup):
1305         * message.el (message-canlock-generate, message-unique-id):
1306         Change (random t) to (random), now that the latter is more random.
1307
1308 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1309
1310         * nnimap.el (nnimap-change-group): Document result value
1311
1312         * auth-source.el (auth-sources): Fix macos keychain access.
1313
1314         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1315         allow the backend `request-head' function to determine the group
1316         name on its own.
1317         (gnus-request-expire-articles): Filter out negative article numbers
1318         during expiry (Bug#11980).
1319
1320         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1321         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1322
1323         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1324         you've found the article when you haven't.
1325
1326         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1327         that nnimap-change-group can return t.
1328
1329 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1330
1331         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1332
1333 2012-08-30  Julien Danjou  <julien@danjou.info>
1334
1335         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1336         `gnus-notifications-timeout'.
1337         (gnus-notifications-timeout): Add.
1338         (gnus-notifications-action): New function.
1339         (gnus-notifications-notify): Add :action using
1340         `gnus-notifications-action'.
1341         (gnus-notifications-id-to-msg): New variable.
1342         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1343         notifications id to messages.
1344
1345 2012-08-30  Kenichi Handa  <handa@gnu.org>
1346
1347         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1348         once.
1349
1350 2012-08-29  Julien Danjou  <julien@danjou.info>
1351
1352         * gnus-notifications.el: New file.
1353         (gnus-notifications-notify): New function.
1354         (gnus-notifications): Use `gnus-notifications-notify'.
1355
1356 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1359         transfer encoding first; bind gnus-newsgroup-charset to the charset
1360         that the article specifies (Bug#12209).
1361
1362 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1365         (gnus-group-customize-done): Encode values posting-style holds.
1366
1367         * gnus-msg.el (gnus-summary-resend-message)
1368         (gnus-configure-posting-styles): Decode values posting-style group
1369         parameter holds.
1370
1371 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1374         `name' and `address' in Resent-From header.
1375
1376 2012-08-14  Chong Yidong  <cyd@gnu.org>
1377
1378         * gnus-art.el (article-display-face): Handle failure in
1379         gnus-create-image (Bug#11802).
1380
1381 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1382
1383         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1384         Use defsetf.
1385
1386 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1387
1388         * auth-source.el: (auth-source-plstore-search)
1389         (auth-source-secrets-search): Ignore :require and :type in search spec.
1390
1391 2012-08-06  Julien Danjou  <julien@danjou.info>
1392
1393         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1394         `nnimap-request-move-article'.
1395
1396         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1397         Remove autoload, already handled by gnus.el.
1398
1399         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1400
1401         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1402         supported by nnimap actually. Reverts previous change.
1403
1404         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1405         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1406         to-buffer argument that is already supported.
1407
1408 2012-08-05  Julien Danjou  <julien@danjou.info>
1409
1410         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1411         Add autoload.
1412
1413 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gnus.el (gnus-valid-select-methods): Fix custom type.
1416
1417 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * auth-source.el (auth-sources, auth-source-backend-parse)
1420         (auth-source-macos-keychain-search)
1421         (auth-source-macos-keychain-search-items)
1422         (auth-source-macos-keychain-result-append)
1423         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1424         auth-source.el through the /usr/bin/security utility.
1425         (auth-sources): Fix syntax error.
1426         (auth-source-macos-keychain-result-append): Fix variable name.
1427         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1428
1429 2012-07-27  Julien Danjou  <julien@danjou.info>
1430
1431         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1432         Emacs < 24.1
1433
1434 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * message.el (message-kill-address): Don't kill last newline.
1437         (message-skip-to-next-address): Don't move to the next header.
1438         (message-fill-field-address): Work properly.
1439
1440 2012-07-25  Julien Danjou  <julien@danjou.info>
1441
1442         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1443
1444 2012-07-24  Julien Danjou  <julien@danjou.info>
1445
1446         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1447
1448         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1449         (nntp-async-timer-handler): Remove, unused.
1450
1451         * nnimap.el (nnimap-get-responses): Remove, unused.
1452
1453         * nnheader.el (mail-header-set-extra): Remove, unused.
1454
1455         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1456         unused.
1457
1458         * mm-view.el (mm-view-sound-file): Remove, unused.
1459
1460         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1461         (mm-url-encode-multipart-form-data): Remove, unused.
1462
1463         * message.el (message-remove-signature, message-make-host-name)
1464         (message-fill-address): Remove, unused.
1465
1466         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1467         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1468         unused.
1469
1470         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1471         (gnus-xmas-call-region): Remove, unused.
1472
1473         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1474
1475         * gnus-util.el (gnus-extract-address-component-name)
1476         (gnus-extract-address-component-email, gnus-sortable-date)
1477         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1478         (gnus-process-live-p): Remove, unused.
1479
1480         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1481
1482         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1483         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1484         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1485         function.
1486
1487         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1488
1489         * gnus-score.el (gnus-summary-score-crossposting)
1490         (gnus-score-regexp-bad-p): Remove, unused.
1491
1492         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1493
1494         * gnus-range.el (gnus-sublist-p): Remove, unused.
1495
1496         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1497         unused.
1498
1499         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1500
1501         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1502         (gnus-request-associate-buffer): Remove, unused.
1503
1504         * gnus-group.el (gnus-group-set-method-info)
1505         (gnus-group-set-params-info): Remove, unused.
1506
1507         * gnus-fun.el (gnus-shell-command-to-string)
1508         (gnus-shell-command-on-region): Remove, unused.
1509
1510         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1511
1512         * gnus-art.el (gnus-article-text-type-exists-p)
1513         (article-translate-characters, gnus-article-hide-text-of-type)
1514         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1515         Remove, unused.
1516
1517 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1518
1519         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1520
1521 2012-07-21  Julien Danjou  <julien@danjou.info>
1522
1523         * message.el (message-dont-reply-to-names): Replace deprecated
1524         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1525         (message-get-reply-headers): Ditto.
1526
1527 2012-07-18  Julien Danjou  <julien@danjou.info>
1528
1529         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1530         `sieve-upload-and-kill'.
1531
1532         * sieve.el (sieve-bury-buffer): Remove function.
1533         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1534         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1535
1536 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1537
1538         * shr.el (shr-expand-url): Handle URL starting with `//'.
1539
1540 2012-07-13  Chong Yidong  <cyd@gnu.org>
1541
1542         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1543         instead of calling toggle-read-only with a (bogus) argument.
1544
1545 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1546
1547         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1548         of initial input when reading the author to restrict the summary to.
1549
1550 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * mm-decode.el (mm-shr):
1553         Allow overriding charset by mm-charset-override-alist.
1554
1555 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (gnus-article-view-part):
1558         Toggle subparts of multipart/alternative part.
1559
1560 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1561
1562         * shr.el (shr-render-buffer): New command.
1563         (shr-visit-file): Use it.
1564
1565 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1568         Set no-byte-compile and no-update-autoloads.
1569
1570 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1573
1574 2012-06-25  Julien Danjou  <julien@danjou.info>
1575
1576         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1577         `nnimap-request-move-articles-find-limit' since we do not use it only
1578         for move operations.
1579         (nnimap-request-accept-article): Use
1580         `nnimap-request-articles-find-limit' to limit search by message-id.
1581
1582 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1583
1584         Support higher-resolution time stamps (Bug#9000).
1585
1586         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1587         VARLIST.  It's optional, for backward compatibility.
1588         (encode-time-value): New optional arg PICO.  New type 3.
1589         (time-to-seconds) [!float-time]: Support the new picoseconds
1590         component if it's used.
1591         (seconds-to-time, time-subtract, time-add):
1592         Support ps-resolution time stamps as well.
1593
1594 2012-06-19  Julien Danjou  <julien@danjou.info>
1595
1596         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1597
1598         * nnimap.el (nnimap-log-buffer): Check that
1599         `window-point-insertion-type' is boundp, since it's not available in
1600         XEmacs.
1601
1602 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1603
1604         * nnimap.el (nnimap-log-buffer): Add this, setting
1605         `window-point-insertion-type' in the buffer to t.
1606         (nnimap-log-command): Use nnimap-log-buffer.
1607
1608 2012-06-19  Julien Danjou  <julien@danjou.info>
1609
1610         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1611         argument to be able to limit the search.
1612         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1613         (nnimap-request-move-articles-find-limit): Add this to limit the search
1614         by Message-Id after a message move.
1615         (nnimap): Add defgroup.
1616
1617 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1618
1619         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1620
1621 2012-06-15  Julien Danjou  <julien@danjou.info>
1622
1623         * nnimap.el (nnimap-find-article-by-message-id): Use
1624         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1625         (nnimap-possibly-change-group): Add read-only argument.
1626         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1627         issuing EXAMINE manually.
1628         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1629         with read-only argument.
1630         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1631         cannot possibly change because we need to be sure that it's either
1632         read-write or read-only.
1633
1634 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1637         being bound to a lambda form.
1638
1639 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1640
1641         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1642         articles when fetch-old is non-nil (bug#11370).
1643
1644 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1645
1646         * gnus-picon.el (gnus-picon-properties): New defcustom.
1647         (gnus-picon-create-glyph): Use it.
1648
1649 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-group.el (gnus-group-get-new-news): Respect
1652         `gnus-group-use-permanent-levels', as documented (bug#11638).
1653
1654 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1655
1656         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1657         groups (bug#11641).
1658
1659 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1660
1661         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1662         is an integer to avoid later problems.
1663
1664 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1667         locales.
1668
1669         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1670         on a handle.
1671
1672         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1673         address as the default.
1674         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1675
1676         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1677         makes no sense to query the user about internal files.
1678
1679         * gnus-spec.el: Remove all the byte-compilation stuff, since
1680         benchmarking shows that it doesn't help when entering large summary
1681         buffers.
1682
1683         * gnus-xmas.el (gnus-xmas-define): Remove.
1684
1685         * gnus-util.el (gnus-byte-code): Remove.
1686
1687         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1688         grouplens stuff.
1689
1690 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1693         (bug#11514).
1694
1695 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1696
1697         * message.el (message-buffers): Return all buffers derived from Message
1698         to make `gnus-dired-attach' work with mu4e.
1699
1700 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1701
1702         * nntp.el: Stop the `letf' madness.
1703         (nntp--report-1): New var.
1704         (nntp-report): Merge nntp-report-1 into it.
1705         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1706         the nntp-report function.
1707
1708         * auth-source.el: Fix comment-style to follow the convention.
1709
1710 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1711
1712         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1713         (mm-dissect-singlepart): Don't guess the MIME type of
1714         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1715         set.
1716         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1717         toplevel MIME type is multipart/encrypted.
1718
1719 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1722         a string so that Gcc works (bug#11514).
1723
1724 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1725
1726         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1727         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1728
1729 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1730
1731         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1732         jumping to *Server* from a dedicated *Group* window.
1733         (gnus-configure-frame): CSE.
1734
1735         * gnus-registry.el: Minor style cleanup.
1736         (gnus-registry--set/remove-mark): New function, extracted from
1737         gnus-registry-install-shortcuts.
1738         (gnus-registry-install-shortcuts): Use it.
1739
1740 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * nnspool.el (news-path): Use eval-and-compile.
1743
1744 2012-05-24  Glenn Morris  <rgm@gnu.org>
1745
1746         * nnspool.el (news-directory, news-path, news-inews-program):
1747         Move here from paths.el.  Don't see a need for these to be autoloaded.
1748
1749         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1750         Merge in doc from paths.el version.  Don't see any need for this to be
1751         autoloaded, or for the warning about users not setting it.
1752
1753 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1754
1755         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1756         format.  In particular, add an optional argument and a docstring.
1757
1758         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1759
1760         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1761         current before calling `gnus-groups-to-gnus-format'.
1762         Note that this was already the case for `gnus-active-to-gnus-format'.
1763
1764 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1765
1766         Fix minor Y10k bug.
1767         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1768
1769 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1770
1771         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1772         message once it's actually open.
1773
1774 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1775
1776         * gnus.el: Ma Gnus v0.5 is released.
1777
1778 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1779
1780         * auth-source.el (auth-source--aput-1, auth-source--aput)
1781         (auth-source--aget): New functions and macros.
1782         Use them instead of aput/aget.
1783
1784 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1785
1786         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1787
1788 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1789
1790         * plstore.el (plstore-called-interactively-p): New compat macro copied
1791         from message.el.
1792         (plstore-mode): Use it.
1793
1794 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1795
1796         * plstore.el: Revive the editing feature.
1797         (plstore-mode): New mode to edit plstore file.
1798         (plstore-mode-toggle-display, plstore-mode-original)
1799         (plstore-mode-decoded): New command.
1800         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1801         (plstore--insert-buffer, plstore--make): New function.
1802         (plstore-open, plstore-save): Simplify by using them.
1803
1804 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1807
1808 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1809
1810         * tls.el (open-tls-stream): Remove unused binding.
1811
1812 2012-04-16  Glenn Morris  <rgm@gnu.org>
1813
1814         * nndraft.el (nndraft-request-list): Fix declaration.
1815
1816 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * mm-decode.el (mm-dissect-buffer): Doc fix.
1819
1820         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1821         don't have a current group.
1822
1823         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1824         buffer if it doesn't exist.
1825
1826         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1827         given, mark the group as ephemeral with the current window conf.
1828
1829         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1830         buffer exists, which it doesn't if we haven't started Gnus.
1831         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1832
1833 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1836         type is.
1837
1838         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1839         `unexists' entries.
1840         (gnus-clean-old-newsrc): Fix last checkin.
1841
1842         * nnimap.el (nnimap-update-info): None of the articles below the active
1843         low-water mark exist.
1844
1845         * dgnushack.el: Get rid of XEmacs compilation warning.
1846
1847         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1848         would have gotten if we posted to the group, and use that to compare
1849         against the message we want to cancel (bug#10808).
1850
1851         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1852         on XEmacs.
1853
1854 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1855
1856         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1857         `scroll-margin'.
1858
1859 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1860
1861         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1862         citation prefix within a block of cited text should be considered part
1863         of that block *only* if it is a blank line.
1864
1865 2012-04-09  Chong Yidong  <cyd@gnu.org>
1866
1867         * binhex.el, hashcash.el, uudecode.el:
1868         Remove * characters from the front of variable docstrings.
1869
1870 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1873         before kinsoku-bol characters nor within kinsoku-eol characters.
1874
1875 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1878         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1879         (gnus-sync-read): Use mapc instead of mapcar.
1880
1881         * mm-archive.el: Require mm-decode for some macros.
1882         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1883         the byte compiler.
1884         (mm-archive-decoders): New function that returns the value of
1885         the mm-archive-decoders variable.
1886
1887         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1888         instead.
1889         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1890
1891         * nnimap.el (gnus-refer-thread-use-nnir):
1892         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1893
1894 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1897
1898 2012-03-12  Peter Münster  <pmrb@free.fr>
1899
1900         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1901         (gnus-demon-cancel): Ditto.
1902         (gnus-demon-run-callback): When function cannot be called due to low
1903         idleness, call it when idleness reaches the expected value, instead of
1904         waiting another timer period.
1905         (gnus-demon-init): Add `time' to arguments of call-back.
1906
1907 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1910
1911         * gnus.el: Register gnus-registry functions.
1912
1913         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1914         indent.
1915
1916         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1917         enabled before warping.
1918
1919 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1920
1921         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1922         registry about each article retrieved.
1923
1924         * gnus-int.el (gnus-select-group-with-message-id): New function.
1925         (gnus-try-warping-via-registry): Ditto.
1926         (gnus-warp-to-article): Fall back on the registry.
1927
1928 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1929
1930         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1931         inboxes.
1932
1933 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1936
1937 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1940         gnus-gcc-self-resent-messages may be a group parameter.
1941         (gnus-summary-resend-message): Don't encode encoded words in header
1942         when Gcc'ing resent message.
1943
1944 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * shr.el (shr-insert): Treat non-breaking space just like normal
1947         space.  This seems to produce more pleasing results.
1948         (shr-insert): Only insert a blank line if we're starting from an image.
1949         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1950         (shr-ensure-paragraph): Consider lines with white space to be blank.
1951
1952 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1953
1954         * Makefile.in: Respect DESTDIR.
1955
1956 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1957
1958         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1959         and gnus-gcc-post-body-encode-hook.
1960
1961 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1964         messages that don't exist.
1965
1966         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1967
1968 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1971         Remove.
1972
1973         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1974
1975         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1976
1977 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1980         have a group name.
1981
1982         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1983         a multibyte buffer (bug#7410).
1984         (article-wash-html): Parse the original article buffer to get the
1985         unencoded data (bug#7410).
1986
1987         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1988         .newsrc.el files.
1989
1990 2012-04-05  Bastien Guerry  <bzg@altern.org>
1991
1992         * color.el (color-lighten-name): Fix typo.
1993
1994 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1997         "#" to avoid having them interpreted as comments.
1998
1999 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * shr.el (shr-insert): Update the text state properly to avoid
2002         inserting spurious paragraph starts.
2003
2004 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * shr.el (shr-table-widths): Divide the extra width more fairly over
2007         the TDs (bug#10973).
2008         (shr-render-td): Don't delete too much padding.
2009         (shr-natural-width): Compute the natural width more correctly.
2010         (shr-insert): Allow the natural width to be computed for tables again.
2011         (shr-tag-table-1): Rework how the natural widths are computed by
2012         rendering the table a third time.
2013         (shr-natural-width): Removed.
2014         (shr-buffer-width): New function.
2015         (shr-expand-newlines): Use it.
2016
2017         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2018         using a `gnus-use-full-window' setup (bug#11013).
2019
2020 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2023         24.1 release.
2024
2025 2012-03-10  David Edmondson  <dme@dme.org>
2026
2027         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2028         'Forwarded Message' header and the start of the message.
2029
2030 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2031
2032         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2033         isn't running (bug#10897).
2034
2035 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2038         This is inconsistent with all the other stream functions, which leave
2039         the setting up to the higher levels (if so wanted) (bug#10931).
2040
2041 2012-02-28  Glenn Morris  <rgm@gnu.org>
2042
2043         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2044         mm-decode.el: Standardize possessive apostrophe usage.
2045
2046 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2049
2050 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2051
2052         * parse-time.el (parse-time-string): Allow extractor to return nil.
2053
2054 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2057
2058 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2061
2062 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2063
2064         * mm-decode.el (mm-shr): Remove "soft hyphens".
2065
2066         * nnimap.el (nnimap-request-list): Return the group names encoded as
2067         utf8.  Otherwise non-European group names don't work.
2068         (nnimap-request-newgroups): Ditto.
2069
2070         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2071         the default in `read-string' (bug#10757).
2072
2073         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2074         topics (bug#10843).
2075
2076         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2077         buffer.  Suggested by Herbert Valerio Riedel.
2078         (nnimap-request-move-article): Delete the message from the correct IMAP
2079         server.
2080
2081 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2082
2083         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2084         Reported by Peter Münster.
2085
2086 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2087
2088         * shr.el (shr-image-fetched): Make sure we really kill the right
2089         buffer.
2090
2091 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2092
2093         * gnus-start.el (gnus-1): Avoid duplicate entries.
2094
2095 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2096
2097         * imap.el: Remove.
2098
2099         * nntp.el (nntp-coding-system-for-read): Remove.
2100         (nntp-coding-system-for-write): Ditto.
2101         (nntp-open-connection): Just use `binary' directly.
2102
2103         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2104         Gnus 0.3.
2105
2106 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2107
2108         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2109         application/octet-stream parts really is.
2110
2111         * gnus-sum.el (gnus-propagate-marks): Remove.
2112
2113 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2114
2115         * shr.el (shr-rescale-image): Undo previous change; see
2116         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2117
2118 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2119
2120         * gnus.el: Ma Gnus v0.3 is released.
2121
2122 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-sum.el (gnus-summary-local-variables): Make
2125         `gnus-newsgroup-unexist' into a local variable.
2126
2127 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2128
2129         * registry.el (registry-usage-test, registry-persistence-test): Move to
2130         tests/gnustest-registry.el.
2131         (registry-make-testable-db, registry-match-test)
2132         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2133
2134         * gnus-registry.el (gnus-registry-misc-test)
2135         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2136
2137         * tests/gnustest-registry.el: New file with the registry and
2138         gnus-registry ERT tests.
2139
2140 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-msg.el (gnus-summary-resend-message): Make
2143         gnus-summary-resend-message-insert-gcc be last item in
2144         message-header-setup-hook.
2145
2146 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2147
2148         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2149         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2150         Remove.
2151         (nnfolder-open-server): Don't use marks.
2152         (nnfolder-request-delete-group): Ditto.
2153         (nnfolder-request-rename-group): Ditto.
2154         (nnfolder-request-set-mark, nnfolder-request-marks)
2155         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2156         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2157
2158         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2159         (nnml-marks-modtime): Remove.
2160         (nnml-request-delete-group): Don't use marks.
2161         (nnml-request-rename-group): Ditto.
2162         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2163         (nnml-save-marks, nnml-open-marks): Remove.
2164
2165         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2166         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2167         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2168         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2169         (nntp-server-to-method-cache): Remove.
2170
2171         * shr.el (shr-rescale-image): Fix wrong merge.
2172
2173 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2174
2175         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2176         too-wide lines.
2177
2178 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2179
2180         * nnimap.el (nnimap-record-commands): New variable.
2181         (nnimap-log-command): Use it.
2182         (nnimap-make-process-buffer): Add a space to the process buffer.
2183         (nnimap-transform-headers): Don't bug out on header lines containing
2184         stuff that look like IMAP length encodings.
2185
2186         * shr.el (shr-rescale-image): Allow viewing large images.
2187
2188 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * nnml.el (nnml-request-compact-group): Delete the marks file after
2191         compaction (bug#10800).
2192
2193         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2194         group exit.
2195
2196         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2197         QRESYNC/FETCH output.
2198
2199 2012-02-11  Glenn Morris  <rgm@gnu.org>
2200
2201         * sieve-manage.el (sieve-manage-default-stream):
2202         * shr.el (shr):
2203         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2204         (nnir-retrieve-headers-override-function)
2205         (nnir-imap-default-search-key, nnir-notmuch-program)
2206         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2207         (nnir-method-default-engines):
2208         * message.el (message-cite-reply-position):
2209         * gssapi.el (gssapi-program):
2210         * gravatar.el (gravatar):
2211         * gnus-sum.el (gnus-refer-thread-use-nnir):
2212         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2213         (gnus-registry-max-pruned-entries):
2214         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2215         * gnus-int.el (gnus-after-set-mark-hook)
2216         (gnus-before-update-mark-hook):
2217         * gnus-async.el (gnus-async-post-fetch-function):
2218         * auth-source.el (auth-source-cache-expiry):
2219         Add missing :version tags to new defcustoms and defgroups.
2220
2221 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2224         `gnus-newsgroup-unexist'.
2225
2226         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2227         marks.
2228         (gnus-article-special-mark-lists): Put the `unexist' in the special
2229         marks list instead.
2230
2231         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2232         articles in the list of articles to be selected.
2233
2234         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2235         articles.
2236         (nnimap-update-info): Keep track of unexisting articles.
2237         (nnimap-update-qresync-info): Ditto.
2238
2239 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2240
2241         * message.el (message-default-send-mail-function): Made into own
2242         function for reuse by emacsbug.el.
2243
2244 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2245
2246         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2247         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2248
2249 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2250
2251         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2252         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2253
2254         * gnus-compat.el: Define `timer-set-function'.
2255
2256         * mm-decode.el (mm-display-external): Output the text from the command
2257         in the buffer after the command finished.  This makes text-based
2258         commands behave better.
2259
2260 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2263
2264 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2267         23.1.
2268
2269 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2272
2273 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2274
2275         * message.el (smtpmail-smtp-user): Silence compiler warning.
2276
2277 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2278
2279         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2280         SMTP user name.
2281
2282 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-sum.el (gnus-summary-show-thread):
2285         next-single-char-property-change may return nil in XEmacs.
2286         (gnus-summary-article-map): Fix typo.
2287
2288 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2291         running.
2292
2293         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2294
2295         * gnus.el (gnus-server-extend-method): Don't add an -address component
2296         if the method already has one (bug#9676).
2297
2298 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2301         of an initial-input for consistency (bug#10757).
2302
2303         * dgnushack.el: Fix XEmacs compilation warning.
2304
2305         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2306
2307         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2308
2309 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2310
2311         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2312         lines that are narrower than the window width.  Otherwise background
2313         "blocks" will look less readable.
2314
2315 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2316
2317         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2318         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2319         have newlines within the strings, and where the UID comes after the
2320         BODYSTRUCTURE element (bug#10537).
2321
2322         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2323         (bug#10732).
2324
2325         * shr.el (shr-insert-document): Add doc string.
2326         (shr-visit-file): Ditto.
2327         (shr-remove-trailing-whitespace): New function.
2328         (shr-insert-document): Use it to clean up trailing whitespace as the
2329         final step (bug#10714).
2330
2331 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2334         buffer if `gnus-kill-summary-on-exit' is nil.
2335
2336 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2339         when just reading a single group from "without" Gnus.
2340
2341 2012-02-06  Chong Yidong  <cyd@gnu.org>
2342
2343         * gnus-sum.el (gnus-summary-show-thread):
2344         next-single-char-property-change never returns nil (Bug#8657).
2345
2346 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2347
2348         * message.el (message-multi-smtp-send-mail): New function.
2349         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2350         header to implement multi-SMTP functionality.
2351
2352         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2353         (gnus-agentize): Don't set it.
2354         (gnus-agent-send-mail): Don't use it.
2355
2356         * gnus-sum.el (gnus-summary-widget-backward): New function and
2357         keystroke.
2358
2359         * gnus-compat.el: More the compat functions more compatible.
2360
2361         * shr.el (shr-put-image): Remove underlines from sliced images.
2362         (shr-zoom-image): Compute the region to be replaced more correctly.
2363
2364 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2367         (gnus-summary-resend-message-insert-gcc): New function.
2368         (gnus-summary-resend-message): Modify message-header-setup-hook and
2369         message-sent-hook to make it work for Gcc.
2370         (gnus-inews-do-gcc): Update the number of unread articles of groups
2371         that messages are Gcc'd to.
2372
2373         * message.el (message-resend): Run message-sent-hook to do Gcc.
2374
2375 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2376
2377         * lpath.el: Fix an XEmacs compilation warning.
2378
2379         * gnus-compat.el: Require `help-fns' to fix compilation error.
2380
2381         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2382         a higher level to silence compilation.
2383
2384         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2385         parameter to allow controlling the scaling.
2386
2387         * shr.el (shr-zoom-image): New command and keystroke.
2388         (shr-put-image): Take a `size' flag to say how to scale the image.
2389
2390         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2391         deletion unless already defined.
2392
2393         * gnus.el (gnus-compat): Require it.
2394
2395         * gnus-compat.el: New file.
2396
2397         * gnus-start.el (gnus-clean-old-newsrc): New function.
2398         (gnus-read-newsrc-file): Use it.
2399
2400         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2401         Use recursive deletion.
2402         (mm-dissect-archive): Add support for zip files.
2403
2404         * gnus-util.el (gnus-recursive-directory-files): New function.
2405
2406         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2407         (mm-archive-decoders): Add tgz support.
2408
2409         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2410         Otherwise inserting text into the Gnus buffer can look odd.
2411
2412         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2413
2414         * mm-archive.el (mm-archive-decoders): Add support for tar.
2415
2416         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2417
2418         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2419
2420 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2421
2422         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2423
2424         * mm-archive.el: New file.
2425
2426         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2427
2428         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2429
2430         * message.el (message-goto-*): Make all the `message-goto-*' commands
2431         push the mark before moving point.  This makes it easier to go back to
2432         where you came from after editing whatever you jumped to.
2433
2434 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2435
2436         * gnus.el: Ma Gnus v0.1 is released.
2437
2438 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2439
2440         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2441         without reconnecting.
2442         (nnimap-possibly-change-group): Ditto.
2443         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2444         connection has died before being called.
2445
2446 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2447
2448         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2449         an initial sync unless we're really doing one.
2450
2451         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2452         address parameter if one already exists (bug#9676).
2453
2454         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2455         not the prefix, as documented (bug#10689).
2456
2457 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2460         the "server".
2461
2462         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2463         the real error message with the useless "previously known to be down".
2464         Which isn't even correct.
2465
2466         * nntp.el (nntp-open-connection): Report the error message if the nntp
2467         server can't be reached.
2468
2469         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2470         groups we do a total scan for.
2471         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2472         doing that.
2473
2474 2012-01-31  Jim Meyering  <jim@meyering.net>
2475
2476         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2477         Correct a comment (insert "not") and hide nominally-doubled "to".
2478
2479 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus.el (gnus-version): Change name to "Ma Gnus".
2482
2483 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2484
2485         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2486         section in the manual.
2487
2488 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2491         words.
2492         (rfc2047-encode-string): Ditto.
2493         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2494         understand folded filename="..." parameters, for instance.
2495
2496         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2497         the message for greater debuggability.
2498
2499 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2502         instead of setting it locally, since the latter doesn't seem to have
2503         any effect (most of the time).
2504
2505 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2506
2507         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2508         function call.
2509
2510 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2511
2512         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2513         seconds, and make the repeat clause with HH:MM specs work as
2514         documented.
2515
2516 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2517
2518         * proto-stream.el (proto-stream-capability-open): Fall back on
2519         :end-of-command if :end-of-capability doesn't exist.
2520
2521 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2524         bound globally in old Emacsen and XEmacsen.
2525
2526 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2529         so that previous errors don't prohibit getting new news.
2530
2531         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2532
2533         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2534
2535 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2536
2537         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2538         buffer, not of the string which is its name.
2539
2540 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * proto-stream.el (proto-stream-capability-open): Wait for
2543         :end-of-capability, not :end-of-command.
2544
2545         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2546         non-server-marks groups.
2547         (gnus-group-make-articles-read): Ditto.
2548
2549         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2550         methods (bug#9676).
2551
2552         * gnus.el (gnus-method-ephemeral-p): New function.
2553
2554 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2557         left-to-right.
2558
2559 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2562         warning.
2563
2564 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2567         macroexpand the nnir things, since they haven't been defined yet, and
2568         nnir requires gnus-sum.
2569
2570 2012-01-24  Julien Danjou  <julien@danjou.info>
2571
2572         * color.el (color-rgb-to-hsl): Fix value computing.
2573         (color-hue-to-rgb): New function.
2574         (color-hsl-to-rgb): New function.
2575         (color-clamp, color-saturate-hsl, color-saturate-name)
2576         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2577         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2578
2579 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2582
2583 2012-01-19  Julien Danjou  <julien@danjou.info>
2584
2585         * color.el (color-name-to-rgb): Use the white color to find the max
2586         color component value and return correctly computed values.
2587         (color-name-to-rgb): Add missing float conversion for max value.
2588
2589 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2592         logical server name in addition to the actual machine address.
2593
2594         * auth-source.el (auth-source-user-and-password): Add convenience
2595         wrapper to search by just host and optionally user.
2596
2597 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2600         after rendering.
2601
2602 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2605         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2606         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2607
2608 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2611         (bug#9693).
2612         (gnus-summary-setup-buffer): Document return value (bug#9697).
2613
2614         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2615         since ido doesn't work on symbols (bug#9632).
2616
2617         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2618         when getting a single value as when getting all the values.  This means
2619         that atoms like `gcc-self' work cumulatively, like variable settings,
2620         instead of getting the value from the last matching clause.
2621         (gnus-group-find-parameter): Protect against the group buffer not
2622         existing (bug#9585).
2623
2624 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-start.el (gnus-activate-group): Document more parameters
2627         (bug#9694).
2628
2629         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2630         (bug#9692).
2631
2632         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2633         article was fetched, so that it can be expired later (bug#9958).
2634         (gnus-agent-summary-fetch-series): Add doc string.
2635         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2636         (bug#9517).
2637
2638         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2639         retrieval is happening.
2640
2641         * gnus.el (gnus-parameters): Doc fix.
2642
2643 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2644
2645         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2646         show the thread after expansion.
2647
2648 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-art.el (article-narrow-to-head): If the head is completely
2651         empty, narrow to the empty region (bug#9764).
2652
2653         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2654         read, and then mark them as unread only when the unread mark is used.
2655         This makes `C-- T k' actually work, even though it's confusing.
2656
2657         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2658         alive before we try to find its window.
2659
2660 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2661
2662         * mm-decode.el (mm-display-external): Use a longer timeout for the
2663         deletion to allow slow programs to display the file.
2664
2665 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2668         prompt to be less confusing.
2669
2670         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2671         argument to `message-reply'.  This broke `special-display-*' frame
2672         pop-uping (bug#10238).
2673
2674 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2677         systems, since these allegedly don't work there.
2678
2679 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2680
2681         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2682         live buffer.
2683
2684 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * nnir.el (nnir-retrieve-headers): Protect against the article not
2687         existing on the server (bug#10335).
2688
2689 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2690
2691         * gnus-agent.el (gnus-agent-load-local): Recompute
2692         gnus-agent-article-local on changing method.
2693
2694 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * gnus.el (gnus-parameters): Note precedence.
2697
2698 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2699
2700         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2701         in the group buffer.
2702
2703 2012-01-04  Julien Danjou  <julien@danjou.info>
2704
2705         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2706         change.
2707
2708 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2711         too.
2712
2713         * nntp.el (nntp-retrieve-group-data-early): Use it.
2714
2715 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * nntp.el (nntp-retrieval-in-progress): New variable.
2718         (nntp-make-process-buffer): Make it buffer-local.
2719
2720         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2721         2010.
2722         (gnus-demon-init): Use it to compute the time if time is on the form
2723         "04:23".
2724
2725         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2726
2727         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2728         status in the correct buffer.
2729
2730 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2731
2732         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2733         when opening topics (bug#10407).
2734
2735 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         * gnus-cus.el (gnus-score-customize):
2738         * gnus-sum.el (gnus-sort-gathered-threads):
2739         * message.el (message-shorten-references):
2740         * nnmairix.el (nnmairix-request-group):
2741         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2742
2743 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2744
2745         * gnus-agent.el (gnus-agent-regenerate-group):
2746         * gnus-int.el (gnus-retrieve-group-data-early):
2747         * mm-util.el (mm-codepage-ibm-list):
2748         * nndiary.el (Commentary, nndiary-get-new-mail):
2749         * nnir.el (nnir):
2750         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2751
2752 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * mm-view.el (mm-display-inline-fontify): Add comment.
2755
2756 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2757
2758         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2759         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2760
2761 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         * gnus-art.el (gnus-split-methods):
2764         * gnus-msg.el (gnus-configure-posting-styles):
2765         * gnus-spec.el (gnus-parse-simple-format):
2766         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2767         * message.el (message-do-actions): Spelling fix.
2768
2769 2011-12-15  Juri Linkov  <juri@jurta.org>
2770
2771         * mm-decode.el (mm-inline-media-tests): Add missing
2772         `mm-handle-media-subtype'.
2773
2774 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2775
2776         * gnus-group.el (gnus-group-tool-bar):
2777         * gnus-sum.el (gnus-summary-tool-bar):
2778         * message.el (message-tool-bar):
2779         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2780
2781 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2782
2783         * plstore.el (plstore--insert-buffer): Spelling fix.
2784
2785 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2786
2787         * message.el (message-valid-fqdn-regexp): Update with newly approved
2788         top-level domain names ".tel" and ".asia".
2789
2790 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2793         unconditionally.
2794
2795 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2798         pop-to-buffer-same-window for old Emacsen.
2799
2800 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2801
2802         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2803
2804 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2805
2806         * netrc.el (netrc-credentials): Spelling fix.
2807
2808 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2809
2810         * gnus-fun.el (gnus-fun-ppm-change-string):
2811         * gnus-msg.el (gnus-inews-do-gcc):
2812         * gnus-sum.el (gnus-summary-find-for-reselect):
2813         * gnus.el (gnus-summary-cancelled):
2814         * message.el (message-cancel-hook, message-send-news):
2815         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2816         * nnir.el (nnir-run-hyrex):
2817         * nntp.el (nntp-with-open-group-function):
2818         * pgg.el (pgg-pending-timers): Spelling fix.
2819
2820 2011-12-04  Chong Yidong  <cyd@gnu.org>
2821
2822         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2823         change (Bug#10200).
2824
2825 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * compface.el (uncompface):
2828         * gnus-art.el (gnus-article-x-face-command): Update the header format
2829         of icon data for the most recent icontopbm program.
2830
2831 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus-msg.el (gnus-inews-do-gcc):
2834         * message.el (message-send-mail):
2835         * mml.el (mml-generate-mime): Share the value of the buffer-local
2836         `message-options' variable between a draft buffer and temprary working
2837         buffers.
2838
2839 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2842
2843 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2846         for Cygwin.
2847
2848 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2849
2850         * gnus-group.el (gnus-group-prepare-flat):
2851         * mm-bodies.el (mm-encode-body):
2852         * mml.el (mml-preview):
2853         * nnml.el (nnml-request-compact-group):
2854         * pop3.el (pop3-stream-type): Spelling fix.
2855
2856 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2857
2858         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2859
2860 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2861
2862         * color.el (color-rgb-to-hsl):
2863         * gmm-utils.el (gmm-tool-bar-style):
2864         * gnus-group.el (gnus-group-prepare-flat):
2865         * gnus-topic.el (gnus-topic-prepare-topic):
2866         * mm-decode.el (mm-discouraged-alternatives):
2867         * rfc2047.el (rfc2047-encode-1):
2868         * starttls.el: Spelling fix.
2869
2870 2011-11-24  Glenn Morris  <rgm@gnu.org>
2871
2872         * binhex.el (binhex-begin-line): Give it basic doc-string.
2873
2874         * starttls.el, tls.el: Fix case of "GnuTLS".
2875
2876 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2877
2878         * gnus-group.el (gnus-group-highlight): Fix typo.
2879
2880 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2881
2882         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2883         value of `delete-file', that returns nil for a local file but returns t
2884         for a remote file using ssh.
2885
2886 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2887
2888         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2889
2890 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2893         avoid later breakage.
2894
2895 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2898         article buffers' name.
2899
2900 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2903         by Paul Eggert's spellfixes two days ago.
2904
2905 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2908         doesn't have it.
2909
2910         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2911         buffer-local instead of binding them to avoid warnings.  Also demote
2912         errors (bug#10063).
2913         (font-lock-mode-hook): Shut up byte compiler.
2914
2915 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2916
2917         * mm-util.el (mm-charset-after):
2918         * nnir.el (nnir-run-hyrex):
2919         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2920         (ntlm-get-password-hashes, ntlm-md4hash):
2921         * smime.el: Fix typo.
2922
2923 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2924
2925         * gnus-agent.el (gnus-agent-expire-group-1):
2926         * nndiary.el (nndiary-last-occurence):
2927         * nnimap.el (nnimap-request-set-mark):
2928         * nnmairix.el (nnmairix-only-use-registry):
2929         * gnus-group.el (gnus-group-prepare-flat):
2930         * gnus-sum.el (gnus-decode-encoded-word-methods):
2931         * message.el (message-wash-subject):
2932         * nntp.el (nntp-retrieve-headers-with-xover):
2933         * smime.el (smime-certificate-directory): Spelling fix.
2934
2935 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2936
2937         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2938
2939         * color.el:
2940         * gnus-agent.el (gnus-agent-possibly-alter-active):
2941         * gnus-dired.el (gnus-dired-print):
2942         * mail-parse.el:
2943         * nnmairix.el (nnmairix-request-group):
2944         * shr.el (shr-image-displayer):
2945         * sieve-manage.el:
2946         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2947
2948 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2949
2950         * gnus-sum.el (gnus-auto-select-subject):
2951         * spam-report.el (spam-report-resend): Spelling fix.
2952
2953 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2954
2955         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2956         * gnus-art.el (gnus-default-article-saver):
2957         * gnus-srvr.el (gnus-server-copy-server):
2958         * gnus.el (gnus-sloppily-equal-method-parameters):
2959         * html2text.el (html2text-format-tag-list):
2960         * message.el (message-narrow-to-head):
2961         * nndiary.el:
2962         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2963         * sieve.el: Spelling fix.
2964
2965 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2966
2967         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2968         * gnus-sum.el (gnus-summary-make-menu-bar):
2969         * gnus-uu.el (gnus-uu-decode-postscript)
2970         (gnus-uu-decode-postscript-and-save):
2971         * mailcap.el (mailcap-print-command):
2972         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2973         Fix typos.
2974
2975 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2976
2977         * gnus-art.el (gnus-article-part-wrapper):
2978         * html2text.el (html2text-fix-paragraphs):
2979         * mm-decode.el (mm-image-fit-p):
2980         * rfc2047.el (rfc2047-encode-message-header):
2981         * shr-color.el (shr-color-visible-distance-min)
2982         (shr-color-relative-to-absolute, set-minimum-interval)
2983         (shr-color-visible): Fix typos.
2984
2985 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2986
2987         * gmm-utils.el (gmm-tool-bar-item):
2988         * gnus-art.el (gnus-treat-body-boundary):
2989         * gnus-diary.el (gnus-user-format-function-d):
2990         * gnus-start.el (gnus-get-unread-articles):
2991         * pgg-gpg.el (pgg-gpg-update-agent):
2992         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2993
2994 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2995
2996         * gnus-topic.el (gnus-group-prepare-topics):
2997         * gnus-uu.el (gnus-extract-view):
2998         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2999
3000 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3001
3002         * spam.el: Move BBDB autoloads.
3003         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3004         BBDB 2 and 3.
3005         (spam-check-BBDB): Use it.
3006         (spam-enter-ham-BBDB): Use it.
3007
3008 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3009
3010         * smime.el (smime-draw-buffer): Spelling fix.
3011
3012 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3013
3014         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3015         for scanning exactly one level.
3016         * gnus-start.el (gnus-get-unread-articles): Ditto.
3017
3018 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3021         slightly clearer.
3022
3023 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3024
3025         * gnus-sync.el: More commentary about setup.
3026
3027 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * message.el (message-send-and-exit): Document `arg'.
3030
3031 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3032
3033         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3034
3035 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3036
3037         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3038
3039         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3040         we don't use `bound-and-true-p'.
3041
3042 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3043
3044         * gnus-util.el (gnus-bound-and-true-p): Remove.
3045         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3046         * nnir.el: Use it.
3047         * nnmairix.el: Use it.
3048
3049 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3050
3051         * gnus-sync.el: Improve docs about CouchDB admins.
3052
3053         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3054         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3055         for reasons unknown.
3056         * nnir.el: Use it.
3057         * nnmairix.el: Use it.
3058
3059         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3060         * nnir.el: Ditto.
3061         * nnmairix.el: Ditto.
3062
3063         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3064
3065 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3066
3067         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3068         not needed.  Provide xmlplistread list function to produce XML plist
3069         output for non-Gnus LeSync clients.
3070
3071 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3072
3073         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3074
3075         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3076         and save against it.  Group subscriptions, read marks, other marks,
3077         subscription levels, topic names, and topic offsets (the group's
3078         position within the topic) are saved.  This is an experimental backend
3079         and may change significantly.  Load json.el from the gnus-fallback-lib
3080         if it's not available otherwise.
3081         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3082
3083 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3084
3085         * message.el (message-completion-function): Make sure
3086         message-tab-body-function is not attempted if one of
3087         message-completion-alist fails to find a completion (bug#9158).
3088
3089 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3090
3091         * mml.el (mml-quote-region): Quote <#secure> tag.
3092         (mml-generate-mime-1): Unquote <#secure> tag.
3093
3094 2011-10-20  Chong Yidong  <cyd@gnu.org>
3095
3096         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3097         calling a minor mode from Lisp with nil arg enables it, so we have to
3098         make the wording a bit ambiguous here).
3099
3100 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3101
3102         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3103         * nnir.el (nnir-mode): Use it.
3104         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3105         Use it.
3106
3107         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3108         * nnmairix.el (gnus-registry-enabled): Ditto.
3109
3110 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3111
3112         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3113         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3114         only while we need to find out if it should be t or nil.
3115         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3116         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3117         the registry is installed.  Set it to nil when it's unloaded.
3118         (gnus-registry-install-p): Provide user guidance for the initial value
3119         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3120         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3121         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3122         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3123         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3124         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3125         `gnus-registry-install'.
3126
3127 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3128
3129         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3130         previous change.
3131         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3132         primary key is marked as disabled.
3133
3134 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3135
3136         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3137         primary key is marked as disabled.
3138
3139 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3140
3141         * html2text.el (html2text-clean-anchor): Check for quotes around
3142         `href' value.
3143
3144 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3147         searching.  Drop `bbdb-cache'.
3148
3149 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * message.el (message-signed-or-encrypted-p): Exclude header when
3152         checking if there is signed or encrypted body in text/plain message.
3153
3154 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3155
3156         * html2text.el (html2text-get-attr): Correctly handle attribute values
3157         containing "=".
3158
3159 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3160
3161         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3162         handle bindings.
3163
3164 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * gnus-win.el (gnus-configure-windows): Protect against reading
3167         ephemeral groups outside of Gnus.
3168
3169 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * shr.el (shr-tag-img): Don't get images displayed in tables.
3172
3173 2011-10-03  Glenn Morris  <rgm@gnu.org>
3174
3175         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3176         the "maintainer" version of debbugs.gnu.org reports.
3177
3178 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3181         make asynchronous adjacent image insertion work better.
3182
3183 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3184
3185         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3186         documentation.
3187
3188 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3191         `gnus-asynchronous' isn't shadowed.
3192
3193 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3196
3197         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3198         (nnimap-insert-partial-structure): The charset parameter isn't
3199         case-sensitive.
3200
3201         * nnheader.el (nnheader-message-maybe): New function.
3202
3203         * shr.el (shr-tag-table): Render totally broken tables better.
3204
3205         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3206         computing the boundary.
3207
3208 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * pop3.el (pop3-number-of-responses): Remove.
3211         (pop3-wait-for-messages): Rewrite to take linear time instead of
3212         exponential time.
3213
3214 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3217         re-fetch images.
3218
3219         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3220         re-fetch images when hitting `g' in Gnus.
3221
3222 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3225         (mml-compute-boundary): Don't check collision if it is non-nil.
3226         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3227         before checking collision.
3228
3229 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * message.el (message-indent-citation): Really make sure there's a
3232         newline at the end.
3233
3234         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3235         Fix suggested by John Wiegley.
3236
3237         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3238
3239         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3240
3241         * message.el (message-default-send-rename-function): Break out into its
3242         own function.
3243
3244         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3245         doesn't work under XEmacs.
3246
3247         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3248         of "imaps" to word around Windows problems.
3249         (nnimap-open-connection-1): Use it.
3250
3251         * message.el (message-indent-citation): Revert last change which made
3252         `F' not work.
3253
3254 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3255
3256         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3257         terminal as well.
3258
3259 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3262         because it displays images using overlays that aren't easy to copy to
3263         the article buffer.
3264
3265 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3266
3267         * message.el (message-indent-citation): Fix empty line removal at the
3268         end of the citation.
3269
3270 2011-09-20  Julien Danjou  <julien@danjou.info>
3271
3272         * auth-source.el (auth-source-netrc-create): Use default value for
3273         password if specified.  Evaluate default.
3274         (auth-source-plstore-create): Ditto.
3275         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3276         value evaluation.
3277         (auth-source-netrc-create): Typo fix.
3278         (auth-source-plstore-create): Ditto.
3279
3280         * password-cache.el (password-cache-remove): Remove entries even if the
3281         value is nil, so that password with a nil value (negative caching) is
3282         possible to invalidate.
3283
3284         * auth-source.el (auth-source-format-cache-entry): New function.
3285
3286 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3289
3290 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3293
3294 2011-09-19  Julien Danjou  <julien@danjou.info>
3295
3296         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3297         which work with things that are not ASCII.
3298
3299 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3302
3303 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3306         message level.
3307
3308 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3311
3312 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3315
3316 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3317
3318         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3319         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3320
3321 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3322
3323         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3324         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3325         articles.
3326
3327 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3328
3329         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3330         (message-mail-other-window, message-mail-other-frame)
3331         (message-news-other-window, message-news-other-frame):
3332         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3333         instead of setting buffer display varibles.
3334
3335 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3338
3339         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3340
3341 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3344         duplicates" to a higher level.
3345
3346         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3347         most egregious messages.
3348
3349 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3352
3353 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3354
3355         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3356         up the file (bug#9351).
3357
3358 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3361         it does with all other backends, but decode the names immediately after
3362         getting them.
3363
3364         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3365         decoding nnimap groups.
3366
3367         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3368         newsrc file.  It doesn't seem like an important optimization any more.
3369
3370 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3371
3372         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3373         overflows.
3374
3375 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3378         (gnus-interactive-exit): Extend to `quiet'.
3379
3380         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3381
3382         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3383         string.
3384
3385         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3386         renaming function arguments from `this'.
3387
3388         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3389
3390         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3391         has been renamed.
3392         (gnus-lrm-string-p): Include RLM and PDF, too.
3393
3394         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3395         (bug#9225).
3396
3397 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3398
3399         Add autoload cookies for functions used by sendmail.el.
3400         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3401
3402         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3403
3404 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-art.el (article-date-ut): Work properly even when there are
3407         things like Date header in the body; work for forwarded parts.
3408
3409 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3410
3411         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3412         original-article-buffer.
3413
3414 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3415
3416         * nnir.el (nnir-compose-result): Fix matching of server type.
3417         (nnir-run-swish++): Ditto.
3418         (nnir-run-namazu): Ditto.
3419         (nnir-run-notmuch): Ditto.
3420
3421 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3424         (bug#9405).
3425
3426         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3427         (bug#9421).
3428
3429         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3430         (bug#9425).
3431
3432         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3433         thing (bug#9426).
3434
3435 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3438         the error message.
3439
3440 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3441
3442         * message.el (message-setup-1): Return t (Bug#9392).
3443
3444 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3445
3446         * gnus-sum.el: When adding article headers to a summary buffer also
3447         update gnus-newsgroup-articles (bug#9386).
3448
3449 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * auth-source.el: Autoload help-mode.
3452
3453 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3456         names.
3457
3458 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3459
3460         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3461         mm-replace-in-string for compatibility issues.
3462         * mml2015.el (mml2015-epg-verify): Ditto.
3463
3464 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3467
3468         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3469
3470 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3473         continue on and do the clean-up phase (bug#9188).
3474
3475         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3476         just ignore groups that can't be opened instead of erroring out
3477         (bug#9225).
3478
3479         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3480         nil since some many people are fuddy-duddies.
3481
3482         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3483         images.
3484
3485         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3486         instead.
3487
3488         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3489
3490         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3491
3492         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3493         processing.
3494
3495         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3496         buffer to avoid warnings.
3497
3498 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3499
3500         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3501         specified to reduce precision.
3502
3503 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3506         bodystructures (bug#9314).
3507
3508 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3511         Make button keymap non-sticky after buttons.
3512
3513 2011-08-18  David Engster  <dengste@eml.cc>
3514
3515         * nnmairix.el (nnmairix-request-set-mark)
3516         (nnmairix-goto-original-article): Remove adding of article to registry,
3517         since `gnus-registry-add-group' isn't available anymore.
3518         (nnmairix-determine-original-group-from-registry):
3519         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3520         available anymore.
3521
3522 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3523
3524         * starttls.el (starttls-any-program-available): Define as obsolete
3525         function.
3526
3527 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3530         versions which Gnus use when appropriate.
3531
3532         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3533         a pretty destructive command.
3534
3535         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3536
3537 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * message.el (message-fix-before-sending): Make a different warning
3540         about NUL characters (bug#9270).
3541
3542         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3543         from custom (bug#9260).
3544
3545         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3546         things work in Emacs 22 and XEmacs, too.
3547
3548         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3549         default From.
3550
3551         * gnus-spec.el (gnus-lrm-string-p): New macro.
3552         (gnus-lrm-string): New constant.
3553         (gnus-summary-line-format-spec): LRM-ify the from.
3554         (gnus-tilde-max-form): LRM-ify string chopping.
3555
3556         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3557
3558         * message.el (message-is-yours-p): Allow disabling canlock checking
3559         (bug#9295).
3560         (message-shoot-gnksa-feet): Add `canlock-verify'.
3561         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3562         message directory isn't writable (bug#9304).
3563
3564         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3565         non-world-readable.
3566
3567 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3570         articles.
3571
3572 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3573
3574         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3575         copy-list.
3576
3577 2011-08-12  Sam Steingold  <sds@gnu.org>
3578
3579         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3580         in the reverse order to avoid modifying the cache with `nreverse'.
3581         (gnus-all-score-files): Do not modify the value returned by
3582         `gnus-score-find-alist' because it lives in a cache variable.
3583         (gnus-current-home-score-file): No need to `nreverse' the return value
3584         of `gnus-score-find-alist', it is already in the correct order.
3585
3586 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3587
3588         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3589         type MESSAGE and subtype RFC822 is slightly different from those of
3590         type TEXT.
3591
3592 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3593
3594         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3595         This allows article-referral to work from an nnir group.
3596
3597 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3598
3599         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3600
3601 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3602
3603         * mml1991.el (mml1991-epg-find-usable-key)
3604         (mml1991-epg-find-usable-secret-key): New function.
3605         (mml1991-epg-sign): Check if signing key is usable.
3606         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3607
3608 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3609
3610         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3611         server-variables only.  This should fix a bug introduced with commit
3612         e1889675b7f4adf057833c5513c9374134c4e053.
3613         (nnir-run-query): 'nnir-search-engine should not be set from the global
3614         environment.
3615
3616 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3617
3618         * nnir.el (nnir-search-thread): Position point on referring article
3619         line.
3620         (nnir-warp-to-article): Clean up summary buffers.
3621
3622         * nnimap.el (nnimap-request-thread): Whitespace fix.
3623
3624 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3625
3626         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3627
3628 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * starttls.el (starttls-available-p): Rename from
3631         `starttls-any-program-available' and changed return convention.
3632
3633 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3636         `unix-sync' unless it's defined.
3637
3638 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3639
3640         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3641         `aref' for XEmacs compatibiltiy.
3642
3643 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3646
3647 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3648
3649         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3650         closures, quote the form properly (bug#9194).
3651
3652 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3655         (gnus-summary-insert-new-articles): Protect against servers that are
3656         down.
3657
3658 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3659
3660         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3661         in mm handle if none is specified.
3662
3663 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3664
3665         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3666
3667 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3668
3669         * nnir.el (nnir-search-thread): New function to make an nnir group
3670         based on a thread query.
3671
3672         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3673         of nnir in thread referral.
3674         (gnus-summary-refer-thread): Use it.
3675
3676         * nnimap.el (nnimap-request-thread): Use it.
3677
3678 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * shr.el (shr-tag-comment): Ignore HTML comments.
3681
3682 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3683
3684         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3685         argument.
3686         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3687         Use `nnir-address' to handle server info rather than passing an arg.
3688
3689         * nnimap.el (nnimap-make-thread-query): New utility function to format
3690         an imap thread search query.
3691         (nnimap-request-thread): Use it.
3692
3693         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3694         right select-method if we are not going back to the group buffer.
3695
3696 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3699         enter invalid buffer configurations into the quit form (bug#9107).
3700         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3701         unplugged/plugged.
3702
3703         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3704         keep track of which ones are unread (bug#9061).
3705
3706         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3707         (bug#9055).
3708
3709         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3710         (bug#9041).
3711
3712         * gnus-html.el (mm-util): Require (bug#9073).
3713
3714         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3715         (gnus-summary-refer-thread): Use it to remove duplicates in the
3716         un-threaded view (bug#9053).
3717         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3718
3719 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3720
3721         * nnir.el (nnir-read-server-parm): Use default value from global
3722         variable.  Without this the default search engine parameters aren't
3723         used at all.
3724
3725 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * message.el (message-unique-id): Don't use the undocumented return
3728         value from (random t) (bug#9118).
3729
3730 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * message.el (message-auto-save-directory): If the ~/Mail directory
3733         doesn't exist, use ~ as the auto-save directory (bug#4432).
3734
3735         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3736         hasn't already been started.
3737
3738 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3741
3742         * message.el (message-reply): Work around mysterious bug where
3743         `message-mode' seems to overwrite the locally bound `subject' variable.
3744
3745 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3746
3747         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3748         correct group.
3749
3750         * gnus-int.el (gnus-request-thread): Add group argument.
3751
3752         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3753
3754 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3757
3758         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3759         renamed to `debbugs-gnu-*'.
3760
3761 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3762
3763         * plstore.el: Revert the editing feature since it is not urgent.
3764         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3765         (plstore-mode-decoded): Remove.
3766
3767 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3770         isn't very interesting any more, and it leaks potentially secret data.
3771         (gnus-debug): Remove.
3772
3773         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3774         use of :custom-show.
3775
3776 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3777
3778         * plstore.el: Add documentation.
3779         (plstore-mode): New mode to edit plstore file.
3780         (plstore-mode-toggle-display, plstore-mode-original)
3781         (plstore-mode-decoded): New command.
3782         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3783         (plstore--insert-buffer, plstore--make): New function.
3784         (plstore-open, plstore-save): Simplify by using them.
3785
3786 2011-07-06  Glenn Morris  <rgm@gnu.org>
3787
3788         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3789
3790 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3793         no longer is much used.
3794         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3795         Articles".
3796
3797 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3798
3799         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3800         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3801         `notmuch' backend.
3802
3803 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * mm-decode.el (mm-text-html-renderer): Doc fix.
3806
3807         * gnus-msg.el (gnus-bug): Fix the MML tag.
3808
3809         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3810
3811 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3812
3813         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3814         secondary methods if started with `gnus-no-server'.
3815
3816 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3817
3818         * message.el (message-return-action): Fix typo in docstring.
3819
3820 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3823         bug reports at once.
3824
3825         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3826
3827 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * nndraft.el: Require gnus-group.
3830         (nndraft-request-list): Declare.
3831
3832         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3833         no unread article unless it matches gnus-permanently-visible-groups.
3834
3835         * nndraft.el (nndraft-update-unread-articles): New function.
3836         (nndraft-request-associate-buffer): Use it to update the number of
3837         unread articles for the nndraft groups in the group buffer when saving
3838         or killing a draft message.
3839
3840 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3843         systems to binary before writing and reading the mbox files.
3844
3845         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3846         instead of trying to list them all (bug#8978).
3847
3848 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3849
3850         * pop3.el (pop3-open-server): Use :end-of-capability.
3851
3852 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3855         the id is always a number.
3856
3857         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3858
3859         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3860         debbugs mode, if possible.
3861
3862 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3863
3864         * auth-source.el (auth-source-token-passphrase-callback-function):
3865         Reindent.
3866         (epg-context-operation): Remove unnecessary autoload.
3867
3868 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * gnus.el (gnus-list-debbugs): New command.
3871
3872         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3873         mboxstat instead of the maintbox, since the stat seems to be fuller.
3874
3875         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3876         summary buffers.
3877
3878         * message.el (message-get-reply-headers): Delete all duplicates,
3879         instead of the first.
3880         (message-get-reply-headers): Ensure that we have progress while
3881         deleting duplicates.
3882
3883         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3884         gnus-posting-style value from the summary buffer to make it easier to
3885         make that a per-buffer conf.
3886
3887 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3888
3889         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3890         found by setting `shortcut' in 'query.
3891         (nnir-request-article): Use `shortcut' setting when requesting article
3892         by Message-ID.
3893
3894 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3895
3896         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3897         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3898         Bring the pseudo-headers back too.
3899
3900 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3901
3902         * auth-source.el (auth-source-token-passphrase-callback-function):
3903         Simplify and remove EPA dependency.
3904
3905 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3906
3907         * nnir.el (nnir-request-article): Fix error message text.
3908
3909 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3910
3911         * auth-source.el (plstore-delete): Autoload.
3912         (auth-source-plstore-search): Support delete operation.
3913         * plstore.el (plstore-delete): New function.
3914
3915 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3918         mark actually existing articles as unread rather than the ones that
3919         active asserts.
3920
3921 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3922
3923         * nntp.el (nntp-record-command):
3924         * gnus-util.el (gnus-message-with-timestamp-1):
3925         Use format-time-string rather than decoding time stamps by hand.
3926         This is simpler and insulates the code from potential changes to
3927         current-time format.
3928
3929 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3932
3933 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3936         (plstore-save): Support public key encryption.
3937         (plstore--init-from-buffer): New function.
3938         (plstore-open): Use it; fix error when opening a non-existent file.
3939         (plstore-revert): Use plstore--init-from-buffer.
3940
3941 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3942
3943         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3944
3945 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3948         for old Emacsen.
3949
3950 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3951
3952         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3953         is not fully working.
3954
3955 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * dgnushack.el: Autoload sha1 on XEmacs.
3958
3959         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3960         quit window configuration.
3961
3962         * auth-source.el (epg-context-set-passphrase-callback):
3963         Remove duplicate autoload.
3964
3965 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3966
3967         * nnir.el (nnir-request-article): Allow requesting articles by
3968         Message-ID with nnimap.
3969
3970         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3971         current server.
3972
3973 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * auth-source.el: Autoload EPA/EPG functions.
3976         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3977         changed when EPA/EPG is not available.
3978         (auth-source-backend): Rename "arg" member to "data".
3979         (auth-source-backend-parse, auth-source-plstore-search)
3980         (auth-source-plstore-create): Use it.
3981
3982 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3983
3984         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3985         `gnus-refer-article-methods'.
3986
3987 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * auth-source.el: Require EPA and EPG.
3990         (auth-source-passphrase-alist): New variable.
3991         (auth-source-passphrase-callback-function)
3992         (auth-source-token-passphrase-callback-function): Callbacks for the
3993         netrc field encryption (GPG tokens).
3994         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3995         Symmetric encryption and decryption of the netrc GPG tokens.
3996         (auth-source-netrc-normalize): Use them, simplifying the closure.
3997
3998 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4001         is available.
4002
4003 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4006         non-nil, and `nnimap-split-methods' is nil, use the former.
4007
4008 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4009
4010         * plstore.el (plstore-revert): New function.
4011         (plstore-open): Use it; hide the buffer from user.
4012
4013 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4014
4015         * auth-source.el (auth-source-backend): New member "arg".
4016         (auth-source-backend-parse): Handle new backend 'plstore.
4017         * plstore.el: New file.
4018
4019 2011-06-30  Glenn Morris  <rgm@gnu.org>
4020
4021         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4022
4023 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4026         expiring articles to.
4027
4028         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4029         variations as ASCII (bug#5458).
4030
4031 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4034
4035 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * message.el (message-point-in-header-p): Tweak the function to default
4038         to saying that we're not in the headers if there is no separator at
4039         all.  This makes it possible to use the Message version of `M-q' in
4040         buffers with no headers (bug#7987).
4041         (message-point-in-header-p): Fix last checkin to work with an empty
4042         mail-header-separator, too.
4043
4044         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4045         again, save the choice via customize.
4046
4047 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4050
4051         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4052         ended the connection, bail out before waiting infinitely on a new
4053         connection.
4054
4055 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4058         reports.
4059
4060         * gnus.el (gnus-bug-package): Use "gnus."
4061         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4062
4063 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * dgnushack.el: Make the timer warning go away on XEmacs.
4066
4067         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4068         animations going on at article exit time.
4069
4070         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4071         since removing it breaks people upgrading.
4072
4073         * shr.el (shr-put-image): Use the new interface for animating images.
4074         (shr-put-image): Animate for 60 seconds.
4075
4076         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4077         avoid compiler warnings.
4078
4079         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4080         error with `find-file-hooks' on Emacs 22.
4081         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4082         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4083         on all architectures.
4084
4085         * spam.el (spam-stat): Require in a normal fashion without binding
4086         `spam-stat-install-hooks' to avoid compilation warnings.
4087
4088         * spam-stat.el (spam-stat-install-hooks): Remove.
4089         (spam-stat-install-hooks): Don't run automatically.
4090
4091 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4092
4093         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4094         and keystroke.
4095
4096 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * auth-source.el (auth-source-netrc-cache): Move forward.
4099
4100 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * proto-stream.el (proto-stream-open-starttls): Use
4103         `gnutls-available-p' to see whether we have built-in support.
4104
4105         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4106         we already know.
4107         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4108         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4109
4110 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4113         %S format, since that looks odd.
4114         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4115         file, especially when saving.
4116
4117 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4118
4119         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4120         article found.
4121
4122 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4123
4124         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4125         `auth-source-save-secrets' with a more sensitive alist that can be
4126         configured per file.  Experimental, so defaults to 'never.
4127         (auth-source-netrc-create): Use it.  Still experimental code.
4128         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4129         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4130
4131 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * auth-source.el (auth-source-save-secrets): New variable to control if
4134         secret tokens should be saved encrypted.
4135         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4136         to `auth-source-netrc-normalize'.
4137         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4138         on the EPA variables being defined.
4139         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4140         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4141         the lexical-let closure.
4142         (auth-source-netrc-create): Create "gpg:" tokens according to
4143         `auth-source-save-secrets'.
4144
4145 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * gnus-group.el (gnus-group-update-group): Add new argument
4148         `info-unchanged' that stops updating dribble buffer.
4149
4150         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4151         deletes lines matching to it in dribble buffer.
4152
4153         * gnus-agent.el (gnus-agent-fetch-group-1):
4154         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4155         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4156         * gnus-start.el (gnus-group-change-level):
4157         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4158
4159         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4160         if newsgroup info is not changed.
4161
4162         * gnus-group.el (gnus-group-get-new-news-this-group):
4163         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4164         Don't update dribble buffer.
4165
4166 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4169         remove entries with groups we ignore.
4170
4171 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4174         the underline comes at the bottom.
4175
4176 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4179         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4180         (gnus-registry-article-marks-to-names): Rename from
4181         `gnus-registry-user-format-function-M2'.
4182
4183 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4186         ephemeral group.
4187
4188 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * shr.el (shr-browse-image): Copy the URL if called interactively.
4191
4192 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4195         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4196         done, then unselected articles may be marked as read.
4197
4198         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4199         since not doing this seems to lead to a race condition in pop3-logon.
4200
4201         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4202         so that the call chain it correct when we call "upwards".
4203
4204         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4205         in read-only groups.
4206
4207         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4208
4209         * message.el (message-cite-reply-position): Doc string fix.
4210
4211         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4212         avoid regexp overflow.
4213         (nnimap-transform-split-mail): Ditto.
4214
4215         * pop3.el (pop3-retr): Error out if the server closes the connection.
4216
4217 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4218
4219         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4220         mm-with-unibyte-current-buffer.  The buffer should not contain any
4221         multibyte chars anyway at this stage.
4222
4223 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4226         at the end of lines.
4227
4228 2011-05-29  Julien Danjou  <julien@danjou.info>
4229
4230         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4231
4232 2011-05-27  Glenn Morris  <rgm@gnu.org>
4233
4234         * gnus-group.el (gnus-bug-group-download-format-alist):
4235         Use the "maintainer" version of debian reports as well.
4236
4237 2011-05-26  Glenn Morris  <rgm@gnu.org>
4238
4239         * gnus-group.el (gnus-bug-group-download-format-alist):
4240         Use the "maintainer" version of debbugs.gnu.org reports.
4241
4242 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4245
4246 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4247
4248         * gnus-cus.el (gnus-agent-customize-category):
4249         * gnus-delay.el (gnus-delay-send-queue):
4250         * gnus.el (gnus-other-frame):
4251         Don't quote lambda expressions with `quote'.
4252
4253 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4256         the thread moves us backwards and so we loop forever.
4257
4258 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4261         whitespace in base64 data lines.
4262
4263 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4264
4265         * gnus-registry.el (gnus-registry-user-format-function-M):
4266         Use `mapconcat'.
4267         (gnus-registry-user-format-function-M2): Use to see the full text of
4268         the marks.  Make "," the mark text separator.
4269
4270         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4271         authentication with auth-source.
4272
4273 2011-05-17  Glenn Morris  <rgm@gnu.org>
4274
4275         * gnus-group.el (gnus-import-other-newsrc-file):
4276         Use insert-file-contents.
4277
4278 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4281         1000 iterations.
4282
4283 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * nntp.el (nntp-open-connection): Check if process-type is available.
4286
4287 2011-05-16  Julien Danjou  <julien@danjou.info>
4288
4289         * shr.el (shr-tag-del): Add support for del tag.
4290
4291 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-html.el (gnus-html-put-image): Register a displayer.
4294
4295         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4296
4297 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4298
4299         * registry.el (prune-factor): New initialization parameter defaulting
4300         to 0.1.
4301         (registry-prune-hard): Use it.
4302
4303         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4304         0.1 expicitly.
4305
4306 2011-05-13  Glenn Morris  <rgm@gnu.org>
4307
4308         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4309         is bound, since this function requires sendmail.
4310
4311 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * registry.el (registry-usage-test): Disable pruning test.
4314
4315 2011-05-11  David Engster  <dengste@eml.cc>
4316
4317         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4318         Bind set-network-process-option for XEmacs.
4319
4320 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * registry.el (registry-prune-hard-candidates)
4323         (registry-prune-soft-candidates): Helper methods for registry pruning.
4324         (registry-prune): Use them.  Make the sort function optional.
4325
4326 2011-05-10  Jim Meyering  <meyering@redhat.com>
4327
4328         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4329
4330 2011-05-10  Julien Danjou  <julien@danjou.info>
4331
4332         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4333         symbol and not a list.
4334
4335 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-art.el (gnus-article-mode): Move binding of
4338         shr-put-image-function here from gnus-article-prepare-display.
4339
4340         * shr.el (shr-put-image-function): New variable.
4341         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4342         (shr-put-image): Return scaled image.
4343
4344         * gnus-art.el (gnus-shr-put-image): New function.
4345         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4346
4347         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4348         original ones, as deletable.
4349
4350 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4351
4352         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4353
4354 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         * registry.el (registry-full): Add convenience method.  Fix logic.
4357         (registry-insert): Use it.  Fix logic here too.
4358
4359         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4360         `registry-prune' if `registry-full' returns t.
4361         (gnus-registry-handle-action)
4362         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4363         (gnus-registry-usage-test): Use it.
4364
4365 2011-05-07  Julien Danjou  <julien@danjou.info>
4366
4367         * shr.el (shr-link): Make shr-link inherit from link by default.
4368
4369 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4370
4371         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4372
4373 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4376         error out because the face is not a list.
4377
4378 2011-05-05  Glenn Morris  <rgm@gnu.org>
4379
4380         * proto-stream.el (gnutls-negotiate): Fix declarations.
4381
4382         * gnus-start.el (gnus-propagate-marks): Declare.
4383
4384 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4385
4386         * registry.el (registry-reindex): Fix percentage message.
4387
4388         * proto-stream.el (network-stream-open-starttls): Adjust to call
4389         `gnutls-negotiate' with :process and :hostname arguments.
4390
4391 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * shr.el: Add shr-link face for links.
4394         (shr-urlify): Use it.
4395
4396         * registry.el (registry-insert): Make error message more helpful.
4397
4398 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * gnus-html.el (gnus-html-schedule-image-fetching):
4401         Use url-queue-retrieve, if it exists.
4402
4403         * shr.el (shr-tag-img): Ditto.
4404
4405         * gnus.el: Autoload more gnus-agent functions.
4406
4407         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4408         agent if we haven't already (bug#8502).
4409
4410         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4411         into the Agent, too.
4412
4413         * gnus-agent.el (gnus-agent-store-article): New function.
4414
4415         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4416         and moved from that file for reuse.
4417
4418         * pop3.el (pop3-open-server): Error messages are "-ERR".
4419
4420 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4423         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4424
4425 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4426
4427         * gnus.el: No Gnus v0.17 is released.
4428
4429 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4432         buffer has moved to a different frame.
4433
4434 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4437         to get the conversion from unibyte to multibyte buffers to work on
4438         Emacs 22.
4439
4440         * nntp.el (nntp-request-article): Slight clean-up.
4441
4442 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * shr.el (shr-strike-through): New face.
4445         (shr-tag-s): Use it to provide <s> support.
4446         (shr-tag-s): Remove duplicate definition.
4447
4448 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4451         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4452
4453 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4456         `gnutls-negotiate'.
4457         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4458
4459 2011-04-23  Glenn Morris  <rgm@gnu.org>
4460
4461         * gnus-sum.el (gnus-extra-headers): Bump :version.
4462
4463 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * shr.el (shr-tag-sup): New function.
4466         (shr-tag-sub): Ditto.
4467
4468 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4471         for the case where `gnus-registry-ignored-groups' is a list of lists,
4472         and don't call `gnus-parameter-registry-ignore' otherwise.
4473
4474 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4475
4476         * nnimap.el (nnimap-user): New backend variable.
4477         (nnimap-open-connection-1): Use it.
4478         (nnimap-credentials): Accept user parameter so it's explicit what user
4479         name is desired.
4480
4481         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4482         default.
4483
4484         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4485         not gnus-registry.el.
4486
4487         * gnus-registry.el: Mention in comments how to modify
4488         `gnus-extra-headers' for proper recipient tracking and that it may
4489         already have To and Cc recently, which it does as of this commit.
4490         (gnus-registry-ignored-groups): Remove defcustom.
4491         Explain why in comments.
4492         (gnus-registry-action): Fix data-header reference to use the extra
4493         headers.  Explain in package commentary how to add To and Cc headers to
4494         the gnus-extra-headers.
4495         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4496         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4497         parameter list or a string list in `gnus-registry-ignored-groups'.
4498         Fix logic error.
4499
4500 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * shr.el (shr-expand-url): Protect against null urls.
4503
4504 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * shr.el (shr-base): New binding.
4507         (shr-tag-base): Keep track of <base>.
4508         (shr-expand-url): New function used throughout.
4509
4510 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * gnus-registry.el
4513         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4514         (gnus-registry-ignored-groups): New variable.
4515         (gnus-registry-ignore-group-p): Use it.
4516         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4517         set the destination group to nil (same as delete) if it's ignored.
4518
4519 2011-04-20  David Engster  <dengste@eml.cc>
4520
4521         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4522
4523         * Makefile.in (test-nntp): New rule.
4524         (check): Add it.
4525         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4526
4527 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-registry.el (gnus-registry-action)
4530         (gnus-registry-fetch-header-fast):
4531         Don't use mail-header that looks an internal function of mailheader.el.
4532
4533 2011-04-19  Glenn Morris  <rgm@gnu.org>
4534
4535         * time-date.el (time-to-days): Remove unused local variables.
4536
4537 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-registry.el: Eliminate cl functions.
4540         (gnus-registry-sort-addresses): New function that replaces mapcan.
4541         (gnus-registry-action, gnus-registry-spool-action)
4542         (gnus-registry-split-fancy-with-parent)
4543         (gnus-registry-fetch-recipients-fast): Use it.
4544         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4545
4546         * registry.el (initialize-instance, registry-lookup)
4547         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4548         (registry-lookup-secondary-value, registry-search, registry-delete)
4549         (registry-insert, registry-reindex, registry-size, registry-prune):
4550         Use eval-and-compile.
4551
4552 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * registry.el (registry-reindex): New method to recreate the secondary
4555         registry indices.
4556
4557         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4558         tracked field changes.
4559         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4560         (gnus-registry-action, gnus-registry-spool-action)
4561         (gnus-registry-handle-action)
4562         (gnus-registry--split-fancy-with-parent-internal)
4563         (gnus-registry-split-fancy-with-parent)
4564         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4565         move, and delete actions, and for fancy splitting with parent.
4566         (gnus-registry-extract-addresses)
4567         (gnus-registry-fetch-recipients-fast)
4568         (gnus-registry-fetch-header-fast): Convenience functions.
4569         (gnus-registry-misc-test): ERT test of
4570         `gnus-registry-extract-addresses'.
4571
4572 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4573
4574         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4575         Track by subject first, then sender.
4576
4577 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4578
4579         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4580
4581         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4582         Lisp.
4583
4584         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4585         (gnus-draft-send): Use it to avoid popping
4586         up frames from gnus-group-send-queue.
4587
4588 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * gnus-registry.el: Updated gnus-registry docs.
4591
4592 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4595         Fix logic bug.
4596         (gnus-registry-post-process-groups): Fix logging of no results and
4597         quote sender and subject.
4598
4599 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4602         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4603         gnutls-cli are too slow to be done opportunistically.
4604
4605         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4606         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4607         we had no early-data returned.
4608         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4609         two async commands to the same server at the same time.
4610
4611 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4612
4613         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4614
4615 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4618         "warning" level.
4619
4620         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4621         (mm-url-insert-file-contents): Don't set the package names.
4622
4623 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * gnus-registry.el (gnus-registry-action): Remove properties and
4626         simplify subject in `gnus-registry-handle-action'.
4627         (gnus-registry-spool-action): Get subject and sender from message if
4628         they are not passed in.
4629         (gnus-registry-handle-action): Remove properties and simplify subject
4630         consistently.
4631
4632 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4633
4634         * registry.el: Require CL before using defmacro*.
4635
4636 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-art.el (article-treat-date): Assume that
4639         gnus-article-date-headers may be a group parameter.
4640
4641 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4644
4645         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4646         interactively so the newsrc file can contain foreign groups too.
4647         Useful for debugging but not much for users.
4648
4649 2011-04-07  David Engster  <dengste@eml.cc>
4650
4651         * registry.el (registry-usage-test): Only do
4652         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4653         lexical binding.
4654
4655 2011-04-07  David Engster  <dengste@eml.cc>
4656
4657         * Makefile.in (check, test-registry): New rules for test-suite.
4658
4659 2011-04-06  David Engster  <dengste@eml.cc>
4660
4661         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4662         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4663
4664 2011-04-06  David Engster  <dengste@eml.cc>
4665
4666         * registry.el (initialize-instance): Change :after to :AFTER to be
4667         compatible with old EIEIO version in XEmacs.
4668
4669 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * gnus-registry.el (gnus-registry-post-process-groups)
4672         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4673         and provide better messaging.
4674
4675 2011-04-06  David Engster  <dengste@eml.cc>
4676
4677         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4678         errors.
4679
4680         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4681         dgnushack-compile with error-on-warn enabled, and to signal an error if
4682         clean compilation failed.
4683         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4684         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4685
4686 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4689         unconditionally anyway, discarding errors.
4690         (gnus-registry-delete-entries): New convenience function.
4691         (gnus-registry-import-eld): Import from old .eld registry.
4692
4693         * registry.el: Don't use ERT if it's not available.  Load it
4694         unconditionally anyway, discarding errors.
4695
4696         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4697         version from the Claudio Bley GnuTLS patch (extra optional parameters
4698         and host name).
4699
4700 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4703         fixup the parameters that can be customized by the user between
4704         save/read cycles.
4705         (gnus-registry-read): Use it.
4706         (gnus-registry-make-db): Use it.
4707         (gnus-registry-spool-action, gnus-registry-handle-action):
4708         Fix messaging.
4709         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4710         Map references to actual group names with sender and subject tracking.
4711         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4712         (gnus-registry-usage-test): Add subject lookup test.
4713
4714         * registry.el (registry-db, initialize-instance): Set up constructor
4715         instead of :initform arguments for the sake of older Emacsen.
4716         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4717         pre-lexbind merge bug.
4718         (registry-usage-test): Use it.
4719         (initialize-instance, registry-db): Move the non-function initforms
4720         back to the class definition.
4721
4722 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4723
4724         * registry.el: New library to manage gnus-registry-style data.
4725
4726         * gnus-registry.el: Use it (major rewrite).
4727
4728         * nnregistry.el: Use it.
4729
4730         * spam.el: Use it.
4731
4732 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4735         marks on non-selected articles.
4736
4737 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4738
4739         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4740         parameter to open-protocol-stream.
4741
4742 2011-04-01  Julien Danjou  <julien@danjou.info>
4743
4744         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4745         fundamental-mode.
4746
4747 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4750         servers.
4751
4752 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4755         made marks not propagate, again.
4756
4757 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4758
4759         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4760         Make this the default type.
4761         (proto-stream-open-plain): Rename from proto-stream-open-default.
4762         (open-protocol-stream, proto-stream-open-starttls)
4763         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4764         with `plain'.
4765
4766         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4767         value.
4768
4769         * nntp.el (nntp-open-connection-function): Document the fact that some
4770         values are not functions but are instead handled specially.
4771         Recognize nntp-open-plain-stream value.
4772         (nntp-open-connection): Recognize that value.
4773
4774 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4777         where it seems to be needed.
4778
4779 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4782         stuff.
4783
4784         * gnus-score.el (gnus-score-string): Fix calling convention of
4785         `gnus-simplify-buffer-fuzzy' after last patches.
4786
4787         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4788         server for articles we didn't get any headers for.  This is a sanity
4789         check.
4790
4791 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4792
4793         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4794         new CAPABILITY, use it.
4795
4796 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4799         downloading anything.
4800
4801         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4802
4803 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4804
4805         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4806         colors.
4807         (gnus-splash-svg-color-symbols): New function.
4808
4809 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4812         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4813         (gnus-simplify-subject-fuzzy): Use the local
4814         gnus-simplify-subject-fuzzy-regex instead of the global one.
4815         This makes using this variable in group parameters work.
4816
4817 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * gnus-registry.el (gnus-registry-unfollowed-groups):
4820         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4821         archive:sent-YYYY-MM-DD groups).
4822         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4823         tracking if there are more than `gnus-registry-max-track-groups'
4824         matches.
4825
4826 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4827
4828         * message.el (message--yank-original-internal): New function to do the
4829         insertion cleanly inside eval in `message-yank-original'.
4830         (message-yank-original): Use it.
4831
4832 2011-03-29  Julien Danjou  <julien@danjou.info>
4833
4834         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4835         local variables disabled rather than `normal-mode'.
4836
4837 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4838
4839         * imap.el (imap-shell-open, imap-process-connection-type):
4840         Use imap-process-connection-type for 'shell' streams as well as
4841         Kerberos, SSL, other subprocesses.
4842
4843 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4844
4845         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4846         with open-network-stream.
4847         (proto-stream-always-use-starttls): Option removed.
4848         (open-protocol-stream): Return a process object by default.  Provide a
4849         new parameter :return-list specifying a list-type return value, which
4850         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4851         :type `network' to `try-starttls', and `network-only' to `default'.
4852         Make `default' the default, for compatibility with open-network-stream.
4853         Handle the no-parameter case exactly as open-network-stream, with no
4854         additional stream processing.  Search plists using plist-get.
4855         Explicitly add :end-of-commend parameter if it is missing.
4856         (proto-stream-open-default): Rename from
4857         proto-stream-open-network-only.  Return 'default as the type.
4858         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4859         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4860         failed.  Always return a list with a (possibly dead) process as the
4861         first element, for compatibility with open-network-stream.
4862         (proto-stream-open-tls): Use plist-get.  Always return a list.
4863         (proto-stream-open-shell): Return `default' as connection type.
4864         (proto-stream-capability-open): Use plist-get.
4865         (proto-stream-eoc): Function deleted.
4866
4867         * nnimap.el (nnimap-stream, nnimap-open-connection)
4868         (nnimap-open-connection-1): Handle renaming of :type parameter for
4869         open-protocol-stream.
4870         (nnimap-open-connection-1): Pass a :return-list parameter
4871         open-protocol-stream to obtain a list return value.  Parse this list
4872         using plist-get.
4873
4874         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4875         for open-protocol-stream.  Accept open-protocol-stream return value
4876         that is a subprocess object instead of a list.  Handle the case of a
4877         dead returned process.
4878
4879 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4882
4883         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4884
4885 2011-03-21  Julien Danjou  <julien@danjou.info>
4886
4887         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4888         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4889         query.
4890         (mm-inline-text): Render normal text with fontification whenever
4891         possible.
4892
4893         * gnus-sum.el (gnus-summary-save-parts-1):
4894         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4895         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4896         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4897         Use `mm-handle-filename'.
4898
4899         * mm-util.el (mm-handle-filename): New function, return the filename of
4900         an handle.
4901
4902 2011-03-18  Julien Danjou  <julien@danjou.info>
4903
4904         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4905         (gnus-buffer-live-p): Check that buffer is not nil.
4906
4907 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4908
4909         * gnus.el: No Gnus v0.15 is released.
4910
4911 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4914         avoid warning on XEmacs.
4915
4916         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4917         on XEmacs.
4918
4919         * gnus-art.el: Require mouse, which the build bot seems to say is
4920         needed.
4921
4922         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4923
4924         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4925         XEmacs, since it doesn't have url-retrieve-synchronously.
4926
4927         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4928         since assoc-string doesn't exist in XEmacs.
4929
4930 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4931
4932         * gnus-group.el (gnus-group-list-ticked): New function.
4933         (gnus-group-make-menu-bar): Provide a menu entry for it.
4934         (gnus-group-list-map): Provide a binding for it.
4935
4936 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * shr.el (shr-visit-file): New command.
4939
4940         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4941
4942 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4943
4944         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4945         servers.
4946
4947 2011-03-16  Julien Danjou  <julien@danjou.info>
4948
4949         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4950         inline.
4951
4952         * gnus-art.el (article-hide-list-identifiers):
4953         Use gnus-group-get-list-identifiers.
4954
4955         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4956         (gnus-summary-remove-list-identifiers):
4957         Use gnus-group-get-list-identifiers to get regexp.
4958         (gnus-select-newsgroup, gnus-summary-insert-subject)
4959         (gnus-summary-insert-articles):
4960         Call gnus-summary-remove-list-identifiers unconditionally.
4961
4962 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4965         we're selecting a group with unread articles.
4966
4967         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4968
4969         * gssapi.el: New file separated out from imap.el to provide a general
4970         Kerberos 5 connection facility for Emacs.
4971
4972         * message.el (message-elide-ellipsis): Document the format spec
4973         ellipsis.
4974
4975 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * message.el (message-elide-region): Allow the ellipsis to say how many
4978         lines were removed.
4979
4980 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4983         window configurations containing buffers that are now dead.
4984
4985         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4986         parsing to avoid integer overflows.
4987         (nnimap-parse-flags): Simplify the last change.
4988         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4989         too large for 32-bit Emacsen.
4990
4991 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4992
4993         * auth-source.el (auth-source-netrc-create):
4994         * message.el (message-yank-original): Fix use of `case'.
4995
4996 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4997
4998         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4999         XEmacs, which was one character too wide.
5000
5001 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5002
5003         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5004         default number of articles to display.
5005         (gnus-articles-to-read): Use pretty names for prompt.
5006
5007 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * gnus-int.el (gnus-open-server): Ditto.
5010
5011         * gnus-start.el (gnus-activate-group): Give a backtrace if
5012         debug-on-quit is set and the user hits `C-g'.
5013         (gnus-read-active-file): Ditto.
5014
5015         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5016
5017 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * message.el (message-yank-original): Use cond instead of CL case.
5020
5021 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5022
5023         * auth-source.el (auth-source-netrc-create): Use usual format for the
5024         default in prompts.
5025
5026 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * lpath.el: Fbind read-char-choice for XEmacs.
5029
5030 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * auth-source.el (auth-source-netrc-create): Show the default in the
5033         prompt when prompting for token creation.
5034
5035 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5036
5037         * auth-source.el (auth-source-format-prompt): Always convert the value
5038         to a string to avoid evaluating non-string arguments.
5039         (auth-source-netrc-create): Offer default properly, not as initial
5040         content in `read-string'.
5041         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5042         of line to determine if we've been run before.  If so, don't run again,
5043         but print a trivial message to indicate the cache was hit instead.
5044
5045 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5048         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5049         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5050         Gnus.
5051
5052 2011-03-11  Julien Danjou  <julien@danjou.info>
5053
5054         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5055         modified file".
5056
5057 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         * auth-source.el (auth-source-read-char-choice): New function to read a
5060         character choice using `dropdown-list', `read-char-choice', or
5061         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5062         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5063         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5064         (auth-source-netrc-saver): Use it.
5065         (auth-source-pick-first-password): New convenience function.
5066
5067 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5070         parameter in the credentials.
5071         (nnimap-open-connection-1): Use it after a successful login.
5072         (nnimap-credentials): Add IMAP-specific user and password prompt.
5073
5074         * auth-source.el (auth-source-search): Add :require parameter, taking a
5075         list.  Document it and the :save-function return token.  Pass :require
5076         down.  Change the CREATED message from a warning to a debug statement.
5077         (auth-source-search-backends): Pass :require down.
5078         (auth-source-netrc-search): Pass :require down.
5079         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5080         Change save prompt to indicate all modifications saved here are
5081         deletions.
5082         (auth-source-netrc-create): Take user login name as default in user
5083         prompt.  Move all the save functionality to a lexically bound function
5084         under the :save-function token in the returned list.  Set up clearer
5085         default prompts for user, host, port, and secret.
5086         (auth-source-netrc-saver): New function, intended to be wrapped for
5087         :save-function.
5088
5089 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5092         lines to be spaces instead.
5093
5094 2011-03-07  Julien Danjou  <julien@danjou.info>
5095
5096         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5097         (sieve-sasl-auth): Check that auth-source-search did return something,
5098         or just return an empty string.
5099
5100 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5101
5102         * gnus.el (gnus-interactive): Use read-directory-name.
5103
5104         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5105         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5106         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5107         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5108         Likewise.
5109
5110         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5111
5112 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5115         onto the list of killed groups, too.  This makes killed nnimap groups,
5116         for instance, more reliably not reappear.
5117
5118         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5119         the parent.
5120
5121         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5122
5123         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5124         really have server-side marks.
5125
5126         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5127         since most backends do not usefully have server-side marks.
5128         (gnus-update-read-articles): Propagate marks to all backends that
5129         really have server-side marks.
5130
5131 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5132
5133         * message.el (message-cite-reply-position, message-cite-style):
5134         New variables.
5135         (message-yank-original): Use the new citation styles.
5136
5137 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5138
5139         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5140         buffer-local issue); don't mark it buffer-local when running under
5141         XEmacs.
5142
5143 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5144
5145         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5146         numbers too big to be `read'.
5147
5148 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * password-cache.el (password-in-cache-p): Add autoload.
5151
5152         * message.el (message-options): Make buffer-local two ways to attempt
5153         to fix a XEmacs bug.
5154
5155 2011-03-02  Julien Danjou  <julien@danjou.info>
5156
5157         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5158
5159 2011-03-01  Julien Danjou  <julien@danjou.info>
5160
5161         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5162         group.
5163         (article-hide-list-identifiers): Use list-identifier group parameter.
5164
5165 2011-02-28  Julien Danjou  <julien@danjou.info>
5166
5167         * sieve.el (sieve-buffer-script-name): New local variable to store
5168         sieve script name.
5169         (sieve-edit-script): Store sieve script name.
5170         (sieve-upload): Use sieve script name when uploading.
5171         (sieve-upload): Use substitute-command-keys.
5172         (sieve-edit-script): Use substitute-command-keys.
5173         (sieve-refresh-scriptlist): Use substitute-command-keys.
5174         (sieve-manage-mode-map): Define keymap properly.
5175         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5176         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5177         Remove commented code about cvs.
5178         (sieve-manage-quit): New function.
5179         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5180
5181 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5184
5185 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * auth-source.el (auth-source-search): Cache empty result sets.
5188
5189         * password-cache.el (password-in-cache-p): Convenience function to
5190         check if a key is in the cache, even if the value is nil.
5191
5192         * auth-source.el (auth-source-save-behavior): New variable to replace
5193         `auth-source-never-create'.
5194         (auth-source-netrc-create): Use it.
5195         (auth-source-never-save): Remove.
5196
5197 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5198
5199         * nnimap.el (nnimap-stream): Doc fix.
5200         (nnimap-open-connection-1): Reverse the order of the ports to that the
5201         prompted-for port is first.
5202
5203         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5204         retrieval by the no-group selection.
5205
5206         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5207         numerical parameters.
5208
5209 2011-02-25  Julien Danjou  <julien@danjou.info>
5210
5211         * gnus-gravatar.el: Use gnus-with-article-buffer.
5212
5213         * gnus-art.el (gnus-with-article-buffer): Check that the
5214         gnus-article-buffer is alive.
5215
5216 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5217
5218         * auth-source.el (auth-source-creation-prompts): New variable to manage
5219         creation-time prompts.
5220         (auth-source-search): Document it.
5221         (auth-source-format-prompt): Add utility function.
5222         (auth-source-netrc-create): Don't default the user name to
5223         user-login-name.  Use `auth-source-creation-prompts' and some default
5224         prompts for user, host, port, and password (the default generic prompt
5225         remains ugly).
5226         (auth-source-never-save): Add customizable option to never save info.
5227         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5228         mode excursion.
5229
5230 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5233         argument that XEmacs doesn't support.
5234
5235         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5236         compiled for Emacsen having no `libxml-parse-html-region' support.
5237
5238         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5239
5240         * lpath.el: Bind buffer-save-without-query for XEmacs.
5241
5242 2011-02-23  Julien Danjou  <julien@danjou.info>
5243
5244         * gnus-art.el (article-make-date-line): Ignore errors if time is
5245         invalid and not convertible.
5246         (article-make-date-line): Only add lapsed time if time is not nil.
5247
5248 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5249
5250         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5251         `read-char-choice' for backwards compatibility.
5252         (auth-source-netrc-element-or-first): New function to DTRT for
5253         parameter extraction.
5254         (auth-source-netrc-create): Use it and fix multiple parameter print
5255         bug.  Use the default passed from above (given-default) or the
5256         built-in (user-login-name for :user).
5257
5258 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5259
5260         * gnus-start.el (gnus-dribble-read-file):
5261         Set buffer-save-without-query, since we always want to save the dribble
5262         file, probably.
5263
5264         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5265         nnimap.
5266
5267         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5268         -summary- since it's a user-visible variable.
5269
5270         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5271         first time you use the new Gnus.
5272
5273 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * auth-source.el: Don't load netrc.el.
5276         (auth-sources): Search ~/.netrc as well by default.
5277         (auth-source-debug): Add 'trivia option for extra output.
5278         (auth-source-do-trivia): Use it.
5279         (auth-source-search): Simplify logic to use
5280         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5281         appropriate.  Don't keep a running count at this level.  Layer :create
5282         and :delete options appropriately on the first and second passes.
5283         Don't track the backend with the search results.
5284         (auth-source-search-backends): New function to search a list of
5285         backends for a processed spec.
5286         (auth-source-netrc-parse): Cache all netrc files, making
5287         auth-source-netrc-cache an alist keyed by the file name and using the
5288         file mtime as the caching criterion.  Keep the obfuscated data secret
5289         with a lexical bind.
5290         (auth-source-netrc-search): Don't calculate the length of the results
5291         unnecessarily.
5292         (auth-source-search-backends): Fix bug.
5293         (auth-source-netrc-create): Rework prompts.
5294
5295 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5296
5297         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5298         Lower case names of search constraints.
5299         (nnir-run-query): Cache and reuse search constraints for all imap
5300         servers.
5301
5302 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5305         after exit.
5306         (gnus-setup-message): Define missing variable from last checkin.
5307
5308         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5309         value, show the raw article.
5310
5311 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5312
5313         * gnus.el: No Gnus v0.13 is released.
5314
5315 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5316
5317         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5318         auth-source now accepts numbers.
5319
5320         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5321         spec, too.
5322         (auth-source-ensure-strings): New function.
5323
5324         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5325         (gnus-article-setup-buffer): Always restart the date timer so that user
5326         changes to the frequency is respected.
5327
5328         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5329         port numbers, so make sure it gets that if nnimap-server-port is
5330         explicit.
5331
5332 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5333
5334         * nnimap.el (nnimap-inbox): Doc fix.
5335
5336 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5337
5338         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5339         Autoload.  Add optional arg FRAME, and pass it to color-values.
5340         (color-complement): Caller changed.  Doc fix.
5341         (color-gradient): Rewrite for better clarity and efficiency.
5342
5343 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5344
5345         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5346         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5347         color-lab-to-srgb.
5348
5349 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5350
5351         * color.el: First part of merge from hexrgb.el.
5352         (color-rgb-to-hex): Rename from color-rgb->hex.
5353         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5354         saturation to zero if the value is too small.
5355         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5356         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5357         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5358         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5359         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5360         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5361         (color-cie-de2000): Doc fix.
5362
5363 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5364
5365         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5366         given method as in the group name if we're using an extended method.
5367         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5368         command, if we're using that, instead of waiting for the beginning.
5369
5370         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5371         we're sure to get unique server names, and we don't output two async
5372         commands in the same buffer.  This fixes an NNTP hang for some users.
5373
5374 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5375
5376         * gnus.el: No Gnus v0.11 is released.
5377
5378 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5379
5380         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5381         summary buffer before reading going to the next buffer.  This avoids
5382         putting the point in the group buffer if you `C-g' the command.
5383
5384         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5385         cache (for now) to make ~/.authinfo.gpg files usable.
5386
5387         * nnfolder.el (copyright-update): Define for the compiler.
5388
5389         * auth-source.el (auth-source-search): Fix unbound variable.
5390
5391 2011-02-19  Glenn Morris  <rgm@gnu.org>
5392
5393         * gnus.el (gnus-meta): Doc fix.
5394
5395 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5396
5397         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5398         in case it's not yet loaded.
5399
5400 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5401
5402         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5403         line we're waiting for.
5404
5405 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5406
5407         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5408         face with line-width greater than zero will cause RET in gnus summary
5409         buffer to scroll down article page-wise because auto vscroll happens,
5410         it should be temporally disabled when doing a scroll-up.
5411
5412 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5413
5414         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5415         outputs from the server.
5416
5417 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5418
5419         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5420         later so that bbdb can hook in easier.
5421
5422 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5423
5424         * auth-source.el (auth-source-search): Don't try to create credentials
5425         if the caller doesn't want that.
5426         (auth-source-search): If we don't find a match, don't bug out on
5427         non-bound variables.
5428         (auth-source-search): Only ask a single backend to create the
5429         credentials.
5430
5431         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5432         logging.
5433         (nnimap-credentials): Protect against auth-source-search returning nil.
5434         (nnimap-request-list): Protect against not being able to open the
5435         server.
5436
5437 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5438
5439         * auth-source.el (auth-source-search): Do a two-phase search, one with
5440         no :create to get the responses from all backends.
5441
5442         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5443         when getting credentials.
5444
5445         * gnus-util.el (gnus-delete-duplicates): New function.
5446
5447 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5450         a creation default, pass the whole port list down.  It will be
5451         completed.
5452
5453         * auth-source.el (auth-source-search): Updated docs to talk about
5454         multiple creation choices.
5455         (auth-source-netrc-create): Accept a list as a value (from the search
5456         parameters) and do completion on that list.  Keep a separate netrc line
5457         with the password obscured for showing the user.
5458
5459         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5460         first choice to `auth-source-search' so it will be used for entry
5461         creation instead of the server's Gnus-specific name.
5462         (nnimap-credentials): Rely on the auth-source library to select which
5463         port is actually wanted in the new netrc entry, so don't override
5464         `auth-source-creation-defaults'.
5465
5466         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5467         :protocol and accept a missing user, host, or port as a wildcard match.
5468         (auth-source-debug): Default to off.
5469
5470         (auth-source-netrc-search, auth-source-netrc-create)
5471         (auth-source-secrets-search, auth-source-secrets-create)
5472         (auth-source-user-or-password, auth-source-backend, auth-sources)
5473         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5474         instead of :protocol.
5475
5476         * nnimap.el (nnimap-credentials): Pass a port default to
5477         `auth-source-search' in case an entry needs to be created.
5478         (nnimap-open-connection-1): Use :port instead of :protocol.
5479
5480 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * auth-source.el: Bind load-path when loading EIEIO from
5483         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5484         21.4 doesn't support, to `require'.
5485         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5486         delete-dups that is not available in XEmacs 21.4.
5487
5488 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5489
5490         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5491         as EIEIO must also be loaded when auth-source.el is being
5492         byte-compiled.
5493
5494 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5497
5498         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5499
5500         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5501
5502         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5503
5504         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5505
5506         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5507
5508         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5509
5510         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5511         necessary.
5512
5513 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5516         nil means that nnimap doesn't get updated.
5517
5518 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5521         result when the user doesn't want to write to the file.
5522         (auth-source-netrc-search): Expect a synthetic result and proceed
5523         accordingly.
5524         (auth-source-cache-expiry): New variable to override
5525         `password-cache-expiry'.
5526         (auth-source-remember): Use it.
5527
5528         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5529         parameter.  Create entry if necessary by using :create t.
5530         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5531
5532 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5533
5534         * auth-source.el (auth-source-debug): Enable by default and don't
5535         mention the obsolete `auth-source-hide-passwords'.
5536         (auth-source-do-warn): New function to debug unconditionally.
5537         (auth-source-do-debug): Use it.
5538         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5539         and for Secrets API entries when the secrets.el library is not
5540         available.
5541
5542 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5543
5544         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5545         (gnus-summary-exit): Kill the correct article buffer on exit from a
5546         `C-d' group.
5547
5548         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5549         gnus-propagate-marks.
5550
5551         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5552         before killing the buffers so that a non-full window conf gets handled
5553         correctly.
5554         (gnus-summary-exit): Ditto.
5555         (gnus-summary-read-group-1): Ditto.
5556
5557         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5558         async code again so that we can debug it properly.
5559
5560         * message.el (message-reply): Take an optional switch-buffer parameter
5561         so that Gnus window confs are respected better.
5562
5563 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5566         `plist-get' to accept non-list parameters (XEmacs issue).
5567         Fix docstring.
5568         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5569         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5570         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5571         Login collection is "Login" and not "login".
5572
5573 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5574
5575         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5576         multiple headers.
5577
5578         * nnimap.el (nnimap-inhibit-logging): New variable.
5579         (nnimap-log-command): Don't log login commands.
5580
5581         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5582         to have more parameters.
5583
5584         * nnimap.el (nnimap-send-command): Mark the command time for each
5585         command, so that we don't get NOOPs stepping on our toes.
5586
5587         * gnus-art.el (article-date-ut): Get the date from the Date header on
5588         `t'.
5589
5590 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * auth-source.el (auth-source-search): Use copy-sequence instead of
5593         the cl.el copy-list.
5594
5595 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * imap.el: Bring it back (revert
5598         84d800cd31de3064f0ed39617d725709a2f8f42f).
5599
5600 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5601
5602         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5603         Improve prompt.
5604
5605 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5606
5607         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5608         washing status from the default format.  It isn't very informative.
5609
5610 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5611
5612         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5613         Fix Gcc processing on imap.
5614
5615 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * imap.el: Remove file.  All the functionality is in nnimap.el.
5618
5619 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5620
5621         * message.el (message-bury): Don't pop up a new window when selected
5622         window is dedicated.
5623
5624 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5625
5626         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5627
5628 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         * sieve-manage.el: Autoload `auth-source-search'.
5631         (sieve-sasl-auth): Use it.
5632
5633 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * nnimap.el: Autoload `auth-source-forget+'.
5636         (nnimap-open-connection-1): Use it if the connection fails.
5637
5638         * auth-source.el: Require `password-cache'.
5639         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5640         obsolete.
5641         (auth-source-magic): Marker for `password-cache' keys.
5642         (auth-source-do-cache): Update docstring.
5643         (auth-source-search): Use and check cache.
5644         (auth-source-forget-all-cached, auth-source-remember)
5645         (auth-source-recall, auth-source-forget, auth-source-forget+)
5646         (auth-source-specmatchp): Caching support functions.
5647         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5648         Remove and obsolete.
5649         (auth-source-user-or-password): Remove caching to further discourage
5650         using it.  Always hide passwords.
5651
5652         * password-cache.el (password-cache-remove): Accept secrets that are
5653         not strings.
5654
5655 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5656
5657         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5658         code for now, since it doesn't work for all users.
5659
5660 2011-02-09  Julien Danjou  <julien@danjou.info>
5661
5662         * message.el (message-options): Make message-options really buffer
5663         local.
5664
5665 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5666
5667         * mail-source.el: Autoload `auth-source-search'.
5668         (mail-source-keyword-map): Note order matters.
5669         (mail-source-set-1): Get all the mail-source source values and
5670         defaults and search auth-source on those if needed.  This can all
5671         probably be simplified.
5672
5673         * nnimap.el: Autoload `auth-source-search'.
5674         (nnimap-credentials): Use it.
5675         (nnimap-open-connection-1): Ask for the virtual server and physical
5676         address in one shot.
5677
5678         * nntp.el: Autoload `auth-source-search'.
5679         (nntp-send-authinfo): Use it.  Note TODO.
5680
5681 2011-02-08  Julien Danjou  <julien@danjou.info>
5682
5683         * shr.el (shr-tag-body): Add support for text attribute in body
5684         markups.
5685
5686         * message.el (message-options): Make message-options a local variable.
5687
5688 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5689
5690         * auth-source.el (auth-source-secrets-search)
5691         (auth-source-user-or-password): Use `append' instead of `nconc'.
5692         (auth-source-user-or-password): Build return list better and protect
5693         against nil :secret.
5694
5695 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5696
5697         * nnimap.el (nnimap-update-info): Refactor slightly.
5698         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5699         (nnimap-update-info): Clean up slightly.
5700         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5701         characters.
5702         (nnimap-process-quirk): Rename function to avoid collision.
5703         (nnimap-update-info): Fix macrology bug-out.
5704         (nnimap-update-info): Simplify split history test.
5705
5706 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5707
5708         * auth-source.el (top): Require 'eieio unconditionally.
5709         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5710         (auth-source-secrets-search): Limit search when `max' is greater than
5711         number of results.
5712
5713 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5714
5715         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5716         part not returning any data.
5717
5718         * proto-stream.el (open-protocol-stream): Document the return value.
5719
5720 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * auth-source.el (auth-source-secrets-search): Add examples.
5723
5724 2011-02-06  Julien Danjou  <julien@danjou.info>
5725
5726         * message.el (message-setup-1): Handle message-generate-headers-first
5727         set to t.
5728
5729 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5732         API with a string "secrets:collection-name" and with 'default.
5733         (auth-source-backend-parse): Parse "secrets:collection-name" and
5734         'default.  Recurse on parses instead of repeating code.  Use the
5735         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5736         message when ignoring a source.
5737         (auth-source-search): List ignored search keys at the top level.
5738         (auth-source-netrc-create): Use `case' instead of `cond'.
5739         (auth-source-secrets-search): Created with TODOs.
5740         (auth-source-secrets-create): Created with TODOs.
5741         (auth-source-retrieve, auth-source-create, auth-source-delete)
5742         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5743         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5744         (auth-source-user-or-password-sftp)
5745         (auth-source-user-or-password-smtp): Remove.
5746         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5747         around `auth-source-search'.  Not tested thoroughly.
5748
5749 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * auth-source.el: Bring in assoc and eioeio libraries.
5752         (secrets-enabled): New variable to track the status of the Secrets API.
5753         (auth-source-backend): New EIOEIO class to represent a backend.
5754         (auth-source-creation-defaults): New variable to set prompt defaults
5755         during token creation (see the `auth-source-search' docstring for
5756         details).
5757         (auth-sources): Simplify to allow a simple string as a netrc backend
5758         spec.
5759         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5760         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5761         (auth-source-search): Main auth-source API entry point.
5762         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5763         (auth-source-search-collection): Helper function for searching.
5764         (auth-source-netrc-parse, auth-source-netrc-normalize)
5765         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5766         Supports search, create, and delete.
5767         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5768         backend stubs.
5769         (auth-source-user-or-password): Call `auth-source-search' but it's not
5770         ready yet.
5771
5772 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5773
5774         * message.el (message-setup-1): Remove the read-only stuff, since it
5775         doesn't work under XEmacs, for some reason.
5776
5777         * gnus-sum.el (gnus-user-date): Rename back from
5778         gnus-summary-user-date since user code refers to it.
5779
5780         * shr.el (shr-render-td): Store the actual background color used.
5781
5782         * message.el (message-setup-1): Don't bind the constant
5783         -forbidden-properties.
5784         (message-setup-1): Revert previous change, since it needs to bind the
5785         props to insert them.
5786         (message-resend): Allow removing the read-only separator line.
5787
5788 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5789
5790         * nnimap.el (nnimap-request-accept-article): Give an error message if
5791         the APPEND wasn't successful.
5792
5793 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5794
5795         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5796         that have no groups.
5797
5798 2011-02-03  Julien Danjou  <julien@danjou.info>
5799
5800         * gnus-draft.el: Remove progn around gnus-draft-setup.
5801
5802 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-start.el (gnus-read-active-for-groups): This function is never
5805         called with a nil `infos', so clean that up.
5806         (gnus-get-unread-articles): Request active files from primary/secondary
5807         methods that have no groups (yet).
5808
5809 2011-02-03  Julien Danjou  <julien@danjou.info>
5810
5811         * message.el (message-setup-1): Always generate References first.
5812         (message-mail): Return the return value of message-setup, not always t.
5813         (message-setup-1): Insert mail-header-separator with read-only and
5814         intangible properties set.
5815
5816         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5817         user-date in docstring.
5818
5819         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5820
5821         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5822         docstring.
5823
5824         * gnus.el (gnus-user-date-format-alist): Change default value.
5825         Use defcustom, with type and group. Move from gnus-util.el.
5826         Rename to gnus-summary-user-date-format-alist.
5827
5828 2011-02-03  Glenn Morris  <rgm@gnu.org>
5829
5830         * nnimap.el (gnus-fetch-headers): Declare.
5831
5832         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5833
5834 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5835
5836         * message.el (message-forward-make-body-digest-plain)
5837         (message-followup, message-reply): Clean up things noted by Stefan.
5838
5839         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5840         gnus-article-update-date-headers is nil.
5841         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5842         it didn't really work with defcustom.
5843         (article-update-date-lapsed): Make sure the window start doesn't move,
5844         either.
5845
5846 2011-02-01  Julien Danjou  <julien@danjou.info>
5847
5848         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5849         format.
5850
5851         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5852         standard in Emacs nowadays.
5853
5854         * color.el (color-gradient): Add a color-gradient function.
5855
5856 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5857
5858         * message.el (message-expand-name): Don't trust the return value of
5859         bbdb-complete-name.
5860         (message-check-news-header-syntax): Remove unused var `start'.
5861         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5862         (message-inhibit-body-encoding): Move to before first use.
5863         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5864         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5865         (Organization, Message-ID, Date, mh-previous-window-config):
5866         Defvar the vars using dynamic scoping.
5867
5868 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5869
5870         * shr.el (shr-render-td): Only do colors at the final rendering.
5871         Should be slightly faster.
5872         (shr-insert-table): Fix up TD background colors when doing the
5873         vertical padding.
5874
5875         * gnus-art.el (article-date-ut): Protect against articles with no Date
5876         header.
5877         (article-update-date-lapsed): Don't use current-column to find the
5878         horizontal position.  It's fragile in the presence of \003 characters.
5879
5880         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5881
5882 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-art.el (article-transform-date): Rewrite to still work when
5885         there are several rfc2822 parts.
5886         (article-transform-date): Fix infinite recursion.
5887         (article-date-ut): Replace infinitely many Date headers with a single
5888         one when called interactively.
5889
5890         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5891         secure manner.
5892
5893         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5894         move around by not using save-window-excursion.  It seems to work...
5895
5896 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-art.el (article-make-date-line): Work for user-defined format.
5899
5900 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5901
5902         * nntp.el (nntp-retrieve-group-data-early)
5903         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5904         fetching functions.
5905
5906         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5907         thoroughly for all backends that have no known groups.  This should
5908         allow new nnml methods to retrieve mail.
5909
5910         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5911         that Gnus doesn't know exists again.
5912
5913         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5914         (gnus-treat-date-ut): Ditto.
5915         (gnus-article-update-date-header): Rename.
5916         (gnus-treat-date-local): Remove.
5917         (gnus-treat-date-english): Remove.
5918         (gnus-treat-date-lapsed): Remove.
5919         (gnus-treat-date-combined-lapsed): Remove.
5920         (gnus-treat-date-original): Remove.
5921         (gnus-treat-date-iso8601): Remove.
5922         (gnus-treat-date-user-defined): Remove.
5923         (gnus-article-date-headers): New variable to control all the date
5924         header options.
5925         (article-date-ut): Rewrite to allow using the new way to format date
5926         headers(s).
5927
5928 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5929
5930         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5931         method.
5932         (nnmail-article-group): A better test for fanciness.
5933
5934         * nnimap.el (nnimap-request-head): Protect against not finding the
5935         article by Message-ID.
5936
5937 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5938
5939         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5940         keep point at the "same place".
5941
5942 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5945         data if the group is inactive.
5946
5947 2011-01-28  Julien Danjou  <julien@danjou.info>
5948
5949         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5950         (gnus-all-windows-visible-p): Remove old compatibility code.
5951         (gnus-window-top-edge): Add docstring.
5952
5953         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5954
5955 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5956
5957         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5958         older request-update-info.
5959
5960         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5961
5962 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5963
5964         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5965         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5966
5967 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5970         groups.  This makes the nndraft:queue group pop up if it's not already
5971         there.
5972
5973         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5974         messages" logic, which was reversed.
5975
5976         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5977         the "same place" even if point is on the line being replaced.
5978         (article-update-date-lapsed): Allow updating both the combined lapsed
5979         and the lapsed headers.
5980         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5981         (article-make-date-line): Limit the number of segments dynamically to
5982         avoid too-long lines.
5983
5984 2011-01-27  Julien Danjou  <julien@danjou.info>
5985
5986         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5987         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5988
5989 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5992         Use plist-get instead of the cl function getf.
5993
5994 2011-01-27  Glenn Morris  <rgm@gnu.org>
5995
5996         * gnus-util.el (float-time): Get rid of compiler warning, again.
5997
5998 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5999
6000         * shr.el (shr-put-color): Special-case background colors: Do put them
6001         at the blank parts at the front of the lines.
6002
6003         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6004         exit hook to nix out all data on readedness on group exit.
6005
6006         * gnus-util.el (float-time): If float-time is bound, always use it on
6007         all Emacsen.  It's unclear why the subrp check was there.
6008         (time-date): Require to make some autoload issues on XEmacs go away.
6009
6010         * shr.el (shr-put-color): Don't do the box padding in tables, since
6011         they're already padded.
6012
6013 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6014
6015         * gnus-art.el (gnus-article-next-page): When the last line of the
6016         article is displayed, scroll down once more instead of going to the
6017         next article at once.
6018         (article-lapsed-string): Refactor out and allow specifying how many
6019         segments you want.
6020         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6021         (gnus-article-update-lapsed-header): New variable.
6022
6023         * shr.el: Revert change that made headings use different-sized faces.
6024         The Emacs display engine isn't advanced enough that, for instance,
6025         tables can comfortably use differently-sized faces.
6026
6027 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6028
6029         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6030         used.
6031         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6032         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6033         we're using an encrypted connection.
6034
6035         * proto-stream.el: Alter the interface functions to also return the
6036         actual stream type used: network or tls.
6037
6038 2011-01-25  Julien Danjou  <julien@danjou.info>
6039
6040         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6041         (mm-display-javascript-inline): New function.
6042
6043         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6044         viewing function.
6045
6046 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * shr.el (shr-expand-newlines): Fix variable name.
6049
6050 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6051
6052         * shr.el (shr-expand-newlines): Make nested boxes work.
6053
6054 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6055
6056         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6057         backgrounds.
6058         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6059         in a more sensible manner.
6060
6061 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6064         if EPG is loaded.
6065
6066 2011-01-24  Julien Danjou  <julien@danjou.info>
6067
6068         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6069         tags.
6070
6071 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6072
6073         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6074         commands.
6075
6076         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6077         in the article buffer.
6078         (gnus-gravatar-insert): Use blank space from the current buffer to
6079         avoid breaking text properties.  This makes X-Sent updating work again.
6080
6081         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6082
6083 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6084
6085         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6086         fix the bug in url-http.el instead.
6087
6088         * shr.el (shr-image-fetched): Ditto.
6089
6090         * shr.el (shr-image-fetched): Avoid having point move in the article
6091         buffer.
6092
6093         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6094         buffer after being called.  It's apparently being killed by url.el, and
6095         killing it made point move to end-of-buffer in a random buffer.
6096
6097         * shr.el (shr-image-fetched): Ditto.
6098
6099 2011-01-23  Julien Danjou  <julien@danjou.info>
6100
6101         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6102
6103         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6104         text/x-org.
6105
6106 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6107
6108         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6109         (i.e., nnimap) returning nil as the article number.
6110
6111 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6112
6113         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6114         "DelSp" parameter in RFC3676.
6115
6116 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6117
6118         * message.el (message-check-recipients): Display the encoded version of
6119         the bogus address if they differ.
6120
6121         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6122         after sending.
6123
6124         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6125
6126         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6127
6128         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6129         group buffer after sending the queue.
6130
6131         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6132
6133 2011-01-22  Julien Danjou  <julien@danjou.info>
6134
6135         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6136
6137 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6138
6139         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6140         nested related parts.
6141
6142         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6143         unexpired articles.  This fixes the regression that led expiry marks to
6144         disappear from nnfolder groups.
6145
6146 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6147
6148         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6149         Don't confuse the "ret" of "retrograde" with RET.
6150
6151 2011-01-21  Julien Danjou  <julien@danjou.info>
6152
6153         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6154         than mm-insert-inline.
6155
6156 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6159         Widen article buffer.
6160
6161 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6162
6163         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6164         the temp buffer.
6165         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6166
6167 2011-01-20  Julien Danjou  <julien@danjou.info>
6168
6169         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6170
6171         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6172         than mm-insert-inline to insert inline part: this respect
6173         mm-inline-media-tests displayers.
6174
6175         * mm-view.el (mm-display-shell-script-inline): New function.
6176
6177         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6178
6179         * mm-uu.el (mm-uu-type-alist): Add org block.
6180         (mm-uu-org-src-code-block-extract): New function.
6181
6182         * mm-view.el (mm-display-org-inline): New function.
6183
6184         * mm-decode.el (mm-automatic-display): Add text/org.
6185
6186         * mailcap.el (mailcap-mime-extensions): Add .org.
6187
6188 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6191         gnus-article-add-buttons.
6192
6193 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6194
6195         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6196         From header with a date and "nobody" as the sender.
6197
6198 2011-01-19  Julien Danjou  <julien@danjou.info>
6199
6200         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6201         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6202         if you have the same regexp several times.
6203         (gnus-button-push): Fix matching when regexp is symbol.
6204
6205 2011-01-15  Glenn Morris  <rgm@gnu.org>
6206
6207         * message.el (message-mail): A compose-mail function should
6208         accept headers as strings.
6209
6210 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6211
6212         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6213         Add :vert-only tags.
6214         (message-mail): New arg RETURN-ACTION.
6215         (message-return-action): New var.
6216         (message-bury): Use it.
6217         (message-mode): Make it buffer-local.
6218         (message-send-and-exit): Always call message-bury.
6219
6220         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6221         message-mail.
6222
6223 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * nnimap.el (nnimap-convert-partial-article): Protect against
6226         zero-length body parts.
6227
6228         * mm-decode.el (mm-preferred-alternative-precedence):
6229         Discourage showing empty parts.
6230
6231         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6232         and stuff if the backend didn't return the article number.  This fixes
6233         an Exchange-related nnimap bug.
6234
6235         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6236         group window, because it does the wrong thing when a separate frame
6237         displays the group buffer.
6238
6239         * proto-stream.el (open-protocol-stream): Protect against the low-level
6240         transport functions returning nil.
6241
6242 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6245         (mml2015-epg-find-usable-secret-key): New function.
6246         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6247         mml2015-epg-find-usable-key (Bug#7797).
6248         (mml2015-epg-encrypt): Ditto.
6249
6250 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * dgnushack.el (rot13-string): Fix the way to get the argument.
6253
6254 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6257
6258 2011-01-03  Glenn Morris  <rgm@gnu.org>
6259
6260         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6261
6262         * sieve.el (sieve-open-server): Give a more explicit error if
6263         sieve-manage-open returns nil.  (Bug#7720)
6264
6265 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6266
6267         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6268
6269 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6272         This avoids sending passwords in plain text over non-encrypted
6273         channels.
6274
6275         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6276
6277         * nnimap.el (nnimap-login): Refactored out into own function, and
6278         implement CRAM-MD5.
6279         (nnimap-wait-for-line): Refactored out.
6280
6281         * mm-view.el (mml-smime): Require.
6282
6283 2010-12-20  David Engster  <deng@eml.cc>
6284
6285         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6286         use EPG to decrypt S/MIME messages instead of openssl.
6287
6288 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6291
6292         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6293         status is the group clearly is unreachable.
6294
6295         * auth-source.el (auth-source-create): Add the optional second
6296         parameter to `local-variable-p' to be compatible with XEmacs.
6297
6298 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6299
6300         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6301         work when using a compressed nnml folder.
6302
6303 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6306         backends after sanitising on entry, because this never makes sense:
6307         If the articles have gone missing, then the data no longer exists on
6308         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6309         overwrite anything anyway.
6310
6311         * shr.el (shr-insert-document): Bind shr-width dynamically to
6312         window-width if it's nil.
6313
6314 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6315
6316         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6317         with the meaning of using the full emacs window width for rendering.
6318
6319 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6320
6321         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6322         case when sender is not given.
6323
6324 2010-12-23  Julien Danjou  <julien@danjou.info>
6325
6326         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6327         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6328         the addresses, otherwise we might misplaced the gravatar.
6329
6330 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6331
6332         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6333         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6334         obsolete in Emacs.
6335
6336 2010-12-20  Julien Danjou  <julien@danjou.info>
6337
6338         * gnus-util.el (gnus-rescale-image): Revert last change.
6339
6340 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6341
6342         * binhex.el: Improve commentary (Bug#7482).
6343
6344 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * gnus-group.el (gnus-group-delete-articles): New command.
6347
6348 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6349
6350         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6351
6352 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6355         here, since it's up to the backends to do CRLF removal if their
6356         protocol has it.
6357
6358         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6359
6360 2010-12-17  Julien Danjou  <julien@danjou.info>
6361
6362         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6363         they are from file.  Can also scale up.
6364
6365 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6366
6367         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6368         Restore gnus-use-agent.
6369         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6370
6371         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6372
6373 2010-12-17  Julien Danjou  <julien@danjou.info>
6374
6375         * gravatar.el (gravatar-retrieve-synchronously): New function.
6376         (gravatar-get-data): Make more robust.
6377
6378 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6381
6382 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6385         to really consider the last line.
6386
6387 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6388
6389         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6390         list of recipient keys, or use symmetric encryption if not a list.
6391         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6392         EPA override, replacing the call to `netrc-store-data'.
6393
6394 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6395
6396         * gnus-srvr.el: Avoid passing nil regexp argument to
6397         delete-matching-lines.
6398
6399 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6402         fetching stops when Gnus exits.
6403
6404         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6405         function.
6406         (nnfolder-request-expire-articles): Save all the buffers after doing
6407         expiry.
6408
6409         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6410         the last article", since that led to serious performance regressions
6411         when expiring nnml groups.
6412
6413 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6414
6415         * nnir.el: Improve customizations.
6416
6417 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6420
6421         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6422         group has been killed.
6423         (gnus-group-yank-group): Ditto.
6424
6425         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6426
6427         * nnimap.el (nnimap-request-update-group-status): New function.
6428
6429         * gnus-int.el (gnus-request-update-group-status): New interface
6430         function.
6431
6432         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6433         copying read-ness to the backends.
6434
6435         * nnimap.el (nnimap-quirk): New function.
6436         (nnimap-retrieve-group-data-early): Use it.
6437         (nnimap-quirks): New alist.
6438
6439 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6442         don't delete it within indentation.
6443
6444 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6447         previous line.
6448
6449 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6452         QRESYNC command by deleting a superfluous space which broke Cyrus
6453         servers.  This change will break other servers that are buggy the other
6454         way around.
6455
6456 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * spam.el: Reindent and fix long lines.
6459         (spam-copy-or-move-routine): Exclude invalid move destinations.
6460
6461 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6462
6463         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6464         installed the registry.
6465
6466 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6469
6470 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6471
6472         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6473         groupname doesn't contain "gmane".
6474
6475 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6478         and netrc-bound-and-true-p bindings.
6479         (netrc-parse): Cache the netrc contents.
6480
6481         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6482         (gnus-1): Don't create the nndrafts group twice.
6483         (gnus-setup-news): There's no need to read the active file here, since
6484         that's done again later on a per-backend basis.
6485         (gnus-start-draft-setup): Make sure that the new group is started out
6486         empty.
6487
6488         * gnus-agent.el (gnus-agentize): Don't create the queue group
6489         automatically on startup.  It'll be created later, if needed.
6490
6491         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6492         of automatically subscribed groups.
6493         (gnus-auto-subscribed-categories): New variable.
6494         (gnus-matches-options-n): Use it.
6495         (gnus-default-subscribed-newsgroups): Remove unused variable.
6496         (gnus-start-draft-setup): Message a bit less.
6497
6498 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6499
6500         * nnir.el (nnir-run-imap): Return article list in order of increasing
6501         UID.
6502
6503 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus-sum.el (gnus-summary-enter-digest-group):
6506         Mention gnus-auto-select-on-ephemeral-exit.
6507
6508         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6509         convention of the network-only option.
6510
6511 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * proto-stream.el (proto-stream-open-network-only): New function to
6514         have a way to specify non-STARTTLS upgrade connections.
6515
6516 2010-12-10  Julien Danjou  <julien@danjou.info>
6517
6518         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6519         email address is nil.
6520
6521         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6522
6523 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6524
6525         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6526         deletion.
6527         (nnir-run-imap): Only need to parse list once.
6528
6529 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * shr.el (shr-tag-script): Ignore <script>.
6532         (shr-tag-label): Add <label> support.
6533
6534 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6537
6538         * shr.el (shr-image-displayer): Work for images lined side by side.
6539
6540 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6541
6542         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6543         parameter, since XEmacs doesn't accept t as a parameter.
6544
6545 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6546
6547         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6548         ids.
6549         (nnir-run-gmane): Simplify groupspec formatting.
6550         (nnir-request-expire-articles): New function.
6551
6552 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6555         overflow, possibly.
6556
6557         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6558         (shr-render-td): Handle td style="" better.
6559         (shr-tag-table): Use the color from the style sheet.
6560         (shr-render-td): Make sure we copy over all the overlays, too.
6561
6562 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6563
6564         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6565         (nnir-request-article): Improve article retrieval.
6566
6567 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * mm-util.el (mm-extra-numeric-entities): New variable.
6570
6571         * mm-url.el (mm-url-decode-entities):
6572         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6573
6574         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6575
6576 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6577
6578         * message.el: Use completion-at-point.
6579         (message-completion-function): New fun, extracted from message-tab.
6580         (message-mode): Use it for completion-at-point-functions.
6581         (message-tab): Use it and completion-at-point.
6582
6583 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6586         character if a non-breakable character follows.
6587
6588 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6591         any stream.
6592
6593         * shr.el (shr-tag-font): Colorize the region.
6594         (shr-tag-body): Ditto.
6595         (shr-tag-font): Actually let the styles be inherited instead of
6596         overwriting them.
6597         (shr-tag-font): Get the background color right.
6598         (shr-tag-style): Ignore all <style> tags for the moment.
6599
6600         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6601         a Message-ID to avoid having nnimap depend on gnus-sum.
6602
6603         * shr.el (shr-descend): Only colorize something if we have a node that
6604         sets colors.
6605
6606 2010-12-06  Julien Danjou  <julien@danjou.info>
6607
6608         * shr.el (shr-render-td): Render td content with shr-descend, so style
6609         will be applied to <td> too.
6610         (shr-colorize-region): Colorize region even if we only have a background.
6611         (shr-tag-body): Fix color and background color inheritance.
6612         Do not recolorize after shr-generic.
6613         (shr-tag-font): Let shr-generic colorize via inheritance.
6614
6615 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6618
6619 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6620
6621         * nnir.el (nnir-request-move-article): Remove obsolete code.
6622
6623 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6626
6627 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * gnus-sum.el (gnus-summary-respool-article): The completion function
6630         expects a list instead of an alist.
6631
6632         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6633         string as the parameter.
6634
6635         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6636
6637         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6638         styles.
6639         (shr-colorize-region): New function.
6640         (shr-insert-background-overlay): Remove.
6641         (shr-render-td): Background setting should be taken care of on a higher
6642         level.
6643         (shr-tag-body): Use post-hoc colorizations.
6644         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6645         (shr-put-color-1): Don't overwrite old colors.
6646         (shr-colorize-region): When the background color isn't explicit, use
6647         a fixed background.
6648
6649         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6650         nnmail variables.
6651
6652 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6653
6654         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6655         unless necessary.
6656
6657 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6658
6659         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6660         server.
6661
6662 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6665         so that TAB works.
6666
6667         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6668         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6669
6670         * shr.el (shr-urlify): Show the URL before the title to avoid
6671         misleading URLs.
6672
6673 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6674
6675         * shr.el (shr-urlify): Display the title in <a> tags.
6676
6677 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6678
6679         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6680
6681 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6682
6683         * nnir.el: Rearrange code to allow macros to be autoloaded by
6684         gnus-sum.el.
6685         (nnir-retrieve-headers-override-function): Make this variable
6686         customizable.
6687         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6688
6689         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6690         from nnir.el.
6691
6692 2010-12-03  Julien Danjou  <julien@danjou.info>
6693
6694         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6695
6696 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6699         allow optional argument `environment'.
6700
6701 2010-12-03  Glenn Morris  <rgm@gnu.org>
6702
6703         * mm-extern.el (message-goto-body): Update declaration.
6704
6705 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-util.el (gnus-macroexpand-all): New function.
6708
6709         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6710         instead of macroexpand-all that is unavailable in XEmacs.
6711
6712 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6713
6714         * nnir.el (nnir-summary-line-format): New variable.
6715         (nnir-mode): Use it.
6716         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6717         (nnir-article-ids): Reimplement as defsubst.
6718         (nnir-retrieve-headers): Don't mangle the subject header.
6719         (nnir-run-imap): Use 100 as RSV score.
6720         (nnir-run-find-grep): Fix for full server searching.
6721         (nnir-run-gmane): Better restriction to gmane groups.
6722
6723         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6724         summary buffers.
6725
6726 2010-12-02  Julien Danjou  <julien@danjou.info>
6727
6728         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6729
6730         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6731
6732         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6733         support.
6734
6735 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6736
6737         * nnir.el: Update to handle the registry better.
6738         (autoload): Silence byte-compiler.
6739         (nnir-open-server): Add a hook for nnir groups.
6740         (nnir-request-move-article): Don't mangle the header.  Better to use
6741         formatting variables (which will be added in the future).
6742         (nnir-registry-action): Update the registry using the original article
6743         group name.
6744         (nnir-mode): Install nnir-specific hooks for updating the registry.
6745
6746         * gnus-sum.el
6747         (gnus-article-original-subject,gnus-newsgroup-original-name):
6748         Remove obsolete variables.
6749         (gnus-summary-move-article): Remove use of obsolete variables.
6750         (gnus-summary-local-variables): Make move and delete hooks local to
6751         summary buffers.
6752
6753 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * rtree.el: New file.
6756
6757 2010-12-01  Julien Danjou  <julien@danjou.info>
6758
6759         * message.el (message-user-organization): Do not use
6760         gnus-local-organization.
6761
6762         * gnus.el: Remove gnus-local-organization.
6763
6764         * gnus-msg.el: Remove nastygram thing.
6765
6766 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6767
6768         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6769         funcall.
6770
6771 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6774         names.
6775
6776         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6777         characters.
6778
6779         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6780         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6781         Suggested by Štěpán Němec <stepnem@gmail.com>.
6782         (gnus-gravatar-transform-address): Use mail-extract-address-components
6783         that supports non-ASCII names rather than mail-header-parse-addresses.
6784
6785 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * proto-stream.el (open-protocol-stream): All starttls connections are
6788         handled by the network handler.
6789
6790 2010-11-30  Julien Danjou  <julien@danjou.info>
6791
6792         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6793         (nnimap-open-connection-1): Fix PREAUTH.
6794
6795         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6796
6797 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6800         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6801         (shr-insert): Use them.
6802         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6803
6804 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6805
6806         * nnir.el (nnir-request-move-article): Bail out if original group
6807         doesn't support article moves.
6808         (nnir-get-active): Improve active list retrieval.
6809
6810 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6813
6814 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6815
6816         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6817         seem to accept strings-with-numbers as port numbers.
6818
6819 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6820
6821         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6822         change the registry.
6823
6824 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6827         delete-dups that is not available in XEmacs 21.4.
6828
6829         * mm-util.el (mm-delete-duplicates): Add comment.
6830
6831 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6832
6833         * nnir.el (nnir-ignored-newsgroups): New variable.
6834         (nnir-get-active): Use it.
6835
6836 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837
6838         * proto-stream.el (proto-stream-open-network): Add some comments.
6839
6840         * nntp.el (nntp-open-connection): Provide a :success condition.
6841
6842         * nnimap.el (nnimap-open-connection-1): Ditto.
6843
6844         * proto-stream.el (proto-stream-open-network): See what the response to
6845         the STARTTLS command is.
6846
6847         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6848         backwards compatibility).
6849         (nnimap-open-connection-1): Really respect nnimap-server-port.
6850
6851         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6852         TLS upgrades we don't really care about the identity of the peer.
6853         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6854         that what we've checked for.
6855         (proto-stream-always-use-starttls): Only default to t if
6856         open-gnutls-stream exists.
6857         (proto-stream-open-network): If STARTTLS failed, then just open a
6858         normal connection.
6859         (proto-stream-open-network): Wait until the greeting before doing
6860         STARTTLS.
6861
6862         * nntp.el (nntp-open-connection): Report what the connection error is.
6863
6864         * proto-stream.el (open-protocol-stream): Rename from
6865         open-proto-stream.
6866
6867 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * nnimap.el (nnimap-stream): Change default to `undecided'.
6870         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6871         first, and then network.
6872         (nnimap-open-connection-1): Respect nnimap-server-port.
6873         (nnimap-open-connection): Be more backwards-compatible.
6874
6875         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6876         (proto-stream-open-starttls): De-duplicate the starttls code.
6877         (proto-stream-open-starttls): Folded back into the main function.
6878         (proto-stream-open-network): Fix typo in the gnutls path.
6879         (proto-stream-command): Refactor out.
6880
6881         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6882
6883         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6884         starttls.el STARTTLS.
6885
6886         * color.el (color-lab->srgb): Fix function call name.
6887
6888         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6889         if we're using tls.el.
6890         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6891         built in, then don't try to establish a STARTTLS connection.
6892
6893         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6894         servers.
6895
6896         * proto-stream.el (open-proto-stream): Use network, not stream.
6897         (open-proto-stream): Add a way to specify what the end of a command is.
6898
6899         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6900         connections types.
6901         (nntp-open-network-stream): Remove.
6902         (nntp-open-ssl-stream): Remove.
6903         (nntp-open-tls-stream): Remove.
6904         (nntp-ssl-program): Remove.
6905
6906         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6907
6908 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6909
6910         * nnir.el: Fix typos.
6911         (nnir-retrieve-headers-override-function): Rename variable to reflect
6912         new semantics.
6913         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6914         macros.
6915         (nnir-request-article, nnir-request-move-article): Use them.
6916         (nnir-categorize): New function.
6917         (nnir-run-query): Use it.
6918         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6919         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6920         sorted.
6921         (nnir-group-full-name): Use gnus-group-full-name instead.
6922         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6923         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6924
6925 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6928
6929         * proto-stream.el: New library to provide protocol-specific
6930         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6931         protocols.
6932         (open-proto-stream): Complete the documentation.
6933         (proto-stream-open-network): Fix some typos.
6934
6935         * nnimap.el (nnimap-open-connection): Use it.
6936
6937 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6938
6939         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6940         negotiation.
6941
6942 2010-11-26  Julien Danjou  <julien@danjou.info>
6943
6944         * color.el: Rename various rgb functions to srgb.
6945
6946 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6949         names.
6950
6951 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * shr.el (shr-insert): Revert last change.
6954         (shr-find-fill-point): Never leave point being at bol;
6955         relax the kinsoku limitation when rendering tables.
6956
6957 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6960         results from -accept-article.
6961
6962         * shr-color.el: Require cl when compiling.
6963
6964         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6965         checkin.
6966
6967         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6968
6969         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6970
6971         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6972         'add and 'delete to set backend marks.
6973
6974         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6975
6976         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6977
6978         * nntp.el (nntp-request-set-mark): Use it.
6979
6980         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6981
6982         * nnml.el (nnml-request-set-mark): Ditto.
6983
6984         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6985         introduces regressions in article selection.
6986         (nnimap-find-uid-response): New function.
6987         (nnimap-request-accept-article): Use the UID returned, if any.
6988         (nnimap-request-move-article): Use the UID returned, if any.
6989         (nnimap-get-groups): Reimplement to work with folded lines.
6990         (nnimap-find-uid-response): The UID is the last element in the list.
6991         (nnimap-request-set-mark): Extend syntax with 'set.
6992
6993         * nnml.el (nnml-request-set-mark): Ditto.
6994
6995         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6996
6997         * nntp.el (nntp-request-set-mark): Ditto.
6998
6999 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * message.el (message-called-interactively-p): A temporary macro.
7002         (message-goto-body): Use it temporarily.
7003
7004 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7007         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7008         (nnimap-last-response-string): Fix last unfolding fix.
7009
7010 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * shr.el (shr-insert): Fix the way to fold lines.
7013
7014 2010-11-25  Julien Danjou  <julien@danjou.info>
7015
7016         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7017
7018         * color.el: Rename from color-lab.el
7019         (color-rgb->hex): Add.
7020         (color-complement): Add.
7021         (color-complement-hex): Add.
7022
7023         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7024
7025 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7026
7027         * shr-color.el (shr-color-visible): Don't bug out if the color names
7028         don't exist.
7029
7030 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7033         assuming that article displaying or another mml-preview may be
7034         interrupted for an error or for the like.
7035
7036         * shr.el (shr-get-background): Fix argument name.
7037
7038 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7041
7042         * gnus-sum.el (gnus-summary-include-articles): New function.
7043
7044         * message.el (message-goto-body): called-interactively-p needs a
7045         parameter, so use `any'.
7046
7047         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7048         clear marks before moving, since they're synced from the Gnus side
7049         first.
7050
7051         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7052         (gnus-summary-move-article): Copy over all marks before moving, so that
7053         IMAP doesn't think a new article has arrived.
7054
7055 2010-11-24  Julien Danjou  <julien@danjou.info>
7056
7057         * shr.el (shr-insert-background-overlay): Fix typo.
7058         (shr-render-td): Copy the background before rendering.
7059
7060         * shr-color.el (shr-color-visible): Fix docstring.
7061
7062         * shr.el (shr-tag-table): Add bgcolor support.
7063         (shr-render-td): Add bgcolor support.
7064         (shr-get-background): Add.
7065         (shr-insert-foreground-overlay): Use shr-get-background.
7066
7067         * message.el (message-goto-body): Use called-interactively-p.
7068         (message-in-body-p): message-goto-body returns point.
7069
7070 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7073         Fixes something or other in Emacs 23, and is backwards compatible.
7074
7075         * message.el (message-goto-body): Remove the <#secure special-casing,
7076         which is too special.
7077
7078         * shr.el (shr-parse-style): Drop !important from styles.
7079
7080 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7081
7082         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7083         this function to return incorrect results when calling it with an
7084         explicit article argument different from
7085         (gnus-summary-article-number).
7086
7087 2010-11-24  Julien Danjou  <julien@danjou.info>
7088
7089         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7090         (shr-tag-body): Add background support.
7091         (shr-descend): Add background support.
7092         (shr-tag-title): Add.
7093
7094         * shr-color.el (shr-color-visible): Really return original background
7095         if fixed.
7096
7097 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * shr.el (shr-color-check): Protect against non-existent color names.
7100
7101 2010-11-24  Julien Danjou  <julien@danjou.info>
7102
7103         * color-lab.el: Require 'cl when compiling.
7104
7105         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7106
7107         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7108         matched part.
7109
7110         * color-lab.el: Fix all expt calls to use float type.
7111
7112 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7115         expression to shr-color-check as is.
7116
7117         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7118
7119         * color-lab.el: Add coding cookie.
7120         (float-pi): Use eval-and-compile.
7121
7122         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7123         compiled for Emacsen having no `libxml-parse-html-region' support.
7124
7125 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * shr.el (shr-insert-color-overlay): Split stuff like
7128         "#444444 !important" to find the real color.
7129         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7130         parse <font color="red"> entries.
7131
7132 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7133
7134         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7135         point when parsing headers.
7136
7137         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7138         is positioned properly when parsing headers.
7139
7140 2010-11-23  Julien Danjou  <julien@danjou.info>
7141
7142         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7143
7144         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7145
7146         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7147
7148         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7149         Use shr-color-hue-to-rgb.
7150         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7151
7152 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * shr.el (shr-color->hexadecimal): Autoload.
7155         (shr-descend): Add color to all tags.
7156
7157 2010-11-22  Julien Danjou  <julien@danjou.info>
7158
7159         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7160         shr-color->hexadecimal.
7161
7162         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7163         RGB() or HSL() color representation.
7164
7165         * shr.el (shr-tag-font): Add.
7166         (shr-tag-color-check): New function to get better colors.
7167         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7168         tag-span.
7169
7170         * shr-color.el: New file.
7171
7172         * color-lab.el: New file.
7173
7174         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7175
7176 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7177
7178         * nnir.el: Fix typo in comments.
7179         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7180         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7181
7182 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7185
7186         * nnimap.el (nnimap-get-capabilities): Refactor out.
7187         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7188
7189 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7190
7191         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7192         appearing when `mm-uu-hide-markers' is nil.
7193
7194 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * nnimap.el (nnimap-unselect-group): Make into its own function.
7197         (nnimap-request-rename-group): Unselect group before renaming.
7198         This had gotten lost somewhere.
7199         (nnimap-request-accept-article): Keep track of examined groups, and
7200         unselect the group before APPENDing to read-only groups.
7201         (nnimap-request-move-article): Clear flags before moving so that they
7202         can be re-set later.
7203
7204 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7207         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7208
7209 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-mime-display-single):
7212         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7213         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7214         parameter.
7215
7216 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7219         (shr-table-vertical-line): New variable.
7220         (shr-insert-table): Use it.
7221
7222 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-html.el (gnus-html-wash-images): Don't display images if
7225         gnus-inhibit-images is non-nil; register displayer for cid images.
7226         (gnus-html-display-image): Work for cid image.
7227         (gnus-html-insert-image): Allow arguments.
7228         (gnus-html-put-image): Inhibit read-only.
7229         (gnus-html-prefetch-images): Don't prefetch images if
7230         gnus-inhibit-images is non-nil.
7231
7232 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7233
7234         * shr.el (shr-put-image): Break lines when inserting big pictures.
7235
7236 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7237
7238         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7239         sender, thanks Katsumi Yamaoka.
7240
7241 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7242
7243         * nnir.el (nnir-run-imap): Reverse the article list for each group
7244         rather than the whole list.
7245
7246 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * shr.el (shr-image-displayer): Protect function against non-existent
7249         image source.
7250
7251         * gnus-art.el (gnus-inhibit-images): New user option.
7252         (gnus-mime-display-single): Don't display image if it is non-nil.
7253
7254         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7255         gnus-inhibit-images.
7256
7257         * shr.el (shr-image-displayer): New function.
7258         (shr-tag-img): Use it.
7259
7260 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7261
7262         * mml2015.el (mml2015-epg-sign): Use From header.
7263
7264 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7267
7268         * gnus-util.el (gnus-find-text-property-region): Return markers.
7269
7270         * shr.el (shr-tag-img): Put a displayer in the text property.
7271
7272         * gnus-util.el (gnus-find-text-property-region): New utility function.
7273
7274         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7275         (gnus-html-show-images): Remove.
7276
7277         * gnus-art.el (gnus-article-show-images): New, more general function.
7278
7279         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7280         image url text properties.
7281
7282         * shr.el: Ditto.
7283
7284         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7285         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7286
7287 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7290         work for two or more articles.
7291
7292 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7295         divide an image that's in an html article to two or more when washing
7296         non-ASCII characters in alt text of it.
7297
7298 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7301         smime-decrypt-region using function argument.
7302         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7303
7304         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7305
7306         * smime.el (smime-decrypt-region): Catch it.
7307
7308 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7309
7310         * smime.el (smime-mode-map): Move initialization into declaration.
7311         (gnus-run-mode-hooks): Don't autoload.
7312         (smime-mode): Use define-derived-mode.
7313
7314 2010-11-11  Glenn Morris  <rgm@gnu.org>
7315
7316         * smime.el (from): Restrict declaration to XEmacs.
7317
7318         * nnir.el (gnus-group-topic-name): Autoload.
7319
7320 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * shr.el (shr-insert): Don't break long line if it is because of
7323         kinsoku-bol characters in the line end.
7324
7325 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7326
7327         * nnir.el (nnir-request-move-article): Fix to provide original group
7328         and subject.
7329         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7330         been retrieved.
7331
7332         * gnus-sum.el (gnus-summary-move-article): Use original group and
7333         subject for virtual articles such as those in an nnir summary buffer.
7334
7335 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7338         least 21.5).
7339
7340         * smime.el (from): Declare it again for XEmacs.
7341
7342 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343
7344         * message.el (message-resend): Don't disable encoding unless it's
7345         already encoded.
7346
7347         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7348         low-numbered articles.
7349
7350 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * rfc2047.el (rfc2047-syntax-table): Simplify.
7353
7354         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7355
7356         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7357         set-char-table-range for XEmacs.
7358
7359 2010-11-10  Glenn Morris  <rgm@gnu.org>
7360
7361         * time-date.el (time-to-seconds): Always an alias on Emacs,
7362         never a real function.
7363         (with-no-warnings): Remove compat stub, now unused.
7364         (time-less-p): Doc fix.
7365         (time-to-number-of-days): Simplify.
7366
7367         * smime.el (from): Remove unused declaration.
7368
7369         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7370         (gnus-float-time): On Emacs, always an alias.
7371
7372         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7373         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7374
7375 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * dgnushack.el: Don't use ignore-errors in the top level form since it
7378         is unavailable in XEmacs even if cl is loaded.
7379
7380         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7381
7382 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * shr.el (browse-url-mailto): Autoload.
7385
7386         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7387
7388         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7389         regexp doesn't need quoting.
7390
7391 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7392
7393         * message.el (message-subject-trailing-was-ask-regexp)
7394         (message-subject-trailing-was-regexp): Match was: in addition to was.
7395
7396 2010-11-09  Glenn Morris  <rgm@gnu.org>
7397
7398         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7399         (nnbabyl-check-mbox): Use point-at-bol.
7400
7401 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7404
7405         * message.el (message-mailto): New function.
7406         (message-mailto): Should accept other parameters.
7407         (message-mailto): Remove since it duplicates browse-url-mailto
7408         functionality.
7409
7410 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7413         methods.
7414         (gnus-read-active-file): Ditto.
7415
7416         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7417         ": " from the prompt.
7418         (gnus-group-make-group): Ditto.
7419
7420 2010-11-07  Glenn Morris  <rgm@gnu.org>
7421
7422         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7423         (gnus-bookmark-kill-line): Use point-at-eol.
7424
7425 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7428         asterisks in From header.
7429
7430 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431
7432         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7433         string to avoid making the From headers syntactically invalid.
7434
7435         * message.el (message-send-mail): Don't insert courtesy messages if the
7436         message already has List-Post and List-ID messages.
7437
7438 2010-11-06  Glenn Morris  <rgm@gnu.org>
7439
7440         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7441         `condition', `type', `length' a prefix.
7442         (gnus-treat-predicate): Update for above name changes.
7443
7444 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7445
7446         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7447         binding.  Handled by `gnus-summary-refer-thread' instead.
7448         (nnir-warp-to-article): New backend function.
7449
7450         * nnimap.el (nnimap-request-thread): Force dependency updating.
7451
7452         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7453         (gnus-summary-refer-thread): Rework to improve thread-referral.
7454
7455         * gnus-int.el (gnus-warp-to-article): New function.
7456
7457         * gnus-sum.el (gnus-summary-article-map): Bind it.
7458
7459 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7460
7461         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7462         gnus-summary-refer-thread.
7463
7464         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7465         headers.
7466         (gnus-summary-limit-include-thread): Prevent articles in thread from
7467         being cut in gnus-cut-threads.
7468         (gnus-summary-refer-thread): Limit retrieved headers to those in
7469         thread.
7470
7471 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * message.el (message-send-mail): Use the value of
7474         message-courtesy-message from the message buffer.
7475
7476         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7477
7478         * shr.el (shr-browse-url): Implement mailto: URLs.
7479
7480         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7481         "raw".
7482
7483         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7484         if it's already selected.
7485
7486         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7487
7488 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7491         to measure the length and truncate alt text.
7492
7493 2010-11-03  Glenn Morris  <rgm@gnu.org>
7494
7495         * nndiary.el (nndiary-generate-nov-databases-1)
7496         (nndiary-generate-active-info): Rename dynamic variable `files' to
7497         something less generic.
7498
7499 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7500
7501         * nnir.el (nnir-request-move-article): Call the underlying backend to
7502         move articles from nnir.
7503
7504 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7505
7506         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7507
7508 2010-11-02  Julien Danjou  <julien@danjou.info>
7509
7510         * nnir.el: Remove wais support.
7511
7512 2010-11-02  Glenn Morris  <rgm@gnu.org>
7513
7514         * gnus-html.el: Reorder requirements to quieten compiler.
7515
7516 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7519         properly for XEmacs as well.
7520         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7521         (gnus-article-natural-long-line-p): Use window-width rather than
7522         frame-width.
7523
7524 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7525
7526         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7527         (nnir-read-parms): Don't modify query.
7528         (nnir-run-query): Add ability to search topic on current line.
7529         (nnir-get-active): Clean up.
7530
7531 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7534         degenerate articles.
7535
7536         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7537         (gnus-print-buffer): Just print the buffer as is, without any copying
7538         to a buffer and then re-highlighting.
7539
7540         * nnimap.el (nnimap-request-group): Store the new updated info.
7541         (nnimap-request-group): Select the group when we don't know whether it
7542         exists or not.
7543
7544         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7545         groups.
7546
7547         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7548         groups.
7549
7550         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7551         groups.
7552
7553         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7554         long-lines case by only filling the long lines.
7555
7556         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7557         (bug #7311).
7558
7559 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * shr.el: No need to declare `declare-function' since shr.el is for
7562         only Emacsen that provide `libxml-parse-html-region'.
7563
7564         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7565         effective only in a file it is referred to.
7566
7567 2010-11-01  Glenn Morris  <rgm@gnu.org>
7568
7569         * mm-util.el (gnus-completing-read): Autoload.
7570         (mm-read-coding-system): Simplify Emacs definition.
7571
7572         * nnmail.el (gnus-activate-group):
7573         * nnimap.el (gnutls-negotiate):
7574         * nntp.el (netrc-parse): Fix declarations.
7575
7576 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7579         string-match-p in Emacs >=23.
7580
7581         * gnus-msg.el (gnus-configure-posting-styles):
7582         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7583
7584 2010-11-01  Glenn Morris  <rgm@gnu.org>
7585
7586         * nnir.el (declare-function): Add compat stub.
7587         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7588         (nnir-run-gmane): Require 'mm-url.
7589
7590         * mm-util.el (mm-string-to-multibyte): Simplify.
7591
7592         * shr.el (declare-function): Add compat stub.
7593         (url-cache-create-filename): Declare.
7594         (mm-disable-multibyte, widget-convert-button): Autoload.
7595
7596         * smime.el (ldap-search): Declare.
7597         (smime-cert-by-ldap-1): Require ldap on Emacs.
7598
7599         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7600         (nnimap-keepalive): Use gnus-float-time.
7601
7602         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7603         (mail-source-delete-crash-box): Use gnus-float-time.
7604
7605         * gnus-dired.el (gnus-completing-read): Autoload.
7606
7607         * mm-view.el (gnus-rescale-image): Autoload.
7608
7609         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7610
7611         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7612
7613         * sieve-manage.el: Require 'cl when compiling.
7614
7615         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7616         (gnus-iswitchb-completing-read): Require iswitchb.
7617         (gnus-select-frame-set-input-focus): Silence compiler.
7618
7619 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7620
7621         * message.el (message-subject-trailing-was-query): Change default to t,
7622         since I think that's what most people want.
7623
7624         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7625         appending for easier debugging.
7626         (nnimap-wait-for-connection): Take a regexp.
7627         (nnimap-request-accept-article): Wait for the continuation line before
7628         sending anything unless we're streaming.
7629
7630         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7631         leave the header washing to take place.
7632
7633 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7634
7635         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7636         regular expression match and replace in posting styles.
7637
7638 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7639
7640         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7641         an entire server.
7642         (nnir-get-active): New function.
7643         (nnir-run-imap): Use it.
7644         (nnir-run-gmane): Who knew, gmane search returns an article score!
7645
7646         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7647         server on the current line with nnir.
7648
7649 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7652         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7653         left edge.
7654         (gnus-article-foldable-buffer): Skip past the prefix when determining
7655         raggedness.
7656
7657         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7658         the raw article, and change `C-u g' to show the article without doing
7659         treatments.
7660
7661         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7662         on to `gnus-treat-article'.
7663         (gnus-inhibit-article-treatments): New variable.
7664
7665         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7666
7667         * gnus-art.el (gnus-treatment-function-alist): Have
7668         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7669         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7670         sections.
7671
7672         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7673         parameter.
7674         (gnus-article-fill-cited-long-lines): New function.
7675         (gnus-article-fill-cited-article): Allow filling only long sections.
7676
7677         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7678         and non-punctuation (like after the apostrophe in "'We").
7679
7680         * gnus-sum.el (gnus-summary-select-article): Make sure
7681         gnus-original-article-buffer is alive.
7682
7683         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7684         reflect the order they're in in the digest.
7685
7686         * gnus.el (gnus-group-startup-message): Move point to the start of the
7687         buffer.
7688
7689         * nnimap.el (nnimap-capability): New function.
7690         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7691         is set.
7692
7693 2010-10-31  David Engster  <dengste@eml.cc>
7694
7695         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7696         conform with changes to gnus-completing-read.
7697
7698 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7699
7700         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7701
7702 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7703
7704         * nnir.el: Move defvar, defcustom around to keep file organized
7705         and keep byte-compiler quiet.
7706         (nnir-read-parms): Accept search-engine as arg.
7707         (nnir-run-query): Pass search-engine as arg.
7708         (nnir-search-engine): Remove.
7709
7710 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * shr.el (shr-generic): The text nodes should be text, not :text.
7713
7714         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7715         later in the file.
7716
7717 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7718
7719         * nnir.el: General clean up.  Allow searching with multiple engines.
7720         Allow separate extra-parameters for each engine.
7721         Batch queries when possible.
7722         (nnir-imap-default-search-key,nnir-method-default-engines):
7723         Add customize interface.
7724         (nnir-run-gmane): New engine.
7725         (nnir-engines): Use it.  Qualify all prompts with engine name.
7726         (nnir-search-engine): Remove global variable.
7727         (nnir-run-hyrex): Restore for now.
7728         (nnir-extra-parms,nnir-search-history): New variables.
7729         (gnus-group-make-nnir-group): Use them.
7730         (nnir-group-server): Remove in favor of gnus-group-server.
7731         (nnir-request-group): Avoid searching twice.
7732         (nnir-sort-groups-by-server): New function.
7733
7734 2010-10-30  Julien Danjou  <julien@danjou.info>
7735
7736         * gnus-group.el: Remove gnus-group-fetch-control.
7737
7738         * gnus-start.el (gnus-find-new-newsgroups):
7739         Remove gnus-check-first-time-used.
7740
7741         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7742
7743 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7744
7745         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7746         set on groups that don't have \* permanentflags.
7747
7748 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7751         control the background color.
7752         (shr-tag-img): Ignore very small web bug type images.
7753         (shr-put-image): Add help-echo alt texts to the images.
7754         (shr-tag-video): Show the video poster image.
7755
7756 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757
7758         * shr.el (shr-table-depth): New variable.
7759         (shr-tag-table-1): Only insert the images after the top-level table.
7760
7761         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7762
7763         * gnus-util.el (gnus-list-memq-of-list): New function.
7764
7765         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7766         selected.
7767         (nnimap-unsplittable-articles): New slot.
7768         (nnimap-new-articles): Use it.
7769
7770 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7771
7772         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7773         move to the previous line on `M-g'.
7774
7775 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7778         *-request-group, which seems unnecessary.
7779
7780         * nnimap.el (nnimap-quote-specials): Function copied over from
7781         imap.el.
7782         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7783         they support that.  Suggested by Tom Regner.
7784
7785 2010-10-29  Julien Danjou  <julien@danjou.info>
7786
7787         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7788         defalias.
7789         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7790
7791         * gnus.el: Remove `gnus-nntp-service' variable.
7792         (gnus-secondary-servers): Make obsolete.
7793         (gnus-nntp-server): Make obsolete.
7794
7795         * gnus-start.el (gnus-1): Remove x-splash calls.
7796
7797         * gnus-ems.el (gnus-x-splash): Remove.
7798
7799         * gnus.el (gnus-group-startup-message): Simplify/update code.
7800
7801         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7802         definition.
7803
7804         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7805         capability before doing anything.
7806         (gnus-group-insert-group-line): Remove useless
7807         gnus-group-remove-excess-properties.
7808
7809 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7812
7813 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814
7815         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7816         config after reselecting.
7817
7818 2010-10-28  Julien Danjou  <julien@danjou.info>
7819
7820         * shr.el (shr-put-image): Use point even if only inserting text.
7821         (shr-put-image): Save excursion when inserting alt text on non-graphic
7822         display, so the behavior is the same when we are on a graphic display.
7823
7824         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7825
7826 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7829         (gnus-mime-copy-part): Check coding system, not charset.
7830         (gnus-mime-view-part-externally): Never remove part.
7831         (gnus-mime-view-part-internally): Don't remove part here.
7832         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7833         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7834         multipart/alternative.
7835
7836         * mm-decode.el (mm-display-part): Take optional arg `force'.
7837
7838 2010-10-26  Julien Danjou  <julien@danjou.info>
7839
7840         * gnus-group.el (gnus-group-default-list-level): Add this function to
7841         compute the default list level.
7842         (gnus-group-default-list-level): Add possibility to use a function.
7843
7844 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7847
7848         * gnus-group.el (gnus-group-completing-read)
7849         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7850         gnus-replace-in-string.
7851
7852 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * shr.el (shr-tag-div): Add.
7855
7856         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7857
7858 2010-10-25  Julien Danjou  <julien@danjou.info>
7859
7860         * gnus-util.el: Remove `gnus-with-local-quit'.
7861
7862         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7863
7864 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7867         the original article buffer.
7868
7869 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * nnimap.el (nnimap-request-head): New function.
7872         (nnimap-request-move-article): Try to be slightly faster by not
7873         requesting the entire message when moving.
7874         (nnimap-transform-headers): Don't bug out on bodiless articles.
7875         (nnimap-send-command): Have no outstanding messages if the IMAP server
7876         doesn't support streaming.
7877         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7878
7879 2010-10-24  Julien Danjou  <julien@danjou.info>
7880
7881         * message.el (message-default-headers): Fix type.
7882
7883 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7886         prefetching images.
7887
7888         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7889         backend for unknown groups.  This is mainly useful for nnimap groups.
7890
7891         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7892         group isn't covered by the agent.
7893
7894 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7895
7896         * nnir.el (nnir-method-default-engines): New variable.
7897         (nnir-run-query): Use it.
7898         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7899         (gnus-summary-nnir-goto-thread): Change group if needed.
7900
7901         * gnus-group.el (gnus-group-group-map): Add key binding for
7902         gnus-group-make-nnir-group.
7903
7904 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * shr.el (shr-tag-object): Add.
7907
7908         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7909         original article buffer live.
7910         (gnus-summary-select-article-buffer):
7911         Mention gnus-widen-article-buffer.
7912
7913 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * shr.el (shr-tag-strong): Add.
7916
7917 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7918
7919         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7920         group names.  They mess up the group buffer badly.
7921
7922         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7923
7924         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7925         instead of the summary one.
7926
7927 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mml.el (mml-preview): Work properly when editing article.
7930
7931         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7932         gnus-have-read-active-file if it's already been in.
7933
7934 2010-10-22  Tom Tromey  <tromey@redhat.com>
7935
7936         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7937         gnus-group-completing-read.
7938
7939 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * message.el (message-mode-map): Don't bind M-; to comment region, to
7942         allow the global comment-dwim to work.
7943
7944 2010-10-21  Julien Danjou  <julien@danjou.info>
7945
7946         * message.el (message-setup-1): Allow message-default-headers to be a
7947         function.
7948
7949 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * shr.el (shr-tag-table): Simplify.
7952
7953 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7956         to avoid trying to snarf invalid stuff.
7957
7958         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7959
7960         * gnus.el (gnus-message-archive-group): Quote value.
7961         (gnus-message-archive-group): Mark as changed.
7962
7963         * shr.el (shr-add-font): Don't put the font properties on the newline
7964         or the indentation.
7965
7966         * message.el (message-fix-before-sending): Change options when sending
7967         non-printable characters.
7968
7969         * gnus.el (gnus-message-archive-method): Change the default to
7970         monthly outgoing groups.
7971
7972         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7973         that have gotten new numbers.
7974
7975         * nnimap.el (nnimap-request-replace-article): New function.
7976
7977 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7980         (nnrss-request-article): Don't use special html washing code.
7981
7982 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * shr.el (shr-tag-table): Remove useless nconc.
7985
7986 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987
7988         * gnus-art.el (article-wash-html): Simplify and remove the charset
7989         stuff.  Use the normal html rendering code instead of the special html
7990         washing code.
7991
7992         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7993         `gnus-w3m' symbols.
7994         (mm-text-html-washer-alist): Remove.
7995
7996         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7997         (mm-inline-media-tests): Remove use.
7998         (mm-text-html-renderer): Change default to the `shr' symbol.
7999
8000         * mm-view.el (mm-inline-text-html): Remove use.
8001
8002         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8003         `gnus-blocked-images' to be a function.
8004         (gnus-article-wash-function): Remove.
8005
8006 2010-10-20  Julien Danjou  <julien@danjou.info>
8007
8008         * spam.el (spam-list-of-processors): Mark as obsolete.
8009
8010         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8011         (nnimap-insert-partial-structure): Fix boundary detection.
8012
8013 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8014
8015         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8016         run file-truename on remote files.  This can be expensive and even
8017         prevent one from editing drafts if some unrelated buffer has a stale
8018         connection.
8019
8020 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8023         kinsoku-eol regardless of shr-kinsoku-shorten.
8024         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8025         (shr-tag-table): Support caption, thead, and tfoot.
8026
8027 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8030         lines.
8031         (shr-save-contents): New command and keystroke.
8032
8033         * nndoc.el (nndoc-type-alist): Add git support.
8034         (nndoc-git-type-p): New function.
8035         (nndoc-transform-git-article): Ditto.
8036         (nndoc-transform-git-headers): Ditto.
8037         (nndoc-transform-git-headers): Generate Subject headers.
8038
8039         * shr.el (shr-parse-style): New function.
8040         (shr-tag-span): Ditto.
8041
8042         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8043         to `G G' to avoid collisions.
8044
8045 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * shr.el: Load kinsoku if necessary.
8048         (shr-kinsoku-shorten): New internal variable.
8049         (shr-find-fill-point): Make kinsoku shorten text line if
8050         shr-kinsoku-shorten is bound to non-nil.
8051         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8052         shr-indentation too when testing if table is wider than frame width.
8053         (shr-insert-table): Use `string-width' instead of `length' to measure
8054         text width.
8055         (shr-insert-table-ruler): Make sure indentation is done at bol.
8056
8057 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8058
8059         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8060         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8061         undecoded network data.
8062
8063 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8066         name in the mode line spec so that the mode line menu works
8067         (bug #2431).
8068
8069         * message.el (message-get-reply-headers): If we're fed `to-address',
8070         then always use that.
8071
8072         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8073         aren't so wide as to need to switch off the edit menu.
8074
8075         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8076         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8077
8078         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8079         `M-g'.
8080         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8081         the permanent marks.
8082
8083 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8084
8085         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8086         Splitting according to references/in-reply-to obeys the ignore-groups
8087         variable, while splitting by sender and subject do not.
8088
8089 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8092         alist, so that we can look for non-Unicode chars.
8093         (article-translate-strings): Allow both character and string maps.
8094
8095 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * shr.el (shr-insert): Don't insert space behind a wide character
8098         categorized as kinsoku-bol, or between characters both categorized as
8099         nospace.
8100
8101 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8102
8103         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8104         headers to gnus-newsgroup-headers.
8105
8106 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8107
8108         * shr.el (shr-tag-img): Don't align images -- since we're not
8109         rescaling, this often leads to ugly displays.
8110
8111 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8112
8113         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8114         duplicates.
8115
8116 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8117
8118         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8119         call.
8120
8121 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus.el: Autoload gnus-html-show-images.
8124
8125         * nnimap.el: Use nnheader-message throughout.
8126
8127         * shr.el (shr-tag-img): Ignore images with no data.
8128
8129 2010-10-15  Julien Danjou  <julien@danjou.info>
8130
8131         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8132         a possibility to disable format=flow encoding when using hard newlines.
8133
8134 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * shr.el (shr-insert): Remove space inserted before or after a
8137         breakable character or at the beginning or the end of a line.
8138         (shr-find-fill-point): Do kinsoku; find the second best point or give
8139         it up if there's no breakable point.
8140
8141 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * nnimap.el (nnimap-open-connection): Message when opening connection
8144         for debugging purposes.
8145
8146         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8147         on every setup buffer call to allow this to change from article to
8148         article.
8149
8150         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8151         buffers where we have a wide table.
8152
8153 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8154
8155         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8156         uses *-request-thread.
8157
8158 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159
8160         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8161         incantation, which is no longer valid.
8162
8163 2010-10-14  Julien Danjou  <julien@danjou.info>
8164
8165         * shr.el: Fix defcustom type (char -> character).
8166
8167 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8170         programs.
8171
8172 2010-10-14  Julien Danjou  <julien@danjou.info>
8173
8174         * shr.el (shr-tag-a): Use url-link as widget type.
8175
8176         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8177         `gnus-group-get-icon'.
8178
8179 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8182         This should make server editing work better.
8183
8184         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8185
8186         * tls.el (tls-program): Remove spurious %s from openssl.
8187
8188         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8189         (nnimap-parse-flags): Fix regexp.
8190
8191         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8192         probably work for CJVK text, too.
8193
8194         * nnimap.el (nnimap-extend-tls-programs): Remove.
8195         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8196
8197         * tls.el (tls-starttls-switches): Remove starttls hack.
8198         (open-tls-stream): Ditto.
8199         (tls-find-starttls-argument): Ditto.
8200
8201 2010-10-13  Julien Danjou  <julien@danjou.info>
8202
8203         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8204         responses.
8205
8206 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8209
8210         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8211         anything in Emacs.
8212
8213         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8214
8215 2010-10-13  Julien Danjou  <julien@danjou.info>
8216
8217         * shr.el (shr-width): Make shr-width a defcustom with default to
8218         fill-column.
8219         (shr-tag-img): Use shr-width rather than fill-column.
8220
8221 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * dgnushack.el (byte-optimize-apply):
8224         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8225
8226         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8227         position when (X-)Faces exist.
8228         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8229         avatars when called interactively.
8230
8231 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8234         gnus-article-x-face-too-ugly is bound.
8235
8236 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8239
8240         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8241         mailbox that doesn't exist.
8242
8243 2010-10-12  Julien Danjou  <julien@danjou.info>
8244
8245         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8246         (shr-get-image-data): Encode URL properly when fetching from cache.
8247         (shr-tag-img): Use aligned-to spaces to align correctly images.
8248
8249         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8250         before inserting the Gravatar.
8251
8252         * shr.el (shr-tag-img): Add align attribute support for <img>.
8253
8254 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * gnus-gravatar.el (gnus-art): Require.
8257
8258         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8259         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8260         Remove long obsoleted functions.
8261
8262 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8265
8266         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8267
8268         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8269         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8270         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8271         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8272         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8273         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8274         * sieve-manage.el, smime.el, spam.el:
8275         Fix comment for declare-function.
8276
8277 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * nnimap.el (nnimap-request-rename-group): Select group read-only
8280         before renaming it.
8281
8282         * shr.el (shr-insert): Fix up the white space only regexp.
8283
8284         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8285         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8286
8287         * shr.el (shr-current-column): New function.
8288         (shr-find-fill-point): New function.
8289
8290 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8291
8292         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8293         numbers.
8294
8295 2010-10-11  Julien Danjou  <julien@danjou.info>
8296
8297         * shr.el (shr-hr-line): Add.
8298         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8299         display hr lines.
8300         (shr-max-columns): Do not change state to nil if we just inserting
8301         spaces.
8302
8303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8306         select the last group.
8307
8308 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8309
8310         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8311
8312 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8313
8314         * dig.el (dig-mode-map): Declare and define in one step.
8315
8316 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8319         for Gnus.
8320         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8321         (nnimap-update-qresync-info): Mark \Seen articles as read.
8322
8323         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8324         non-variable, too.
8325
8326         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8327         available.
8328         (nnimap-update-info): Rely more on the current active than the param
8329         active to avoid marking articles as read too much.
8330
8331         * auth-source.el (auth-source-create): Use (user-login-name) for the
8332         user name default.
8333
8334         * nnimap.el (nnimap-update-info): If the server doesn't return any
8335         useful info, just use the previous info.
8336         (nnimap-update-info): Prefer old info over start-article.
8337         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8338
8339 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8340
8341         * nnir.el (autoload): Clean up autoloads.
8342         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8343         Use key rather than value.
8344         (nnir-imap-search-other): New variable.
8345         (nnir-read-parm): Use it.
8346         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8347         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8348
8349 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8350
8351         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8352         the process, too.
8353
8354 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355
8356         * spam.el (gnus-summary-mode-map): Bind to "$".
8357         Suggested by Russ Allbery.
8358
8359         * shr.el: Rework the way things are indented by <li> slightly.
8360
8361         * gnus.el (gnus-group-set-parameter): Fix typo.
8362
8363         * nnimap.el: Start implementing QRESYNC support.
8364
8365 2010-10-09  Julien Danjou  <julien@danjou.info>
8366
8367         * nnir.el (nnir-engines): Fix too many arguments.
8368
8369 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8370
8371         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8372         group is the "last", so that the backends like nnfolder actually save
8373         their folders.
8374
8375         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8376         try to use that for the tls stream.
8377         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8378         UIDVALIDITY and find out which groups are read-only and not.
8379         (nnimap-get-flags): Use the same marks parsing code as the rest of
8380         nnimap.
8381
8382 2010-10-09  Julien Danjou  <julien@danjou.info>
8383
8384         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8385
8386         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8387         retrieving gravatars.
8388
8389         * shr.el (shr-table-corner): Add.
8390         (shr-table-line): Add.
8391         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8392
8393 2010-10-08  Julien Danjou  <julien@danjou.info>
8394
8395         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8396
8397 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8398
8399         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8400
8401         * gnus-sum.el (gnus-mark-article-as-unread)
8402         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8403         (gnus-summary-set-bookmark): Use it.
8404
8405         * gnus-msg.el (gnus-setup-message): Use it.
8406
8407         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8408
8409         * gnus.el (gnus-group-remove-parameter): Use it.
8410
8411         * gnus-group.el (gnus-group-make-web-group): Use it.
8412
8413         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8414
8415         * nnregistry.el: Update docs to mention manual.
8416
8417         * gnus-registry.el: Update docs to mention nnregistry.el.
8418         (gnus-registry-initialize): Don't install nnregistry refer method
8419         automatically.
8420         (gnus-registry-install-nnregistry): Remove it.
8421
8422 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * shr.el (shr-insert): Don't insert double spaces.
8425
8426 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-gravatar.el (gnus-treat-from-gravatar)
8429         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8430         called interactively.
8431
8432         * gnus-art.el (gnus-mime-view-part-externally)
8433         (gnus-mime-view-part-internally): Make predicate function passed to
8434         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8435         of a mime type.
8436
8437         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8438
8439 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * shr.el (require): Require cl when compiling.
8442         (shr-tag-hr): New function.
8443
8444         * nnimap.el (nnimap-update-info): Remove double setting of high.
8445         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8446         This makes nnimap work properly on Courier again.
8447
8448         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8449         the variable for backwards compatibility.
8450
8451         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8452         the file name before using to avoid setting mm-default-directory to
8453         nil.
8454
8455         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8456         bidning gnus-agent variables.
8457
8458         * shr.el (shr-render-td): Use a cache for the table rendering function
8459         to avoid getting an exponential rendering behavior in nested tables.
8460         (shr-insert): Rework the line-breaking algorithm.
8461         (shr-insert): Don't leave trailing spaces.
8462         (shr-insert-table): Also insert empty TDs.
8463         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8464
8465 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8466
8467         * gnus-sum.el (gnus-number): Rename from `number'.
8468         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8469         (gnus-summary-limit-children): Update uses correspondingly.
8470
8471 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8474         (gnus-gravatar-transform-address): Don't show avatars of people of
8475         which mail addresses match gnus-gravatar-too-ugly.
8476
8477 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * shr.el (shr-table-widths): Expand TD elements to fill available
8480         space.
8481
8482 2010-10-07  Julien Danjou  <julien@danjou.info>
8483
8484         * nnimap.el (nnimap-request-rename-group): Add this method.
8485
8486 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8489         name from XEmacs' function-arglist.
8490
8491         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8492         gravatar under XEmacs.
8493
8494 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8495
8496         * auth-source.el: Update docs with TODO items.
8497
8498         * gnus-sync.el: Update docs to explain state and plans.
8499
8500         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8501         Hooks for mark updates.
8502         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8503
8504         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8505         hooks with arguments, which is needed for mark update hooks.
8506
8507 2010-10-06  Julien Danjou  <julien@danjou.info>
8508
8509         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8510         was matched.
8511
8512         * sieve-manage.el: Update example in `Commentary'.
8513
8514         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8515
8516         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8517         not 2000.
8518         (sieve-manage-authenticate): Re-add function.
8519
8520 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * shr.el (shr-insert): Get 'space transition right.
8523         (shr-render-td): Only delete space at the end of the TD.
8524
8525         * nnimap.el (nnimap-open-connection): Prepare to support
8526         open-gnutls-stream.
8527
8528         * shr.el: Rearrange function order to be more logical.
8529
8530 2010-10-06  Julien Danjou  <julien@danjou.info>
8531
8532         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8533         (nnrss-discover-feed): Remove 404 URL in docstring.
8534
8535         * nnir.el: Fix Swish-E URL.
8536         Fix Namazu URL.
8537
8538         * message.el (message-change-subject): Remove 404 URL in a comment.
8539
8540 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8543         called interactively.
8544
8545         * gnus-util.el (gnus-remove-if): Allow hash table.
8546         (gnus-remove-if-not): New function.
8547
8548         * gnus-art.el (gnus-mime-view-part-as-type):
8549         * gnus-score.el (gnus-summary-score-effect):
8550         * gnus-sum.el (gnus-read-move-group-name):
8551         Replace remove-if-not with gnus-remove-if-not.
8552
8553         * gnus-group.el (gnus-group-completing-read):
8554         Regard collection as a hash table if it is not a list.
8555
8556 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8559
8560         * shr.el: Document the table-rendering algorithm.
8561
8562 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8565         for Emacsen having no `libxml-parse-html-region' support.
8566
8567 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8570         invalid URLs.
8571
8572         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8573         line-broken.
8574         (shr-tag-img): Ignore image fetching errors.
8575         (shr-overlays-in-region): Compute overlay positions correctly.
8576
8577         * mm-decode.el (mm-shr): Require shr.
8578
8579         * gnus-art.el (gnus-blocked-images): Move variable here.
8580
8581         * shr.el (shr-insert-table): Bind free variable.
8582
8583         * mm-decode.el (mm-shr): Bind shr-content-function.
8584
8585         * shr.el (shr-content-function): New variable.
8586
8587         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8588         added for symmetry.
8589
8590         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8591
8592         * gnus-group.el (gnus-group-make-group): Doc fix.
8593
8594         * nnimap.el (nnimap-request-newgroups): Return success.
8595
8596         * shr.el (shr-find-elements): New function.
8597         (shr-tag-table): Put all the images after the table.
8598         (shr-tag-table): Really inhibit images inside the table.
8599         (shr-collect-overlays): Copy over overlays from the TD elements to the
8600         main document.
8601
8602         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8603         gnus-blocked-images.
8604
8605 2010-10-05  Julien Danjou  <julien@danjou.info>
8606
8607         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8608
8609         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8610         (gnus-html-maximum-image-size): Add this function.
8611         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8612
8613         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8614         server-value of the capability is nil.
8615
8616 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * shr.el (shr-tag-em): Add <EM> tag.
8619
8620 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8621
8622         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8623         customizable.
8624
8625         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8626         handing broken links to browse-url.
8627
8628 2010-10-05  Julien Danjou  <julien@danjou.info>
8629
8630         * gnus-util.el (gnus-emacs-completing-read)
8631         (gnus-iswitchb-completing-read): Use autoload rather than require.
8632
8633 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8636         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8637         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8638         iswitchb-temp-buflist for XEmacs.
8639
8640         * gnus-util.el (gnus-completing-read-function): Exclude
8641         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8642         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8643         XEmacs.
8644
8645         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8646         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8647
8648         * gnus-html.el: Don't require help-fns under XEmacs.
8649         (gnus-html-schedule-image-fetching): Work for XEmacs.
8650
8651         * mm-decode.el (mm-shr): Decode contents by charset.
8652
8653 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8656         unknown.
8657
8658         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8659         (shr-get-image-data): Ensure against the cache file missing.
8660
8661         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8662         for data.
8663
8664         * spam-report.el (spam-report-url-ping-plain): Don't query about
8665         killing the process.
8666
8667         * shr.el (shr-render-td): Protect against too-wide text.
8668
8669 2010-10-04  Julien Danjou  <julien@danjou.info>
8670
8671         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8672         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8673
8674         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8675         retrieved.
8676
8677 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * shr.el (browse-url): Require.
8680         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8681         lines.
8682         (shr-show-alt-text, shr-browse-image): New commands.
8683         (shr-browse-url, shr-copy-url): New commands.
8684
8685         * gnus-sum.el (gnus-widen-article-window): New variable.
8686         (gnus-summary-select-article-buffer): Use it.
8687
8688         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8689         without @ signs.
8690
8691 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8692
8693         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8694
8695 2010-10-04  Julien Danjou  <julien@danjou.info>
8696
8697         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8698         for XEmacs.
8699
8700 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8703
8704         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8705         (nnimap-close-server): Implement.
8706
8707         * dgnushack.el (iswitchb): Require to shut up the compiler.
8708
8709         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8710         (shr-insert): Tweak line breaking.
8711         (shr-insert): Handle <pre> better.
8712         (shr-tag-li): Get <li> indentation right.
8713         (shr-tag-li): Get <li> indentation even righter.
8714         (shr-tag-blockquote): Ensure paragraph start.
8715         (shr-make-table): Tweak table generation.
8716         (shr-make-table): Fix typo.
8717
8718         * shr.el: Implement table rendering.
8719
8720 2010-10-04  Julien Danjou  <julien@danjou.info>
8721
8722         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8723
8724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * shr.el (shr-insert): Use string anchors instead of line anchors.
8727
8728 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * shr.el: Add headings.
8731         (shr-ensure-paragraph): Actually work.
8732         (shr-tag-li): Make <ul> prettier.
8733         (shr-insert): Get white space at the beginning/end of elements right.
8734         (shr-tag-p): Collapse subsequent <p>s.
8735         (shr-ensure-paragraph): Don't insert double line feeds after blank
8736         lines.
8737         (shr-insert): \t is also space.
8738         (shr-tag-s): Fix "s" tag name function.
8739         (shr-tag-s): Fix face prop name.
8740
8741 2010-10-03  Julien Danjou  <julien@danjou.info>
8742
8743         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8744
8745         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8746         gnus-window-inside-pixel-edges.
8747
8748         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8749         gnus-ems.
8750
8751         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8752
8753         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8754         function.
8755
8756         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8757         resize choice.
8758
8759 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8762         beginning of the buffer.
8763
8764         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8765         article buffer again.
8766
8767         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8768
8769         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8770         when it's at the start of the buffer.
8771
8772         * shr.el (shr-tag-blockquote): Convert name.
8773         (shr-rescale-image): Use the right image-size variant.
8774
8775         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8776         buffer isn't shown, then select the current article first instead of
8777         bugging out.
8778         (gnus-summary-select-article-buffer): Show both the article and summary
8779         buffers again.
8780
8781         * shr.el (shr-fontize-cont): Protect against regions with no text.
8782         Rename tag functions to shr-tag-* for enhanced security.
8783         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8784
8785 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8786
8787         * shr.el (shr-insert):
8788         * pop3.el (pop3-movemail):
8789         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8790         loaded.
8791
8792 2010-10-03  Glenn Morris  <rgm@gnu.org>
8793
8794         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8795
8796         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8797
8798         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8799
8800         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8801
8802         * gnus-util.el (gnus-make-local-hook): Simplify.
8803
8804 2010-10-02  Julien Danjou  <julien@danjou.info>
8805
8806         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8807         (gnus-ido-completing-read): New function.
8808         (gnus-emacs-completing-read): New function.
8809         (gnus-completing-read): Use gnus-completing-read-function.
8810         Add gnus-completing-read-function.
8811
8812 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * shr.el (shr-insert-document): Autoload.
8815         (shr-img): Be silent.
8816         (shr-insert): Add a newline after every picture before text.
8817         (shr-add-font): Use overlays for combining faces.
8818         (shr-insert): Pass upwards the text start point.
8819
8820         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8821         possible.
8822         (mm-shr): New function.
8823
8824 2010-10-02  Julien Danjou  <julien@danjou.info>
8825
8826         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8827         should go backward.
8828
8829 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8830
8831         * shr.el (shr): Fix typo in provide call.
8832
8833 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * shr.el: New file.
8836
8837         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8838
8839         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8840         completing read.
8841
8842 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8845         we're being queried about.  Suggested by Dan Jacobson.
8846
8847         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8848         Suggested by Jason Eisner.
8849
8850         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8851         table, too.  Suggested by Stefan Wiens.
8852         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8853         the table unnecessary.  Suggested by Stefan Wiens.
8854
8855         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8856         longer needed, and probably doesn't work either, as pointed out by
8857         Stefan Wiens.
8858         (gnus-summary-exit): Remove call to the clearing function.
8859         (gnus-summary-exit-no-update): Ditto.
8860
8861         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8862         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8863         Reported by Stefan Monnier.
8864         (gnus-summary-save-in-rmail): Ditto.
8865
8866         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8867         article buffer, instead of both the article buffer and the summary
8868         buffer.  Sort of suggested by Dan Jacobson.
8869
8870         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8871
8872         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8873         Suggested by Dan Jacobson.
8874
8875         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8876         documentation clearer.
8877
8878         * message.el (message-shorten-references): Comment on the number "21".
8879         Suggested by Stefan Monnier.
8880
8881         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8882         Suggested by Dan Jacobson.
8883
8884         * gnus.el (gnus-large-newsgroup):
8885         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8886
8887         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8888         externalize attachments.  Bug reported by Steve Wen.
8889
8890         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8891         really message anything to the user.
8892
8893         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8894         directly.
8895
8896         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8897         messages in empty groups.
8898
8899 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8900
8901         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8902         non-UIDNEXT group.
8903
8904 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8907         not the value from the collection.
8908
8909         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8910         values.  This sometimes happens on some groups that have no info.
8911         (nnimap-request-newgroups): New function.
8912
8913 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8914
8915         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8916         check into `gnus-registry-initialize'.
8917         (gnus-registry-initialize): Ditto.
8918         Fix and extend header docs.
8919
8920 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8923         regexp backtrace overflows.
8924
8925         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8926         for starttls that tls.el implements; i.e. openssl.
8927
8928         * tls.el (tls-starttls-switches): Give up on using starttls with
8929         gnutls-cli.
8930         (tls-program): Add --insecure to be consistent with the defaults from
8931         openssl s_client.  Now all three commands are insecure.
8932
8933 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * lpath.el: Bind completion-styles-alist for XEmacs.
8936
8937         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8938         (gravatar-create-image): New function that's an alias to
8939         gnus-xmas-create-image, gnus-create-image, or create-image.
8940         (gravatar-data->image): Use it.
8941
8942 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8943
8944         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8945         install the nnregistry refer method.
8946         (gnus-registry-install-hooks): Use it.
8947         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8948         unfollowed groups.
8949
8950 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8951
8952         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8953         expanding threads.
8954
8955 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * nnir.el: Use the server names without suffixes (bug #7009).
8958
8959         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8960         unencrypted to STARTTLS, if possible.
8961
8962 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8963
8964         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8965         headers before superseding.
8966
8967 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * nnrss.el (nnrss-use-local): Add documentation.
8970
8971         * nnimap.el (nnimap-extend-tls-programs): New function.
8972         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8973         (nnimap-wait-for-connection): Accept the greeting from the stupid
8974         output from openssl s_client -starttls, too.
8975
8976         * tls.el (tls-starttls-switches): New variable.
8977         (tls-find-starttls-argument): Use it.
8978         (open-tls-stream): Ditto.
8979
8980         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8981         (netrc-machine): Ditto.
8982
8983         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8984         article number.
8985         (nnimap-split-fancy): New variable.
8986         (nnimap-split-incoming-mail): Use it.
8987
8988         * nntp.el (nntp-server-list-active-group): Document.
8989
8990         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8991         SELECT to get the message-id.
8992
8993         * mail-source.el (mail-sources): Remove webmail support.
8994         (defvar): Ditto.
8995         (mail-source-fetcher-alist): Ditto.
8996         (mail-source-fetch-webmail): Remove.
8997
8998         * webmail.el: Remove -- doesn't seem relevant any more.
8999
9000         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9001
9002         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9003         the \r.
9004
9005 2010-09-30  Julien Danjou  <julien@danjou.info>
9006
9007         * gnus-agent.el (gnus-agent-add-group): Fix call to
9008         gnus-completing-read.
9009
9010 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9011
9012         * nndoc.el (nndoc-retrieve-groups): New function.
9013
9014         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9015         `default', use nnmail-split-methods.
9016         (nnimap-request-article): Downcase the NILs so that they are nil.
9017
9018         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9019         symbol.
9020
9021         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9022         code, since if the user has requested network, that's what they ought
9023         to get.
9024         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9025         (nnimap-split-rule): Mark as obsolete.
9026
9027         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9028         New variable.
9029
9030         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9031         correct slot, too.
9032
9033 2010-09-29  Julien Danjou  <julien@danjou.info>
9034
9035         * gnus.el (gnus-local-domain): Declare variable obsolete.
9036
9037         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9038         Fix history computing.
9039         (gnus-ido-completing-read): Require ido.
9040
9041 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9044         build Gnus.
9045
9046         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9047         when interpreting the structures.
9048         (nnimap-request-accept-article): Add \r\n to the lines to make this
9049         work with Cyrus.
9050
9051         * nndraft.el (nndraft-request-expire-articles): Use the group name
9052         instead if "nndraft".  Fix found by Nils Ackermann.
9053
9054 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9055
9056         * nnregistry.el: Add.
9057
9058 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9059
9060         * nnmail.el (group, group-art-list, group-art):
9061         Remove unneeded directives.
9062
9063 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9066         (mm-mime-charset):
9067         * rfc2047.el (rfc2047-syntax-table):
9068         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9069
9070         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9071         rather than `insert-file-contents' and `eval-region'.
9072
9073         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9074         construction.
9075
9076         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9077
9078         * time-date.el: No need to require cl for Emacs 21.
9079
9080 2010-09-29  Julien Danjou  <julien@danjou.info>
9081
9082         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9083         replacement of `gnus-gravatar-relief' to mimic
9084         `gnus-faces-properties-alist'.
9085         Add :version property.
9086
9087 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * mail-source.el (mail-source-report-new-mail):
9090         * message.el (message-default-mail-headers):
9091         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9092
9093         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9094
9095 2010-09-28  Julien Danjou  <julien@danjou.info>
9096
9097         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9098         mail-address contains the same string as real-name.
9099
9100         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9101         non-blank in header, otherwise it'll get stripped.
9102
9103         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9104         real-name, and then for mail address rather than doing : or , search.
9105
9106 2010-09-27  Julien Danjou  <julien@danjou.info>
9107
9108         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9109         right completing-read function.
9110         (gnus-use-ido): New variable
9111         (gnus-completing-read-with-default): Remove.
9112         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9113         (gnus-agent-add-group):
9114         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9115         * mm-view.el (mm-view-pkcs7-decrypt):
9116         * mm-util.el (mm-codepage-setup):
9117         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9118         * mml-smime.el (mml-smime-openssl-sign-query):
9119         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9120         (mml-insert-multipart):
9121         * gnus-msg.el (gnus-summary-yank-message):
9122         * gnus-int.el (gnus-start-news-server):
9123         * mm-decode.el (mm-interactively-view-part):
9124         * gnus-dired.el (gnus-dired-attach):
9125         * gnus.el (gnus-read-method):
9126         * gnus-bookmark.el (gnus-bookmark-jump):
9127         * gnus-art.el (gnus-mime-view-part-as-type)
9128         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9129         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9130         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9131         * nnmairix.el (nnmairix-create-server-and-default-group)
9132         (nnmairix-update-groups, nnmairix-get-server)
9133         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9134         (nnmairix-get-group-from-file-path):
9135         * nnrss.el (nnrss-find-rss-via-syndic8):
9136         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9137         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9138         (gnus-group-browse-foreign-server):
9139         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9140         (gnus-summary-execute-command, gnus-summary-respool-article)
9141         (gnus-read-move-group-name):
9142         * gnus-score.el (gnus-summary-increase-score)
9143         (gnus-summary-score-effect):
9144         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9145
9146 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9149         x-focus-frame.
9150
9151         * nnimap.el (auth-source-forget-user-or-password)
9152         (auth-source-user-or-password): Autoload.
9153
9154         * message.el (message-from-style, message-interactive)
9155         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9156         (message-yank-prefix, message-indentation-spaces, message-signature)
9157         (message-signature-file): Add comment.
9158
9159 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9162         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9163         new articles.
9164
9165         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9166         parts.
9167         (nnimap-request-article): Work with the t setting, too.
9168
9169         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9170         that you don't get flashes of other buffers.
9171         (gnus-summary-show-complete-article): Intern before setting.
9172
9173 2010-09-27  David Engster  <dengste@eml.cc>
9174
9175         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9176         well as HEADERS.
9177         (nnmairix-retrieve-headers): Provide new argument for the above.
9178
9179 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * gnus-sum.el (gnus-summary-move-article): Don't alter
9182         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9183         group.
9184
9185         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9186
9187         * message.el (message-cite-prefix-regexp): Revert my last edit.
9188
9189         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9190         variable instead of the Gnus variable.
9191
9192         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9193
9194         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9195
9196         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9197         since some servers don't like it.
9198         (nnimap-open-connection): Forget credentials if the server says the
9199         password was wrong.
9200         (nnimap-parse-line): Protect against invalid data.
9201
9202         * gnus-sum.el (gnus-summary-move-article): Add comment.
9203         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9204         nothing alters it while scanning for new messages.
9205
9206         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9207         which may or may not help.
9208         (nnimap-open-connection): If we're doing a stream connection, and then
9209         discover we're on a STARTTLS-capable server, then open a STARTTLS
9210         connection instead.
9211
9212 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * nnimap.el (utf7): Require.
9215
9216         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9217         prefix.
9218
9219 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9220
9221         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9222
9223 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * nnimap.el (nnimap-request-accept-article): Message the error on
9226         error.
9227
9228 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9231
9232 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * nndoc.el (nndoc-request-list): Return success always.
9235
9236         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9237         `fetch-old' -- we only want to fetch the articles we've requested.
9238         The rest are in the agent, probably.
9239         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9240         disappeared server" to something low.  It's not important.
9241
9242         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9243         arrived before the FETCH data.
9244
9245         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9246         target here, because we don't know the Gnus name of the group.
9247
9248         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9249         for the correct group.
9250
9251         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9252
9253         * gnus.el (gnus): Give a final warning after startup.
9254
9255         * gnus-util.el (gnus-action-message-log): New variable.
9256         (gnus-message): Use it.
9257         (gnus-final-warning): New function.
9258
9259         * nnimap.el (nnimap-open-connection): Record the greeting.
9260         (nnimap): Add greeting.
9261
9262 2010-09-26  Julien Danjou  <julien@danjou.info>
9263
9264         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9265         arguments.
9266         (gnus-html-wash-images): Fix spec computing to include start/end.
9267
9268         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9269
9270 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9273         deletion.
9274         (nnimap-retrieve-headers): Don't select the group, because that's
9275         already done by nnimap-possibly-change-group.
9276
9277         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9278         (gnus-picon-transform-address): Use it.
9279
9280         * mail-source.el (mail-source-value): Revert previous patch.
9281
9282         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9283         on failure.
9284         (nnimap-open-connection): Look up both virtual and physical server name
9285         credentials.
9286
9287         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9288
9289 2009-02-07  Dave Love  <fx@gnu.org>
9290
9291         * tls.el (open-tls-stream): Don't query killing process.
9292
9293 2009-02-08  Dave Love  <fx@gnu.org>
9294
9295         * gnus-win.el (gnus-window-to-buffer-helper)
9296         (gnus-all-windows-visible-p): Function needn't be a symbol.
9297
9298         * mail-source.el (mail-source-value): Function needn't be a symbol.
9299
9300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * message.el (message-cite-prefix-regexp): Remove } from the cite
9303         prefix.
9304
9305         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9306         highlight again, so that the highlight is correct.
9307
9308         * gnus-picon.el (gnus-picon): Remove again.
9309         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9310
9311         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9312         doing the header highlightling, so that the background color of the
9313         picon is correct.
9314
9315         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9316         (gnus-picon): Ditto.
9317         (gnus-picon): Reinstate.  The background color for picons is white.
9318         (gnus-picon-insert-glyph): Make the background white.
9319
9320         * nnml.el (nnml-open-nov): Don't return dead buffers.
9321
9322         * auth-source.el (auth-source-create): Query the user for whether to
9323         store the credentials.
9324
9325         * netrc.el (netrc-store-data): New function.
9326
9327         * auth-source.el (auth-source-user-or-password): Use the existing auth
9328         sources, if any, for creation.
9329
9330         * gnus.el (gnus-group-fast-parameter): Return the last matching
9331         parameter instead of the first matching parameter.
9332
9333 2010-09-26  Julien Danjou  <julien@danjou.info>
9334
9335         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9336
9337 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * mml2015.el (mml2015-use): Remove gpg support.
9340
9341         * mml1991.el (mml1991-function-alist): Remove gpg function.
9342         (mml1991-gpg-sign): Remove.
9343
9344 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9345
9346         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9347         (gnus-browse-unsubscribe-current-group): Document it.
9348         (gnus-browse-unsubscribe-group): Use it.
9349
9350 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9353         address to the To list for easier response.
9354
9355         * gnus.el (gnus-play-startup-jingle): Remove.
9356         (gnus-splash): Don't play jingle.
9357         (gnus): Silence gnus-load message.
9358
9359         * gnus-art.el (gnus-treat-play-sounds): Remove.
9360
9361         * gnus.el (gnus-play-jingle): Remove audio support.
9362
9363         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9364
9365         * earcon.el: Remove -- no users.
9366
9367         * gnus-audio.el: Remove -- no users of this package.
9368
9369         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9370
9371         * gnus-start.el (gnus-setup-news): Remove nocem support.
9372
9373         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9374
9375         * gnus.el (gnus-use-nocem): Remove.
9376
9377         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9378         Remove.
9379
9380         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9381         uses NoCeM any more.
9382
9383         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9384         (gnus-button-ctan-handler): Ditto.
9385         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9386         (gnus-button-ctan-directory-regexp): Ditto.
9387         (gnus-button-handle-ctan): Ditto.
9388         (gnus-button-tex-level): Ditto.
9389         (gnus-button-alist): Remove CTAN stuff.
9390
9391 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9394         nnimap-streaming test.
9395
9396         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9397         servers twice.
9398
9399         * nnimap.el (nnimap-open-connection): Add more error reporting when
9400         nnimap fails early.
9401
9402         * nnheader.el (nnheader-get-report-string): New function.
9403         (nnheader-get-report): Use it.
9404
9405         * gnus-int.el (gnus-check-server): Say what the error was when opening
9406         failed.
9407
9408         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9409         using streaming.
9410
9411 2010-09-25  Julien Danjou  <julien@danjou.info>
9412
9413         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9414         gnus-window-inside-pixel-edges.
9415
9416 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9419
9420         * mm-decode.el (mm-save-part): Allow saving to other directories the
9421         normal Emacs way.
9422
9423         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9424         Suggested by Jay Berkenbilt.
9425
9426         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9427         there isn't a single byte.
9428
9429         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9430         just do it.  It doesn't really seem to matter what the user responds
9431         here, I think, so it's just a confusing question.
9432
9433         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9434         non-streaming case.
9435
9436         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9437         (gnus-article-encrypt-body): Use it.
9438
9439         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9440         keystroke.
9441
9442         * nnimap.el (nnimap-find-wanted-parts-1):
9443         Use gnus-fetch-partial-articles.
9444
9445         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9446
9447         * nnimap.el (nnimap-insert-partial-structure): New function.
9448         (nnimap-get-partial-article): New function.
9449         (nnimap-request-article): Use it.
9450         (nnimap-wait-for-response): Return whether the wait was successful.
9451         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9452         retrieval wasn't successful.
9453         (nnimap-retrieve-group-data-early): Allow throttling servers.
9454         (nnimap-streaming): New variable.
9455         (nnimap-fetch-partial-articles): Remove.
9456
9457         * mm-decode.el (mm-with-part): Protect against killed buffers.
9458
9459         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9460         for prettier summary display.
9461
9462 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9463
9464         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9465
9466 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9469         apparently third-party libraries depend on it.
9470
9471         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9472         before starting negotiation.
9473
9474         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9475         privacy reasons.
9476         (gnus-treat-mail-gravatar): Ditto.
9477
9478         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9479         buffer when inserting images.  Inserting text into the headers, for
9480         instance, can make them invalid.
9481
9482 2010-09-25  Julien Danjou  <julien@danjou.info>
9483
9484         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9485         variables.
9486
9487         * nnheader.el: Remove useless variables news-reply-yank-from and
9488         news-reply-yank-message-id.
9489
9490         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9491         variables.
9492
9493         * mml1991.el: Remove useless mml1991-verbose.
9494
9495         * gnus.el: Remove useless variable gnus-use-generic-from.
9496         Remove obsolete variable gnus-topic-indentation.
9497
9498         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9499
9500         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9501
9502         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9503
9504         * gnus-group.el: Remove useless gnus-group-icon-cache.
9505         Remove useless gnus-ephemeral-group-server.
9506
9507         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9508
9509         * mml2015.el: Remove useless mml2015-verbose.
9510
9511         * mml-smime.el: Remove useless mml-smime-verbose.
9512
9513         * gnus.el: Remove useless gnus-local-domain.
9514
9515         * gnus-gravatar.el (gnus-gravatar-transform-address):
9516         Use gnus-gravatar-size.
9517
9518         * gnus-art.el: Remove useless gnus-treat-translate.
9519
9520 2010-09-24  Julien Danjou  <julien@danjou.info>
9521
9522         * gnus-sum.el: Add support for Gravatars.
9523
9524         * gnus-art.el: Add support for Gravatars.
9525
9526         * gnus-gravatar.el: Add this file.
9527
9528         * gravatar.el: Add this file.
9529
9530 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9533
9534         * gnus-group.el (gnus-group-fetch-faq): Remove.
9535
9536         * gnus.el (gnus-group-faq-directory): Remove.
9537
9538         * gnus-group.el (gnus-group-fetch-charter): Remove.
9539
9540         * gnus.el (gnus-group-charter-alist): Remove.
9541
9542         * gnus-group.el (gnus-group-archive-directory): Remove.
9543         (gnus-group-recent-archive-directory): Ditto.
9544         (gnus-group-make-archive-group): Remove.
9545
9546         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9547
9548         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9549         use the same article number for all the cached articles.
9550
9551         * nnimap.el (nnimap-command): Register the last command time so
9552         that we can use it for idling NOOPs.
9553         (nnimap-open-connection): Start the keeplive timer.
9554         (nnimap-make-process-buffer): Store all the process buffers.
9555         (nnimap-keepalive): New function.
9556
9557         * starttls.el (starttls-open-stream): Add autoload cookie.
9558
9559 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9560
9561         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9562         handling.
9563
9564 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9567         its data structures.
9568
9569         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9570         instead of the cl.el copy-list.
9571         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9572         equalp.
9573
9574 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9577         and tool-bar-local-item-from-menu.
9578
9579         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9580         mode-line-highlight face for Emacs.
9581
9582         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9583         loading gnus-sum.elc; fix comment for canlock-verify.
9584         (gnus-article-jump-to-part): Use read-number.
9585         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9586         Remove Emacs pre-21 compatible code for help-echo.
9587         (gnus-article-next-page-1): No need to adjust the number of lines.
9588         (gnus-article-describe-bindings): Always use help-buffer.
9589
9590         * gnus-audio.el (gnus-audio-inline-sound):
9591         * gnus-cus.el (gnus-custom-mode):
9592         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9593
9594         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9595
9596         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9597         compatible code.
9598
9599 2010-09-24  Glenn Morris  <rgm@gnu.org>
9600
9601         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9602         visiting the fcc file in rmail-mode.
9603
9604         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9605
9606 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * nnir.el: Silence the byte compiler.
9609
9610         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9611         alias to browse-url-url-encode-chars if any.
9612         (gnus-html-encode-url): Use it.
9613
9614 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * gnus-start.el (gnus-use-backend-marks): New variable.
9617         (gnus-get-unread-articles-in-group): Use it.
9618
9619         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9620         makeover.
9621
9622 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9623
9624         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9625
9626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9629         Remove.
9630         (gnus-setup-news-hook):
9631         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9632
9633         * gnus-int.el (gnus-request-update-info): Protect against backends not
9634         having the function.
9635
9636         * nnimap.el (nnimap-stream): Mention starttls.
9637         (nnimap-open-connection): Add starttls support.
9638
9639 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9640
9641         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9642
9643 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9646         BODYSTRUCTUREs.
9647         (nnimap-transform-headers): Unfold quoted {42} headers.
9648
9649         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9650         the info.
9651         (gnus-get-unread-articles): Only call updatep on backends that support
9652         it.
9653
9654         * nnweb.el (nnweb-request-update-info): NOOP.
9655
9656         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9657
9658         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9659         since it only deals with marks.
9660
9661         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9662         gnus-request-marks, and make a new gnus-request-update-info.
9663
9664         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9665         the active instead of the high number, which is usually too low.
9666
9667 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9670         * encrypt.el: Remove.
9671
9672 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9675         server in symbolic form.
9676
9677         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9678
9679 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9682         (nnimap-update-info): Fix up code slightly.
9683
9684         * gnus-int.el (gnus-open-server): Add tracing for performance
9685         debugging.
9686
9687         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9688         (gnus-group-insert-group-line): Pass the real group name so that it
9689         gets the right data.
9690
9691         * gnus-start.el (gnus-get-unread-articles): Don't have
9692         `gnus-get-unread-articles-in-group' update info, since that can be
9693         really slow and doesn't seem to be needed?
9694
9695 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9696
9697         * time-date.el (date-to-time): Try using parse-time-string first before
9698         using the slower timezone-make-date-arpa-standard.
9699
9700 2010-09-22  Julien Danjou  <julien@danjou.info>
9701
9702         * gnus-group.el (gnus-group-insert-group-line):
9703         Call gnus-group-highlight-line.
9704         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9705         default hook list.
9706         (gnus-group-update-eval-form): Add new function.
9707         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9708         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9709
9710 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9713         immediate, then expire all articles.
9714         (nnimap-update-info): Fix off-by-one errors.
9715         (nnimap-flags-to-marks): Would return no marks lists for group with no
9716         flags.  Instead return the other data.
9717
9718 2010-09-22  Julien Danjou  <julien@danjou.info>
9719
9720         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9721         Only return an icon.
9722         (gnus-group-insert-group-line): Compute icon to return.
9723
9724         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9725         (gnus-html-image-fetched): Only cache if
9726         gnus-html-image-automatic-caching is set.
9727         (gnus-html-image-fetched): Check for errors.
9728
9729 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9732         once per method on `g'.  This ensures that backends like nnfolder don't
9733         open all their folders.
9734
9735         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9736         (nnimap-request-list): Nix out group in the correct buffer.
9737         (nnimap-parse-flags): Implement by using `read' instead of
9738         hand-parsing.
9739         (nnimap-flags-to-marks): Pass on permanent-flags.
9740         (nnimap-make-process-buffer): Record the server name.
9741         (nnimap-parse-flags): Fix typo.
9742         (nnimap-request-scan): Run split on the server in general, not just a
9743         single group.
9744
9745         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9746         parameter, and propagate this downwards.
9747
9748         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9749         since EXAMINE changes it on the server.
9750
9751         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9752         this command might take a while.
9753
9754 2010-09-22  Julien Danjou  <julien@danjou.info>
9755
9756         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9757         harmful if you have 2 images side-by-side, they can't be properly
9758         update on text deletion.  Using text-property is safer here.
9759         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9760         data.
9761
9762 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * nnimap.el (nnimap-expunge-inbox): Remove.
9765         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9766         (nnimap-expunge): Flip default to t.
9767
9768         * gnus.el (gnus-method-to-server): Don't push things to the cache
9769         unless it's unique.
9770         (gnus-server-to-method): Ditto.
9771
9772 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9773
9774         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9775
9776 2010-09-22  Julien Danjou  <julien@danjou.info>
9777
9778         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9779         get the start of data.
9780         (gnus-html-encode-url): Add this function to encode special chars in
9781         URL.
9782         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9783         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9784
9785         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9786         default.
9787         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9788
9789         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9790         images alt-text.
9791         (gnus-html-put-image): Put alt-text as help-echo.
9792
9793 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9796         * mm-util.el (mm-decompress-buffer):
9797         * nnir.el (nnir-run-find-grep):
9798         * pop3.el (pop3-list): Use 3rd arg of split-string.
9799
9800         * time-date.el (format-seconds): Comment fix.
9801
9802         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9803         and byte-optimize-form-code-walker.
9804         (dgnushack-make-auto-load): Don't advise make-autoload.
9805
9806         * lpath.el: Remove Emacs 21 stuff.
9807
9808 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9811         outside the active range.  Suggested by Dan Christensen.
9812
9813         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9814         slightly later to avoid double-getting it.
9815
9816         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9817         previous patch.
9818
9819         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9820
9821 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9822
9823         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9824
9825 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * gnus-int.el (gnus-open-server): Give a better error message in the
9828         "go offline" case.
9829
9830         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9831         marks for nnimap, which is seldom the right thing to do.
9832
9833         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9834         (gnus-same-method-different-name): New function.
9835
9836         * nnimap.el (parse-time): Require.
9837
9838         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9839         method in the presence of many similar methods.
9840
9841         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9842
9843         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9844         nnml-inhibit-expiry.
9845
9846         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9847         find out whether methods are equal.
9848
9849         * nnimap.el (nnimap-find-expired-articles): New function.
9850         (nnimap-process-expiry-targets): New function.
9851         (nnimap-request-move-article): Request the article before looking at
9852         what the Message-ID is.  Fix found by Andrew Cohen.
9853         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9854
9855         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9856         for oldness in addition to being a predicate.
9857
9858         * nnimap.el (nnimap-request-group): When we have zero articles, return
9859         the right data to Gnus.
9860         (nnimap-request-expire-articles): Only delete articles immediately if
9861         the target is 'delete.
9862
9863         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9864         method, this would bug out.
9865
9866         * gnus-group.el (gnus-group-expunge-group): Rename from
9867         gnus-group-nnimap-expunge, and implemented as a normal interface
9868         function.
9869
9870         * gnus-int.el (gnus-request-expunge-group): New function.
9871
9872         * nnimap.el (nnimap-request-create-group): Implement.
9873         (nnimap-request-expunge-group): New function.
9874
9875 2010-09-21  Julien Danjou  <julien@danjou.info>
9876
9877         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9878         (gnus-html-cache-expired): Add new function.
9879         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9880         wethever we should display image for fetch it.
9881         Compute alt-text earlier to pass it to the fetching function too.
9882         (gnus-html-schedule-image-fetching): Change function argument to only
9883         get one image at a time, not a list.
9884         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9885         cache.
9886         (gnus-html-get-image-data): New function to retrieve image data from
9887         cache.
9888         (gnus-html-put-image): Change buffer argument to use image data rather
9889         than file, and place image above region rather than inserting a new
9890         one.  Do not take alt-text as argument, since it's useless now: we place
9891         the image above alt-text.
9892         (gnus-html-prune-cache): Remove.
9893         (gnus-html-show-images): Start to fetch image when we find one, do not
9894         push into a temporary list.
9895         (gnus-html-prefetch-images): Only fetch image if they have expired.
9896         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9897         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9898
9899 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9902
9903 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9906         spec inser "*" if the group isn't active instead of 0.
9907
9908         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9909         opening the server.
9910         (nnimap-request-delete-group): Implement group deletion.
9911         (nnimap-transform-headers): Return the size of the entire message in
9912         the Bytes header, not just the size of the first part.
9913         (nnimap-request-move-article): When moving an article from nnimap,
9914         request the article first so the accepting form has an article to
9915         accept.  Reported by Dan Christensen.
9916         (nnimap-command): Make sure that the error message doesn't error out.
9917
9918 2010-09-20  David Edmondson  <dme@dme.org>
9919
9920         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9921         we haven't requested anything.
9922
9923 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9926         "".  Fix found by Andrew Cohen.
9927
9928         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9929         instead of -encode-string.
9930
9931 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9934
9935         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9936         by mm-subst-char-in-string.
9937
9938 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9941         waiting for the connection string.
9942
9943         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9944         arriving.
9945
9946         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9947         bogus characters.  This allows selecting certain Gmail groups.
9948
9949         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9950         (nnimap-fetch-partial-articles): New variable.
9951         (nnimap-open-connection): When looking for credentials, also use the
9952         nnimap-server-port.
9953         (nnimap-request-article): Return the group/article number, so that Gnus
9954         `^' works as expected.
9955         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9956
9957         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9958         comments.
9959         (gnus-methods-sloppily-equal): New function.
9960         (gnus): When using the development version of Gnus, load the gnus-load
9961         file.
9962
9963         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9964         `gnus-open-server' on each method before trying to scan them etc.
9965         This ensures that all the backend parameters are set correctly.
9966
9967         * nnimap.el (nnimap-authenticator): New variable.
9968         (nnimap-open-connection): Allow anonymous login.
9969         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9970         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9971
9972         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9973         patch, found by Knut Anders Hatlen.
9974
9975 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9976
9977         * gnus-agent.el (gnus-agent-batch-confirmation)
9978         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9979         to gnus-message.
9980         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9981         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9982         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9983         * gnus-int.el (gnus-open-server): Likewise.
9984         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9985         (gnus-score-check-syntax): Likewise.
9986         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9987         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9988         Likewise.
9989         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9990
9991 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9994         calling conventions so that prefetch doesn't bug out.
9995
9996 2010-09-19  Julien Danjou  <julien@danjou.info>
9997
9998         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9999         rather than `subst-char-in-region' in order to be able to replace ASCII
10000         char by UTF-8 ones.
10001
10002         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10003         than curl.
10004         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10005         the right URL and ALT text on images.
10006         (gnus-html-wash-tags): Fix tag case.
10007         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10008         (gnus-article-html): Add -o display_ins_del=2 option.
10009         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10010
10011 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012
10013         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10014         the extra mail headers, which sometimes seem to happen for unknown
10015         reasons.
10016
10017         * mail-parse.el (mail-header-encode-parameter): Define as
10018         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10019         (or most, perhaps?) mail readers don't understand the latter, but do
10020         understand the former.
10021
10022         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10023         to nil, so that no methods are automatically agentized.  I think this
10024         is probably what most users want.
10025
10026         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10027         from url-retrieve, for instance about invalid URLs.
10028
10029         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10030         groups that have no articles.
10031         (nnimap-request-article): Check that we really got an article when we
10032         requested one.
10033
10034         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10035         doesn't exist.
10036
10037         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10038         nntp buffer so the agent can save it.
10039         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10040         that CRLF doesn't get translated to \n.
10041         (nnimap-open-connection): Don't make 'shell commands only send \n.
10042
10043 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10044
10045         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10046         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10047         Update var name.
10048         (nnml-generate-nov-file): Use dolist.
10049         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10050         Use with-current-buffer.
10051
10052 2010-09-18  Julien Danjou  <julien@danjou.info>
10053
10054         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10055         parallel.
10056
10057 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10060         the range update right.
10061         (nnimap-request-group): Don't make `M-g' bug out on group with no
10062         marks.
10063         (nnoo): Require, so that other packages can require nnimap.
10064         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10065         command we're looking for.  This helps when the server sends more
10066         responses after we've gotten everything we expected.
10067         (nnimap): Add a `newlinep' field to keep track of end-of-line
10068         conventions.
10069         Don't send CRLF to things that don't want it.
10070         (nnimap-request-accept-article): Ditto.
10071
10072 2010-09-18  Julien Danjou  <julien@danjou.info>
10073
10074         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10075         than curl to retrieve images.
10076
10077 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10080         the marks.
10081         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10082         (nnimap-wait-for-connection): New function.
10083         (nnimap-open-connection): If we have PREAUTH, don't query for login
10084         credentials.
10085         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10086         when doing a partial update.
10087
10088 2010-09-18  Julien Danjou  <julien@danjou.info>
10089
10090         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10091         tags.
10092
10093 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * nnimap.el (nnimap-credentials): New function.
10096         (nnimap-open-connection): Use the new function to look for credentials
10097         also on the numeric equivalents of "imap" and "imaps".
10098
10099         * gnus-start.el (gnus-activate-group): Send the info to
10100         gnus-request-group.
10101
10102         * nnimap.el (nnimap-request-group): Have the "check" version of the
10103         function parse flags and update the info, so that a `M-g' get a total
10104         resync of all flags from the group.
10105
10106         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10107         to allow backends to alter the info on group selection.  Also alter all
10108         the backend -request-group functions to take the parameter.
10109
10110         * nnimap.el (nnimap-store-info): New function.
10111         (nnimap-update-info): Store the info for later usage.
10112         (nnimap-request-group): Use the stored info for the dont-check case, so
10113         that we don't retrieve all marks when we enter a group.
10114
10115         * nnimap.el: Use deffoo instead of defun for interface functions.
10116
10117         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10118         update the group info.  This makes the nndraft groups, for instance, go
10119         back to their old behavior.
10120
10121         * gnus-sum.el (gnus-select-newsgroup): Indent.
10122
10123         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10124         in.
10125         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10126         nothing.
10127
10128         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10129         from methods that are denied.
10130
10131         * gnus-int.el (gnus-method-denied-p): New function.
10132
10133         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10134         store the password instead of netrc.
10135         (nnimap-open-connection): Don't error out when we can't make a
10136         connections.
10137
10138         * auth-source.el (auth-source-create): In the password prompt, say what
10139         we're querying for.  Also prompt for user name if that hasn't been
10140         given.
10141
10142         * nnimap.el (nnimap-with-process-buffer): Remove.
10143
10144 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10145
10146         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10147         method when we're reading from the agent.
10148
10149         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10150
10151         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10152         that's probably most useful for users.
10153
10154         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10155         "failed" all the time.
10156
10157         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10158         ...)) with (with-current-buffer ... ).
10159
10160         * nntp.el (nntp-open-server): Return whether the open was successful or
10161         not.
10162
10163         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10164         select an unread unseen article first.
10165
10166         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10167         /etc/services, supply some sensible port defaults.
10168
10169         * dgnushack.el: Define netrc-credentials.
10170
10171 2010-09-17  Julien Danjou  <julien@danjou.info>
10172
10173         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10174
10175 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10176
10177         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10178         doesn't have any parameters.
10179
10180 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10183         only upcased checks.
10184
10185         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10186
10187         * nnimap.el (nnimap-open-shell-stream): New function.
10188         (nnimap-open-connection): Use it.
10189         (nnimap-transform-headers): Get the number of lines in each message.
10190         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10191         number of lines.
10192         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10193         problem.
10194
10195         * utf7.el (utf7-encode): Autoload.
10196
10197         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10198         to allow the mail splitting to not return a default group.  This is
10199         useful for nnimap, which will leave unmatched mail in the inbox.
10200
10201         * nnimap.el: Rewritten.
10202
10203         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10204         nnimap usage.
10205
10206         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10207         if the move is internal, so that nnimap can do fast internal moves.
10208
10209         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10210         data.
10211         (gnus-read-active-for-groups): Support finishing the early retrieval of
10212         data.
10213
10214         * gnus-range.el (gnus-range-nconcat): New function.
10215
10216         * gnus-int.el (gnus-finish-retrieve-group-infos)
10217         (gnus-retrieve-group-data-early): New functions.
10218
10219 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10220
10221         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10222         (nnrss-retrieve-groups):
10223         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10224         (pop3-quit): Use with-current-buffer.
10225
10226 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10229         instead of nnheader-accept-process-output.
10230
10231         * dgnushack.el (dgnushack-compile): Add comment.
10232
10233         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10234
10235         * gnus-html.el (gnus-html-schedule-image-fetching)
10236         (gnus-html-prefetch-images): Replace process-kill-without-query by
10237         gnus-set-process-query-on-exit-flag.
10238
10239 2010-09-16  Romain Francoise  <romain@orebokech.com>
10240
10241         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10242
10243 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10246         parameter to unintern is mandatory-ish in Emacs 24.
10247
10248         * gnus-html.el (gnus-html-schedule-image-fetching)
10249         (gnus-html-prefetch-images): Check for curl before using it.
10250
10251         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10252         depend on curl, which isn't essential.
10253
10254         * imap.el: Revert back to version
10255         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10256         seem problematic.
10257
10258 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10259
10260         * gnus-registry.el (gnus-registry-install-shortcuts):
10261         Explicitly pass `obarray' to `unintern' to avoid a warning.
10262
10263 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10264
10265         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10266         change.
10267
10268         * nnrss.el (nnrss-request-list): Remove this function and related
10269         functions, including the moreover stuff.
10270
10271 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * nnrss.el (nnrss-retrieve-groups): New function.
10274
10275 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10276
10277         * .dir-locals.el: Add no-byte-compile cookie.
10278
10279 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * time-date.el (format-seconds): Comment fix.
10282
10283         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10284         for back end that doesn't support request-scan.
10285
10286 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10289         then do request scans from the backends.
10290
10291         * netrc.el (netrc-credentials): New conveniency function.
10292
10293         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10294         avoid running a hook per line, since this takes a lot of time,
10295         profiling shows.
10296         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10297         directly if gnus-visual-p is true.
10298
10299 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10302         groups; replace mapcar with dolist which is a bit faster; pass groups
10303         info to gnus-read-active-file-1.
10304         (gnus-read-active-file-1): Scan only specified groups if the new
10305         optional arg `infos' is given.
10306
10307 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10310
10311         * pop3.el (pop3-movemail): Remove.
10312         (pop3-streaming-movemail): Rename to pop3-movemail.
10313
10314         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10315         don't restrict end-tag searches to the end of the line.
10316
10317 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10320         articles of every unchecked group to t, which means unknown since the
10321         server has never been opened.
10322
10323 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * gnus-html.el (gnus-html-show-alt-text): New command.
10326         (gnus-html-browse-image): Ditto.
10327         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10328         to browse the image directly.
10329         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10330         better.
10331
10332         * gnus-async.el (gnus-async-article-callback):
10333         Call `gnus-html-prefetch-images' unconditionally.
10334
10335         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10336         before feeding URLs to curl.
10337
10338 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10341         internal images as deletable by `W D D'.
10342
10343         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10344         (gnus-async-article-callback): Fix typo.
10345
10346 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10349         current line to work around bugs in the output from w3m.
10350
10351         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10352         for groups that want that.
10353
10354         * nntp.el (nntp-wait-for-string): Supply a timeout for
10355         accept-process-output to ensure progress.
10356
10357         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10358         level to get unread articles from, then use that for foreign groups,
10359         too.
10360
10361         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10362         confuses the rest of the function.
10363
10364         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10365         for the methods that support -retrieve-groups, too.
10366
10367         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10368
10369 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10372         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10373
10374         * pop3.el: Require cl when compiling.
10375         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10376
10377 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10380         that aren't going to be activated.
10381         (gnus-get-unread-articles): Fix up the last commit.
10382
10383         * gnus-html.el (gnus-article-html): Allow calling without specifying
10384         the handle.  In that case, dissect the buffer first.
10385
10386         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10387
10388         * nnimap.el (nnimap-open-connection): Revert the change that would look
10389         into authinfo for imaps instead of imap.
10390
10391         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10392         say that you don't want to call gnus-request-group with don-check, but
10393         do check the reponse.  This is for virtual groups only.
10394         (gnus-get-unread-articles): Count the archive groups as secondary, so
10395         that they're activated the same way as before.
10396
10397         * imap.el (imap-message-map): Removed optional buffer parameter, since
10398         no callers use it.
10399         (imap-message-get): Ditto.
10400         (imap-message-put): Ditto.
10401         (imap-mailbox-map): Ditto.
10402         (imap-mailbox-put): Ditto.
10403         (imap-mailbox-get): Ditto.
10404         (imap-mailbox-get): Revert last change for this function.
10405
10406         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10407         case-insensitively.
10408         (nnimap-debug): Remove.
10409
10410         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10411         callers to use `imap-fetch' instead.  According to the comments, this
10412         should be safe, since all other IMAP clients use the 1:* syntax.
10413         (imap-enable-exchange-bug-workaround): Remove.
10414         (imap-debug): Remove -- doesn't seem very useful.
10415
10416         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10417         mail from a file, and the file doesn't exist.
10418
10419         * imap.el (imap-log): New convenience function used throughout instead
10420         of repeating the same code all over the place.
10421
10422         * pop3.el (pop3-streaming-movemail): Return t for success.
10423
10424         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10425         .authinfo if we're using ssl connection.
10426
10427         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10428         already have if we're in a main Gnus `g' run.
10429
10430         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10431
10432 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10435
10436         * nnmh.el (nnmh-request-list-1): Bind `file'.
10437
10438         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10439         alias to set-process-query-on-exit-flag or process-kill-without-query.
10440         (pop3-open-server): Use it.
10441
10442 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10445         box to the Incoming file.  Fixes mistake in previous checkin.
10446
10447         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10448         request loop (for debugging purposes) removed.
10449
10450         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10451         culprit is more visible.
10452         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10453         (nnml-add-incremental-nov): New functions to do "incremental" nov
10454         updates, where we just append to the end of the existing nov files
10455         without reading/writing them in full.
10456
10457         * mail-source.el (mail-source-delete-crash-box): Really only check the
10458         incoming files once in a while.
10459
10460         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10461
10462         * mail-source.el (mail-source-delete-crash-box): Only check the
10463         incoming files for deletion once per day to save a lot of file
10464         accesses.
10465
10466         * pop3.el (pop3-logon): Fix up unbound variable typo.
10467
10468         * mail-source.el (pop3-streaming-movemail): Autoload.
10469
10470         * pop3.el (pop3-streaming-movemail):
10471         Respect pop3-leave-mail-on-server.
10472
10473         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10474         retrieval.
10475
10476         * pop3.el (pop3-process-filter): Remove unused function.
10477         (pop3-streaming-movemail, pop3-send-streaming-command)
10478         (pop3-wait-for-messages, pop3-write-to-file)
10479         (pop3-number-of-responses): New functions for streaming pop3
10480         retrieval.
10481
10482         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10483         come from no known methods.
10484         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10485         list.
10486
10487         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10488         message sizes.
10489         (pop3-movemail): Use erase-buffer instead of looping and deleting
10490         regions, which seems rather odd.
10491
10492         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10493         file once per `g' run.
10494
10495         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10496         directories.  This makes the draft queue directory work.
10497
10498         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10499         data from the backends, so that we only request the list of groups from
10500         each method once.  This should speed things up considerably.
10501
10502         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10503         detect that it's not implemented.
10504
10505         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10506         we actually do recurse down into the tree, but don't stat all leaf
10507         nodes.
10508
10509         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10510         then say so instead of bugging out.
10511
10512         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10513         files exist before trying to read them.
10514
10515         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10516         around <pre_int>.
10517
10518         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10519
10520         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10521
10522 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * mm-util.el (mm-image-load-path): Just return the image directories,
10525         not all directories in the path in addition to the image directories.
10526         (mm-image-load-path): Maintain a cache of the image directories so that
10527         the `g' command in Gnus doesn't have to stat dozens of directories each
10528         time.
10529
10530         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10531         (gnus-html-wash-tags): Add a new `i' command to insert images.
10532         (gnus-html-insert-image): New command and keystroke.
10533         (gnus-html-redisplay-with-images): New command and keystroke.
10534         (gnus-html-show-images): Rename command.
10535         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10536         spacers.
10537         (gnus-html-wash-tags): Decode entities at the end, so that entities
10538         inside the tags don't mess up the rest of the "parsing".
10539
10540         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10541         so that nnimap methods aren't agentized by default.  There's apparently
10542         many problems related to agent/imap behavior.
10543
10544         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10545
10546         * gnus-html.el: Doc fix.
10547
10548 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10551         specifier-spec-list for Emacs 21.
10552
10553         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10554         glyph-width and glyph-height instead of display-graphic-p and
10555         image-size; make avoidance of displaying small images work for XEmacs.
10556
10557         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10558         for XEmacs.
10559
10560         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10561         of symbol that holds plist data.
10562         (gnus-process-plist): Remove plist of process after getting it.
10563
10564 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * message.el (message-generate-hashcash): Change default to
10567         'opportunistic if hashcash is installed.
10568
10569         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10570         (gnus-html-put-image): Only call image-size once, since it's somewhat
10571         time-consuming on remote X servers.
10572
10573 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10576         type on data, not a file name.
10577
10578         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10579         window-pixel-edges for Emacs 21.
10580
10581         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10582         decoded contents.
10583         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10584
10585 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10588         group line format, since it isn't very interesting.
10589
10590         * gnus-agent.el (gnus-agent-short-article),
10591         (gnus-agent-long-article): Increase values for these two variables,
10592         since most people are likely to have more network connection and
10593         storage than before.
10594
10595         * gnus.el (gnus-refer-article-method): Change default to 'current.
10596         When referring an article, the common behavior is to refer it from the
10597         current select method, not the native select method.  The chances of
10598         the native select method having the message in question is rather slim
10599         these days.
10600
10601         * gnus-sum.el (gnus-auto-select-subject): Change default to
10602         `unseen-or-unread'.  I think it's likely that most people want to
10603         select an unseen article over a previously seen, but unread one.
10604
10605         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10606         means that in the article buffer none of the minor mode elements will
10607         be shown, usually, and this is not desirable in most cases.
10608
10609         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10610         that commands like `d' (and the like) go to the next line in the
10611         buffer, instead of the next unread article.  I think this is the
10612         behavior that is most natural for most users.
10613         (gnus-single-article-buffer): Change default to nil, so that people can
10614         have as many article buffers open as they have summary buffer.  I think
10615         this is the most natural way for the groups to behave.
10616
10617         * message.el (message-generate-new-buffers): Change default to
10618         `unsent', so that all new message buffers start their names with the
10619         string "*unsent", and it's easier to find the buffers if you move from
10620         them.
10621
10622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10625         small.  They're probably tracking images.
10626         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10627         (gnus-html-rescale-image): Yet another try at getting the image sizing
10628         right.
10629
10630         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10631         nntp-marks-file-name is nil.
10632
10633 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10634
10635         * gnus-html.el (gnus-html-wash-tags)
10636         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10637         Better logging.
10638
10639 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10642
10643         * gnus-html.el (gnus-html-wash-tags): Check the value of
10644         gnus-blocked-images in the summary buffer.
10645
10646 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10647
10648         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10649
10650 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651
10652         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10653         like "a", it seems like.
10654         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10655         since it needs to be picked from the correct buffer.
10656
10657         * nnwfm.el: Remove.
10658
10659         * nnlistserv.el: Remove.
10660
10661 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10662
10663         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10664         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10665
10666 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10667
10668         * nnkiboze.el: Remove.
10669
10670         * nndb.el: Remove.
10671
10672         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10673         alt text.
10674         (gnus-html-rescale-image): Try to get the rescaling logic right for
10675         images that are just wide and not tall.
10676
10677         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10678         overshadow variable bindings.
10679
10680 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10681
10682         * gnus-html.el (gnus-html-wash-tags)
10683         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10684         Add extra logging.
10685
10686 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10689         (gnus-max-image-proportion): New variable.
10690         (gnus-html-rescale-image): New function.
10691         (gnus-html-put-image): Rescale images.
10692
10693 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10694
10695         Fix up some byte-compiler warnings.
10696         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10697         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10698         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10699         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10700         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10701         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10702         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10703
10704 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-html.el (gnus-article-html): Decode contents by charset.
10707
10708 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10711         (gnus-html-frame-width, gnus-blocked-images):
10712         * message.el (message-prune-recipient-rules): Add custom version.
10713         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10714
10715         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10716         functions.
10717
10718         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10719         gnus-process-get.
10720
10721 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10722
10723         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10724         instead of lsub directly.
10725
10726 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * nnwarchive.el: Remove.
10729
10730         * gnus-soup.el: Remove.
10731
10732         * nnsoup.el: Remove.
10733
10734         * nnultimate.el: Remove.
10735
10736         * gnus-html.el (gnus-blocked-images): New variable.
10737
10738         * message.el (message-prune-recipients): New function.
10739         (message-prune-recipient-rules): New variable.
10740
10741         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10742         guess whether a long line is natural text or not.
10743
10744         * gnus-html.el (gnus-html-schedule-image-fetching):
10745         Use gnus-process-plist and friends for compatibility.
10746
10747 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10748
10749         * gnus-html.el: Require packages that define macros used in this file.
10750         (gnus-article-mouse-face): Declare to silence byte-compiler.
10751         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10752         process-get.
10753         (gnus-html-put-image): Use plist-get to avoid getf.
10754         (gnus-html-prefetch-images): Use with-current-buffer.
10755
10756 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-ems.el: Provide compatibility functions for
10759         gnus-set-process-plist.
10760
10761         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10762         header-line-format for XEmacs 21.4.
10763
10764         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10765         * gnus.el (gnus-valid-select-methods):
10766         * message.el (message-send-mail-partially-limit):
10767         * mm-decode.el (mm-text-html-renderer):
10768         * mml.el (mml-insert-mime-headers-always):
10769         * smiley.el (smiley-regexp-alist): Bump custom version.
10770
10771 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-html.el: require mm-url.
10774         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10775         with the url to `url'.
10776         (gnus-html-wash-tags): Support cid: URLs/images.
10777
10778 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10781         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10782         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10783
10784         * gnus-move.el: Remove file, since it doesn't really work.
10785
10786         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10787         UTF-8.  This seems to fix problems with some German web feeds.
10788
10789         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10790         at the top so that the proper colors are applied.
10791
10792         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10793         don't have dots in their names.
10794
10795         * gnus-art.el (gnus-article-view-part): Doc fix.
10796
10797         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10798         XEmacs-compatible.
10799         (gnus-html-put-image): Don't do images on non-graphic displays.
10800
10801         * nnslashdot.el: Remove this unused backend.
10802
10803         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10804         actions.
10805         (gnus-undo-register-1): Revert last change.
10806
10807         * gnus-group.el (gnus-group-completing-read): Protect against not
10808         having completion-styles bound.
10809
10810         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10811         make broken recipients happier.
10812
10813         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10814
10815         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10816         point parameter.
10817
10818         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10819
10820         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10821         completion-styles for group selection.
10822
10823 2009-02-04  Andreas Schwab  <schwab@suse.de>
10824
10825         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10826         headers and regexp-quote the match if necessary.
10827
10828 2009-03-24  Miles Bader  <miles@gnu.org>
10829
10830         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10831         the blinking smiley.
10832
10833 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10834
10835         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10836         blink smiley.
10837
10838 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10841         where the dribbel file lives exists.
10842
10843         * message.el (message-send-mail-partially-limit): Change the default to
10844         nil, since most people don't want this.
10845
10846         * mm-url.el (mm-url-decode-entities): Also decode entities like
10847         &#x3212.
10848
10849 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10850
10851         * gnus-sum.el (gnus-summary-idna-message):
10852         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10853         Hyperlink urls in docstrings with URL `...'.
10854
10855 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10856
10857         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10858         functions.
10859
10860 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10863         say what the mouseover text should be.
10864
10865         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10866         version of the mm-w3m-safe-url-regexp variable to only download images
10867         in the groups where we want that to happen.
10868
10869         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10870
10871         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10872         easier debugging.
10873         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10874         big pictures in the article buffer.
10875
10876         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10877         gnus-article-html.
10878         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10879         w3m.
10880
10881         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10882
10883 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10884
10885         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10886         which doesn't exist.
10887
10888         * message.el (message-inhibit-ecomplete): New variable to allow some
10889         function to inhibit ecomplete address storage.
10890         (message-resend): Disable ecomplete message storage when resending
10891         messages.
10892
10893         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10894
10895 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10898         Save excursion while copying, moving, and deleting articles in order to
10899         prevent the cursor from jumping to unforeseen place.
10900
10901 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * lpath.el: No need to bind bookmark-current-buffer,
10904         bookmark-yank-point and bookmark-make-record-function.
10905
10906 2010-08-17  Glenn Morris  <rgm@gnu.org>
10907
10908         * gnus-sync.el: Require gnus components whose functions are used.
10909
10910         * gnus-art.el (bookmark-make-record-function):
10911         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10912         Declare for compiler.
10913
10914         * mm-url.el (mml-compute-boundary): Autoload.
10915
10916 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10919
10920 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10921
10922         Typo fix "hoo4a" -> "hook".
10923
10924         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10925
10926 2010-08-14  Glenn Morris  <rgm@gnu.org>
10927
10928         * gnus-sync.el (gnus-sync): Fix defgroup version.
10929
10930 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10931
10932         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10933
10934         * gnus-sync.el: Fix docs.
10935         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10936         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10937
10938 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10939
10940         Optimizations for gnus-sync.el.
10941
10942         * gnus-sync.el: Add docs about gnus-sync-backend
10943         possibilities.
10944         (gnus-sync-save): Remove unnecessary message.
10945         (gnus-sync-read): Optimize and show what groups were skipped.
10946
10947 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10948
10949         Minor bug fixes for gnus-sync.el.
10950
10951         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10952         Don't read the sync on get-new-news.
10953
10954         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10955         quiet.
10956
10957         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10958         (fix typo).
10959
10960 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10961
10962         Make saving and restoring of hidden threads work with overlays.
10963         Patch applied by Ted Zlatanov.
10964
10965         * gnus-sum.el (gnus-hidden-threads-configuration)
10966         (gnus-restore-hidden-threads-configuration): Update to deal with text
10967         properties, rather than searching for a magic character.
10968
10969 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10970
10971         New gnus-sync.el library for synchronization of marks.
10972
10973         * gnus-sync.el: New library for synchronization of marks.
10974
10975         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10976         renamed from `gnus-registry-grep-in-list'.
10977
10978         * gnus-registry.el (gnus-registry-follow-group-p):
10979         Use `gnus-grep-in-list'.
10980
10981         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10982
10983 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10986         determining charset of text fails.
10987
10988 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * nnmail.el (nnmail-get-new-mail-1): Revert.
10991
10992         * nnml.el (nnml-active-number): Make sure names of newly created groups
10993         in nnml-group-alist are encoded.
10994
10995 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10998         containing non-ASCII characters in active file for nnml back end.
10999
11000 2010-07-24  David Engster  <dengste@eml.cc>
11001
11002         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11003         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11004
11005 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11006
11007         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11008         tag (Bug#6654).
11009
11010 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11013         the article buffer, not the summary buffer.
11014
11015 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11018         Emacs 23 as well.
11019
11020 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11023         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11024
11025 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11026
11027         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11028         Patch applied by Karl Fogel.
11029
11030         * gnus-sum.el (gnus-summary-bookmark-make-record):
11031         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11032
11033 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11034
11035         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11036         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11037         C-w still not working correctly from Article buffers; Thierry's
11038         patch to fix that will be applied after this.
11039
11040         * gnus-art.el (bookmark-make-record-function): New local variable.
11041
11042         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11043         article buffer.
11044         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11045
11046 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11047
11048         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11049         on changes in bookmark.el.
11050
11051 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11054         `no-log' instead of message not to log prompt string.
11055
11056 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11057
11058         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11059         the *other* type of HTML form submission.
11060
11061 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11062
11063         * auth-source.el (auth-source-pick): If choice does not contain a
11064         questioned keyword, set the check to t.
11065
11066 2010-06-12  Romain Francoise  <romain@orebokech.com>
11067
11068         * gnus-util.el (gnus-date-get-time): Move up before first use.
11069
11070 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11073         (gnus-article-edit-part): Bind it to make last part that is substituted
11074         or deleted visible.
11075         (gnus-mime-display-single): Buttonize part of which id equals to
11076         gnus-mime-buttonized-part-id.
11077
11078 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11079
11080         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11081         (gnus-dd-mmm): Use gnus-date-get-time.
11082         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11083         simplify logic.
11084         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11085         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11086
11087 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11088
11089         * auth-source.el (top): Autoload `secrets-list-collections',
11090         `secrets-create-item', `secrets-delete-item'.
11091         (auth-sources): Fix tag string.
11092         (auth-get-source, auth-source-retrieve, auth-source-create)
11093         (auth-source-delete): New defuns.
11094         (auth-source-pick): Rewrite in order to avoid 2 passes.
11095         (auth-source-forget-user-or-password): New parameter USERNAME.
11096         (auth-source-user-or-password): New parameters CREATE-MISSING and
11097         DELETE-EXISTING.  Retrieve password interactively, if needed.
11098
11099 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11100
11101         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11102         deleting unused directories when gnus-expert-user is t.
11103
11104 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11107         for each temp file when gnus-article-browse-delete-temp is ask.
11108
11109 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11110
11111         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11112         Replace Lisp calls to delete-backward-char by calls to delete-char.
11113
11114 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11115
11116         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11117
11118 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11119
11120         * password-cache.el (password-cache-remove): Fix docstring.
11121
11122 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11125         article unless decoding article to be saved.
11126
11127 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11130         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11131         generated within the mm-with-unibyte-current-buffer macro.
11132
11133 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11136         to nil when we're in a mml-preview buffer and no group is selected.
11137
11138 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11139
11140         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11141         when catching the `C-g'.  Reported by "Leo".
11142
11143 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * message.el (message-forward-make-body-plain)
11146         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11147         multibyte-string-p.
11148
11149         * lpath.el: Revert.
11150
11151 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * message.el (message-forward-make-body-mml): Assume original message
11154         is multibyte string; error on unibyte.
11155         (message-forward-make-body-plain): Ditto; don't add excessive newline
11156         in body end.
11157
11158         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11159
11160 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11161
11162         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11163         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11164
11165 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * mm-extern.el (mm-extern-url): Don't use
11168         mm-with-unibyte-current-buffer.
11169         (mm-extern-cache-contents): Use with-current-buffer instead of
11170         save-excursion + set-buffer.
11171
11172 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * mm-util.el (mm-emacs-mule): Remove.
11175
11176 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11177
11178         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11179         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11180         change.
11181
11182 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11185         bind the default value of enable-multibyte-characters to nil.
11186
11187 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * message.el (message-forward-make-body-plain)
11190         (message-forward-make-body-mml):
11191         Don't use mm-with-unibyte-current-buffer.
11192
11193 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11194
11195         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11196
11197 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11198
11199         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11200         (Bug#5592).
11201
11202 2010-05-07  Julien Danjou  <julien@danjou.info>
11203
11204         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11205         it to mm-pipe-part.
11206
11207         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11208         it is given.
11209
11210 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * binhex.el (binhex-decode-region-internal):
11213         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11214         (dns-query):
11215         * nnweb.el (nnweb-gmane-search):
11216         * pgg-parse.el (pgg-parse-armor):
11217         * pgg.el (pgg-verify-region):
11218         * sha1.el (sha1-string-external):
11219         * uudecode.el (uudecode-decode-region-internal):
11220         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11221         XEmacs.
11222
11223         * gnus-art.el (gnus-article-browse-html-parts):
11224         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11225         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11226         make-temp-file.
11227
11228         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11229         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11230         compiling.
11231
11232         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11233         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11234         XEmacs when compiling.
11235
11236         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11237         gnus-pick-mode-off-hook for XEmacs when compiling.
11238         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11239         gnus-binary-mode-off-hook for XEmacs when compiling.
11240
11241         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11242         Return nil if char-charset is not available.
11243
11244         * imap.el (imap-disable-multibyte)
11245         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11246         macros.
11247
11248         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11249         instead of encode-coding-string.
11250
11251         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11252         'xemacs) instead of mm-emacs-mule to switch function definitions.
11253         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11254
11255         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11256         bind temporary-file-directory for XEmacs;
11257         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11258         timer-set-function for XEmacs 21.4 and SXEmacs;
11259         bind timer-list for XEmacs 21.4 and SXEmacs;
11260         fbind char-charset and find-charset-region for non-Mule XEmacs;
11261         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11262         encode-coding-region and encode-coding-string for XEmacs having no
11263         file-coding feature.
11264
11265 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11266
11267         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11268
11269 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11272         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11273
11274 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11275
11276         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11277         alias `jka-compr-delete-temp-file' no longer exists.
11278
11279 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11280
11281         Use define-minor-mode in Gnus where applicable.
11282         * mml.el (mml-mode): Use define-minor-mode.
11283         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11284         (gnus-undo-mode): Use define-minor-mode.
11285         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11286         (gnus-dead-summary-mode): Use define-minor-mode.
11287         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11288         Initialize in declaration.
11289         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11290         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11291         (gnus-mailing-list-mode): Use define-minor-mode.
11292         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11293         (gnus-draft-mode): Use define-minor-mode.
11294         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11295         (gnus-dired-mode): Use define-minor-mode.
11296
11297 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11298
11299         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11300         handles on recursive mml-to-mime translation and check them for
11301         boundary delimiter collisions.  Reported by Greg Troxel.
11302
11303 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11306
11307 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11308
11309         * mm-util.el (mm-find-buffer-file-coding-system):
11310         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11311
11312 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11313
11314         * message.el (message-generate-headers): Record insertion of optional
11315         headers as well.  Otherwise the check to prevent repeated insertion of
11316         optional headers is a no-op.
11317
11318 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11319
11320         * smime.el: Don't mention CVS.
11321
11322         * nnrss.el (nnrss-fetch): Don't mention CVS.
11323
11324         * nnir.el: Don't mention CVS.
11325
11326 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11327
11328         * gnus-sum.el (gnus-summary-bookmark-make-record):
11329         Add `location' field.
11330
11331 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * lpath.el: Fbind bookmark-default-handler,
11334         bookmark-get-bookmark-record, bookmark-make-record-default,
11335         bookmark-prop-get for Emacs <23 and XEmacs.
11336
11337 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11338
11339         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11340         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11341         Use with-current-buffer to silence the byte-compiler.
11342         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11343         bother to require `gnus'.
11344         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11345
11346 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11347
11348         * gnus-sum.el (gnus-summary-bookmark-make-record)
11349         (gnus-summary-bookmark-jump): New functions.
11350         (gnus-summary-mode): Setup bookmark support.
11351
11352 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11353
11354         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11355         if set.
11356
11357 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11360         gnus-article-browse-html-save-cid-image; make it work recursively for
11361         forwarded messages as well.
11362         (gnus-article-browse-html-parts): Work when prefix arg is given.
11363         (gnus-article-browse-html-article): Doc fix.
11364
11365 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11366
11367         * message.el (message-default-mail-headers):
11368         (message-default-headers): Carry the value mail-default-headers over
11369         into message-default-mail-headers, rather than message-default-headers.
11370
11371 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11372
11373         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11374         charset.
11375
11376         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11377         charset into the <meta> tag when the article is encoded to utf-8.
11378
11379 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-art.el (gnus-article-browse-delete-temp-files):
11382         Delete directories as well.
11383         (gnus-article-browse-html-parts): Work for images that do not specify
11384         file names; delete temp directory when quitting; insert header at the
11385         right place; use file: scheme for image files.
11386
11387 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11388
11389         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11390         (gnus-article-browse-html-parts): Use it to make temporary cid image
11391         files in addition to html file so that browser may display them.
11392
11393 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11396
11397 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11398
11399         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11400
11401 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11402
11403         * auth-source.el (auth-sources): Change default to be simpler.
11404         Explain about Secret Service API sources.  Improve Customize options.
11405         (auth-source-pick): Change to accept any number of search parameters.
11406         Implement fallbacks iteratively, not recursively.  Add scoring on the
11407         second pass and sort by score.  Call Secret Service API when needed.
11408         (auth-source-user-or-password): Use it.  Call Secret Service API
11409         directly when needed to get the user name and the password.
11410
11411 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11412
11413         * message.el (message-interactive): Doc fix.
11414         (message-qmail-inject-args): Reflow.
11415         (message-kill-to-signature): Fix typo in docstring.
11416
11417         * smiley.el (smiley-buffer): Fix typo in docstring.
11418
11419 2010-03-24  Glenn Morris  <rgm@gnu.org>
11420
11421         * mail-source.el (gnus-message): Declare.
11422         (mail-source-delete-old-incoming): Require gnus-util.
11423
11424 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11427
11428         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11429
11430         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11431         password-cache's default if it is not bound.
11432         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11433         password-cache-expiry's default if it is not bound.
11434
11435         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11436         available in Emacs 21.
11437
11438         * lpath.el: Suppress compiler warnings for:
11439         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11440         XEmacs;
11441         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11442         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11443         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11444
11445 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11446
11447         * auth-source.el (auth-sources): Fix up definition so extra parameters
11448         are always inline.
11449
11450 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11451
11452         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11453         wasn't updated after mismatch.  Clear cached mailbox info correctly
11454         when uidvalidity changes.
11455         (nnimap-group-prefixed-name): New function to avoid some code
11456         duplication.
11457         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11458         (nnimap-request-group): Use it.
11459         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11460         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11461         with many imap folders.  This is done by caching the group status from
11462         the imap server persistently in a group parameter `imap-status'.  (This
11463         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11464         but not persistently, so every Gnus startup was still very slow.)
11465
11466 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11467
11468         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11469         delete the extra newline.  Otherwise editing of :string and :number
11470         types don't work.
11471
11472 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11475         secrets.el dependency.
11476         (auth-sources): Add optional user name.  Add secrets.el configuration
11477         choice (unused right now).
11478
11479 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11480
11481         * gnus-sum.el (gnus-summary-make-menu-bar):
11482         Let `gnus-registry-install-shortcuts' fill in the functions.
11483
11484         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11485         warnings.
11486         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11487         (gnus-registry-install-shortcuts): Populate and use it in a
11488         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11489
11490 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11491
11492         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11493         In-place substitutions for the group name encoding/decoding.
11494         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11495         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11496         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11497         (nnimap-update-unseen, nnimap-request-list)
11498         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11499         (nnimap-request-set-mark, nnimap-split-to-groups)
11500         (nnimap-split-articles, nnimap-request-newgroups)
11501         (nnimap-request-create-group, nnimap-request-accept-article)
11502         (nnimap-request-delete-group, nnimap-request-rename-group)
11503         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11504         `encoded-mbx' for consistency.
11505         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11506         variable `imap-current-mailbox'.
11507
11508         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11509         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11510
11511 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11512
11513         * pop3.el (pop3-display-message-size-flag): Display message size byte
11514         counts during POP3 download.
11515         (pop3-movemail): Use it.
11516         (pop3-list): Implement listing of available messages.
11517
11518 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11519
11520         * nnir.el (nnir-get-article-nov-override-function): New function to
11521         override the normal NOV retrieval.
11522         (nnir-retrieve-headers): Use it.
11523
11524 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11525
11526         * auth-source.el (netrc-machine-user-or-password): Autoload.
11527
11528 2010-03-19  Glenn Morris  <rgm@gnu.org>
11529
11530         Stop message.el from loading about 40 libraries it doesn't always need.
11531         The general approach is to autoload rather than require, and to
11532         require in the specific functions rather than the file.  (Bug#5642)
11533
11534         * gmm-utils.el: Don't require wid-edit.
11535         (widget-create-child-value, widget-convert, widget-default-get):
11536         Autoload.
11537
11538         * gnus-util.el: Don't require time-date, netrc.
11539         (message-fetch-field, gnus-group-name-decode): Declare rather than
11540         autoloading.
11541         (gnus-fetch-field): Require message.
11542         (gnus-decode-newsgroups): Require gnus-group.
11543
11544         * ietf-drums.el: Don't require time-date.
11545
11546         * message.el: Don't require hashcash, canlock, ecomplete.
11547         Do require mail-utils.  Require nnheader only when compiling.
11548         (smtpmail-default-smtp-server): Remove declaration.
11549         (message-send-mail-function): Check smtpmail-default-smtp-server
11550         is bound rather than requiring smtpmail.
11551         (message-auto-save-directory, message-insert-signature):
11552         Use expand-file-name rather than nnheader-concat.
11553         (nnheader-insert-file-contents): Autoload.
11554         (hashcash-wait-async): Declare.
11555         (message-send-mail): Only call gnus-setup-posting-charset if
11556         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11557         (message-send-mail-with-sendmail): Require sendmail.
11558         (canlock-password, canlock-password-for-verify): Declare.
11559         (message-canlock-password): Require canlock.
11560         (nnheader-get-report): Autoload.
11561         (gnus-setup-posting-charset): Declare.
11562         (message-send-news): Require gnus-msg.
11563         (message-make-references, message-make-in-reply-to): Use mail-header-id
11564         rather than the alias mail-header-message-id.
11565         (ecomplete-add-item, ecomplete-save): Declare.
11566         (message-put-addresses-in-ecomplete): Require ecomplete.
11567         (ecomplete-display-matches): Autoload.
11568
11569         * mm-decode.el: Don't require mailcap, gnus-util.
11570         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11571         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11572         Autoload.
11573         (mailcap-mime-extensions): Declare.
11574
11575         * mm-encode.el: Don't require mailcap.
11576         (mailcap-extension-to-mime): Autoload.
11577
11578         * mml-sec.el: Don't require password-cache.
11579
11580         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11581         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11582         (mml-minibuffer-read-type): Require mailcap.
11583         (mml-preview): Require gnus-msg.
11584
11585         * mml1991.el: Require password-cache.
11586         (password-cache-expiry): Remove declaration.
11587
11588         * mml2015.el: Require password-cache.
11589         (password-cache-expiry): Remove declaration.
11590
11591         * nneething.el (mailcap): Require mailcap.
11592
11593         * nnheader.el (declare-function): Add compatibility stub.
11594         (message-remove-header): Declare rather than autoload.
11595         (nnheader-replace-header): Require message.
11596
11597         * nnimap.el (declare-function): Add compatibility stub.
11598         (netrc-parse, netrc-machine-user-or-password): Declare.
11599         (nnimap-open-connection): Require netrc.
11600
11601         * nntp.el (declare-function): Add compatibility stub.
11602         (netrc-parse, netrc-machine, netrc-get): Declare.
11603         (nntp-send-authinfo): Require netrc.
11604
11605         * rfc2047.el: Don't require qp.
11606         (quoted-printable-encode-region, quoted-printable-decode-string):
11607         Autoload.
11608
11609         * sieve-mode.el: Don't require easymenu.
11610         (easy-menu-add-item): Autoload it.
11611
11612         * spam-stat.el (time-to-number-of-days): Autoload it.
11613
11614 2010-03-19  Glenn Morris  <rgm@gnu.org>
11615
11616         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11617
11618 2010-03-18  Glenn Morris  <rgm@gnu.org>
11619
11620         * hashcash.el (declare-function): Remove duplicate definition.
11621
11622 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11623
11624         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11625         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11626         value if any backslash escapes).
11627
11628 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11631         if it is available.  (bug#5647)
11632
11633         * lpath.el: Suppress compiler warning for coding-system-from-name for
11634         Emacs 21 and XEmacs.
11635
11636 2010-03-14  Juri Linkov  <juri@jurta.org>
11637
11638         * hmac-def.el:
11639         * hmac-md5.el:
11640         * netrc.el: Fix keywords.
11641
11642 2010-02-26  Glenn Morris  <rgm@gnu.org>
11643
11644         * message.el (message-send-mail-function): Change the default, so that
11645         it inherits from a customized send-mail-function.  (Bug#5643)
11646
11647 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11648
11649         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11650         shell-command-to-string signals an error (bug#5299).
11651
11652 2010-02-24  Glenn Morris  <rgm@gnu.org>
11653
11654         * message.el (message-smtpmail-send-it)
11655         (message-send-mail-with-mailclient): Doc fixes.
11656
11657 2010-02-16  Glenn Morris  <rgm@gnu.org>
11658
11659         * message.el (message-default-mail-headers): Change the default value
11660         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11661
11662 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11665         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11666
11667 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11668
11669         * time-date.el (date-to-time): Doc fix (Bug#5408).
11670
11671 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11672
11673         * message.el (message-mail): Just pass yank-action on to message-setup.
11674         (message-setup): Handle (FUN . ARGS) form of yank-action.
11675         (message-with-reply-buffer, message-widen-reply)
11676         (message-yank-original): Handle non-buffer values of
11677         message-reply-buffer (Bug#4080).
11678         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11679
11680 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11681
11682         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11683         Fix typo in docstring.
11684
11685 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11686
11687         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11688         response.
11689
11690 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11693
11694         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11695
11696         * message.el (message-check-news-header-syntax): Protect against a
11697         string that `rfc822-addresses' returns when parsing fails.
11698
11699 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11702         (gnus-previous-char-property-change): New functions.
11703
11704         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11705
11706 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11707
11708         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11709         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11710
11711 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11712
11713         * message.el (message-exchange-point-and-mark): Rework last change to
11714         avoid using optional arg of exchange-point-and-mark, for backward
11715         compatibility.
11716
11717 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11718
11719         * message.el (message-exchange-point-and-mark):
11720         Call exchange-point-and-mark with an argument rather than setting
11721         mark-active by hand (Bug#5175).
11722
11723 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * nntp.el (nntp-service-to-port): Work for service expressed with
11726         numeric string; replace [:digit:] with [0-9] for XEmacs.
11727
11728 2009-12-17  Glenn Morris  <rgm@gnu.org>
11729
11730         * gnus-group.el (gnus-bug-group-download-format-alist):
11731         Change emacs entry to debbugs.gnu.org.  Bump :version.
11732
11733 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11736
11737 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * message.el (message-info): Explain why we use `Info-goto-node'.
11740
11741 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11744
11745 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11746
11747         * message.el (message-completion-in-region): New compatibility function.
11748         (message-expand-group): Use it.
11749
11750 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11753         with no unread article should be listed if the 2nd arg `predicate' is
11754         given.
11755
11756 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11759
11760 2009-11-29  Juri Linkov  <juri@jurta.org>
11761
11762         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11763         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11764         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11765
11766 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11767
11768         * sha1.el (sha1-string-external): default-directory "/" in case
11769         otherwise non-existent.  process-connection-type pipe for touch of
11770         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11771
11772 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11773
11774         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11775         it's comms related and sgml-mode.el has "comm" on that basis too.
11776
11777 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11780         containing tspecial characters if they have been already quoted.
11781
11782 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11783
11784         * dns-mode.el (auto-mode-alist): Purecopy string.
11785
11786 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11787
11788         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11789
11790 2009-10-24  Glenn Morris  <rgm@gnu.org>
11791
11792         * gnus-art.el (help-xref-stack-item): Define for compiler.
11793
11794 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11795
11796         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11797
11798 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11801
11802 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11805         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11806
11807 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11810         (gnus-overlays-in): New alias to overlays-in.
11811
11812         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11813         gnus-overlay-get, and gnus-delete-overlay.
11814         (gnus-summary-show-thread): Make it work as well for systems in which
11815         next-single-char-property-change is not available.
11816         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11817
11818         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11819         (gnus-overlay-get): New alias to extent-property.
11820         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11821
11822         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11823         SXEmacs.
11824
11825         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11826         SXEmacs.
11827
11828 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11831
11832 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11833
11834         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11835         and XEmacs that don't have `remove-overlays'.
11836
11837 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11838
11839         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11840         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11841         selective display.  Use overlays instead.
11842
11843 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11844
11845         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11846
11847 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11848
11849         * spam-stat.el (spam-stat-load): Fix typo in message.
11850
11851 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11852
11853         * dig.el (dig-invoke): Fix typo in docstring.
11854         (query-dig): Reflow docstring.
11855
11856 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11857
11858         * gnus-art.el (gnus-article-encrypt-body):
11859         * message.el (message-check-recipients):
11860         * mm-util.el (mm-codepage-setup):
11861         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11862         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11863
11864 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11865
11866         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11867         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11868         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11869         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11870         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11871
11872 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11873
11874         * dig.el: Add "Keywords: comm", as per net-utils.el.
11875
11876 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11877
11878         * dig.el (dig-mode): Use define-derived-mode.
11879
11880 2009-09-19  Glenn Morris  <rgm@gnu.org>
11881
11882         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11883
11884 2009-09-18  Glenn Morris  <rgm@gnu.org>
11885
11886         * gnus-diary.el (gnus-diary-check-message):
11887         * message.el (message-insert-formatted-citation-line):
11888         * nnbabyl.el (top-level):
11889         * nndiary.el (nndiary-schedule):
11890         Fix typos in condition-case handlers.
11891
11892 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11895         configuration that provides the sole article window in a frame;
11896         position point correctly after deleting a part.
11897
11898 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11899
11900         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11901         (spam-resolve-registrations-routine): Use it to unregister articles
11902         that change status.
11903
11904 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11907         with XEmacs.
11908         (parse-time-string-chars): Use it.
11909
11910 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11911
11912         * imap.el (imap-interactive-login): Better messages.
11913         (imap-open): Fix bug with renamed buffer on reconnect.
11914         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11915         for easier debugging and cleaner code.  On successful (guessed based on
11916         server capabilities) secondary authentication, set imap-state
11917         correctly.
11918         (imap-last-authenticator): Define imap-last-authenticator as a variable
11919         to avoid warnings.
11920
11921 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * nnrss.el (nnrss-request-article): Remove binding of
11924         default-enable-multibyte-characters that has gotten needless by
11925         the 2007-07-13 change in rfc2047-encode-message-header.
11926
11927         * mml.el (mml-insert-multipart): Error on the message header.
11928         (mml-insert-part): Error on the message header; position point at
11929         the end of a MIME tag.
11930
11931 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * time-date.el (autoload): Expand define-obsolete-function-alias into
11934         defalias and make-obsolete for old Emacsen that Gnus supports.
11935         (with-no-warnings): Define it for old Emacsen.
11936         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11937         is available.
11938         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11939         float-time is available; suppress compile warning for time-to-seconds.
11940
11941         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11942         (gnus-float-time): Alias to float-time if it exists.
11943
11944         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11945         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11946         float-time is available; suppress compile warning for time-to-seconds.
11947
11948         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11949         XEmacs.
11950
11951 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * imap.el (imap-message-map): Docstring fix.
11954
11955 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11958         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11959         Add the optional argument `encoding' that overrides the default.
11960
11961         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11962         mm-encode-buffer.
11963
11964 2009-09-04  Glenn Morris  <rgm@gnu.org>
11965
11966         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11967         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11968         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11969         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11970         * mm-util.el (mm-with-unibyte-current-buffer)
11971         (mm-find-buffer-file-coding-system):
11972         * yenc.el (yenc-decode-region): Use default-value rather than
11973         default-enable-multibyte-characters.
11974
11975 2009-09-03  Glenn Morris  <rgm@gnu.org>
11976
11977         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11978         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11979         than default-enable-multibyte-characters.
11980
11981 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11982
11983         * gnus-art.el (gnus-article-read-summary-keys):
11984         Fix gnus-buffer-configuration's value temporarily used.
11985
11986 2009-09-02  Glenn Morris  <rgm@gnu.org>
11987
11988         * gnus-util.el (gnus-float-time): New function.
11989         * gnus-delay.el (gnus-delay-article):
11990         * gnus-sum.el (gnus-thread-latest-date):
11991         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11992         * nnspool.el (nnspool-request-newgroups):
11993         Use gnus-float-time rather than time-to-seconds.
11994         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11995
11996         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11997         (gnus-header-subject-face, gnus-header-newsgroups-face)
11998         (gnus-header-name-face, gnus-header-content-face):
11999         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12000         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12001         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12002         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12003         (gnus-cite-face-11):
12004         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12005         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12006         (gnus-server-closed-face, gnus-server-denied-face)
12007         (gnus-server-offline-face):
12008         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12009         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12010         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12011         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12012         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12013         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12014         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12015         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12016         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12017         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12018         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12019         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12020         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12021         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12022         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12023         (gnus-summary-high-undownloaded-face)
12024         (gnus-summary-low-undownloaded-face)
12025         (gnus-summary-normal-undownloaded-face)
12026         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12027         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12028         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12029         (gnus-splash-face):
12030         * message.el (message-header-to-face, message-header-cc-face)
12031         (message-header-subject-face, message-header-newsgroups-face)
12032         (message-header-other-face, message-header-name-face)
12033         (message-header-xheader-face, message-separator-face)
12034         (message-cited-text-face, message-mml-face):
12035         * sieve-mode.el (sieve-control-commands-face)
12036         (sieve-action-commands-face, sieve-test-commands-face)
12037         (sieve-tagged-arguments-face):
12038         * spam.el (spam-face):
12039         Mark face aliases with "-face" in the name as obsolete.
12040
12041 2009-09-01  Glenn Morris  <rgm@gnu.org>
12042
12043         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12044         than goto-line.
12045
12046 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12049         Don't move point if the command is invoked inside the message header.
12050
12051 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12052
12053         * imap.el (imap-send-command): Simplify.
12054         (imap-wait-for-tag): point-max -> buffer-size.
12055
12056 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12057
12058         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12059         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12060         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12061         * nnir.el (nnir-swish-e-index-file):
12062         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12063         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12064         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12065         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12066         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12067         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12068
12069 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12072         Don't save excursion.
12073
12074 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12075
12076         * nnheader.el (nnheader-find-file-noselect):
12077         * mm-util.el (mm-insert-file-contents):
12078         Use (default-value 'major-mode) instead of default-major-mode.
12079
12080 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12081
12082         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12083
12084 2009-08-26  Glenn Morris  <rgm@gnu.org>
12085
12086         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12087         than placing in files.el.
12088
12089 2009-08-25  Glenn Morris  <rgm@gnu.org>
12090
12091         * nnir.el (top-level): Don't require cl at run-time.
12092         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12093         Replace cl-function substitute with gnus-replace-in-string.
12094         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12095         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12096         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12097         simplified expansions.
12098
12099 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12100
12101         * dig.el (dig): Add autoload cookie.
12102
12103 2009-08-22  Glenn Morris  <rgm@gnu.org>
12104
12105         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12106         goto-line.
12107
12108 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12109
12110         * parse-time.el (parse-time-string-chars): Save match data.
12111
12112 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12113
12114         * parse-time.el (parse-time-string-chars): Compute using character
12115         classes, to handle non-ascii characters (Bug#3190).
12116
12117 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12120
12121         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12122         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12123         (gnus-mm-display-part, gnus-mime-display-single)
12124         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12125         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12126
12127         * gnus-sum.el
12128         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12129         (gnus-summary-move-article): Add expirable mark to articles copied or
12130         moved to group that has auto-expire turned on if the option is non-nil.
12131
12132 2009-07-24  Glenn Morris  <rgm@gnu.org>
12133
12134         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12135         Fix typo.  (Bug#3903)
12136
12137 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12140         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12141         that should not be used for draft articles.
12142         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12143         that has no concern in minor mode keys.
12144         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12145         Abolish.
12146
12147 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12150         article without making inquiry to a user for unknown encoding.
12151
12152         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12153         (nnmaildir--scan): Assume i-node and device number that file-attributes
12154         returns might be cons-cell.
12155
12156         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12157
12158         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12159
12160 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12161
12162         * auth-source.el: Remove docs now in auth.texi.  Don't use
12163         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12164         `auth-source-hide-passwords' and use them.
12165
12166 2009-07-15  Glenn Morris  <rgm@gnu.org>
12167
12168         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12169
12170 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12173         excessive whitespace from the default values of title and description.
12174
12175 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12178         mail-fetch-field to fetch Content-Description header in order to
12179         exclude newlines.
12180
12181 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12182
12183         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12184         format used by GnuPG 2.0.11.
12185
12186 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12189         to deleted part.
12190
12191 2009-05-30  David Engster  <dengste@eml.cc>
12192
12193         * nnmairix.el: Remove old documentation in the commentary block.
12194         (nnmairix-request-group): Do not update active file for nnml back ends.
12195         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12196         end so that overview files are ignored.
12197         (nnmairix-update-groups): Make updating the groups more robust by using
12198         marks.
12199         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12200         with dollar characters in message-id.
12201
12202 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12205         2008-12-25 in dns.el.
12206
12207 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12208
12209         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12210         could happen if the text is only composed of spaces and/or tabs.
12211
12212 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12213
12214         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12215         when sending a queued message to avoid extra mml tags.
12216
12217 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12220
12221 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12224         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12225         rmail-toggle-header for XEmacs;
12226         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12227
12228 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-dired.el: Remove autoload for gnus-setup-message.
12231         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12232         displaying Gnus logo; always use compose-mail.
12233
12234 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12237
12238 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12241         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12242         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12243         available.
12244         (gnus-nocem-epg-verify): New function.
12245
12246 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12249
12250 2009-02-15  Glenn Morris  <rgm@gnu.org>
12251
12252         * gnus-util.el (rmail-insert-rmail-file-header)
12253         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12254         autoloads.
12255         (rmail-default-rmail-file): Remove unnecessary declaration.
12256         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12257
12258 2009-02-14  Glenn Morris  <rgm@gnu.org>
12259
12260         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12261         variable (only used in gnus-util, which declares it anyway).
12262         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12263         which was only needed by gnus-art (changed to not use it any more).
12264         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12265         only used in gnus-util, which autoloads it itself.
12266         (rmail-update-summary): Fix autoload.
12267
12268         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12269         rather than rmail-output-to-rmail-file.
12270
12271 2009-02-07  Glenn Morris  <rgm@gnu.org>
12272
12273         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12274         autoload of function that no longer exists.
12275         (rmail-toggle-header): Declare.
12276         (message-forward-rmail-make-body): Handle mbox Rmail.
12277
12278 2009-01-31  Glenn Morris  <rgm@gnu.org>
12279
12280         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12281         2009-01-09 change.
12282
12283 2009-01-31  Dave Love  <fx@gnu.org>
12284
12285         * imap.el (imap-fetch-safe): Bind debug-on-error.
12286         (imap-debug): Add imap-fetch-safe.
12287
12288 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12289
12290         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12291         (auth-source-forget-all-cached): New convenience function.
12292         (auth-source-user-or-password): Accept list of modes or a single mode.
12293
12294         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12295         auth-source modes.
12296
12297         * netrc.el (netrc-machine-user-or-password): Use list of
12298         auth-source modes.
12299
12300         * nnimap.el (nnimap-open-connection): Use list of
12301         auth-source modes.
12302
12303         * nntp.el (nntp-send-authinfo): Use list of
12304         auth-source modes.
12305
12306 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12309         now.
12310
12311 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12314         coding system in XEmacs; add a workaround for XEmacs.
12315
12316         * lpath.el: Fbind coding-system-aliasee.
12317
12318 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12321         of current-language-environment.
12322
12323 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12326         available at runtime.
12327
12328 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12331
12332 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12333
12334         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12335         the greatest positive fixnum value doesn't work under an XEmacs with
12336         bignum support; use the most-positive-fixnum constant instead,
12337         available since Emacs 21.1 with cl and XEmacs 21.1.
12338
12339 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12342         XEmacs gets not to work.
12343
12344 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mm-util.el (mm-coding-system-priorities): Allow the value like
12347         "Japanese (UTF-8)" of current-language-environment.
12348
12349 2009-01-09  Glenn Morris  <rgm@gnu.org>
12350
12351         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12352         with last-command-event.
12353
12354 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12357         in the doc string.
12358
12359         * message.el (message-fix-before-sending): Amend comment.
12360
12361 2009-01-08  Dave Love  <fx@gnu.org>
12362
12363         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12364
12365 2009-01-07  David Engster  <dengste@eml.cc>
12366
12367         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12368         simplified server definitions by converting it via
12369         gnus-server-to-method.
12370
12371 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12374         parameter's operands.
12375
12376 2009-01-06  David Engster  <dengste@eml.cc>
12377
12378         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12379         primary select method (for gnus-group-mark-article-as-read).
12380
12381 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12382
12383         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12384         `(gnus)Face', not `(gnus)X-Face'.
12385
12386 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * mm-util.el (mm-ucs-to-char): New function.
12389
12390         * mm-url.el (mm-url-decode-entities): Use it.
12391
12392         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12393         unicode-to-char.
12394
12395 2009-01-05  Dave Love  <fx@gnu.org>
12396
12397         * time-date.el: Require cl for `declare'.
12398
12399 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12402         Dave Love.
12403
12404 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * message.el (message-fix-before-sending): Add `eight-bit' to
12407         illegible-text check.
12408
12409 2009-01-03  Michael Olson  <mwolson@gnu.org>
12410
12411         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12412         `headers' is nil.  This can occur if the IMAP server does not have
12413         permissions to read messages from a folder, but can write new messages
12414         to the folder.
12415         (nnimap-request-article-part): Do not insert `data' if it is nil.
12416
12417         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12418         characters which will confuse `read', so skip past them.
12419
12420 2009-01-01  Dave Love  <fx@gnu.org>
12421
12422         * imap.el (imap-string-to-integer): Fix typo.
12423         (imap-fetch-safe): New function.
12424         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12425
12426         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12427
12428         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12429         (imap-parse-greeting): Fix doc strings.
12430         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12431         (imap-parse-flag-list): Make messages unique.
12432         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12433
12434         * nnimap.el: Fix author email.
12435         (nnimap-split-rule): Add FIXME comment.
12436         (nnimap-debug): Fix doc string.
12437
12438 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12441
12442 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12445         nslookup if resolv.conf isn't available.
12446         (dns-query): Rename from query-dns.
12447         (dns-query-cached): Rename from query-dns-cached.
12448
12449 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12452         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12453         to check if those variables exist (first appeared in Emacs 18.50).
12454
12455 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * mm-util.el (mm-line-number-at-pos): New function.
12458
12459         * spam-report.el (spam-report-process-queue): Use it.
12460
12461 2008-12-24  David Engster  <dengste@eml.cc>
12462
12463         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12464         parameters that haven't existed as variables as buffer-local variables.
12465
12466 2008-12-23  Dave Love  <fx@gnu.org>
12467
12468         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12469         cadar.
12470
12471         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12472         imap-starttls-p.
12473         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12474
12475 2008-12-22  Dave Love  <fx@gnu.org>
12476
12477         * imap.el: Fix author email.  Doc fixes.
12478         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12479         reply.
12480
12481 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * spam-report.el (spam-report-gmane-max-requests): New constant.
12484         (spam-report-gmane-wait): New variable.
12485         (spam-report-gmane-ham, spam-report-gmane-spam)
12486         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12487         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12488         the server.
12489
12490         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12491         Add explanations.
12492
12493         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12494         nnheader-accept-process-output and nnheader-read-timeout if available.
12495         (pop3-movemail): Use it.
12496
12497         * message.el (message-check-news-body-syntax): Fix signature check if
12498         there's an attachment.
12499
12500 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * mm-util.el: Add comments to the mm- emulating functions.
12503
12504 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12507         Reported by Stephen Berman <stephen.berman@gmx.net>.
12508
12509 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-util.el (mm-substring-no-properties): New function.
12512         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12513         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12514         (mm-string-to-multibyte): Doc fix.
12515
12516         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12517
12518 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * mml.el (mml-attach-file): Strip text properties from file name.
12521         (Bug#1574)
12522
12523 2008-12-16  Glenn Morris  <rgm@gnu.org>
12524
12525         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12526
12527 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12530         knows since the charset specified might be a bogus alias that
12531         mm-charset-synonym-alist provides.
12532
12533 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12536         "ISO_8859-1".
12537
12538         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12539
12540 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * mm-util.el (mm-charset-eval-alist):
12543         Define it before mm-charset-to-coding-system.
12544         (mm-charset-to-coding-system): Add optional argument `silent';
12545         define it before mm-charset-override-alist.
12546         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12547         default value if it can be used in Emacs currently running;
12548         silence mm-charset-to-coding-system.
12549
12550 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12553         `allow-override' which says whether to use `mm-charset-override-alist'.
12554         (rfc2047-decode-encoded-words): Use it.
12555
12556         * mm-util.el (mm-charset-override-alist): Fix custom type;
12557         add `(gb2312 . gbk)' to choices.
12558
12559 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12562         fast.
12563
12564         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12565
12566         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12567
12568 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12569
12570         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12571         on links.
12572
12573         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12574
12575 2008-12-03  Lute Kamstra  <lute@gnu.org>
12576
12577         * sha1.el: Remove leading * from docstrings of defcustoms,
12578         deffaces, defconsts and defuns.
12579
12580 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12583         users' addresses that don't have domain parts.
12584         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12585         rather than message-narrow-to-head since there will be the message
12586         header separator.
12587
12588 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12589
12590         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12591         since the result is inserted in a unibyte buffer anyway.
12592         (nnimap-demule-use-string-to-multibyte): Remove.
12593         (nnimap-demule): Alias it to mm-string-to-multibyte.
12594
12595 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12598         variable for debugging bug#464 and bug#1174.
12599         (nnimap-demule): Use it.
12600
12601 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12604         score calculation correctly.
12605
12606 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12607
12608         * message.el (message-send-mail): Just set the buffer to unibyte
12609         rather than use mm-with-unibyte-current-buffer which does a lot more.
12610         (message-send-mail-partially): Don't bother with
12611         mm-with-unibyte-current-buffer since it's already been made unibyte by
12612         message-send-mail.
12613
12614 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12617
12618 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12621
12622 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12625         require itself and to remove `with-no-warnings'.
12626
12627 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12628
12629         * starttls.el (starttls-any-program-available): Get the name of the
12630         available TLS layer program.
12631         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12632         well as the host name in the "opening" message.
12633
12634         * auth-source.el (auth-source-cache, auth-source-do-cache)
12635         (auth-source-user-or-password): Cache passwords and logins by default,
12636         allow override with `auth-source-do-cache'.
12637         (auth-source-forget-user-or-password): Allow users to remove cache
12638         entries if needed.
12639
12640 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12641
12642         * md4.el (md4-buffer): Fix typo in docstring.
12643         (md4, md4-64): Doc fixes.
12644         (md4-pack-int32): Reflow docstring.
12645
12646 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12647
12648         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12649         condition-case to only the forward-sexp call.
12650
12651 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12652
12653         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12654         quotes contained.  Make it more robust regardless by an extra
12655         condition-case wrapper.
12656
12657 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12660
12661 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * nnml.el (nnml-request-expire-articles): Check if the function set to
12664         `nnmail-expiry-target' returns the symbol `delete'.
12665
12666         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12667
12668         * nnmail.el (nnmail-expiry-target): Fix custom type.
12669
12670 2008-10-02  Glenn Morris  <rgm@gnu.org>
12671
12672         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12673         Silence compiler warning.
12674
12675 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12676
12677         * tls.el (open-tls-stream): Show the actual command being
12678         executed, instead of the format string.
12679
12680 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * lpath.el: Fbind codepage-setup for Emacs 23.
12683
12684 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12685
12686         * mml.el (mml-menu): Don't assume mml2015 is bound.
12687
12688 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12691         exists.
12692
12693 2008-09-27  Glenn Morris  <rgm@gnu.org>
12694
12695         * gnus-util.el (mail-header-remove-comments): Autoload it.
12696
12697 2008-09-27  Andreas Schwab  <schwab@suse.de>
12698
12699         * gnus-util.el (gnus-split-references): Strip comments.
12700         (gnus-parent-id): Likewise.
12701
12702 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * message.el (message-confirm-send): Fix version.
12705
12706 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * message.el (message-idna-to-ascii-rhs-1): Use
12709         mail-extract-address-components rather than mail-header-parse-addresses
12710         that is an alias by default to ietf-drums-parse-addresses that does not
12711         support non-ASCII names in headers' contents.
12712
12713 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12714
12715         * message.el (message-confirm-send): Fix variable documentation to
12716         avoid the "y/n" wording.
12717
12718 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12719
12720         * message.el (message-set-auto-save-file-name): Save to a different
12721         filename so multiple messages (especially drafts) can be recovered.
12722
12723 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12724
12725         * message.el (message-confirm-send): Add appropriate version.
12726
12727 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12728
12729         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12730         defvar.
12731
12732 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12733
12734         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12735         (mm-pkcs7-enveloped-magic): Ditto.
12736
12737 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12738
12739         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12740         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12741
12742 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12743
12744         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12745         default, it's better.
12746
12747 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12748
12749         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12750         summary line gnus-number property and ignore them (with a warning
12751         message).
12752
12753 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12756         macro caddr in the interactive form since it won't be expanded.
12757
12758 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12761         `charset'; fix name of function called recursively.
12762         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12763
12764 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12767         (gnus-mime-set-charset-parameters): New function.
12768         (gnus-mime-view-part-as-charset): Use it to correctly display part
12769         specifying wrong charset.
12770
12771 2008-09-08  David Engster  <dengste@eml.cc>
12772
12773         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12774         in completing-read for back end server.
12775
12776 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12777
12778         * message.el (message-confirm-send): New variable to confirm sending a
12779         message.
12780         (message-send): Use it.
12781
12782 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12783
12784         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12785
12786 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12789
12790 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12791
12792         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12793         prevent tracking too many groups.
12794         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12795         Use it.
12796
12797 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12798
12799         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12800         moving point to the bottom of the window in order to avoid recentering.
12801
12802 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12805
12806         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12807         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12808         (gnus-article-beginning-of-window): Fix calculation.
12809
12810 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-msg.el (gnus-summary-supersede-article)
12813         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12814         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12815         message header.
12816
12817 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12818
12819         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12820         pending output coming after the status change.
12821
12822 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12823
12824         * message.el:
12825         * gnus-start.el:
12826         * gnus-registry.el: Remove VMS support.
12827
12828 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12831         macro.
12832         (rfc2104-hash): Use it.
12833
12834 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12837         (gnus-summary-sort-by-most-recent-date): New commands.
12838         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12839         and menu entries.
12840
12841 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12844         don't redisplay article for raw contents; remove plural articles stuff.
12845
12846         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12847         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12848         on gnus-summary-save-article; display results properly.
12849
12850 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * lpath.el: No need to fbind ns-focus-frame.
12853
12854 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12857
12858 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-art.el (gnus-summary-save-in-pipe):
12861         Consider gnus-save-all-headers.
12862
12863 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12864
12865         * gnus-util.el (ns-focus-frame): Remove declaration.
12866         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12867         like x.
12868
12869 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12870
12871         * rfc2104.el (rfc2104-zero): Delete defconst.
12872         (rfc2104-hex-alist): Likewise.
12873         (rfc2104-hex-to-int): Delete func.
12874         (rfc2104-hexstring-to-bitstring): Likewise.
12875         (rfc2104-nybbles): New defconst.
12876         (rfc2104-hash): Rewrite for speed.
12877
12878 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * tls.el (open-tls-stream): Make it work with the 2nd argument
12881         BUFFER that is a string but does not exist as a buffer object, as
12882         mentioned in the doc-string.
12883
12884 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12887         SXEmacs.
12888
12889 2008-07-16  Glenn Morris  <rgm@gnu.org>
12890
12891         * gnus-util.el (ns-focus-frame): Declare for compiler.
12892
12893 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12896         set as a group parameter.
12897         (gnus-summary-save-in-pipe): Work when it is called independently.
12898         (gnus-summary-pipe-to-muttprint): Don't modify
12899         gnus-summary-pipe-output-default-command.
12900
12901 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12902
12903         * message.el (message-send-mail-with-sendmail):
12904         Display the error message.
12905
12906 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (gnus-default-article-saver):
12909         Add gnus-summary-save-in-pipe to choices.
12910         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12911         gnus-summary-pipe-output-default-command as the default command.
12912         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12913         instead of gnus-last-shell-command.
12914
12915         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12916         New user option.
12917         (gnus-summary-muttprint-program): Mention the value will be changed.
12918         (gnus-summary-save-article): Force showing of all headers.
12919         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12920
12921 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12922
12923         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12924
12925 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12926
12927         * nnimap.el (nnimap-id):
12928         * sieve-manage.el (sieve-manage-open): Doc fixes.
12929
12930 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12931
12932         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12933         if available.
12934
12935 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12936
12937         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12938
12939         * nnkiboze.el (nnkiboze-generate-group):
12940         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12941
12942         * nnmairix.el: Require CL.
12943
12944 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * dgnushack.el: Autoload get-display-table and put-display-table for
12947         XEmacs 21.5.
12948
12949         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12950         21.4 and SXEmacs.
12951
12952 2008-06-15  David Engster  <dengste@eml.cc>
12953
12954         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12955
12956 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12957
12958         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12959         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12960         runtime choice under XEmacs.
12961
12962         * gnus-sum.el (gnus-summary-set-display-table):
12963         Use `gnus-put-display-table', `gnus-get-display-table',
12964         `gnus-set-display-table' for the display table, instead of `aset'.
12965
12966         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12967         Use `gnus-put-display-table', `gnus-get-display-table',
12968         `gnus-set-display-table' for the display table.
12969
12970 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * nnmairix.el: Add autoloads.
12973
12974 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * nnmairix.el (nnmairix-delete-recreate-group)
12977         (nnmairix-update-and-clear-marks): Fix error messages.
12978
12979 2008-06-14  David Engster  <dengste@eml.cc>
12980
12981         * nnmairix.el: Upgrade to version 0.6.
12982         (nnmairix-group-toggle-propmarks-this-group)
12983         (nnmairix-group-toggle-readmarks-this-group)
12984         (nnmairix-group-delete-recreate-this-group)
12985         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12986         (nnmairix-remove-tick-mark-original-article): New commands.
12987         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12988         (nnmairix-propagate-marks-to-nnmairix-groups)
12989         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12990         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12991         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12992         functions needed for marks propagation and manipulation of read marks.
12993         (nnmairix-update-groups): New function.
12994         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12995         (nnmairix-determine-original-group-from-registry)
12996         (nnmairix-determine-original-group-from-path)
12997         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12998         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12999         New helper functions.
13000         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13001         keystrokes for new commands.
13002         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13003         (nnmairix-request-group): Check allow-fast group parameter.
13004         (nnmairix-request-create-group): Set allow-fast group parameter if
13005         nnmairix-allowfast-default is set.
13006         (nnmairix-close-group): Propagate marks upon closing if needed.
13007         (nnmairix-group-toggle-threads-this-group): Use new.
13008         nnmairix-group-toggle-parameter helper function.
13009         (nnmairix-search): Better check for empty search result.
13010         (nnmairix-goto-original-article): Use new helper functions for
13011         determining original article.
13012         (nnmairix-show-original-article): Make sure message-id is in brackets.
13013         (nnmairix-call-mairix-binary): Change variable name.
13014         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13015         helper function.
13016         (nnmairix-widget-toggle-activate): Fix doc string.
13017
13018 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * nnir.el: Require edmacro when compiling with XEmacs.
13021         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13022         available in Emacs 21.
13023
13024 2008-06-11  Glenn Morris  <rgm@gnu.org>
13025
13026         * gnus-util.el (x-focus-frame):
13027         * gnus.el (image-size):
13028         * mm-decode.el (image-size): Declare.
13029
13030         * gnus-picon.el (declare-function): Add compat definition.
13031         (image-size): Declare.
13032
13033         * gnus-group.el (tool-bar-map):
13034         * gnus-sum.el (tool-bar-map): Define for compiler.
13035
13036         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13037
13038         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13039
13040         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13041         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13042         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13043         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13044         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13045         * sieve-manage.el, spam-report.el, spam.el:
13046         Remove unnecessary eval-and-compile of autoloads.
13047
13048 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13049
13050         * auth-source.el: Precise Tramp doc.
13051
13052 2008-06-07  Glenn Morris  <rgm@gnu.org>
13053
13054         * nnmairix.el: Remove unnecessary eval-when-compile.
13055
13056 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * lpath.el: Fbind propertize for XEmacs 21.4.
13059
13060 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * nnir.el: Move here from ../contrib.
13063
13064 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13065
13066         * gnus-util.el (gnus-read-shell-command): New function.
13067         * mm-decode.el (mm-pipe-part):
13068         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13069
13070 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13073
13074 2008-06-03  Glenn Morris  <rgm@gnu.org>
13075
13076         * pop3.el (nnheader-accept-process-output): Autoload it.
13077
13078 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13081         are not 2-digit hexadecimal characters that follow `%'s.
13082
13083 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * message.el (message-bogus-recipient-p): Fix type in doc string.
13086         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13087         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13088         Improve custom options.
13089         (message-bogus-recipient-p): Adjust accordingly.
13090
13091 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13092
13093         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13094         long-form month and day names.
13095
13096 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * dgnushack.el: Autoload debug, eudc-expand-inline and
13099         pgg-snarf-keys-region for XEmacs.
13100
13101         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13102
13103         * nnmairix.el: Require edmacro when compiling with XEmacs.
13104
13105 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13108         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13109
13110 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13111
13112         * auth-source.el: Add more docs.
13113
13114         * netrc.el (netrc-machine): Always match if the port is not given.
13115
13116 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13117
13118         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13119         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13120         retrieval faster in some cases, but might make CPU usage larger.
13121         If this has any bad side effects, we might revert this change.
13122
13123         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13124         seems to make mail retrieval much, much faster.
13125         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13126         unconditionally.
13127
13128         * gnus-draft.el (gnus-group-send-queue):
13129         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13130
13131 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13134
13135         * message.el (message-bogus-address-regexp): Fix and improve custom
13136         type.
13137         (message-setup-hook): Add message-check-recipients as custom option.
13138
13139 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * message.el (message-cite-function): Remove bogus autoload which crept
13142         in during merge from v5-10.
13143
13144 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13145
13146         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13147
13148         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13149
13150         * auth-source.el: Preliminary Tramp docs.
13151         (auth-sources): Change the default auth-sources to use
13152         EPA .gpg files.
13153
13154 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * nntp.el: Autoload `auth-source-user-or-password'.
13157         (nntp-send-authinfo): Use it.
13158
13159         * nnimap.el: Autoload `auth-source-user-or-password'.
13160         (nnimap-open-connection): Use it.
13161
13162         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13163         for the gnus-message function.
13164         (auth-source-user-or-password): Use it.
13165
13166 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13167
13168         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13169         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13170         (rfc2104-hash): Use it.
13171
13172 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13173
13174         * gnus-art.el (gnus-article-toggle-truncate-lines):
13175         Don't use `iff' in docstring.
13176
13177 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13178
13179         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13180
13181         * gnus-util.el (gnus-extract-address-component-name)
13182         (gnus-extract-address-component-email): Convenience functions around
13183         `gnus-extract-address-components'.
13184
13185         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13186         Use `gnus-extract-address-component-email' to fix bug of comparing full
13187         sender name to `user-mail-address'.
13188
13189 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13192         catch/throw to optimize.
13193         (gnus-registry-find-keywords): Just use member to find a keyword.
13194
13195 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13196
13197         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13198         is current before calling gnus-server-prepare.
13199         (gnus-server-setup-buffer, gnus-server-update-server)
13200         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13201
13202 2008-05-04  Juri Linkov  <juri@jurta.org>
13203
13204         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13205         (mailcap-file-default-commands): Use mailcap-replace-in-string
13206         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13207         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13208
13209 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13210
13211         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13212
13213 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13214
13215         * gnus.el: Bump version to 0.11.
13216
13217 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13218
13219         * gnus.el: No Gnus v0.10 is released.
13220
13221 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13222
13223         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13224         hooks.
13225         (gnus-update-read-articles): Speed up non-marks-using users.
13226         (gnus-use-marks): Define gnus-use-marks.
13227         (gnus-propagate-marks): Rename variable to something more sensible.
13228
13229 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13230
13231         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13232         (gmm-image-load-path-for-library): Fix typos in docstrings.
13233         (gmm-message): Reflow docstring.
13234
13235 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13236
13237         * mail-source.el (mail-source-set-1, mail-source-bind):
13238         Move auth-source code out of the macro to clean it up and fix bugs.
13239
13240 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13243         by sender if it's equal to user-mail-address, it's likely to be
13244         useless.
13245
13246         * mail-source.el (mail-source-bind): Don't use user or password if they
13247         are not bound.  Unintern them if they are nil.  Don't use server unless
13248         it's bound, and default it to empty string otherwise.
13249
13250 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * mail-source.el: Load auth-source.el.
13253         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13254         get user name or password, if auth-sources is set up.
13255
13256         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13257         strategy of splitting with parent.
13258         (gnus-registry-split-fancy-with-parent)
13259         (gnus-registry-post-process-groups): Use it and fix prior
13260         bug (returning a list as the split result).
13261
13262         * auth-source.el (auth-sources): Remove server parameter.
13263         (auth-source-pick, auth-source-user-or-password)
13264         (auth-source-user-or-password-imap)
13265         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13266         (auth-source-user-or-password-sftp)
13267         (auth-source-user-or-password-smtp): Remove server parameter.
13268
13269 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13270
13271         * smime.el (smime-sign-region, smime-encrypt-region)
13272         (smime-decrypt-region):
13273         Remove redundant calls to `generate-new-buffer-name'.
13274
13275 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13276
13277         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13278         Don't use QP for message/rfc822.
13279         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13280
13281 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13282
13283         * sieve-manage.el (sieve-string-bytes): Remove.
13284         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13285         correct byte-length only if the process's coding-system is the same as
13286         the one used internally by Emacs to represent strings.
13287
13288 2008-04-22  Juri Linkov  <juri@jurta.org>
13289
13290         * mailcap.el (mailcap-file-default-commands): New function.
13291
13292 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * message.el (message-signature-separator, message-cite-function):
13295         Change custom version.
13296
13297 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13298
13299         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13300         commands.
13301         (tls-checktrust): Ditto.
13302
13303 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * mm-decode.el (mm-display-external): Make temp file read-only.
13306
13307 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13310         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13311         `C-c C-f d'.
13312
13313 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13314
13315         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13316
13317 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * gnus.el: Bump version to 0.9.
13320
13321 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * gnus.el: No Gnus v0.8 is released.
13324
13325 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13326
13327         * mail-source.el (mail-source-value):
13328         Prefer fboundp to functionp so it works with macros as well.
13329
13330 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13331
13332         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13333         Fix last change in case the element is not even a symbol.
13334
13335 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13338         Prefer fboundp to functionp so it works with macros as well.
13339
13340 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13341
13342         * auth-source.el: Add docs.
13343         (auth-sources): Modify format to support server.
13344         (auth-source-pick, auth-source-user-or-password)
13345         (auth-source-user-or-password-imap)
13346         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13347         (auth-source-user-or-password-sftp)
13348         (auth-source-user-or-password-smtp): Add server parameter.
13349
13350 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13351
13352         * gnus-registry.el: Initialize the registry when gnus-registry-install
13353         is t.
13354
13355 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * compface.el (uncompface): Make buffer unibyte.
13358
13359 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13360
13361         * mail-source.el (mail-source-value):
13362         Prefer fboundp to functionp so it works with macros as well.
13363
13364 2008-04-05  Glenn Morris  <rgm@gnu.org>
13365
13366         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13367
13368 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13369
13370         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13371         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13372
13373         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13374         multibyteness after rather than before erasing it.
13375
13376         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13377         mm-with-multibyte.
13378         (gnus-request-article-this-buffer): Make sure the proper decoding is
13379         used if gnus-original-article-buffer happens to be unibyte.
13380
13381         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13382         default-enable-multibyte-characters.
13383
13384         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13385         default-enable-multibyte-characters.
13386
13387         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13388
13389         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13390
13391 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13392
13393         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13394         Fix last change in case the element is not even a symbol.
13395
13396 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13397
13398         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13399         (imap-message-copyuid-1): Use it.
13400         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13401         J. Williams in
13402         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13403
13404         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13405         imap-enable-exchange-bug-workaround.
13406         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13407
13408 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13409
13410         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13411         a 100 byte status-checks into a 2-3MB transfer for each group.
13412         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13413         to enable bug workaround or not.
13414         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13415
13416 2008-03-31  Glenn Morris  <rgm@gnu.org>
13417
13418         * message.el (mml2015-use): Declare for compiler.
13419         (message-info): Require mml2015 when appropriate.
13420
13421 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13424         whitespace.
13425
13426 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13427
13428         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13429         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13430         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13431         (nntp-service-to-port): New function.
13432         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13433         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13434         (nntp-open-netcat-stream): New function.
13435         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13436
13437 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13438
13439         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13440
13441 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13442
13443         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13444
13445 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13446
13447         * dns.el (dns-write): Use set-buffer-multibyte.
13448
13449 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13450
13451         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13452
13453 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * message.el (message-signature-separator): Change default.
13456         Improve custom type.
13457         (message-cite-function): Change default to
13458         message-cite-original-without-signature.
13459
13460         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13461         toggle.
13462
13463         * message.el (message-check-news-body-syntax): Fix signature check.
13464         (message-setup-1): Mark buffer as unmodified _after_ running
13465         message-setup-hook and handling message-alternative-emails.
13466         (message-shorten-references): Be more strict when building list of
13467         valid references to comply with GNKSA.
13468
13469         * gnus-group.el (gnus-read-ephemeral-bug-group)
13470         (gnus-read-ephemeral-debian-bug-group)
13471         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13472
13473         * message.el (message-info): Don't use booleanp which isn't supported
13474         in Emacs 21 and XEmacs.
13475
13476 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13479         gnus-group-gmane-group-download-format.
13480         (gnus-group-read-ephemeral-gmane-group): Rename from
13481         gnus-group-read-ephemeral-gmane-group.
13482         (gnus-read-ephemeral-gmane-group-url): Rename from
13483         gnus-group-read-ephemeral-gmane-group-url.
13484         (gnus-bug-group-download-format-alist): New variable.
13485         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13486         (gnus-read-ephemeral-emacs-bug-group): New commands.
13487
13488 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13491         (gnus-visible-headers): Improve custom type.
13492
13493 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * mml.el (mml-menu): Add workarounds for XEmacs.
13496
13497         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13498         X-Boundary header.
13499
13500         * message.el (message-simplify-recipients): Fix previous commit.
13501
13502 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13503
13504         * mm-util.el (mm-set-buffer-multibyte): New function.
13505         * mm-decode.el (mm-copy-to-buffer): Use it.
13506
13507         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13508         Prefer fboundp to functionp so it works with macros as well.
13509
13510 2008-03-19  Glenn Morris  <rgm@gnu.org>
13511
13512         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13513         Accidentally removed in the sync process with Emacs.
13514
13515 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * message.el (message-alter-recipients-discard-bogus-full-name):
13518         New function.
13519         (message-alter-recipients-function): New variable.
13520         (message-get-reply-headers): Use it.
13521         (message-replace-header): New helper function.
13522         (message-recipients-without-full-name): New variable.
13523         (message-simplify-recipients): New command.
13524
13525         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13526
13527         * message.el (message-info): Handle EasyPG manual.
13528
13529         * mml.el (mml-menu): Add entry for EasyPG.
13530
13531 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13532
13533         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13534         parameter.
13535
13536         * message.el (message-disassociate-draft): Specify drafts group name
13537         fully.
13538
13539 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13540
13541         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13542         Eliminate unnecessary duplicates from the match list.
13543
13544 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13547
13548         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13549
13550         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13551         args of `how-many' of which the XEmacs version doesn't take; declare
13552         Info-index-next as function.
13553
13554 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-score.el (gnus-score-headers): Fix handling of
13557         gnus-inhibit-slow-scoring.
13558
13559         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13560         string.
13561         (gnus-button-url-regexp): Improve handling of parenthesis.
13562         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13563         (gnus-button-handle-info-keystrokes): Handle index entries.
13564
13565 2008-03-15  Glenn Morris  <rgm@gnu.org>
13566
13567         * parse-time.el (parse-time-string): Simplify.
13568
13569 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13572         Incoming* files.
13573
13574 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * auth-source.el (auth-sources): Rename from auth-source-choices.
13577         (auth-source-pick): Use it.
13578
13579 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13580
13581         * binhex.el (binhex-decode-region-internal):
13582         * uudecode.el (uudecode-decode-region-internal):
13583         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13584         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13585         setting default-enable-multibyte-characters.
13586
13587 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13588
13589         * auth-source.el (auth-source-protocols)
13590         (auth-source-protocols-customize, auth-source-choices): Add and
13591         modified variable customizations and defaults.
13592         (auth-source-pick, auth-source-user-or-password)
13593         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13594         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13595         (auth-source-user-or-password-sftp)
13596         (auth-source-user-or-password-smtp): Use new variables and provide an
13597         interface to netrc.el.
13598
13599 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13602         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13603         Make sure the nntp port to specify is a string.
13604
13605 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13606
13607         * nntp.el: Use with-current-buffer.
13608         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13609         dubious mm-with-unibyte-current-buffer.
13610         (nntp-with-open-group-function): New function extracted from
13611         nntp-with-open-group macro.
13612         (nntp-with-open-group): Use the function, so it's easier to debug.
13613         Add indentation and debugging info.
13614         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13615         Recommend the use of the netcat alternatives.
13616
13617         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13618         Avoid mm-string-as-multibyte as well.
13619
13620         * nnweb.el (nnweb-insert-html):
13621         Remove use of nnheader-string-as-multibyte.
13622
13623         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13624         (nnheader-string-as-multibyte): Remove.
13625
13626         * mm-view.el: Use inhibit-read-only.
13627         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13628         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13629         or unibyte-string.
13630
13631         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13632         (mm-uu-yenc-extract): Use with-current-buffer.
13633
13634         * gnus-soup.el (gnus-soup-send-packet): Don't use
13635         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13636
13637         * nnmh.el: Use with-current-buffer.
13638         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13639         mm-string-as-multibyte on the output of mm-encode-coding-string.
13640
13641         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13642         (nnimap-request-move-article): Use with-current-buffer.
13643
13644         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13645         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13646         conversion uses string-make-unibyte rather than string-as-unibyte.
13647
13648         * gnus-msg.el: Use with-current-buffer.
13649
13650         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13651
13652 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13653
13654         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13655         string for caching if it is 'PIN.
13656
13657 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * lpath.el: Consider the case without Emacs/W3.
13660
13661 2008-03-08  Glenn Morris  <rgm@gnu.org>
13662
13663         * time-date.el (date-to-time, time-subtract, time-add)
13664         (safe-date-to-time): Doc fixes.
13665
13666 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * mail-source.el (mail-source-delete-old-incoming-confirm):
13669         Change default to nil.
13670         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13671
13672 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * lpath.el: Rearrange.
13675
13676         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13677         (gnus-article-goto-prev-page): Work for articles having ^L's.
13678
13679         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13680
13681         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13682
13683 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13684
13685         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13686         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13687         (gnus-bookmark-jump): Adjust some variable names.
13688
13689 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * auth-source.el: New package.
13692         (auth-source-choices): Add customization entry point variable.
13693
13694         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13695         bug.
13696
13697 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13700         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13701         (gnus-registry-install-shortcuts): Rename from
13702         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13703         the `gnus-registry-mark-map' keymap dynamically from
13704         `gnus-registry-marks'.  The generated functions update the summary line
13705         when a registry mark is added or deleted, and will call
13706         `gnus-registry-install-p' (see the comments in the code).
13707         (gnus-registry-user-format-function-M): Use concat intelligently.
13708
13709         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13710         the registry mark functions.
13711
13712 2008-03-05  Glenn Morris  <rgm@gnu.org>
13713
13714         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13715         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13716         gnus-art.
13717         (top-level): No need to load own source when compiling.
13718
13719 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13722         Suggested by <chris.anderton@zetnet.co.uk>.
13723
13724 2008-03-04  Glenn Morris  <rgm@gnu.org>
13725
13726         * gnus-sum.el (top-level): No need to require gnus when compiling,
13727         since unconditionally required near start of file.
13728         (gnus-summary-display-while-building): Move definition before use.
13729
13730 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13731
13732         * gnus-registry.el (gnus-registry-user-format-function-M):
13733         Add formatting function.
13734
13735 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13736
13737         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13738         with plists.
13739         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13740         Use new format.
13741
13742 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13745         `where-is-internal' that returns a range of key sequences.
13746
13747 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13748
13749         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13750
13751         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13752         (gnus-summary-jump-to-group): Consider windows on other displayed
13753         frames as well.  Similar changes might be needed elsewhere, but that's
13754         the one I've bumped into during my use.
13755
13756         * nndoc.el (nndoc-oe-dbx-type-p):
13757         * gnus-msg.el (gnus-debug):
13758         * gnus-group.el (gnus-update-group-mark-positions):
13759         Use mm-string-to-multibyte.
13760
13761 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13764         doesn't handle NotDashEscaped.
13765
13766         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13767         (mml-dnd-attach-options): Fix typo in custom choice.
13768
13769         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13770         Change nndoc-article-type to mbox.
13771         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13772
13773         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13774         to nil, instead of html2text.
13775
13776         * imap.el (imap-debug): Add `imap-ping-server'.
13777
13778         * gnus-bookmark.el: Add FIXMEs.
13779
13780         * message.el (message-form-letter-separator)
13781         (message-send-form-letter-delay): New variables.
13782         (message-send-form-letter): Use them.  New command to send form
13783         letters.  Requested by Uwe Siart.
13784         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13785
13786 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * Update copyright years.
13789
13790 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         Sync from EMACS_22_BASE.
13793
13794         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13795
13796 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13797
13798         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13799         empty author.
13800
13801 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13802
13803         * gnus-registry.el (gnus-registry-marks): Add variable for
13804         customization of marks and their appearance.
13805         (gnus-registry-read-mark): Use it.
13806         (gnus-registry-do-marks): Add utility function to loop through
13807         `gnus-registry-marks'.
13808         (gnus-registry-install-shortcuts-and-menus): Add function to install
13809         shortcuts and menus.
13810         (gnus-registry-initialize): Use it.
13811         (gnus-registry-default-mark): Clarify documentation.
13812
13813 2008-02-29  Glenn Morris  <rgm@gnu.org>
13814
13815         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13816         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13817         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13818         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13819         Change defcustom :version from 23.0 to 23.1.
13820
13821 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13822
13823         * gnus-registry.el (gnus-registry-follow-group-p)
13824         (gnus-registry-post-process-groups): Add functions to aid registry
13825         splitting and improve logging.  Clarify behavior in function
13826         documentation.
13827         (gnus-registry-split-fancy-with-parent): Use them.
13828
13829 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13830
13831         * gnus-art.el: Use with-current-buffer.
13832
13833 2008-02-27  David Engster  <dengste@eml.cc>
13834
13835         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13836         Express real group name in the response.
13837
13838 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13841         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13842         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13843         autoload gnus-registry-fetch-group when compiling.
13844         (nnmairix-request-group-with-article-number-correction):
13845         Remove unreferenced argument passed to nnmairix-call-backend.
13846
13847 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13850         (mm-uu-extract): Improve face for low color ttys.
13851         Reported by Sascha Wilde.
13852
13853 2008-02-27  Glenn Morris  <rgm@gnu.org>
13854
13855         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13856         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13857         variables to defconsts.  Convert comments to doc-strings.
13858         (nnmairix-last-server, nnmairix-current-server): Convert from free
13859         variables to defvars.  Convert comments to doc-strings.
13860         (gnus-registry-fetch-group): Autoload.
13861         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13862         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13863         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13864         caddr.
13865         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13866         nnmairix-request-group-with-article-number-correction call.
13867         (nnmairix-fast, nnmairix-group): New, less general names, for free
13868         variables passed from nnmairix-request-group to
13869         nnmairix-request-group-with-article-number-correction.  Declare.
13870         (nnmairix-request-group-with-article-number-correction):
13871         Use nnmairix-fast, nnmairix-group rather than fast, group.
13872
13873 2008-02-26  David Engster  <dengste@eml.cc>
13874
13875         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13876         version 0.5.
13877
13878 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13881         instead of making an extra function call.  Don't add the current group
13882         to articles only when they have the group.  Use
13883         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13884         Reported by David <de_bb@arcor.de>.
13885
13886 2008-02-24  Miles Bader  <miles@gnu.org>
13887
13888         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13889         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13890         (mm-find-mime-charset-region):
13891         * mm-bodies.el (mm-encode-body):
13892         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13893
13894 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13897         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13898
13899 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * mail-source.el (mail-source-delete-incoming): Change default.
13902         Supplement doc string.
13903
13904         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13905
13906 2008-02-14  Glenn Morris  <rgm@gnu.org>
13907
13908         * time-date.el (format-seconds): New function.
13909
13910 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * nnmail.el (nnmail-message-id-cache-file): Derive from
13913         `gnus-home-directory'.
13914
13915 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13918         Document negative prefix.
13919
13920         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13921
13922 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13923
13924         * message.el (message-unsent-separator): Add the Exim bounce
13925         separator.
13926
13927 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13928
13929         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13930         list.
13931         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13932         recipient/signer list.
13933
13934 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * Makefile.in (datarootdir): Define.
13937         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13938         name that might contain whitespace.
13939
13940 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13943         fbound (Emacs 23 unicode), signal an error.
13944
13945 2008-02-08  Glenn Morris  <rgm@gnu.org>
13946
13947         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13948
13949 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13950
13951         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13952         ports to the calls to `netrc-machine-user-or-password' in addition to
13953         "imap" and "imaps".
13954
13955 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13956
13957         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13958
13959         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13960
13961 2008-02-01  Kenichi Handa  <handa@m17n.org>
13962
13963         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13964         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13965         (rfc2104-hash): Convert the result of concat to unibyte string.
13966
13967 2008-02-01  Dave Love  <fx@gnu.org>
13968
13969         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13970         coding-system-for-read.
13971         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13972
13973 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13976         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13977         <hanche@math.ntnu.no>.
13978
13979 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13982
13983         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13984
13985 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13986
13987         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13988         * message.el (message-beginning-of-line): Use featurep instead of bound
13989         tests in order to resolve conditionals at compile time.
13990
13991 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13992
13993         * mail-source.el (mail-sources): Add `group' choice.
13994
13995         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13996         parameter `in-group' to control into which group the articles go.
13997         Add treatment of `group' mail-source.
13998
13999 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14002
14003         * mm-decode.el (mm-dissect-buffer): Decode description.
14004
14005         * mml.el (mml-to-mime): Encode message header first.
14006
14007 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14010         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14011
14012         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14013         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14014
14015 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14018
14019 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14022         prefix keys.
14023         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14024         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14025         gnus-xmas.el.
14026
14027         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14028         (gnus-xmas-article-describe-bindings): New function.
14029         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14030         gnus-xmas-article-describe-bindings.
14031
14032         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14033
14034 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14037         Add new variables for article mark management.
14038         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14039         list of extra data entries which, when present, will indicate that the
14040         article ID should not be trimmed from the registry.
14041         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14042         functions.
14043         (gnus-registry-read-mark): New function to read a mark name from the
14044         user.
14045         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14046         (gnus-registry-set-article-mark-internal): New functions to add and
14047         remove marks.
14048         (gnus-registry-get-article-marks): New function to show the marks for
14049         an article, or retrieve them for further use.
14050
14051 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14054         keys when no argument is given.
14055
14056 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * imap.el (imap-ping-server): New variable.
14059         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14060         (imap-ping-server): Minor doc string fixes.
14061
14062 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14063
14064         * imap.el (imap-ping-server): New function.
14065         (imap-opened): Call imap-ping-server.
14066
14067 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * gnus-sum.el (gnus-article-sort-by-random)
14070         (gnus-thread-sort-by-random): Fix doc strings.
14071         Reported by jidanni@jidanni.org.
14072
14073 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-art.el (gnus-article-describe-bindings): New function.
14076         (gnus-article-read-summary-keys): Use it.
14077         (gnus-article-mode-map): Bind `C-h b' to it.
14078
14079 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14082         XEmacs.
14083         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14084         Protect against non-character events.
14085
14086         * lpath.el: Fbind map-keymap for Emacs 21.
14087
14088 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14091         New command.
14092         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14093         instead of END.  Change name of the temp file.
14094         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14095         customizable.
14096
14097 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14100         bind `S W' to gnus-article-wide-reply-with-original; set default
14101         binding to gnus-article-read-summary-send-keys.
14102         (gnus-article-read-summary-keys): Fix the order of keys; display
14103         continuation keys correctly in the echo area; describe bindings
14104         correctly when keys end with `C-h'.
14105         (gnus-article-read-summary-send-keys): New function.
14106         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14107         Work for gnus-article-read-summary-send-keys; display continuation keys
14108         correctly in the echo area.
14109         (gnus-article-reply-with-original): Ignore prefix argument.
14110         (gnus-article-wide-reply-with-original): New function.
14111
14112         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14113         Emacs 21.
14114
14115 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14118         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14119
14120 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14123         (gnus-group-read-ephemeral-gmane-group): New command.
14124
14125 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14126
14127         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14128
14129 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * message.el (message-send-mail-function): Increase custom version.
14132
14133         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14134         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14135
14136 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14137
14138         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14139         for the cases where imap-authenticate is called with a nil buffer
14140         parameter.
14141
14142 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14145         html parts correctly; support forwarded messages.
14146         (gnus-article-browse-html-article): Remove work buffers.
14147
14148         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14149         compiling.
14150         (netrc-bound-and-true-p): New macro.
14151         (netrc-parse): Use it instead of bound-and-true-p that is not available
14152         in XEmacs 21.4.
14153
14154 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         * gnus-registry.el (gnus-registry-mark-article)
14157         (gnus-registry-article-marks): Add functionality to mark articles
14158         through the Gnus registry.
14159
14160         * encrypt.el: Clarify documentation for the new pgg method.
14161         (encrypt-file-alist): Add PGG option.
14162         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14163         functionality.  Abstract password key and messaging to external
14164         functions.
14165         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14166         (encrypt-message-method-and-cipher): Add new convenience external
14167         functions.
14168         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14169         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14170
14171         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14172         (netrc-parse): Use encrypt-file-alist to determine if
14173         encrypt-find-model or encrypt-insert-file-contents should be used.
14174
14175         * encrypt.el: Clarify documentation.  Load password-cache or
14176         password, whichever one is found first, instead of autoloading.
14177
14178 2007-12-19  Glenn Morris  <rgm@gnu.org>
14179
14180         * mml.el (message-options-set, message-narrow-to-head)
14181         (message-in-body-p, message-mail-p, message-encode-message-body):
14182         Autoload.
14183         (message-remove-header, message-narrow-to-headers-or-head)
14184         (message-subscribed-p, message-make-mail-followup-to)
14185         (message-position-on-field, message-news-p)
14186         (message-options-set-recipient, message-generate-headers)
14187         (message-sort-headers): Declare as functions.
14188
14189 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14192         convention in doc string.
14193
14194 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14197         title to html parts.
14198         (gnus-article-browse-html-article): Pass message header to it.
14199
14200         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14201
14202 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14205         or password compatible with XEmacs.
14206
14207 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14210         format document.
14211         (gnus-mime-delete-part): Don't write description line if empty.
14212         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14213
14214 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14215
14216         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14217         (gnus-summary-mark-read-and-unread-as-read)
14218         (gnus-summary-mark-current-read-and-unread-as-read)
14219         (gnus-summary-mark-unread-as-ticked): Doc fix.
14220         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14221
14222 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14225         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14226
14227 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14230         yes-or-no-p.
14231
14232 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * mm-decode.el (mm-add-meta-html-tag): New function.
14235         (mm-save-part-to-file, mm-pipe-part): Use it.
14236
14237         * gnus-art.el (gnus-article-browse-delete-temp-files):
14238         Use gnus-y-or-n-p instead of y-or-n-p.
14239         (gnus-article-browse-html-parts): Work with message/external-body; use
14240         mm-add-meta-html-tag.
14241
14242 2007-12-11  Glenn Morris  <rgm@gnu.org>
14243
14244         * gnus-cache.el: Require gnus-sum not just when compiling.
14245
14246         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14247
14248         * gnus-int.el (gnus-server-opened, gnus-status-message):
14249         Move definitions before use.
14250
14251         * mm-decode.el: Require gnus-util.
14252         (mm-remove-part): Only call delete-annotation on XEmacs.
14253
14254         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14255
14256         * nnmail.el: Require gnus-int.
14257
14258         * spam.el: Move `require's before `eval-when-compile's.
14259
14260         * gnus-ems.el (gnus-alive-p):
14261         * gnus-fun.el (message-goto-eoh):
14262         * gnus-util.el (gnus-group-name-decode):
14263         * mail-source.el (gnus-compress-sequence):
14264         * message.el (Info-goto-node, format-spec):
14265         * mm-bodies.el (message-options-get):
14266         * mm-decode.el (mm-view-pkcs7):
14267         * mm-util.el (gmm-write-region):
14268         * mml-smime.el (mml-compute-boundary)
14269         (gnus-completing-read-with-default):
14270         * mml.el (widget-button-press, gnus-make-hashtable):
14271         * mml1991.el (mm-decode-content-transfer-encoding)
14272         (mm-encode-content-transfer-encoding)
14273         (message-options-get, message-options-set):
14274         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14275         * nnfolder.el (gnus-request-group):
14276         * nnheader.el (ietf-drums-unfold-fws):
14277         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14278         * smime.el (gnus-run-mode-hooks):
14279         * spam-stat.el (gnus-message): Autoload.
14280
14281         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14282         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14283         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14284         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14285         Add declare-function compatibility definition.
14286
14287         * gnus-cache.el (nnvirtual-find-group-art):
14288         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14289         (gnus-add-image, gnus-add-wash-type):
14290         * gnus-group.el (nnkiboze-score-file):
14291         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14292         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14293         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14294         (message-tokenize-header, gnus-get-buffer-create)
14295         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14296         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14297         * gnus.el (gnus-group-decoded-name):
14298         * mail-source.el (imap-capability):
14299         * mm-bodies.el (message-options-set):
14300         * mm-decode.el (gnus-configure-windows):
14301         * mm-extern.el (message-goto-body):
14302         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14303         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14304         (epg-sub-key-validity, message-options-set):
14305         * mml.el (widget-event-point, gnus-configure-windows):
14306         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14307         * mml2015.el (epg-check-configuration, epg-configuration)
14308         (message-options-set):
14309         * nndb.el (nndb-request-article):
14310         * nnfolder.el (gnus-request-create-group):
14311         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14312         * nnmaildir.el (gnus-group-mark-article-read):
14313         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14314         * rfc1843.el (message-fetch-field):
14315         * spam.el (gnus-extract-address-components):
14316         Declare as functions.
14317
14318 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14321
14322         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14323
14324         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14325         bind show-trailing-whitespace for XEmacs.
14326
14327 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14330         new no-op macro for backward compatibility.
14331
14332         * imap.el (imap-string-to-integer): New function.
14333
14334 2007-12-09  Glenn Morris  <rgm@gnu.org>
14335
14336         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14337
14338         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14339         * message.el, mm-view.el, sieve-manage.el, smime.el:
14340         Add declare-function compatibility definition.
14341
14342         * gnus-art.el (w3-region, w3m-region, Info-menu):
14343         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14344         * gnus-sum.el (gnus-get-predicate):
14345         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14346         * message.el (mail-abbrev-in-expansion-header-p):
14347         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14348         (w3m-detect-meta-charset, w3m-region):
14349         * sieve-manage.el (password-read, password-cache-add)
14350         (password-cache-remove):
14351         * smime.el (password-read-and-add): Declare as functions.
14352
14353 2007-12-08  David Kastrup  <dak@gnu.org>
14354
14355         * gnus-sum.el (gnus-summary-simplify-subject-query):
14356         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14357         `message'.
14358
14359 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14362         it to bind idna-program, installation-directory, defined-colors, and
14363         face-attribute for XEmacs of the version that compiles defcustom forms.
14364
14365 2007-12-07  Glenn Morris  <rgm@gnu.org>
14366
14367         * gnus-art.el (article-make-date-line): Revert previous change.
14368
14369 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14372
14373 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14374
14375         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14376         Call gnus-add-to-range ranges only once with a prepared article-list.
14377
14378 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14379
14380         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14381         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14382         group names with backslashes.
14383         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14384
14385 2007-12-06  Deepak Goel  <deego3@gmail.com>
14386
14387         * gnus-art.el (article-make-date-line):
14388         * gnus-start.el (gnus-load):
14389         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14390
14391 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-art.el (gnus-use-idna):
14394         * gnus-start.el (gnus-site-init-file):
14395         * message.el (message-use-idna):
14396         * mm-uu.el (mm-uu-hide-markers):
14397         * smiley.el (smiley-style): Revert changes that suppress warnings.
14398
14399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14402         specify charset to html source.
14403         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14404
14405 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14408         idna-program in order to suppress byte compile warning issued by XEmacs
14409         that came to byte compile the default value section of defcustom forms
14410         recently.
14411
14412         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14413         value of installation-directory.
14414
14415         * message.el (message-use-idna): Don't directly refer to the value of
14416         idna-program.
14417
14418         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14419
14420         * smiley.el (smiley-style): Don't directly call face-attribute.
14421
14422 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14425
14426         * gnus-dired.el: Reduce Gnus dependencies.
14427         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14428         Don't require.  Use autoloads instead.
14429         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14430         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14431         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14432         (gnus-dired-mode): Adjust doc string.
14433         (gnus-dired-mail-mode): New variable.
14434         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14435         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14436         (gnus-dired-mail-buffers): New function.  Return mail or message
14437         composition buffers.
14438         (gnus-dired-attach): Use it.
14439         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14440         NO-DECODE.
14441         (gnus-dired-print): Use `gnus-print-buffer' depending on
14442         `gnus-dired-mail-mode'.
14443
14444 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * rfc2047.el (rfc2047-encoded-word-regexp)
14447         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14448         explaining what regexp patterns are for.
14449
14450 2007-12-04  Glenn Morris  <rgm@gnu.org>
14451
14452         * password.el: Move to password-cache.el.
14453
14454         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14455         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14456         * mml-smime.el (password-read, password-cache-add)
14457         (password-cache-remove):
14458         No need to autoload, since mml-sec requires password.
14459
14460         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14461         * message.el (gnus-extract-address-components):
14462         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14463
14464         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14465         password.
14466
14467 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * mailcap.el: Reduce dependencies.
14470         (mail-header-parse-content-type): Autoload.
14471         (mailcap-delete-duplicates): New alias.
14472         (mailcap-mime-info): Add optional argument NO-DECODE.
14473         (mailcap-mime-types): Use mailcap-delete-duplicates.
14474
14475         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14476
14477 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14478
14479         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14480         (imap-parse-status): Upcase status-att for servers that sends them
14481         lower-case (e.g., MS Exchange 2007).
14482
14483 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484
14485         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14486         function.
14487
14488         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14489         (gnus-uu-yenc-article): New function.
14490
14491         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14492
14493         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14494
14495 2007-12-02  Glenn Morris  <rgm@gnu.org>
14496
14497         * binhex.el (binhex): New custom group.
14498         (binhex-decoder-program, binhex-decoder-switches)
14499         (binhex-use-external): Move to the binhex custom group.
14500
14501         * uudecode.el (uudecode): New custom group.
14502         (uudecode-decoder-program, uudecode-decoder-switches)
14503         (uudecode-use-external): Move to the uudecode custom group.
14504
14505         * netrc.el (top-level): Don't load `encrypt' features.
14506         (netrc-parse): Don't use encrypt.
14507         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14508
14509         * encrypt.el: Remove file.
14510
14511 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14514         matches on patches.
14515
14516         * gnus-art.el (gnus-article-browse-html-article):
14517         Mention `mm-text-html-renderer' in the doc string.
14518
14519         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14520         string.  Add comments.
14521
14522         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14523         if rhs is ASCII.
14524
14525 2007-12-01  Glenn Morris  <rgm@gnu.org>
14526
14527         * mail-source.el (top-level): Require format-spec before
14528         eval-when-compile.
14529
14530 2007-11-30  Glenn Morris  <rgm@gnu.org>
14531
14532         * encrypt.el: Require password, rather than autoloading password-read.
14533
14534 2007-11-29  Glenn Morris  <rgm@gnu.org>
14535
14536         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14537         (sasl-make-client, sasl-next-step, sasl-step-data)
14538         (sasl-step-set-data): Declare as functions.
14539
14540 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14541
14542         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14543
14544 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14545
14546         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14547         certs should be verified and what is to be done in the event of a
14548         verification failure.
14549
14550         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14551         caller can indicate whether the cache should be disregarded for this
14552         call.  This way the result of the call is reproducible at all times and
14553         can be considered a canonical server name for the supplied method.
14554         (gnus-agent-method-p): Canonicalize server names by pushing their
14555         method through `gnus-method-to-server' using the no-cache argument.
14556
14557         * gnus-srvr.el (gnus-server-insert-server-line):
14558         Call `gnus-method-to-server' with `no-cache' argument.
14559
14560         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14561         gnus-agent-possibly-synchronize-flags as this should be called when the
14562         server is actually being opened.
14563         (gnus-agent-possibly-synchronize-flags)
14564         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14565         flags file of an agentized server to the latter function.
14566
14567         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14568         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14569         after a connection has been established successfully.
14570
14571 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (article-display-face): Force to display face if called
14574         interactively; check if gnus-article-x-face-too-ugly matches author.
14575         (article-display-x-face): Display face even if From header is missing
14576         as article-display-face does.
14577
14578 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14579
14580         * hashcash.el (message-narrow-to-headers-or-head)
14581         (message-fetch-field, message-goto-eoh)
14582         (message-narrow-to-headers): Declare as functions.
14583
14584 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * mail-source.el (mail-sources): Default to fetch from file for
14587         compatibility with default of nnmail-spool-file.
14588
14589 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14592         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14593         to look for encoded word that should be encoded again.
14594         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14595         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14596         encoding pattern.
14597         (rfc2047-decode-region): Switch strict regexp and loose one according
14598         to rfc2047-allow-irregular-q-encoded-words.
14599
14600 2007-11-25  Romain Francoise  <romain@orebokech.com>
14601
14602         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14603
14604 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * tls.el (tls-program): Provide more custom choices from
14607         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14608         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14609
14610 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14613         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14614
14615         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14616         `nnmail-spool-file'.
14617
14618         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14619         `nnmail-spool-file'.
14620
14621         * gnus-move.el (gnus-change-server): Ditto.
14622
14623         * gnus-kill.el (gnus-batch-score): Ditto.
14624
14625         * gnus-cache.el (gnus-jog-cache): Ditto.
14626
14627         * gnus-msg.el (gnus-summary-reply):
14628         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14629
14630 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14633         version.  Minor improvement to doc strings.
14634         (tls-program): Add comment.
14635
14636 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14637
14638         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14639         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14640         mismatch between the hostname provided in the certificate and the name
14641         of the host connnecting to.
14642         (open-tls-stream): Use them.  Check certificates against trusted root
14643         certificates.
14644
14645 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * gnus-cache.el (gnus-cache-generate-nov-databases):
14648         Use nnml-generate-nov-databases-directory instead of
14649         nnml-generate-nov-databases-1.
14650
14651 2007-11-24  Glenn Morris  <rgm@gnu.org>
14652
14653         * message.el (message-tool-bar-retro): Update for rename
14654         mail_send.xpm->mail-send.xpm.
14655
14656 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14659         `smime-ldap-search' for Emacs 22 and up.
14660
14661 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14662
14663         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14664
14665         * message.el (message-send-mail-function): Fix error convention.
14666         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14667         (message-widen-reply, message-send-mail, message-talkative-question)
14668         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14669         (message-clone-locals, message-send-news): Use with-current-buffer.
14670         (message-insert-or-toggle-importance): Remove unused var `valid'.
14671         (message-make-references): Remove unused var `new-references'.
14672         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14673
14674 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14675
14676         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14677         (spam-split-symbolic-return-positive): Reflow docstring.
14678         (spam-backends, spam-summary-exit-behavior)
14679         (spam-mark-ham-unread-before-move-from-spam-group)
14680         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14681         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14682         (spam-clear-cache, spam-backend-check, spam-install-backend)
14683         (spam-install-statistical-backend, spam-list-of-processors)
14684         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14685         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14686         (spam-check-crm114, spam-initialize, spam-unload-hook):
14687         Fix typos in docstrings.
14688
14689 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14692         been checked if they have never been read and those group levels are
14693         higher than the one that a user specified.
14694
14695 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14698         foreign groups unless a group level is specified by a user.
14699         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14700
14701 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * message.el (message-send-mail-function): Require sendmail.
14704
14705 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * message.el (message-send-mail-function): Check for smtpmail too.
14708
14709         * utf7.el (utf7-encode, utf7-decode): Use coding system
14710         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14711
14712         * message.el (message-send-mail-function): New function.
14713         (message-send-mail-function): Set default using
14714         message-send-mail-function.  Adjust doc string.
14715         (message-send-mail-with-mailclient): New function.
14716
14717 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14718
14719         * smime.el (from):
14720         * rfc2047.el (message-posting-charset):
14721         * qp.el (mm-use-ultra-safe-encoding):
14722         * pop3.el (parse-time-months):
14723         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14724         * nnml.el (files):
14725         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14726         (jka-compr-compression-info-list, ange-ftp-path-format)
14727         (efs-path-regexp):
14728         * nndiary.el (files):
14729         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14730         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14731         (epg-digest-algorithm-alist, inhibit-redisplay)
14732         (password-cache-expiry):
14733         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14734         (pgg-output-buffer, password-cache-expiry):
14735         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14736         (efs-path-regexp):
14737         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14738         (inhibit-redisplay):
14739         * mm-uu.el (file-name, start-point, end-point, entry)
14740         (gnus-newsgroup-name, gnus-newsgroup-charset):
14741         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14742         (latin-unity-ucs-list):
14743         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14744         (mm-uu-binhex-decode-function):
14745         * message.el (gnus-message-group-art, gnus-list-identifiers)
14746         (rmail-enable-mime-composing, gnus-local-organization)
14747         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14748         (gnus-read-active-file, facemenu-add-face-function)
14749         (facemenu-remove-face-function, gnus-article-decoded-p)
14750         (tool-bar-mode):
14751         * mail-source.el (display-time-mail-function):
14752         * gnus-util.el (nnmail-pathname-coding-system)
14753         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14754         (gnus-original-article-buffer, gnus-user-agent)
14755         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14756         (xemacs-codename, sxemacs-codename, emacs-program-version):
14757         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14758         * gnus-start.el (gnus-agent-covered-methods)
14759         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14760         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14761         (gnus-newsgroup-headers, gnus-group-list-mode)
14762         (gnus-group-mark-positions, gnus-newsgroup-data)
14763         (gnus-newsgroup-unreads, nnoo-state-alist)
14764         (gnus-current-select-method, mail-sources)
14765         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14766         (nnmail-spool-file, gnus-cache-active-hashtb):
14767         * gnus-mh.el (mh-lib-progs):
14768         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14769         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14770         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14771         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14772         (gnus-group-buffer):
14773         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14774         (font-lock-set-defaults):
14775         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14776         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14777         (gnus-summary-post-menu, total-parts, type, condition, length):
14778         * gnus-agent.el (gnus-agent-read-agentview):
14779         * flow-fill.el (show-trailing-whitespace):
14780         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14781         eval-and-compile wrappers for byte compiler pacifiers.
14782
14783         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14784         (mm-display-inline-fontify): Check for featurep 'xemacs not
14785         extent-list.
14786
14787         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14788         itimer-list.
14789         (mm-create-image-xemacs): Only do something for XEmacs.
14790         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14791
14792         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14793
14794         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14795         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14796
14797 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14798
14799         * nnimap.el (nnimap-split-download-body):
14800         * gnus-demon.el (gnus-demon):
14801         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14802
14803 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14806         New macros.
14807         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14808         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14809         copy data from unibyte buffer to multibyte current buffer.
14810         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14811         to copy data from unibyte current buffer to multibyte buffer.
14812         (nntp-make-process-buffer): Make process buffer unibyte.
14813
14814         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14815
14816 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14817
14818         * pop3.el (pop3-open-server): Accept and process data more robustly at
14819         connection start to avoid spurious "POP SSL connection failed" errors.
14820
14821 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14824         read group names.
14825
14826 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14829
14830 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14833         (nnmail-save-active): Use a unibyte buffer when saving active file,
14834         which may contain non-ASCII group names.
14835
14836         * nnml.el (nnml-request-group): Decode group names in messages.
14837
14838 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * message.el (message-citation-line-function)
14841         (message-insert-formatted-citation-line): Fix spelling of
14842         `message-insert-formated-citation-line'.
14843
14844 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14847
14848 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14851         nnmail-pathname-coding-system.
14852
14853         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14854         that a user enters; decode group names in messages.
14855
14856         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14857
14858 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14861
14862         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14863
14864         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14865         risky local variable.
14866
14867         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14868
14869 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * encrypt.el: Improve documentation to fix function name typo.
14872         Reported by Daiki Ueno <ueno@unixuser.org>.
14873
14874 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14877         even if the point is not in the last page of an article.
14878         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14879         back to the previous page.
14880
14881 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14884
14885 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14888
14889 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14890
14891         * message.el (message-check-news-body-syntax):
14892         Avoid mm-string-as-multibyte.
14893         (message-hide-headers): Don't assume (point-min)==1.
14894
14895 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * message.el (message-remove-blank-cited-lines): Fix if remove is
14898         given.
14899         (message-bogus-address-regexp): New variable.
14900         (message-bogus-recipient-p): New function.
14901         (message-check-recipients): New command.
14902         (message-syntax-checks): Add `bogus-recipient'.
14903         (message-fix-before-sending): Add `bogus-recipient'.
14904
14905         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14906         (gnus-treat-body-boundary): Don't test window-system.
14907
14908 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14909
14910         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14911
14912 2007-10-28  Miles Bader  <miles@gnu.org>
14913
14914         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14915         at compile-time too.
14916
14917 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * gnus-msg.el (gnus-message-setup-hook):
14920         Add `message-remove-blank-cited-lines' to options.
14921
14922 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * message.el (message-remove-blank-cited-lines): New function.
14925         Suggested by Karl Plästerer.
14926
14927 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14930         mapc.
14931
14932         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14933         (top-level): Use mapc to set functions to be traced for debugging.
14934
14935         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14936         called for effect with while loop.
14937
14938         * message.el (message-talkative-question): Replace mapcar called for
14939         effect with mapc.
14940
14941         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14942         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14943         called for effect with dolist.
14944
14945         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14946
14947         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14948         gnus-extra-headers and nnmail-extra-headers.
14949
14950         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14951         called for effect with dolist.
14952         (top-level): Use mapc to set functions to be traced for debugging.
14953
14954         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14955         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14956         dolist.
14957
14958         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14959         Replace mapcar called for effect with mapc.
14960         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14961         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14962         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14963         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14964
14965         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14966         remove-if that's a cl function.
14967
14968         * webmail.el (webmail-debug): Replace mapcar called for effect with
14969         dolist.
14970
14971         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14972         with mapc.
14973
14974 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14977         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14978         with while loop.
14979
14980         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14981         functions from article-* functions.
14982         (gnus-multi-decode-header): Replace mapcar called for effect with
14983         dolist.
14984
14985         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14986         (gnus-bookmark-show-details): Replace mapcar called for effect with
14987         while loop.
14988
14989         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14990         called for effect with while loop.
14991
14992         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14993         with dolist.
14994
14995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14996         Replace mapcar called for effect with dolist.
14997
14998         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14999
15000         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15001         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15002         Replace mapcar called for effect with dolist.
15003         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15004         mapc.
15005
15006         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15007         Replace mapcar called for effect with dolist.
15008         (gnus-topic-list): Replace mapcar called for effect with mapc.
15009
15010         * gnus.el: Use mapc instead of mapcar to add autoloads.
15011
15012 2007-10-23  Richard Stallman  <rms@gnu.org>
15013
15014         * gnus-group.el (gnus-group-highlight): Mark as risky.
15015
15016 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus.el (gnus-server-to-method): Return method found first in
15019         gnus-newsrc-alist.
15020
15021         * gnus-art.el (gnus-article-highlight-signature)
15022         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15023         button overlay without the front stickiness.
15024
15025 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15026
15027         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15028         overview buffer needed a catch to receive its throw.
15029         (gnus-agent-flush-cache): Declare as interactive to make this function
15030         easier to use.
15031
15032 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15035         `next-line'.
15036
15037 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15040         exclude address matching message-dont-reply-to-names.
15041
15042 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-util.el (gnus-string<): New function.
15045
15046         * gnus-sum.el (gnus-article-sort-by-author)
15047         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15048
15049 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15052         the frame-focus tag is set in gnus-buffer-configuration.
15053
15054 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15057         the front stickiness.
15058
15059 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15062         url pattern; remove duplicate one.
15063         (gnus-article-extend-url-button): New function.
15064         (gnus-article-add-buttons): Use it.
15065         (gnus-button-push): Use concatenated url that it makes.
15066
15067 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15068
15069         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15070
15071 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15072
15073         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15074         Don't hardcode point-min==1.
15075
15076 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15079         Fix comment about "iso8859-1".
15080
15081 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15082
15083         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15084         ones returned from the verify-function.
15085
15086         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15087         Call mml2015-extract-cleartext-signature if extraction failed.
15088
15089 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15090
15091         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15092         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15093         failed.
15094
15095 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15098
15099 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15102         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15103         recommends to use EasyPG instead of PGG.
15104
15105         * pgg.el: Revert to revision 6.23.2.16.
15106
15107         * pgg-def.el: Revert to revision 6.6.2.14.
15108
15109         * pgg-gpg.el: Revert to revision 6.23.2.34.
15110
15111 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15112
15113         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15114         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15115         thread for both the null and zero (kill/expire thread) universal prefix
15116         cases.
15117         (gnus-summary-expire-thread): Add new function to expire a thread,
15118         using gnus-summary-kill-thread.
15119         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15120         shortcuts for gnus-summary-expire-thread.
15121         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15122         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15123
15124 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15127         extras value, so an extras entry can be deleted.
15128         (gnus-registry-delete-extra-entry): Use it.
15129         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15130         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15131         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15132         storage through the gnus-registry, and provide an appropriate API for
15133         it.
15134
15135 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15138         Suggested by Leo <sdl.web@gmail.com>.
15139
15140         * gnus.el: Do.
15141
15142 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15145         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15146
15147         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15148
15149         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15150         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15151
15152 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15155         newline.
15156         (nnmbox-request-accept-article): Don't change article in source buffer;
15157         narrow to header to use message-fetch-field rather than
15158         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15159         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15160         as delimiters; make sure article ends with newline.
15161         (nnmbox-delete-mail): Correct last position of article to be deleted;
15162         ignore X-Gnus-Newsgroup header in article body.
15163         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15164         positions; make sure article ends with newline.
15165
15166         * message.el (message-display-abbrev): Don't infloop when a user
15167         inserts SPC in the beginning of header.
15168
15169         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15170         coding-system-for-read and coding-system-for-write for XEmacs having no
15171         file-coding feature.
15172
15173         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15174
15175 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15176
15177         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15178         list of groups not followed by default.  Fix type to be regexp.
15179         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15180
15181 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15182
15183         * hmac-def.el (define-hmac-function): Switch from old-style to
15184         new-style backquotes.
15185
15186         * md4.el (md4-make-step): Likewise.
15187
15188 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15191         raw-text coding system when saving .newsrc file, which may contain
15192         non-ASCII group names.
15193
15194 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-cus.el (gnus-score-extra): New widget.
15197         (gnus-score-extra-convert): New function.
15198         (gnus-score-customize): Use it for Extra.
15199
15200 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15201
15202         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15203         (mml2015-mailcrypt-clear-verify): Use it.
15204         (mml2015-gpg-clear-verify): Use it.
15205         (mml2015-pgg-clear-verify): Use it.
15206         (mml2015-epg-clear-verify): Replace the current part with the output
15207         from GnuPG; don't extract the plaintext by itself.
15208
15209         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15210         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15211         mml2015-clear-verify-function; don't touch the armor headers or
15212         dash-escaped text here.
15213
15214 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15217         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15218         parts, or application/octet-stream as a last resort.
15219         (gnus-mime-view-part-as-type): Don't toggle display.
15220         (gnus-mime-view-part-as-charset): Don't turn off display before
15221         querying charset.
15222
15223         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15224         stuff to undisplayer function in Emacs.
15225         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15226
15227         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15228         text/calendar parts.
15229
15230 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15233         decoding text/calendar parts.
15234
15235         * message.el (message-forward-make-body-mime): Always mark body as
15236         having no illegible text; remove signed-or-encrypted argument.
15237         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15238
15239         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15240         (mml-generate-mime-1): Don't encode body if it is specified to be in
15241         raw form; don't make buffer be unibyte when inserting multibyte string.
15242
15243 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15244
15245         * sha1.el: Fix up comment style.
15246         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15247         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15248
15249         * hex-util.el: Fix up comment style.
15250         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15251
15252         * gnus-salt.el: Use with-current-buffer.
15253         (gnus-pick-setup-message): Fix long-standing typo.
15254
15255 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * imap.el (imap-logout-timeout): New variable.
15258         (imap-logout, imap-logout-wait): New functions.
15259         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15260
15261         * nnimap.el (nnimap-logout-timeout): New server variable.
15262         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15263         nnimap-logout-timeout.
15264
15265         * gnus-art.el (gnus-article-summary-command-nosave)
15266         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15267
15268 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus.el (gnus-maximum-newsgroup): New variable.
15271
15272         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15273         according to gnus-maximum-newsgroup.
15274
15275         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15276         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15277         Limit the range of articles according to gnus-maximum-newsgroup.
15278
15279 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15280
15281         * gnus-art.el (gnus-sticky-article): Fix problems described in
15282         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15283         Don't perform gnus-configure-windows here; reuse existing sticky
15284         article buffer.
15285
15286         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15287         it doesn't exist in gnus-article-mode.
15288
15289 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15292         (gnus-agent-decoded-group-name): New function.
15293         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15294         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15295
15296 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15297
15298         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15299         Add binding for gnus-sticky-article.
15300         (gnus-summary-exit): Don't kill sticky article buffers.
15301
15302         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15303         article buffer.
15304         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15305         (gnus-kill-sticky-article-buffers): New commands.
15306
15307 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * nntp.el (nntp-xref-number-is-evil): New server variable.
15310         (nntp-find-group-and-number): If it is non-nil, don't trust article
15311         numbers in the Xref header.
15312
15313 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-agent.el (gnus-agent-read-group): New function.
15316         (gnus-agent-flush-group, gnus-agent-expire-group)
15317         (gnus-agent-regenerate-group): Use it.
15318         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15319         nnmail-pathname-coding-system.
15320
15321 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15324
15325         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15326         that are unread as unread, and also as selected so that information of
15327         marks having been changed by a user may be updated when exiting group.
15328
15329 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15332
15333 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15336         calculated ignoring signature parts to gnus-treat-article.
15337
15338 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15341         a point here in order to keep the window start.
15342         (gnus-insert-mime-security-button): Make a button overlay without the
15343         front stickiness.
15344         (gnus-mime-display-security): Goto the end of a button.
15345
15346         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15347
15348 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15351         group-name-at-point.
15352         (gnus-group-completing-read): New function that offers decoded
15353         non-ASCII group names for completion.
15354         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15355         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15356         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15357         (gnus-group-fetch-control): Use it.
15358         (gnus-fetch-group): Use group-name-at-point for the initial value
15359         rather than the default value; use gnus-alive-p.
15360
15361         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15362         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15363         (gnus-summary-post-news): Use gnus-group-completing-read.
15364
15365         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15366         (gnus-read-move-group-name): Decode group name for completion.
15367
15368 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15371         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15372         Yamaoka slightly modified the code).
15373
15374 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15377         (nnmail-split-incoming): Bind it.
15378
15379         * nnml.el (nnml-group-name-charset): New function.
15380         (nnml-decoded-group-name): Use it; don't decode group name if
15381         nnmail-group-names-not-encoded-p is non-nil.
15382         (nnml-encoded-group-name): New function.
15383         (nnml-group-pathname): Inline nnml-decoded-group-name.
15384         (nnml-request-expire-articles): Decode group name in message.
15385         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15386         nnmail-pathname-coding-system.
15387         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15388         not decoded ones according to nnmail-group-names-not-encoded-p.
15389         (nnml-generate-active-info): Use nnml-encoded-group-name.
15390
15391 2007-08-08  Glenn Morris  <rgm@gnu.org>
15392
15393         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15394         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15395         doc-strings and comments.
15396
15397 2007-07-25  Glenn Morris  <rgm@gnu.org>
15398
15399         * Relicense all FSF files to GPLv3 or later.
15400
15401 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-sum.el (gnus-summary-move-article):
15404         Make gnus-summary-respool-article work.
15405
15406 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15407
15408         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15409         string.
15410
15411 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15412
15413         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15414         that should be ignored when comparing distant RSS articles with local
15415         ones.
15416         (nnrss-make-hash-index): New function.  Create a hash index according
15417         to the ignored fields.
15418         (nnrss-check-group): Use it.
15419
15420 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15423
15424         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15425
15426         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15427         the new optional argument ENCODED is non-nil.
15428         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15429         coding system for encoding group name.
15430         (gnus-group-make-rss-group): Pass un-encoded group name to
15431         gnus-group-make-group.
15432         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15433         encoded.
15434
15435         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15436         Encode group name to which articles are moved or copied.
15437         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15438         coding system for encoding Newsgroup, Followup-To and Xref headers.
15439
15440         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15441         marks; use nnheader-file-coding-system to write a file.
15442         (nnagent-retrieve-headers): Bind file-name-coding-system to
15443         nnmail-pathname-coding-system.
15444
15445         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15446
15447         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15448         (nnml-request-article, nnml-request-create-group)
15449         (nnml-request-rename-group, nnml-find-id)
15450         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15451         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15452         (nnml-save-marks): Use nnml-group-pathname instead of
15453         nnmail-group-pathname.
15454
15455         (nnml-request-create-group, nnml-request-expire-articles)
15456         (nnml-request-move-article, nnml-request-delete-group)
15457         (nnml-deletable-article-p, nnml-possibly-create-directory)
15458         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15459         (nnml-open-marks): Bind file-name-coding-system to
15460         nnmail-pathname-coding-system.
15461
15462         (nnml-request-article): Pass server argument to nnml-find-group-number.
15463         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15464         Pass server argument to nnml-possibly-create-directory.
15465         (nnml-request-accept-article): Pass server argument to
15466         nnml-active-number and nnml-save-mail.
15467         (nnml-find-group-number): Pass server argument to nnml-find-id.
15468         (nnml-request-update-info): Pass server argument to
15469         nnml-marks-changed-p.
15470
15471         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15472         (nnml-save-mail, nnml-active-number): Add server argument.
15473
15474         (nnml-request-delete-group): Warn if group is missing.
15475         (nnml-get-nov-buffer): Decode group name.
15476         (nnml-generate-active-info): Encode group name.
15477         (nnml-open-marks): Decode group name in messages.
15478
15479 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15482         if it is not specified.
15483         (gnus-article-pipe-part, gnus-article-save-part)
15484         (gnus-article-interactively-view-part, gnus-article-copy-part)
15485         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15486         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15487         (gnus-article-replace-part, gnus-article-delete-part)
15488         (gnus-article-view-part-as-type): Pass raw prefix argument to
15489         gnus-article-part-wrapper.
15490
15491 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-agent.el (gnus-agent-save-active):
15494         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15495
15496         * gnus-cache.el (gnus-cache-save-buffers)
15497         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15498         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15499         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15500         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15501         (gnus-cache-generate-active, gnus-cache-rename-group)
15502         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15503         (gnus-cache-update-overview-total-fetched-for):
15504         Bind file-name-coding-system to nnmail-pathname-coding-system.
15505         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15506         New variables.
15507         (gnus-cache-decoded-group-name): New function.
15508         (gnus-cache-file-name): Use it.
15509         (gnus-cache-generate-active): Use non-decoded group name for active.
15510
15511         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15512         right place.
15513         (gnus-write-active-file): Don't break non-ASCII group names.
15514
15515         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15516         nnmail-pathname-coding-system.
15517
15518         * lpath.el: Bind default-file-name-coding-system,
15519         file-name-coding-system and language-info-alist for XEmacs.
15520
15521         * gnus-uu.el (gnus-uu-decode-save): Typo.
15522
15523 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15526
15527 2007-07-14  David Kastrup  <dak@gnu.org>
15528
15529         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15530         finishing actions if we did not edit the article.
15531
15532 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15535         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15536         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15537         (gnus-agent-flush-group, gnus-agent-flush-cache)
15538         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15539         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15540         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15541         (gnus-agent-regenerate-group)
15542         (gnus-agent-update-files-total-fetched-for)
15543         (gnus-agent-update-view-total-fetched-for):
15544         Bind file-name-coding-system to nnmail-pathname-coding-system.
15545         (gnus-agent-group-pathname): Don't encode file names by
15546         nnmail-pathname-coding-system.
15547         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15548         coding-system-for-write instead of buffer-file-coding-system to
15549         gnus-agent-file-coding-system.
15550
15551         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15552         Decode group name.
15553
15554         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15555
15556         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15557         (gnus-read-newsrc-el-file): Make group names unibyte.
15558
15559         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15560         nnmail-pathname-coding-system.
15561
15562         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15563         (nnrss-request-delete-group): Bind file-name-coding-system to
15564         nnmail-pathname-coding-system.
15565         (nnrss-read-server-data, nnrss-read-group-data):
15566         Bind file-name-coding-system correctly.
15567         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15568
15569         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15570         (nntp-server-to-method-cache): New variable.
15571         (nntp-group-pathname): New function that decodes non-ASCII group names.
15572         (nntp-possibly-create-directory, nntp-marks-changed-p)
15573         (nntp-save-marks, nntp-open-marks): Use it.
15574         (nntp-possibly-create-directory, nntp-open-marks):
15575         Bind file-name-coding-system to nnmail-pathname-coding-system.
15576         (nntp-open-marks): Decode group names when bootstrapping marks.
15577
15578         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15579         Newsgroups and Followup-To headers.
15580
15581 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15584         (gnus-server-closed-face, gnus-server-denied-face)
15585         (gnus-server-offline-face): Remove variable.
15586         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15587
15588         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15589         of modifying message-stack directly for XEmacs.
15590
15591         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15592         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15593         if the coding-system argument is nil for XEmacs.
15594
15595         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15596         mm-charset-override-alist.
15597
15598         * rfc2047.el: Don't require base64; require rfc2045 for the function
15599         rfc2045-encode-string.
15600         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15601         to quote the parameter value.
15602
15603 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15606         form in gnus-group-name-charset-method-alist.
15607
15608         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15609         overrides the default layout edit-form.
15610
15611         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15612
15613         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15614
15615 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15618         as unfetched articles.
15619
15620 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15623
15624 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15627         original back end that keeps marks in the local system.
15628
15629 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15632         arg of pop-to-buffer for XEmacs.
15633         (gnus-article-read-summary-keys): Ditto; don't restore window
15634         configuration if summary command ends up with neither article buffer
15635         nor summary buffer; describe bindings if summary keys end with C-h.
15636
15637 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * message.el (message-fix-before-sending): Skip raw message part to be
15640         forwarded while checking illegible text.
15641         (message-forward-make-body-mime, message-forward-make-body):
15642         Mark signed or encrypted raw message as having no illegible text.
15643
15644 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15647         (gnus-message-with-timestamp-1): New macro.
15648         (gnus-message-with-timestamp): New function.
15649         (gnus-message): Use them.
15650
15651         * nnheader.el (nnheader-message): Use them.
15652
15653 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15656         .newsrc.eld file.
15657
15658 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-agent.el (gnus-agent-fetch-headers)
15661         (gnus-agent-retrieve-headers):
15662         Bind gnus-decode-encoded-address-function to identity.
15663
15664         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15665         available also when the server returns simply a dot.
15666
15667         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15668
15669 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15672
15673 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-ems.el (gnus-x-splash): Make it work.
15676
15677         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15678         from being used.
15679
15680         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15681
15682 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15685         4th and the 5th arguments.
15686
15687         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15688         the front stickiness.
15689         (gnus-article-summary-command-nosave): Correct the order of the
15690         arguments passed to pop-to-buffer.
15691         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15692         summary command ends up with the article buffer.
15693
15694         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15695         the same faces.
15696
15697 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15698
15699         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15700
15701 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15702
15703         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15704         * gnus-sum.el (gnus-summary-highlight):
15705         * pgg.el (pgg-sign-region, pgg-sign):
15706         * mail-source.el (mail-source-delete-old-incoming-confirm):
15707         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15708
15709 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-art.el (gnus-mime-view-part-externally)
15712         (gnus-mime-view-part-internally): Fix predicate function passed to
15713         completing-read.
15714
15715         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15716
15717         * gnus.el (gnus-update-message-archive-method): Add :version.
15718
15719 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus.el (gnus-update-message-archive-method): New variable.
15722
15723         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15724         according to gnus-message-archive-method if
15725         gnus-update-message-archive-method is non-nil.
15726
15727 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15730         Suggested by Loic Dachary <loic@dachary.org>.
15731         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15732
15733 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * message.el (message-pop-to-buffer): Add switch-function argument.
15736         (message-mail): Pass switch-function argument to it.
15737
15738 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15741         Improve doc string.
15742
15743 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15746         (gnus-header-content):
15747         * gnus-cite.el (gnus-cite-10):
15748         * gnus-srvr.el (gnus-server-closed):
15749         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15750         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15751         (gnus-group-mail-3-empty, gnus-group-mail-low)
15752         (gnus-group-mail-low-empty, gnus-splash):
15753         * message.el (message-header-to, message-header-cc)
15754         (message-header-subject, message-header-other, message-header-name)
15755         (message-header-xheader, message-separator, message-cited-text)
15756         (message-mml): Lighten colors of faces used for dark background.
15757
15758 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15759
15760         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15761         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15762
15763 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * message.el (message-narrow-to-headers-or-head):
15766         Ignore mail-header-separator in the body.
15767
15768 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15771         same as window size.
15772
15773 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15774
15775         * message.el (message-font-lock-keywords): Use message-header-xheader
15776         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15777         ahead of the anything pattern, to get it recognized.
15778
15779 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15782         spam.el loads uses it in the compiled defadvice form.
15783
15784 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15785
15786         * gnus-sum.el (gnus-articles-to-read)
15787         (gnus-summary-insert-old-articles): Don't truncate group name for
15788         `read-string'.
15789
15790         * gnus-util.el (gnus-limit-string): Delete this function.
15791
15792         * gnus-sum.el (gnus-simplify-subject-fully):
15793         Use `truncate-string-to-width' instead.
15794
15795 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15796
15797         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15798         Tell if, on summary exit, the next group has to be selected.
15799         (gnus-summary-exit): Use it.
15800
15801 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15804         non-break space.
15805
15806 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15809         Check if group is not a directory.
15810         (nnfolder-request-expire-articles): Don't delete articles if the target
15811         group is not available.
15812
15813         * nnml.el (nnml-request-create-group): Properly check if group is not a
15814         file.
15815         (nnml-request-expire-articles): Don't delete articles if the target
15816         group is not available.
15817
15818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15819         Don't quote characters that are within parentheses.
15820
15821 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15824         (gnus-handle-ephemeral-exit): Select article according to it.
15825
15826 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * message.el (message-insert-formated-citation-line): Remove newline.
15829         (message-citation-line-format): Add final \n here so that the user can
15830         avoid a blank line.
15831
15832 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15833
15834         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15835         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15836         Update lanl/arXiv support.
15837
15838 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15839
15840         * gnus.el: Bump version number.
15841
15842 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843
15844         * gnus.el (gnus-version-number): Bump version.
15845
15846 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15847
15848         * gnus.el: No Gnus v0.6 is released.
15849
15850 2007-04-27  Didier Verna  <didier@xemacs.org>
15851
15852         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15853         * gmm-utils.el (gmm-regexp-concat): ... here.
15854         * message.el: Don't require 'gnus-util.
15855         (message-dont-reply-to-names): Handle name change above.
15856         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15857
15858 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15861         since the initial value varies according to the system.
15862
15863 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15866
15867 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15868
15869         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15870
15871 2007-04-24  Didier Verna  <didier@xemacs.org>
15872
15873         Improve the type of gnus-ignored-from-addresses.
15874         * gnus-util.el (gnus-orify-regexp): New function.
15875         * message.el (gnus-util): Require it.
15876         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15877         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15878         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15879
15880 2007-04-24  Didier Verna  <didier@xemacs.org>
15881
15882         * gnus-sum.el:
15883         * gnus-utils.el: Fix some trailing whitespaces.
15884
15885 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15888         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15889         article's Message-ID; refer parent article in summary buffer.
15890
15891         * message.el (message-bounce): Call mime-to-mml.
15892
15893         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15894         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15895         optimize and/or forms properly.
15896
15897 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15900         URL.
15901
15902 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15905
15906 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15909         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15910         displayed of multipart/alternative part if it is invoked from summary
15911         buffer.
15912
15913         * mm-view.el (mm-inline-text-html-render-with-w3m)
15914         (mm-inline-text-html-render-with-w3m-standalone)
15915         (mm-inline-render-with-function): Use mail-parse-charset by default.
15916
15917 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15918
15919         * parse-time.el (parse-time-string-chars): Check if CHAR
15920         is less than the length of parse-time-syntax.
15921
15922 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15925         from gnus-newsgroup-processable.
15926
15927 2007-04-16  Didier Verna  <didier@xemacs.org>
15928
15929         * gnus-msg.el (gnus-configure-posting-styles):
15930         Handle message-signature-directory properly with :file syntax.
15931         Reported by "Leo".
15932
15933 2007-04-11  Didier Verna  <didier@xemacs.org>
15934
15935         New user option: message-signature-directory.
15936         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15937         * message.el (message-insert-signature): Ditto.
15938         * message.el (message-signature-file): Doc update.
15939         * message.el (message-signature-directory): New.
15940
15941 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * gnus-msg.el (gnus-inews-yank-articles):
15944         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15945
15946 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * message.el (message-yank-original): Make sure cited text ends with
15949         newline; don't exchange point and mark.
15950
15951 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15952
15953         * tls.el (open-tls-stream): Properly handle case where there
15954         is no associated buffer.
15955
15956 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15957
15958         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15959         message-yank-original, make sure (< mark TEXT point).
15960
15961 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * message.el (message-fill-column): New variable.
15964         (message-mode): Use it.  Add comment on a possible new hook.
15965
15966         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15967         (nnmail-get-new-mail): Reformat.
15968
15969         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15970
15971         * gmm-utils.el: Fix Commentary.
15972         (gmm-tool-bar-from-list): Fix typo in doc string.
15973
15974 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15975
15976         * message.el (message-yank-original): Don't switch point and mark
15977         unnecessarily to put point and mark as documented.
15978
15979 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15980
15981         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15982         from the message heads.
15983
15984 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15985
15986         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15987         article buffer does not have a window.  This may not be the best
15988         solution but is certainly better than setting the start of the null,
15989         that is the current, window.
15990
15991 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15994         (gnus-draft-setup): Run it.
15995
15996         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15997         gnus-score-fast-scoring.  Allow regexp.
15998         (gnus-score-headers): Use it.
15999
16000         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16001         XEmacs.
16002
16003         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16004         string.
16005         (gnus-button-alist): Also catch `<f1> k ...'.
16006         (gnus-treat-display-x-face): Fix doc string.
16007
16008 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16009
16010         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16011         evaluation of gnus-extended-version to ensure correct generation of the
16012         User-Agent header when message-generate-headers-first is used.
16013
16014 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16015
16016         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16017         hashcash-path is nil.  Don't call callback with incorrect number of
16018         parameters if val is 0.
16019
16020 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16021
16022         * message.el (message-required-news-headers):
16023         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16024
16025 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16026
16027         * tls.el (open-tls-stream): In handshake-waiting loop,
16028         don't wait more if there is output available to process.
16029
16030 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16031
16032         * tls.el (tls-program): Doc fix.
16033
16034 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * message.el (message-generate-new-buffers): Change the meaning of the
16037         nil value; add `standard' to the choices; treat t as `unique'; improve
16038         doc string.
16039         (gnus-select-frame-set-input-focus): Autoload.
16040         (message-buffer-name): Search for the existing message buffer if
16041         message-generate-new-buffers is nil or `standard'; treat the value t of
16042         message-generate-new-buffers as `unique'.
16043         (message-pop-to-buffer): Raise the frame already displaying the message
16044         buffer; clear the echo area after querying.
16045         (message-setup): Pass the `continue' argument to compose-mail.
16046         (message-mail): Prefer `switch-function' if it is given; search for the
16047         existing message buffer if the `continue' argument is non-nil; pass
16048         continue and switch-function arguments to compose-mail by way of
16049         message-setup.
16050         (message-mail-other-window): Adjust argument of message-setup.
16051         (message-mail-other-frame): Ditto.
16052
16053 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16056         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16057         to turn font-lock on when turning gnus-message-citation-mode on.
16058
16059 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16060
16061         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16062         (mml-smime-function-alist): New variable; add epg as the backend.
16063         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16064         mml-smime- functions instead.
16065         * mm-view.el: Require smime.
16066
16067 2007-03-05  Didier Verna  <didier@xemacs.org>
16068
16069         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16070         instead of just inheritance for posting styles.
16071         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16072
16073 2007-02-24  Chris Moore  <dooglus@gmail.com>
16074
16075         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16076         * pgg-pgp.el (pgg-pgp-encrypt-region):
16077         * pgg-gpg.el (pgg-gpg-encrypt-region):
16078         Check pgg-encrypt-for-me if no other recipients.
16079
16080 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16081
16082         * tls.el (tls-certtool-program): Fix custom type.
16083
16084 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16087         and point-at-eol instead of line-(beginning|end)-position.
16088
16089         * assistant.el (assistant-parse-buffer): Ditto.
16090
16091         * netrc.el (netrc-parse-services): Ditto.
16092
16093 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16094
16095         * mml2015.el (mml2015-epg-find-usable-key): New function.
16096         (mml2015-epg-sign): Use it.
16097         (mml2015-epg-encrypt): Use it.
16098
16099 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * message.el (message-make-in-reply-to): Quote name containing
16102         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16103         if there are special characters.  Reported by NAKAJI Hiroyuki
16104         <nakaji@jp.freebsd.org>.
16105
16106 2007-02-27  Didier Verna  <didier@xemacs.org>
16107
16108         Include the group parameters as well as the topic ones in the
16109         inheritance filter process.
16110         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16111         argument GROUP-PARAMS-LIST.
16112         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16113
16114 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * nntp.el (nntp-never-echoes-commands)
16117         (nntp-open-connection-functions-never-echo-commands): New variables.
16118         (nntp-send-command): Use them.
16119
16120 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16121
16122         * mml2015.el (mml2015-epg-verify): Simplify.
16123
16124 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * mml.el (mml-content-disposition-alist): New user option.
16127         (mml-content-disposition): New function.
16128         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16129         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16130
16131 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16132
16133         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16134         verification.
16135
16136 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16137
16138         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16139         articles posted in the last 24 hours.
16140
16141 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16142
16143         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16144
16145 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16146
16147         * nntp.el (nntp-send-command): Don't wait for echoes when
16148         nntp-open-ssl-stream is used.
16149
16150 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16153         (gnus-message-add-citation-keywords)
16154         (gnus-message-remove-citation-keywords): Remove.
16155         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16156         directly, make the variables in font-lock-defaults buffer-local, add
16157         gnus-message-citation-keywords to them and then update the value of
16158         font-lock-keywords.
16159
16160 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * message.el (message-cite-original-1): Don't call
16163         gnus-article-highlight-citation.
16164
16165         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16166         citations; fix line count.
16167
16168 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16171         (gnus-message-add-citation-keywords)
16172         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16173         versions of font-lock-add-keywords and font-lock-remove-keywords to
16174         work with XEmacs correctly.
16175
16176 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-cite.el (gnus-cite-face-list): Set the values of
16179         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16180         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16181         (gnus-message-cite-prefix-regexp): New variable.
16182         (gnus-message-search-citation-line): Use it; protect against long
16183         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16184         the 0th match data for Emacs.
16185         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16186         (gnus-message-add-citation-keywords): Append keywords rather than
16187         prepending; emulate font-lock-add-keywords if it is not available.
16188         (gnus-message-remove-citation-keywords):
16189         Emulate font-lock-remove-keywords if it is not available.
16190
16191         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16192
16193         * message.el (message-cite-prefix-regexp): Set the value of
16194         gnus-message-cite-prefix-regexp.
16195
16196 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16197
16198         * nnweb.el (nnweb-google-parse-1): Update parser.
16199
16200 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16201
16202         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16203
16204 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16205
16206         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16207         regexp.
16208
16209 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16212         string-to-multibyte.
16213         (uudecode-decode-region-internal): Use it.
16214
16215         * lpath.el: Fbind string-as-multibyte for XEmacs.
16216
16217 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16220         Fix custom choice.
16221
16222         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16223
16224 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16225
16226         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16227
16228         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16229         `write-region' to respect `mm-inhibit-file-name-handlers'.
16230
16231 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16234         Use gnus-home-directory instead of "~/" or "$HOME".
16235
16236 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16239         to mention filename.
16240         Add comments at beginning regarding usage.
16241         (encrypt-write-file-contents): Change interactive so a string is
16242         acceptable.  If the file has no associated model, show an error instead
16243         of a nonsense prompt.
16244
16245 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16246
16247         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16248         Thanks to Yoshihiko Yamada for kind notification of this typo.
16249
16250 2007-01-12  Kenichi Handa  <handa@m17n.org>
16251
16252         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16253         multibyte buffer.
16254
16255 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * gnus-score.el (gnus-score-fast-scoring): New variable.
16258         (gnus-score-headers): Use it.
16259
16260         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16261
16262         * message.el (message-cite-original-1):
16263         Call gnus-article-highlight-citation if requested.
16264         (message-make-from): Allow name and address as optional arguments.
16265
16266         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16267
16268         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16269         bugs to doc string.
16270         (gnus-button-alist): Add mid\\|message-id.
16271         (gnus-button-fetch-group): Extend for use in
16272         `browse-url-browser-function'.
16273         (gnus-button-url-regexp): Try to catch paired parentheses like in
16274         Wikipedia URLs.
16275
16276         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16277         Suggested by Simon Krahnke <overlord@gmx.li>.
16278
16279 2007-01-13  Romain Francoise  <romain@orebokech.com>
16280
16281         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16282         Update copyright.
16283
16284 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16285
16286         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16287
16288 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16289
16290         * gnus-registry.el (gnus-registry-unfollowed-groups)
16291         (gnus-registry-split-fancy-with-parent): Fix documentation.
16292
16293 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16294
16295         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16296         from nnweb groups.
16297
16298 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16299
16300         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16301         Xref urls.  Erase buffer before requesting head.
16302
16303         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16304
16305 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16308         customizable.
16309
16310 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16311
16312         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16313         no signing key is found.
16314         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16315         no encrypting and/or signing key is found.
16316
16317 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16320
16321 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16322
16323         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16324         headers read from disk with the ones newly found in the current search.
16325         This should no longer cause problems, because the article numbers in
16326         Gmane's `nov.php' output are ignored since the previous change.
16327
16328 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16329
16330         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16331
16332 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16335         replace-regexp-in-string; bind url-version; fbind display-images-p and
16336         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16337         find-face and set-itimer-function for Emacs; bind itimer-list for
16338         Emacs.
16339
16340         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16341
16342 2007-01-01  Romain Francoise  <romain@orebokech.com>
16343
16344         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16345
16346 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16347
16348         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16349         `define-minor-mode' macro definition expanded properly.
16350         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16351         exclude it there.
16352
16353         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16354         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16355         `fboundp' test.
16356         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16357         This is OK to autoload in (S)XEmacs now.
16358
16359 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16360
16361         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16362         keystroke.
16363         (gnus-summary-limit-to-singletons): Fix typo.
16364
16365         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16366         else fails.
16367
16368 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16369
16370         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16371         docstring.
16372
16373         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16374         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16375         (gnus-summary-insert-dormant-articles): Fix typo in message.
16376
16377 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16380         nil for XEmacs.
16381         (gnus-message-citation-mode): Don't autoload in XEmacs.
16382
16383         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16384
16385 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16386
16387         * nnimap.el (nnimap-expunge-search-string):
16388         Mention nnimap-search-uids-not-since-is-evil in docstring.
16389
16390 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * spam.el: Revert to make-obsolete-variable because
16393         define-obsolete-variable-alias is not supported in Emacs 21.
16394
16395         * spam.el (spam-ifile-path, spam-ifile-database-path)
16396         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16397         make-obsolete-variable.
16398         (spam-bsfilter-path, spam-bsfilter-program)
16399         (spam-spamassassin-path, spam-spamassassin-program)
16400         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16401         Don't use "path" inappropriately.
16402         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16403         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16404         variable names.
16405
16406 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16407
16408         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16409         summary buffer.
16410
16411         * password.el (password-cache-remove): Use clear-string to burn
16412         password, if available.
16413
16414 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16417
16418         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16419
16420         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16421         (gnus-message-highlight-citation): Move defcustom here from
16422         gnus-cite.el.
16423         (gnus-message-citation-mode): Autoload.
16424
16425         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16426         checks to make it compile with XEmacs.
16427         (gnus-message-citation-mode): New minor mode.
16428         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16429         (gnus-message-highlight-citation): New variables.
16430         (gnus-message-search-citation-line)
16431         (gnus-message-add-citation-keywords)
16432         (gnus-message-remove-citation-keywords)
16433         (turn-on-gnus-message-citation-mode)
16434         (turn-off-gnus-message-citation-mode): New functions.
16435
16436 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16437
16438         * gnus-cite.el: Enable highlighting of different citation levels in
16439         message-mode.
16440
16441 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16442
16443         * message.el (message-make-fqdn): Fix comment.
16444         (message-bogus-system-names): Add ".local".
16445
16446         * spam.el (spam-ifile-path, spam-ifile-program)
16447         (spam-ifile-database-path, spam-ifile-database)
16448         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16449         Don't use "path" inappropriately.
16450         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16451         strings.
16452         (spam-check-ifile, spam-ifile-register-with-ifile)
16453         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16454         Use new variable names.
16455
16456         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16457         (gnus-treat-display-smileys): Simplify using
16458         gnus-image-type-available-p.
16459
16460         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16461         available.
16462
16463         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16464         Use `display-images-p' if available.
16465
16466 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16469         one after turning on the buffer's multibyteness instead of decoding
16470         them directly in the unibyte buffer that causes unexpected conversion
16471         in Emacs 23 (unicode).
16472
16473 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16474
16475         * message.el (message-generate-hashcash): Fix custom type.
16476
16477 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16480
16481 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16484         disconnect icons.  Add help text.
16485
16486 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16487
16488         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16489         negated to be consistent with the others we handle.
16490
16491 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16494         version of gnus-summary-buffer to something, so that we can use two
16495         article buffers at the same time.
16496
16497 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16498
16499         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16500         trigger all the extra headers.
16501         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16502         sorting.
16503
16504 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16505
16506         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16507         solid groups.
16508
16509 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16510
16511         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16512
16513 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * legacy-gnus-agent.el: Add Copyright notice.
16516
16517 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16518
16519         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16520
16521 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522
16523         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16524
16525         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16526         to make it work reliably in CVS Emacs.
16527         (gnus-summary-limit-strange-charsets-predicate)
16528         (gnus-summary-limit-to-predicate): New functions.
16529
16530 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16531
16532         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16533         specifying array size.
16534         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16535         array if it is too small.
16536         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16537         (gnus-sort-threads-loop): New function.
16538
16539 2006-12-06  Chris Moore  <dooglus@gmail.com>
16540
16541         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16542         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16543
16544 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16545
16546         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16547         options.
16548
16549 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16550
16551         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16552         DOS-ing the recipient.
16553
16554         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16555         the headers when creating the mapping to avoid mismappings.
16556         (nnweb-gmane-create-mapping): Always nix out old mapping.
16557
16558 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16561         and mm-verify-option to never.
16562
16563 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * message.el (message-signed-or-encrypted-p): New function.
16566         (message-forward-make-body): Use it.
16567
16568         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16569         Replace encode-coding-string with mm-encode-coding-string.
16570
16571 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * nneething.el (nneething-decode-file-name):
16574         Replace decode-coding-string with mm-decode-coding-string.
16575
16576         * gnus-int.el (gnus-open-server): Say failed server's name.
16577
16578 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16579
16580         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16581         strings to a single string.  Quote `errors-file-name'.
16582         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16583         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16584         Adjust calls.  Use `shell-quote-argument'.
16585
16586 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16587
16588         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16589         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16590
16591         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16592         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16593         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16594         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16595         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16596         (gnus-subscribe-newsgroup, gnus-1):
16597         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16598         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16599         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16600         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16601
16602 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16603
16604         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16605         keystroke.
16606         (gnus-summary-limit-to-bodies): Implement headersp.
16607
16608 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609
16610         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16611
16612 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16615
16616 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16617
16618         * message.el (message-generate-hashcash): Expand range of values to
16619         include `opportunistic'.
16620         (message-send-mail): Use it.
16621
16622 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16623
16624         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16625         and comment it.
16626
16627         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16628
16629 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * gnus-util.el (gnus-extract-address-components): Improve comment.
16632
16633 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-util.el (gnus-extract-address-components): Work with address in
16636         which the name portion contains @.
16637
16638         * lpath.el: Fbind custom-autoload.
16639
16640 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus.el (gnus-start): Move custom group up.
16643         (gnus-select-method): Don't autoload, but make it available for
16644         `customize-variable'.
16645         (gnus-getenv-nntpserver): Don't autoload.
16646
16647 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16648
16649         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16650
16651 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16652
16653         * message.el (message-sendmail-extra-arguments): New variable.
16654         (message-send-mail-with-sendmail): Use it.
16655
16656 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16659         mm-with-unibyte-current-buffer to make string unibyte.
16660
16661         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16662         mm-string-as-multibyte.
16663
16664 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16665
16666         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16667         Reported by Werner Koch <wk@gnupg.org>.
16668
16669 2006-11-14  Daiki Ueno  <ueno@p360>
16670
16671         * mml2015.el: Autoload epa-select-keys when compiling.
16672
16673 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16674
16675         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16676         message-options.
16677         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16678
16679 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16680
16681         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16682         EasyPG (< 0.0.6).
16683         (mml2015-always-trust): New user option.
16684         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16685         prompt.
16686
16687 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * nntp.el (nntp-authinfo-force): New variable.
16690         (nntp-send-authinfo): Use it.
16691
16692 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16695         decode encoded words.  Improve prompt.  Add comment about forwarding.
16696         (message-replacement-char): Move up.
16697
16698 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16699
16700         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16701         instead of gnus-intersection because arguments of gnus-sorted-nunion
16702         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16703
16704 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16705
16706         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16707         (message-simplify-subject-functions):
16708         Enable message-strip-subject-encoded-words by default.
16709
16710 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * message.el (message-strip-subject-encoded-words): New function.
16713         (message-simplify-subject-functions): New variable.
16714         (message-simplify-subject): Use it.  Fix typo in doc string.
16715         Support message-strip-subject-encoded-words.
16716
16717 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16718
16719         * gnus-diary.el (gnus-diary-delay-format-function):
16720         * nndiary.el (nndiary-reminders):
16721         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16722
16723 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-art.el (article-hide-boring-headers): Fetch date from
16726         gnus-original-article-buffer to avoid problems with localized date
16727         strings.
16728
16729 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16732
16733 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16736         New variables.
16737         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16738         (mm-charset-synonym-alist): Move some entries to
16739         mm-codepage-iso-8859-list.
16740         (mm-charset-synonym-alist, mm-charset-override-alist):
16741         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16742
16743 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16746
16747 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16748
16749         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16750         with Emacs 21 and XEmacs.
16751
16752 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16753
16754         * spam.el (spam-parse-address): New function for better parsing,
16755         catching errors, etc.
16756         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16757
16758 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16759
16760         * mm-view.el: Add interactive arg to html2text autoload.
16761
16762 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16765
16766 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16769         New variables.
16770         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16771         (mm-charset-synonym-alist): Move some entries to
16772         mm-codepage-iso-8859-list.
16773
16774         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16775
16776 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16777
16778         * message.el (message-citation-line-format)
16779         (message-insert-formated-citation-line): Fix implementation of %E, %N
16780         and %n according to the doc string.
16781
16782 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16783
16784         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16785         Use car-safe to avoid bad parses.
16786
16787 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16790         names.
16791
16792         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16793
16794 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16797         header.
16798
16799         * message.el (message-draft-headers): Add Date.
16800         (message-headers-to-generate): Fix typo in docstring.
16801
16802         * nndraft.el (nndraft-required-headers): New variable.
16803         (nndraft-generate-headers): Use it.
16804
16805         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16806
16807 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16808
16809         * gnus-registry.el (gnus-registry-wash-for-keywords)
16810         (gnus-registry-find-keywords): New functions to allow easy searching of
16811         articles that are in the registry.
16812
16813 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16814
16815         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16816         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16817         Reported by Damien Elmes <damien@repose.cx>.
16818
16819 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * gnus.el (gnus-mime): Remove unused custom group.
16822
16823 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16824
16825         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16826         "blank line" when searching for end of armor headers.
16827
16828 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * gmm-utils.el (gmm-write-region): Fix variable name.
16831
16832 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16833
16834         * gmm-utils.el (gmm-write-region): New function based on compatibility
16835         code from `mm-make-temp-file'.
16836
16837         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16838
16839         * nnmaildir.el (nnmaildir--update-nov)
16840         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16841         Use `gmm-write-region'.
16842
16843 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16846         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16847
16848         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16849
16850         * message.el (message-replacement-char): New variable.
16851         (message-fix-before-sending): Use it.
16852         (message-simplify-subject): New function to remove duplicate code.
16853         (message-reply, message-followup): Use it.
16854
16855         * gnus-sum.el (gnus-summary-make-menu-bar):
16856         Clarify gnus-summary-limit-to-articles.
16857
16858 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-util.el (gnus-with-local-quit): New macro.
16861
16862         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16863
16864 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16865
16866         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16867         ignore non-string data.
16868
16869 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16870
16871         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16872         non-string data (needs to be done in the registry too).
16873
16874 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16877         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16878         (gnus-registry-split-fancy-with-parent)
16879         (gnus-registry-fetch-simplified-message-subject-fast)
16880         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16881         Remove text properties on ingress into the registry and when it's saved.
16882         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16883         registry from entries with no groups.
16884
16885 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16888         function to remove string properties.
16889
16890 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * gmm-utils.el (gmm): Adjust custom version.
16893
16894         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16895         Adjust custom version.
16896
16897         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16898
16899 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16900
16901         * gnus-art.el (gnus-insert-prev-page-button)
16902         (gnus-insert-next-page-button): Simplify.  Reformat.
16903
16904 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16905
16906         * gnus-art.el (gnus-insert-prev-page-button)
16907         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16908
16909 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16910
16911         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16912
16913 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16914
16915         * gnus-art.el (gnus-insert-mime-button)
16916         (gnus-insert-mime-security-button):
16917         Apply gnus-article-button-face to MIME and security buttons.
16918
16919 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16920
16921         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16922         readable.
16923
16924 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16927
16928 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16929
16930         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16931         `browse-url-of-file' instead of `browse-url'.
16932
16933 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16934
16935         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16936         regexp.  Articles containing quotation were cut prematurely.
16937
16938 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * message.el (message-cite-original-1): Use nobody by default for the
16941         value of From header.
16942         (message-reply): Ditto.
16943
16944 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16945
16946         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16947         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16948         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16949
16950 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16953         mails in the doc string.  Add some URLs in comment.
16954         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16955
16956 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16959         backslashes handling and the way to find boundaries of quoted strings.
16960
16961 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16962
16963         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16964         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16965         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16966         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16967
16968 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16971         doc string.
16972         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16973
16974 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * lpath.el: Fbind epg-check-configuration.
16977
16978 2006-09-06  Simon Josefsson  <jas@extundo.com>
16979
16980         * mml2015.el (mml2015-use): Doc fix, mention epg.
16981
16982 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16983
16984         * mml2015.el (mml2015-use): Default to epg, if available.
16985
16986 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16987
16988         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16989         message-sender.
16990         (mml1991-epg-encrypt): Ditto.
16991         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16992         message-sender.
16993         (mml2015-epg-encrypt): Ditto.
16994
16995 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16996
16997         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16998         several common directories.
16999
17000 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17001
17002         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17003         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17004
17005 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-art.el (article-decode-encoded-words): Make it fast.
17008
17009 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17012
17013         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17014         in quoted string into `\'.
17015
17016 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17019         Use standard-syntax-table.
17020
17021 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-art.el (gnus-decode-address-function): New variable.
17024         (article-decode-encoded-words): Use it to decode headers which are
17025         assumed to contain addresses.
17026         (gnus-mime-delete-part): Remove useless `or'.
17027
17028         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17029         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17030         (gnus-nov-parse-line): Use it to decode From header.
17031         (gnus-get-newsgroup-headers): Ditto.
17032         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17033
17034         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17035         (mail-decode-encoded-address-string): New alias.
17036
17037         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17038         New function.
17039         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17040         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17041         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17042         (rfc2047-decode-string): Ditto.
17043         (rfc2047-decode-address-region): New function.
17044         (rfc2047-decode-address-string): New function.
17045
17046 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * message.el (message-caesar-buffer-body): Allow rotating headers.
17049
17050         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17051
17052         * message.el (message-insert-formated-citation-line): Fix %f.
17053         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17054
17055 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17058         (gnus-bookmark-mouse-available-p): New macro.
17059         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17060         (gnus-bookmark-bmenu-show-infos): Use it.
17061         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17062         (gnus-bookmark-bmenu-hide-infos): Ditto.
17063         (gnus-bookmark-remove-properties): New function.
17064         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17065         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17066         (gnus-bookmark-write-file): Bind coding-system-for-write.
17067         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17068         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17069         group before selecting it.
17070         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17071         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17072         quit-window if it is not available; use gnus-mouse-2 and bind it to
17073         gnus-bookmark-bmenu-select-by-mouse.
17074         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17075         (gnus-bookmark-bmenu-select-by-mouse): New function.
17076
17077 2006-08-13  Romain Francoise  <romain@orebokech.com>
17078
17079         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17080         space.
17081
17082 2006-08-10  Romain Francoise  <romain@orebokech.com>
17083
17084         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17085         (dns-mode-soa-auto-increment-serial): New user option.
17086         (dns-mode-soa-maybe-increment-serial): New function.
17087         (dns-mode): Add the latter to `write-contents-functions'.
17088
17089 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * compface.el (uncompface): Use binary rather than raw-text-unix.
17092
17093 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * compface.el (uncompface): Make sure the eol conversion doesn't take
17096         place when communicating with the external programs.
17097         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17098
17099 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17102
17103 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17104
17105         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17106         Make it more robust by parsing author and date independently.
17107
17108 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17111
17112 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17113
17114         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17115         first matching secret key.
17116         (mml2015-epg-encrypt): Ditto.
17117
17118         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17119         first matching secret key.
17120         (mml1991-epg-encrypt): Ditto.
17121
17122         * mml2015.el (mml2015-encrypt-to-self): New user option.
17123         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17124         mml2015-epg-encrypt-to-self is set.
17125
17126         * mml1991.el (mml1991-encrypt-to-self): New variable.
17127         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17128         mml1991-epg-encrypt-to-self is set.
17129
17130         * mml2015.el (mml2015-signers): New user option.
17131         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17132         (mml2015-epg-encrypt): Allow to select signing keys.
17133
17134         * mml1991.el (mml1991-signers): New variable.
17135         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17136         (mml1991-epg-encrypt): Allow to select signing keys.
17137
17138 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * nnheader.el (nnheader-insert-head): Make it work even if the file
17141         uses CRLF for the line-break code.
17142
17143 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17144
17145         * mml2015.el: Require mml-sec instead of password.
17146         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17147         (mml2015-cache-passphrase): Inherit the default value from
17148         mml-secure-cache-passphrase.
17149         (mml2015-passphrase-cache-expiry): Inherit the default value from
17150         mml-secure-passphrase-cache-expiry.
17151
17152         * mml1991.el: Require mml-sec instead of password.
17153         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17154         (mml1991-cache-passphrase): Inherit the default value from
17155         mml-secure-cache-passphrase.
17156         (mml1991-passphrase-cache-expiry): Inherit the default value from
17157         mml-secure-passphrase-cache-expiry.
17158
17159         * mml-sec.el: Require password.
17160         (mml-secure-verbose): New user option.
17161         (mml-secure-cache-passphrase): New user option.
17162         (mml-secure-passphrase-cache-expiry): New user option.
17163
17164 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17165             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17166
17167         * pgg-def.el (pgg-truncate-key-identifier):
17168         Truncate the key ID to 8 letters from the end.
17169
17170 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17171
17172         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17173         workaround for the url package included with Emacs.
17174
17175         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17176
17177 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17180         correctly.  This fixes a bug caused by the 2006-05-12 change.
17181
17182 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17183
17184         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17185         some information about the error when saying that the `bogus' mail
17186         group will be used.
17187
17188 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17191         string.
17192
17193 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17194
17195         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17196
17197 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17198
17199         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17200
17201 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17202
17203         * mml1991.el (mml1991-function-alist): Add epg.
17204         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17205         (mml1991-epg-encrypt): New functions.
17206
17207 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17208
17209         * mml2015.el (mml2015-verbose): New variable.
17210         (mml2015-cache-passphrase): Ditto.
17211         (mml2015-passphrase-cache-expiry): Ditto.
17212         (mml2015-function-alist): Add epg.
17213         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17214         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17215         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17216         New functions.
17217
17218 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17219
17220         * message.el (message-cite-original-1): Preserve region when removing
17221         quoted text due to X-No-Archive in order to avoid bogus attribution
17222         when citing multiple messages.
17223
17224 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17225
17226         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17227         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17228
17229 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-diary.el (gnus-user-format-function-d)
17232         (gnus-user-format-function-D): Autoload.
17233
17234         * imap.el (Commentary): Fix typo.
17235
17236         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17237         2006-04-22 contribution.
17238
17239 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17240
17241         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17242         It didn't really fix the bogosity I'm seeing with solid web groups.
17243
17244 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17245
17246         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17247         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17248         created using server names.  If we use the feature without declaring
17249         it, Gnus does not properly manage server and group state.
17250
17251         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17252         bound.
17253
17254 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17255
17256         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17257         looking up the method using GROUP's prefix before inventing a new one.
17258         It is used on killed/unknown groups in various places where returning
17259         an all-new method isn't expected by the caller.
17260
17261         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17262         and match semantics of gnus-group-real-prefix.
17263
17264 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * nnmail.el (nnmail-broken-references-mailers): New variable.
17267         (nnmail-ignore-broken-references): New function generalizing
17268         nnmail-fix-eudora-headers.
17269         (nnmail-fix-eudora-headers): Now obsolete.
17270
17271         * gnus-art.el (gnus-button-handle-custom):
17272         Support `customize-apropos*'.
17273
17274 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17275
17276         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17277
17278         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17279         articles.
17280
17281 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * message.el (message-cite-reply-above): New variable.
17284         (message-yank-original): Use it.
17285
17286 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17289
17290 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17291
17292         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17293         as read.
17294
17295         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17296
17297 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17300         (gnus-bookmark-default-file): Use gnus-directory.
17301         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17302         Remove "*" in doc string.
17303         (gnus-bookmark-write-file): Simplify.
17304         (gnus-bookmark-maybe-sort-alist): Use `when'.
17305         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17306         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17307         Add FIXME about Emacs 21 and XEmacs compatibility.
17308         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17309         compatibility.
17310         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17311         compatibility.
17312         (gnus-bookmark-menu-heading): Fix version.
17313
17314 2006-06-19  Bastien Guerry  <bzg@altern.org>
17315
17316         * gnus-bookmark.el: New file.
17317
17318 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * message.el (message-syntax-checks): Doc fix.
17321
17322 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17323
17324         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17325         unsubscribed groups as if they were killed ones.  It causes duplicate
17326         entries in gnus-newsrc-alist.
17327
17328 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * message.el (message-syntax-checks): Doc fix.
17331         (message-send-mail): Add check for continuation headers.
17332         (message-check-news-header-syntax): Fix regexp used to check for
17333         continuation headers.
17334
17335 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17338
17339 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17342
17343 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17346         default-truncate-lines.
17347
17348 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17351         to fill the utf-8 entry.
17352
17353         * lpath.el: Fbind unicode-precedence-list.
17354
17355 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17356
17357         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17358
17359 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17360
17361         * gnus-agent.el (directory-files-and-attributes): Move all the way
17362         forward (the third and final move).
17363         (gnus-agent-read-agentview): Trap reconstruction errors due to
17364         nonexistent directory.  Handle by returning nil.
17365
17366 2006-05-30  Didier Verna  <didier@xemacs.org>
17367
17368         * message.el (message-dont-reply-to-names): Update the custom type.
17369         * message.el (message-dont-reply-to-names): New defsubst: potentially
17370         convert a list of regexps into a single one.
17371         * message.el (message-get-reply-headers): Use it.
17372         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17373
17374 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-agent.el (directory-files-and-attributes): Move forward.
17377
17378 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * gnus-ml.el (gnus-mailing-list-subscribe)
17381         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17382         (gnus-mailing-list-message): Fix doc strings.
17383
17384 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17385
17386         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17387         of doing it manually.
17388
17389 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17392         comment.
17393
17394 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17395
17396         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17397         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17398         (gnus-agent-read-local): All symbols allocated in my-obarray.
17399         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17400         (gnus-agent-regenerate-group): Check numeric names to see if they are
17401         messages or groups.
17402         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17403         better way of do this...)
17404
17405         * gnus-cache.el (gnus-agent-total-fetched-for):
17406         Ignore 'dummy.group' (there should be a better way of do this...)
17407
17408 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17411         (gnus-saved-headers): Ditto.
17412         (gnus-default-article-saver): Mention functions may have properties.
17413         (gnus-article-save): Override gnus-save-all-headers and
17414         gnus-saved-headers by :headers property which saver function may have.
17415         (gnus-summary-save-in-file): Add :headers property.
17416         (gnus-summary-write-to-file): Ditto.
17417
17418         * gnus-sum.el (gnus-summary-save-article): Bind
17419         gnus-prompt-before-saving to t when saving many articles in a file;
17420         always show all headers.
17421
17422         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17423
17424 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17425
17426         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17427         marks.
17428
17429         * message.el (message-indent-citation): Add optional arguments to allow
17430         using it outside of message buffers.
17431
17432         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17433         (gnus-article-treat-unfold-headers): Use it.
17434         (gnus-article-truncate-lines): New variable.
17435         (gnus-article-mode): Use it.
17436         (gnus-article-toggle-truncate-lines): New function.
17437
17438         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17439         Add gnus-article-toggle-truncate-lines.
17440
17441         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17442         coding system in XEmacs, use binary.
17443
17444 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17447         after-load-alist.
17448
17449         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17450         this function should save decoded articles.
17451         (gnus-summary-write-to-file): Use property to specify this function
17452         should save decoded articles and specify gnus-summary-save-in-file
17453         should be used to save articles other than the first one when saving
17454         many articles.
17455         (gnus-summary-save-body-in-file): Use property to specify this
17456         function should save decoded articles.
17457         (gnus-summary-write-body-to-file): Use property to specify this
17458         function should save decoded articles and specify
17459         gnus-summary-save-body-in-file should be used to save articles other
17460         than the first one when saving many articles.
17461
17462         * gnus-sum.el (gnus-summary-save-article): Simplify.
17463
17464 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-art.el (gnus-default-article-saver):
17467         Add gnus-summary-write-body-to-file.
17468         (gnus-article-save-coding-system): Don't use coding system object
17469         in XEmacs.
17470         (gnus-read-save-file-name): Add optional `dir-var' argument which
17471         specifies directory in which files are saved; work even if optional
17472         `variable' argument is not specified.
17473         (gnus-summary-write-to-file): Read file name.
17474         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17475         (gnus-summary-write-body-to-file): New function.
17476
17477         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17478         (gnus-summary-local-variables): Add it.
17479         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17480         (gnus-summary-save-article): Remove optional `decode' argument;
17481         determine whether to decode articles by the value of
17482         gnus-default-article-saver; when saving many files using
17483         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17484         it first and use gnus-summary-save-in-file or
17485         gnus-summary-save-body-in-file thereafter unless
17486         gnus-prompt-before-saving is always; move point to article which
17487         will be saved.
17488         (gnus-summary-save-article-file): Revert.
17489         (gnus-summary-write-article-file): Revert.
17490         (gnus-summary-save-article-body-file): Revert.
17491         (gnus-summary-write-article-body-file): New function.
17492
17493 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * gnus-art.el (gnus-default-article-saver): Doc fix.
17496         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17497         from gnus-summary-save-article-coding-system, and default to a
17498         certain coding system.
17499         (gnus-output-to-file): Add coding cookie and encode text according
17500         to gnus-article-save-coding-system; don't use mm-append-to-file.
17501
17502         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17503         gnus-art.el and rename to gnus-article-save-coding-system.
17504         (gnus-summary-save-article): Require gnus-art; don't show all
17505         headers if it decodes articles; don't add coding cookie here;
17506         don't bind mm-text-coding-system-for-write.
17507         (gnus-summary-save-article-file): Save decoded articles.
17508         (gnus-summary-write-article-file): When saving many files, use
17509         gnus-summary-write-to-file first and gnus-summary-save-in-file
17510         thereafter unless gnus-prompt-before-saving is always.
17511         (gnus-summary-save-article-body-file): Save decoded articles.
17512
17513         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17514
17515 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17516
17517         * nnrss.el (nnrss-check-group): Bind hash-index.
17518
17519 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17520
17521         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17522         its hash index.  Store this hash in `nnrss-group-data'.
17523         (nnrss-read-group-data): Update accordingly.
17524
17525 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17528         entry.
17529
17530         * gnus-sum.el (gnus-summary-make-menu-bar):
17531         Add gnus-article-browse-html-article.
17532
17533 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17534
17535         * gnus-sum.el (gnus-summary-mime-map):
17536         Add gnus-article-browse-html-article.
17537
17538         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17539
17540 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17541
17542         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17543         suitable coding systems in customize.
17544
17545 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * mail-source.el (mail-sources): Fix custom type.
17548
17549 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17552         (gnus-summary-expire-articles-now): Shorten prompt.
17553
17554         * gmm-utils.el (wid-edit): Require.
17555         (defun-gmm): Rename from `gmm-defun-compat'.
17556         (gmm-image-search-load-path): Use it.
17557         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17558
17559 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-sum.el (gnus-summary-save-article-coding-system):
17562         New variable.
17563         (gnus-summary-save-article): Add optional `decode' argument.
17564         If it is set and gnus-summary-save-article-coding-system is non-nil,
17565         save decoded article.
17566         (gnus-summary-write-article-file): Save decoded article if
17567         gnus-summary-save-article-coding-system is non-nil.
17568
17569         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17570         type.
17571
17572 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17575
17576 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17579         first to test gnus-single-article-buffer which may be buffer-local.
17580
17581         * gnus-sum.el (gnus-summary-setup-buffer):
17582         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17583         group; make gnus-article-buffer, gnus-article-current, and
17584         gnus-original-article-buffer always buffer-local.
17585         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17586         group.
17587         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17588
17589 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17590
17591         * nnml.el (nnml-request-compact-group): Compressed files might not
17592         have .gz extension.
17593
17594 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17595
17596         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17597         (mm-copy-to-buffer): Use with-current-buffer.
17598         (mm-display-part): Simplify.
17599         (mm-inlinable-p): Add optional arg `type'.
17600
17601 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17602
17603         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17604         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17605         Try harder to show the attachment internally or externally using
17606         gnus-mime-view-part-as-type.
17607
17608 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * message.el (message-from-style, message-signature-separator)
17611         (message-user-organization-file, message-send-mail-function)
17612         (message-citation-line-function, message-yank-prefix)
17613         (message-indent-citation-function, message-signature)
17614         (message-signature-file, message-signature-insert-empty-line):
17615         Remove autoloads.
17616
17617         * gnus-art.el (gnus-buttonized-mime-types):
17618         Remove "multipart/signed".  Revert 2006-04-26 change.
17619
17620 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621
17622         * gnus.el (gnus-version-number): Bump version.
17623
17624 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17625
17626         * gnus.el: No Gnus v0.5 is released.
17627
17628 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17629
17630         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17631         fetching articles by message-id.
17632
17633 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * message.el (hashcash): Require hashcash as normal.
17636
17637         * ecomplete.el (ecomplete-highlight-match-line):
17638         Use point-at-eol.
17639         (ecomplete-highlight-match-line): Use `highlight', because that
17640         face exists in both Emacs and XEmacs.
17641
17642         * message.el (message-display-abbrev): Use point-at-bol.
17643
17644         * mail-source.el: Don't require timer/timer-funcs.
17645
17646         * gnus-async.el: Ditto.
17647
17648         * password.el: Ditto.
17649
17650         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17651
17652         * mm-url.el: Ditto.
17653
17654         * gnus-xmas.el: Don't require timer-funcs.
17655
17656         * mm-util.el: Require timer/timer-funcs.
17657
17658 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17659
17660         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17661         Close.
17662
17663 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17666         unibyte after clear-decrypt function runs.
17667
17668         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17669         returns as a unibyte string.
17670
17671 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * lpath.el: Revert.
17674
17675         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17676         (pgg-gpg-process-sentinel): Revert.
17677
17678         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17679         (pgg-pgp-lookup-key): Revert.
17680
17681         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17682         (pgg-pgp5-lookup-key): Revert.
17683
17684         * pgg.el (pgg-fetch-key): Revert.
17685
17686 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * lpath.el: Fbind string-as-multibyte for XEmacs.
17689
17690         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17691         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17692         (mml1991-pgg-encrypt): Ditto.
17693
17694         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17695         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17696         a multibyte buffer.
17697
17698         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17699         (pgg-pgp-lookup-key): Ditto.
17700
17701         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17702         (pgg-pgp5-lookup-key): Ditto.
17703
17704         * pgg.el (pgg-fetch-key): Ditto.
17705
17706 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17707
17708         * message.el (message-user-organization-file): Check several
17709         locations of the organization file.
17710
17711         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17712         Add gnus-article-view-part-as-type.
17713
17714         * gnus-art.el (gnus-article-view-part-as-type): New function.
17715
17716         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17717         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17718
17719         * mml.el: Simplify autoload.
17720         (mml-mode): defvar dnd-protocol-alist instead of using
17721         symbol-value.
17722         (mml-default-directory): New variable.
17723         (mml-minibuffer-read-file): Use it.
17724         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17725
17726         * message.el (message-citation-line-format): New variable.
17727         (message-insert-formated-citation-line): New function.
17728         (message-citation-line-function):
17729         Add `message-insert-formated-citation-line' to custom type.
17730
17731         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17732         to doc string.
17733
17734         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17735         depending on mm-verify-option.
17736
17737 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17740         binding pgg-* variables; reimplement the section which prevents
17741         MIME header from being signed.
17742         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17743         pgg-text-mode; remove a blank line at the top of body.
17744
17745         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17746         lines at the top of body; use gnus-newsgroup-charset if there's no
17747         Charset header.
17748
17749 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * message.el (message-self-insert-commands): Doc fix.
17752
17753         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17754         (mm-uu-pgp-encrypted-test): Ditto.
17755         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17756         between header and body; return application/pgp-encrypted handle
17757         if decryption failed; decode decrypted body by charset.
17758
17759         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17760         element match to application/pgp-*.
17761
17762 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17763
17764         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17765         HTML.
17766
17767 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17768
17769         * mail-source.el (mail-source-call-script): Message the error
17770         string.
17771
17772 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17773
17774         * gnus-util.el (gnus-byte-compile): Use it.
17775
17776 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17777
17778         * gnus-util.el (kill-empty-logs): New function.
17779
17780 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781
17782         * message.el (message-mail-alias-type): Doc fix.
17783         (message-mail-alias-type-p): New function.
17784         (message-send): Use it.
17785         (message-mode): Ditto.
17786         (message-strip-forbidden-properties): Ditto.
17787
17788         * ecomplete.el (ecomplete-database-file-coding-system):
17789         New variable.
17790         (ecomplete-save): Use it.
17791         (ecomplete-setup): Use it.
17792
17793 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * message.el (message-self-insert-commands): New variable.
17796         (message-strip-forbidden-properties): Use it.
17797
17798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17799
17800         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17801         that doesn't make XEmacs choke.
17802
17803 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17804
17805         * gnus-util.el (gnus-replace-in-string):
17806         Prefer replace-regexp-in-string over of replace-in-string.
17807
17808 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-util.el (gnus-select-frame-set-input-focus):
17811         Use select-frame-set-input-focus if it is available in XEmacs; use
17812         definition defined in Emacs 22 for old Emacsen.
17813
17814         * dgnushack.el: Autoload unmorse-region for XEmacs.
17815
17816         * lpath.el: Bind cursor-in-non-selected-windows and
17817         select-frame-set-input-focus for XEmacs.
17818
17819 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17822
17823 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17824
17825         * gnus-registry.el (gnus-registry-cache-save): Remove text
17826         properties when saving via the temp buffer.
17827
17828 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * message.el (message-generate-hashcash): Honor custom type.
17831
17832 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17833
17834         * message.el (message-generate-hashcash): Default to non-nil when
17835         hashcash is found.
17836
17837         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17838         (gnus-refer-thread-limit): Increase default to 500.
17839
17840         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17841
17842         * flow-fill.el (fill-flowed): Allow delete-space.
17843
17844 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17845
17846         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17847         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17848         Remove autoloads.
17849
17850 2006-04-18  Simon Josefsson  <jas@extundo.com>
17851
17852         * message.el (message-generate-hashcash): Default to.
17853
17854 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17857         concatenating segments rather than before concatenating them.
17858
17859 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17862
17863 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17864
17865         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17866
17867         * message.el (message-forward-make-body-plain):
17868         Allow message-forward-ignored-headers to be a list.
17869         (message-remove-ignored-headers): Factor out into function.
17870         (message-forward-make-body-mml): Use it.
17871
17872         * imap.el (imap-quote-specials): New function.
17873         (imap-login-auth): Quote specials.
17874
17875         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17876         (rfc2231-parse-string): Allow concatanation of parameters that
17877         aren't contiguous.  The test case is
17878           (mail-header-parse-content-type "message/external-body;
17879             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17880             access-type=LOCAL-FILE;
17881             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17882
17883 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17884
17885         * nntp.el (nntp-accept-process-output): Return the value of
17886         `nnheader-accept-process-output'.
17887
17888 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17889
17890         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17891         (gnus-button-alist): Recognize more diff formats.
17892         (gnus-button-patch): Strip directory.
17893
17894 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17895
17896         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17897         Emacs 22 when setting focus.
17898
17899 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17900
17901         * gnus-art.el (gnus-article-treat-types): Do treatment of
17902         text/x-verbatim parts.
17903         (gnus-button-patch): New command.
17904
17905         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17906         addresses that contain invalid characters.
17907
17908 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17909
17910         * message.el (message-put-addresses-in-ecomplete):
17911         Use gnus-replace-in-string.
17912         (message-is-yours-p): Use the more correct
17913         mail-header-parse-address instead of
17914         mail-extract-address-components.
17915         (message-put-addresses-in-ecomplete): Fix typo.
17916
17917         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17918         keystroke.
17919
17920         * gnus-art.el (gnus-treatment-function-alist): Change order of
17921         newsgroups/generic header folding to avoid double-folding.
17922
17923         * message.el (message-hidden-headers): Add X-Draft-From.
17924
17925         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17926         New command.
17927         (gnus-summary-repeat-search-article-backward): New command.
17928
17929         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17930         groups in the parent topic.
17931
17932 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17933
17934         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17935         (spam-extra-header-to-number): Return the CRM114 number as a
17936         number instead of a string.
17937
17938 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939
17940         * gnus-art.el (gnus-face-properties-alist): Move here from
17941         gnus-fun.
17942
17943         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17944
17945 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17946
17947         * message.el (message-strip-forbidden-properties): Only display on
17948         self-insert-command.
17949
17950         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17951         reindent.
17952         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17953
17954 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17955
17956         * smiley.el (smiley-style): Fix typo.
17957
17958 2006-03-23  Kenichi Handa  <handa@m17n.org>
17959
17960         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17961         instead of set-buffer-multibyte.
17962
17963 2006-03-23  Kenichi Handa  <handa@m17n.org>
17964
17965         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17966         buffer and then decode the buffer text if necessary.
17967         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17968         first, and after mm-encode-body, change the buffer to unibyte.
17969
17970 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17971
17972         * hashcash.el (hashcash-insert-payment-async-2):
17973         Use message-goto-eoh instead of doing it manually.
17974         (mail-add-payment): Use message-narrow-to-header instead of trying
17975         to do the same itself.
17976
17977         * message.el (message-hidden-headers): Add Face.
17978
17979         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17980         reparenting code.
17981         (gnus-summary-reparent-children): Refactored out code.
17982         (gnus-summary-thread-map): New keystroke.
17983         (gnus-summary-reparent-children): Make into command.
17984
17985         * smiley.el (smiley-style): Default to `medium' if using a large
17986         font.
17987
17988         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17989         does it itself.
17990
17991         * message.el (message-point-in-header-p): Simplify definition.
17992
17993 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17994
17995         * nnagent.el (nnagent-request-set-mark): Silence log file
17996         writing.
17997         (nnagent-request-set-mark): Use write-region instead of
17998         append-to-file.
17999
18000         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18001         strange select method.
18002
18003         * ecomplete.el (ecomplete-display-matches): Get highlightling
18004         right.
18005         (ecomplete-display-matches): Use literals.
18006         (ecomplete-display-matches): Disable message logging.
18007
18008         * message.el (message-display-abbrev): Small optimization.
18009
18010         * ecomplete.el (ecomplete-display-matches): Allow automatic
18011         display.
18012
18013         * message.el (message-strip-forbidden-properties):
18014         Display abbrevs.
18015         (message-display-abbrev): Get automatic display right.
18016
18017         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18018         keystrokes.
18019
18020 2006-04-13  Romain Francoise  <romain@orebokech.com>
18021
18022         TODO: Backport to v5-10!
18023
18024         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18025         Move here (and rename) from gnus-registry.el.
18026
18027         * gnus-registry.el: Require gnus-util.
18028         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18029
18030 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18031
18032         * gnus-group.el (gnus-group-catchup-current):
18033         Change if-then-else-if-then-else into cond.
18034         (gnus-group-catchup): Indent.
18035         (group-name-at-point): New function.
18036         (gnus-fetch-group): Provide default from thing at point.
18037
18038 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18039
18040         * message.el (message-display-abbrev): Fix regexp.
18041
18042         * ecomplete.el (ecomplete-highlight-match-line):
18043         Reimplement choosing.
18044         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18045         dead variables.
18046
18047         * message.el (message-newline-and-indent): Remove debugging.
18048         (message-display-abbrev): Use new implementation.
18049
18050 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * gnus-art.el (gnus-article-mode):
18053         Set cursor-in-non-selected-windows to nil.
18054
18055         * smiley.el: Revert previous change.
18056         (smiley-data-directory): defvar it before using it in the
18057         defcustom of `smiley-style'.
18058
18059 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18060
18061         * message.el (message-newline-and-indent): New function.
18062
18063         * ecomplete.el: Implement more bits.
18064
18065         * message.el (message-put-addresses-in-ecomplete): Clean up the
18066         string.
18067
18068         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18069
18070         * gnus-sum.el (gnus-summary-save-parts):
18071         Bind gnus-summary-save-parts-counter and use it to make unique file
18072         names.
18073
18074         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18075
18076         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18077         parameter to say whether to actually parse the individual
18078         addresses.
18079
18080         * message.el (message-put-addresses-in-ecomplete): New function.
18081         (ecomplete): Require.
18082         (message-mail-alias-type): Add ecomplete as an option.
18083
18084 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18085
18086         * flow-fill.el (fill-flowed): Remove trailing space from blank
18087         quoted lines.
18088
18089 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18090
18091         * smiley.el (smiley-style): Move definition later to avoid a
18092         compilation warning.
18093
18094 2006-04-12  Kenichi Handa  <handa@m17n.org>
18095
18096         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18097         buffer and then decode the buffer text if necessary.
18098         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18099         first, and after mm-encode-body, change the buffer to unibyte.
18100         Use mm-disable-multibyte instead of set-buffer-multibyte.
18101
18102 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18105         Content-Type header instead of Content-Disposition header.
18106         (gnus-mime-inline-part): Ditto.
18107         (gnus-mime-view-part-as-charset): Ignore charset that the part
18108         specifies.
18109
18110         * mm-decode.el (mm-display-part): Work with external parts and
18111         usual parts similarly.
18112
18113         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18114         instead of gnus-display-mime.
18115
18116         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18117         instead of with-temp-buffer.
18118
18119         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18120         tag to summarized topics part in order to encode non-ASCII text.
18121
18122 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * smiley.el (smiley-style): New variable.
18125         (smiley-directory): New function.
18126         (smiley-data-directory): Derive from `smiley-style' using
18127         `smiley-directory'.
18128         (smiley-regexp-alist): Add new entries.
18129
18130         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18131         (gnus-article-browse-delete-temp): Add :version.
18132
18133 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18134
18135         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18136         the sieve region.
18137
18138 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18139
18140         * gnus.el (gnus-version-number): Bump version.
18141
18142 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18143
18144         * gnus.el: No Gnus v0.4 is released.
18145
18146 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18147
18148         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18149         layout.
18150
18151         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18152         unknown charset.
18153
18154         * message.el (message-header-synonyms): Add Original-To to the
18155         default.
18156
18157         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18158         optional parameter.
18159
18160 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18161
18162         * gnus-fun.el (gnus): Require it for gnus-directory.
18163
18164 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18167
18168 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18169
18170         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18171
18172 2006-04-05  Simon Josefsson  <jas@extundo.com>
18173
18174         * password.el (password-reset): New function.
18175
18176 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18177
18178         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18179         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18180
18181 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18182
18183         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18184         Some whitespace was matched into the url, which broke browsing hits
18185         > 100 when mm-url-use-external was nil.
18186
18187 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18190         Check gnus-extra-headers for 'Newsgroups.
18191
18192         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18193         bound.
18194
18195 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18196
18197         * pgg-gpg.el: Clean up process buffers every time gpg processes
18198         complete.
18199
18200 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18201
18202         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18203         doc string.
18204
18205 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18206
18207         * pgg-gpg.el (pgg-gpg-process-filter)
18208         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18209
18210         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18211         lines, temporary fix.
18212
18213 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18216
18217 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18218
18219         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18220         default-enable-multibyte-characters.  This reverts the change from
18221         revision 6.17 which is no longer necessary because the passphrase
18222         is sent separately now.  GnuPG messages are unreadable under
18223         multibyte locales with default-enable-multibyte-characters set to
18224         nil.
18225
18226 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * message.el (message-tool-bar-gnome): Move "spell".
18229
18230 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18233         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18234         instead.
18235
18236 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18237
18238         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18239         Improve newsgroups handling for NNTP overviews which don't include
18240         Newsgroups.
18241
18242 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18243
18244         * message.el (message-resend): Bind message-generate-hashcash to nil.
18245
18246 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18247
18248         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18249         when searching for already-paid recipients.
18250
18251 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18252
18253         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18254         passphrases when it is not needed.
18255         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18256         passphrase stuff from gpg, should only be necessary when you use
18257         gpg with a smartcard.
18258
18259 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * mml.el (mml-insert-mime): Ignore cached contents of
18262         message/external-body part.
18263
18264         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18265         (mm-insert-part): Ditto.
18266
18267 2006-03-23  Simon Josefsson  <jas@extundo.com>
18268
18269         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18270         Reiner.
18271         (pgg-gpg-use-agent-p): Use it again.
18272
18273 2006-03-23  Simon Josefsson  <jas@extundo.com>
18274
18275         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18276         older emacsen.
18277         (pgg-gpg-use-agent-p): Don't use it.
18278
18279 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18280
18281         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18282         if we can.
18283
18284 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18285
18286         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18287         (pgg-gpg-update-agent): New function.
18288         (pgg-gpg-use-agent-p): New function.
18289         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18290         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18291         (pgg-gpg-sign-region): Use it.
18292
18293 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18296         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18297
18298 2006-03-21  Simon Josefsson  <jas@extundo.com>
18299
18300         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18301         <wilde@sha-bang.de>.
18302         (pgg-gpg-use-agent): New variable.
18303         (pgg-gpg-process-region): Use it.
18304         (pgg-gpg-encrypt-region): Likewise.
18305         (pgg-gpg-encrypt-symmetric-region): Likewise.
18306         (pgg-gpg-decrypt-region): Likewise.
18307         (pgg-gpg-sign-region): Likewise.
18308         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18309
18310 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18313
18314         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18315         Add comment on version.
18316
18317 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * smiley.el: Add missing test smiley.
18320
18321 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * mm-decode.el (mm-with-part): New macro.
18324         (mm-get-part): Use it; work with message/external-body as well.
18325         (mm-save-part): Treat name and filename equally.
18326
18327         * mm-extern.el (mm-extern-cache-contents): New function.
18328         (mm-inline-external-body): Use it; force the part to be displayed;
18329         move undisplayer added to the cached handle to the parent.
18330
18331         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18332         (gnus-mime-view-part-as-type): Work with message/external-body.
18333
18334         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18335
18336 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18337
18338         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18339         images in image-load-path.  [Sync with image.el, revision 1.60, in
18340         Emacs.]
18341
18342 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18343
18344         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18345         path rather than symbol.  Always return list of directories.
18346         Guarantee that image directory comes first.  [Sync with image.el,
18347         revision 1.59, in Emacs.]
18348
18349         * message.el (message-make-tool-bar): Adjust to new API of
18350         `gmm-image-load-path-for-library'.
18351
18352         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18353
18354         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18355
18356 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18357
18358         * gnus-art.el (gnus-article-only-boring-p):
18359         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18360         intangible text.
18361         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18362
18363 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18366         Use `defun' instead of `gmm-defun-compat'.
18367
18368 2006-03-14  Simon Josefsson  <jas@extundo.com>
18369
18370         * message.el (message-unique-id): Don't use message-number-base36
18371         if (user-uid) is a float.
18372         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18373
18374 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18377
18378         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18379         empty line between a part and a message part.
18380
18381 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * smiley.el: Add more test smileys.
18384         (smiley-data-directory, smiley-regexp-alist)
18385         (gnus-smiley-file-types): Fix doc strings.
18386         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18387         adding new elements.
18388         (smiley-mouse-map): Unused code.  Make it a comment.
18389
18390 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18393         scan latest NoCeM messages instead of old ones.
18394         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18395         delimiters that are recently used.
18396         (gnus-nocem-load-cache): Add autoload cookie.
18397
18398         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18399
18400         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18401         level which is larger than gnus-use-nocem is specified.
18402
18403         * gnus-group.el (gnus-group-get-new-news): Ditto.
18404
18405 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18406
18407         * gnus-util.el (gnus-tool-bar-update): New function.
18408
18409         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18410         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18411
18412         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18413
18414         * gnus-group.el (gnus-group-redraw-when-idle)
18415         (gnus-group-redraw-check): Remove.
18416         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18417
18418 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18421         if optional last element is specified in splits (FIELD VALUE...).
18422
18423 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18424
18425         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18426         to gmm-image-load-path-for-library.  Call with no-error argument.
18427         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18428
18429         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18430
18431         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18432
18433         * gmm-utils.el (gmm-image-load-path): Remove alias.
18434
18435 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * gmm-utils.el (gmm-image-load-path): Add alias.
18438
18439         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18440         nnml-generate-nov-databases-1.
18441         (nnml-generate-nov-databases): Use it.
18442         (nnml-generate-nov-databases-directory): Document no-active
18443         argument.
18444
18445         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18446         directory if path is t.  Add no-error.
18447
18448         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18449         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18450
18451         * gnus-art.el (gnus-article-browse-delete-temp-files):
18452         Simplify resetting gnus-article-browse-html-temp-list.
18453
18454         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18455         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18456         Add example to docstring.  Rename local variables.  Move error
18457         checks to default case in cond and simplify.
18458
18459 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18462         handle is multipart when calling it recursively.
18463         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18464
18465 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18466
18467         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18468         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18469
18470 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18473         is loaded.
18474
18475         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18476         loaded.
18477
18478 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18479
18480         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18481         to "Emacs 23 (unicode)" in doc string.
18482
18483         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18484         "Emacs 23 (unicode)" in comment.
18485
18486 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18489
18490         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18491         characters 160 through 255 in Emacs 23.
18492
18493 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18496         gnus-article-browse-html-temp.
18497         (gnus-article-browse-delete-temp): Make it customizable.
18498         Add `file'.  Adjust doc string.
18499         (gnus-article-browse-delete-temp-files): Add argument.
18500         Allow query for each file.  Adjust doc string.
18501         (gnus-article-browse-html-parts):
18502         Add `gnus-article-browse-delete-temp-files' to
18503         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18504
18505 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18506
18507         * gnus-art.el (gnus-article-browse-html-temp)
18508         (gnus-article-browse-delete-temp): New variables.
18509         (gnus-article-browse-delete-temp-files): New function.
18510         (gnus-article-browse-html-parts): Use it.
18511
18512 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18515
18516         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18517         string.
18518
18519         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18520         gnus-summary-insert-new-articles when unplugged.
18521         Remove gnus-summary-search-article-forward.
18522
18523         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18524         display-visual-class instead of display-color-cells.
18525
18526 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * dgnushack.el: Autoload customize-group for XEmacs.
18529
18530         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18531         message/* containing non-ASCII text properly.
18532
18533 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18534
18535         * message.el: Require gmm-utils, remove autoloads.
18536         (message-tool-bar): Set default based on
18537         gmm-tool-bar-style.
18538         (message-tool-bar-gnome): Add gmm-customize-mode.
18539
18540         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18541         gmm-tool-bar-style.
18542         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18543
18544         * gnus-group.el (gnus-group-tool-bar): Set default based on
18545         gmm-tool-bar-style.
18546         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18547
18548         * gmm-utils.el (gmm-image-directory): Rename variable from
18549         gmm-image-load-path.
18550         (gmm-image-load-path): Use gmm-image-directory.
18551         (gmm-customize-mode): New function.
18552         (gmm-tool-bar-style): New variable.
18553
18554         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18555         gnus-group-redraw-line-number.
18556         (gnus-group-redraw-check): Simplify.
18557         (gnus-group-tool-bar-update): Remove redraw check.
18558         (gnus-group-make-tool-bar): Add redraw check.
18559
18560 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18561
18562         * gnus-art.el (gnus-button): Add missing parentheses.
18563
18564 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * lpath.el: Fbind line-number-at-pos.
18567
18568 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18571
18572 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18573
18574         * gnus-art.el (gnus-button): New face.
18575         (gnus-article-button-face): Use it.
18576
18577         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18578         Add gnus-summary-next-page.  Re-order.
18579
18580         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18581         next-node are now included.
18582         (gnus-group-redraw-line-number): New internal variable.
18583         (gnus-group-redraw-check): Helper function for updating the tool
18584         bar.
18585         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18586
18587         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18588
18589         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18590         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18591         Use it to match format of Spamassassin 3.0 and later.
18592         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18593         (spam-check-bogofilter)
18594         (spam-bogofilter-register-with-bogofilter): Fix args of
18595         `gnus-error' calls.
18596
18597 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18598
18599         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18600         unnecessary interaction when sending queued mails.
18601         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18602
18603 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18606         first or last are nil.
18607
18608 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18609
18610         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18611
18612 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18613
18614         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18615
18616 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * dns.el (query-dns): Protect more against buggy tcp output.
18619
18620 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18621
18622         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18623         nov.php.
18624
18625 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18626
18627         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18628         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18629         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18630         output on the server side.
18631         (nnweb-google-create-mapping): Update regexps and add some
18632         progress indication.
18633
18634 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18635
18636         * gnus-group.el (gnus-group-tool-bar-gnome):
18637         Fix gnus-agent-toggle-plugged.  Re-order icons.
18638         (gnus-group-tool-bar-gnome):
18639         Add gnus-group-{prev,next}-unread-group.
18640         (gnus-group-tool-bar-gnome): Re-order icons.
18641
18642         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18643         Move gnus-summary-insert-new-articles.
18644
18645         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18646         Fix comments.
18647
18648         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18649         also available in Emacs 21.3.
18650
18651         * message.el (message-fix-before-sending): Change "Emacs 22" to
18652         "Emacs 23 (unicode)" in comment.
18653
18654         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18655         "Emacs 23 (unicode)" in comment.
18656
18657         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18658         comment.
18659         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18660
18661         * mm-view.el (mm-fill-flowed): Add :version.
18662
18663 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18666         and load-path.
18667
18668 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18669
18670         * message.el: Autoload gmm-image-load-path.
18671         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18672         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18673         consitency.
18674
18675         * gmm-utils.el (gmm-image-load-path): Also search in
18676         "../etc/images".  Don't set gmm-image-load-path if we don't find
18677         the image.
18678
18679 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gmm-utils.el (gmm-image-load-path): Don't make
18682         `gmm-image-load-path' include subdirectories which the second arg
18683         `image' might specify.
18684
18685         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18686         subdirectory to icon file names.
18687
18688         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18689
18690 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18693         gmm-image-load-path calls.
18694
18695         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18696
18697         * message.el (message-make-tool-bar): Ditto.
18698
18699         * mml.el (mml-preview): Add comment concerning tool bar icons.
18700
18701         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18702         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18703
18704         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18705         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18706
18707         * message.el (message-tool-bar-gnome): Use new icon names.
18708         (message-make-tool-bar): Use `gmm-image-load-path'.
18709
18710         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18711         New functions from MH-E.
18712         (gmm-image-load-path): New variable from MH-E.
18713         (gmm-image-load-path): New function from MH-E.  Add arguments
18714         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18715         *-image-load-path-called-flag.
18716
18717 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18718
18719         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18720
18721 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18722
18723         * nnimap.el (nnimap-request-move-article): Change folder back to
18724         source group before deleting.
18725
18726 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18727
18728         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18729
18730         * gnus-art.el (mm-url-insert-file-contents-external):
18731         Autoload mm-url.
18732
18733         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18734
18735 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18738         coding system which mm-charset-to-coding-system returns for a
18739         given charset is valid.
18740
18741 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18742
18743         * html2text.el (html2text-remove-tag-list):
18744         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18745
18746 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18747
18748         * gnus-cus.el: Revert 2005-10-17 change.
18749
18750 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * gnus-art.el (article-strip-banner):
18753         Call article-really-strip-banner only when the regexp match is made.
18754
18755 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * gnus-art.el (article-strip-banner):
18758         Use gnus-extract-address-components instead of
18759         mail-header-parse-addresses to make it work with non-ASCII text;
18760         remove mail-encode-encoded-word-string.
18761
18762         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18763         values which are surrounded with \"...\"; make it never cause a
18764         Lisp error; give up parsing of parameters if it failed in
18765         extracting type.
18766
18767 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18768
18769         * smime.el (smime-cert-by-ldap-1): Fix bug where
18770         `smime-ldap-search' returns results without userCertificates.
18771
18772 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18773
18774         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18775
18776 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * spam.el (spam-check-spamassassin-headers): Adapt format for
18779         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18780         <ari@mbf.ocn.ne.jp>.
18781         (spam-list-of-processors): Add spam-use-gmane.
18782
18783 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18786         make-temp-file; make it work with XEmacs as well.
18787
18788         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18789         mm-make-temp-file.
18790
18791         * mm-decode.el (mm-display-external): Use the 3rd arg of
18792         mm-make-temp-file.
18793         (mm-create-image-xemacs): Ditto.
18794
18795 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18798         with message-narrow-to-headers.
18799         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18800         (gnus-draft-check-draft-articles): New function.
18801         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18802
18803 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * gnus-art.el (gnus-article-browse-html-parts):
18806         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18807         Don't use suffix argument for mm-make-temp-file for Emacs 21
18808         compatibility.  Remove useless `format'.
18809
18810 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18811
18812         * nnweb.el (nnweb-google-wash-article): Update regexps.
18813         (nnweb-group-alist): Use defvoo instead of defvar.
18814
18815 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18818         re-loading nn* modules.
18819
18820 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18823         for `tool-bar-mode' and don't check it's default-value.
18824
18825         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18826
18827         * message.el (message-make-tool-bar): Ditto.
18828
18829         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18830         `substring'.  Shorten tmp-file name.
18831
18832         * gnus.el: Remove bogus comment.
18833
18834 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18835
18836         * gnus-art.el (gnus-article-browse-html-parts): New function.
18837         (gnus-article-browse-html-article): New function for viewing html
18838         articles with a browser.
18839
18840 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18841
18842         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18843         in elisp.
18844         (pgg-gpg-encrypt-symmetric-region): Ditto.
18845         (pgg-gpg-sign-region): Ditto.
18846
18847         * pgg-def.el (pgg-text-mode): New variable.
18848
18849         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18850         (mml2015-pgg-encrypt): Ditto.
18851
18852         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18853         (mml1991-pgg-encrypt): Ditto.
18854
18855 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * nnfolder.el (nnfolder-insert-newsgroup-line):
18858         Use message-make-date instead of current-time-string.
18859
18860         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18861         to gnus-decoded which mm-uu might set.
18862
18863 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18866         don't decode quoted parameters; remove misimported Emacs code.
18867         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18868         (rfc2231-decode-encoded-string): Don't use split-string which
18869         behaves differently according to Emacs version; use
18870         mm-decode-coding-region to convert charset to coding-system.
18871         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18872         (rfc2231-encode-string): Remove misimported Emacs code.
18873
18874 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18877         when calling mail-header-parse-content-type.
18878         (article-de-quoted-unreadable): Ditto.
18879         (article-de-base64-unreadable): Ditto.
18880         (article-wash-html): Ditto.
18881
18882         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18883         calling mail-header-parse-content-type and
18884         mail-header-parse-content-disposition.
18885         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18886         mail-header-parse-content-type.
18887
18888         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18889         insert charset and format parameters; encode description after
18890         inserting it to buffer.
18891         (mml-insert-parameter): Fold lines properly even if a parameter is
18892         segmented into two or more lines; change the max column to 76.
18893
18894         * rfc1843.el (rfc1843-decode-article-body): Don't use
18895         ignore-errors when calling mail-header-parse-content-type.
18896
18897         * rfc2231.el (rfc2231-parse-string): Return at least type if
18898         possible; don't cause an error even if it fails in parsing of
18899         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18900         (rfc2231-encode-string): Don't break lines at the beginning, leave
18901         it to mml-insert-parameter.
18902
18903         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18904         calling mail-header-parse-content-type.
18905
18906 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * spam-report.el (spam-report-gmane-use-article-number):
18909         Improve doc string.
18910         (spam-report-gmane-internal): Check if a suitable header was found
18911         in the article.
18912
18913 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18916         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18917
18918 2006-02-05  Romain Francoise  <romain@orebokech.com>
18919
18920         Update copyright notices of all files in the gnus directory.
18921
18922 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18923
18924         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18925
18926 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18927
18928         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18929         segmented lines of parameter value to cope with Thunderbird 1.5
18930         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18931         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18932         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18933
18934 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18935
18936         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18937         parts.
18938
18939 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18940
18941         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18942         there's only one active file for all servers.
18943         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18944         solid groups.  Gnus might have used a FAST request to select the group.
18945         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18946         and nnweb-search redundantly in the active file.
18947         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18948         (nnweb-request-create-group): Don't use ARGS.
18949         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18950         initializations.  Let nnoo do the work.
18951
18952 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18955         Say the part has been decoded.
18956
18957         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18958
18959 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18960
18961         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18962         mailcap-viewer-test-cache when there's no 'test clause, since that
18963         will invert the meaning of a "nil" test previously determined by
18964         mailcap-mailcap-entry-passes-test.
18965
18966 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18969         compiling.
18970
18971         * gnus-sum.el: Ditto.
18972
18973         * message.el: Don't bind tool-bar-map when compiling.
18974
18975 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18976
18977         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18978
18979 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18980
18981         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18982         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18983         current Google Groups.
18984
18985 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18988         and tool-bar-mode.
18989
18990         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18991         and tool-bar-mode.
18992
18993         * message.el (message-tool-bar-update): Simplify.
18994         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18995
18996         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18997         gnus-summary-buffer.
18998         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18999         gnus-summary-reply.
19000
19001         * gmm-utils.el (gmm): Add :version.
19002
19003 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * Makefile.in (clean): New rule.
19006         (distclean): Use it.
19007
19008 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19009
19010         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19011         Don't autoload.
19012
19013 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * gmm-utils.el (gmm-verbose): Add :group.
19016
19017 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19018
19019         * message.el: Change some comments WRT tool-bars.
19020
19021         * gnus-sum.el (gnus-summary-tool-bar)
19022         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19023         (gnus-summary-tool-bar-zap-list): New variables.
19024         (gnus-summary-make-tool-bar): Complete rewrite using
19025         `gmm-tool-bar-from-list'.
19026
19027         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19028         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19029         New variables.
19030         (gnus-group-make-tool-bar): Complete rewrite using
19031         `gmm-tool-bar-from-list'.
19032         (gnus-group-tool-bar-update): New function.
19033
19034         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19035
19036 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19039         is dissected into a single part of which the type is the same as
19040         the given one; decode charset.
19041
19042 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19043
19044         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19045         into alists as symbol not string, since that's what
19046         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19047         look for.
19048
19049 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19050
19051         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19052         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19053
19054         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19055
19056 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19059         (gnus-xmas-mime-security-button-menu): New function.
19060
19061         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19062         (gnus-mime-security-button-menu): New definition.
19063         (gnus-mime-security-button-map): Use them.
19064         (gnus-mime-security-button-menu): New function.
19065         (gnus-insert-mime-security-button): Addition to help echo.
19066         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19067         (gnus-mime-security-pipe-part): New functions.
19068
19069         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19070         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19071
19072         * mm-decode.el (mm-handle-set-disposition): Remove.
19073         (mm-handle-set-description): Remove.
19074
19075 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19078         (mm-w3m-standalone-supports-m17n-p): New function.
19079         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19080         w3m usage.
19081
19082         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19083         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19084
19085 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19086
19087         * message.el (message-tool-bar-zap-list):
19088         Use gmm-tool-bar-zap-list as custom type.
19089         (message-tool-bar-update): New function.
19090         (message-tool-bar, message-tool-bar-gnome)
19091         (message-tool-bar-retro): Add message-tool-bar-update.
19092         (message-tool-bar-gnome): Add flyspell-buffer.
19093
19094         * gnus-util.el (gnus-error): Describe `args'.
19095
19096         * gmm-utils.el (gmm-error): Describe `args'.
19097         (gmm-tool-bar-zap-list): New widget.
19098         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19099
19100 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19103         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19104         the number of recursive calls.
19105
19106         * mm-decode.el (mm-handle-set-disposition): New macro.
19107         (mm-handle-set-description): New macro.
19108
19109 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19112         encoding.
19113
19114 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * message.el (message-tool-bar-zap-list, message-tool-bar)
19117         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19118         (message-tool-bar-local-item-from-menu): Remove.
19119         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19120         (message-make-tool-bar): New function.
19121         (message-mode): Use `message-make-tool-bar'.
19122
19123         * gmm-utils.el: New file.
19124         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19125         (gmm-lazy): New widget copied from `nnmail.el'.
19126         (gmm-tool-bar-from-list): New function for creating customizable
19127         tool bars.
19128         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19129         output.
19130         (gmm): Add :prefix to defgroup.
19131
19132 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19133
19134         * gmm-utils.el (gmm-widget-p): New function.
19135
19136 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19137
19138         * mml.el (mml-attach-file): Describe `description' in doc string.
19139         (mml-menu): Add Emacs MIME manual and PGG manual.
19140
19141 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19142
19143         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19144
19145 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19146
19147         * nntp.el (nntp-end-of-line): Doc fix.
19148
19149 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19150
19151         * imap.el (imap-open): Handle case where buffer is a buffer
19152         object.
19153
19154 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19155
19156         * gnus-delay.el (gnus-delay): Don't autoload.
19157         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19158         to be re-loaded when customizing the `gnus-delay' group.
19159
19160 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19161
19162         * message.el (message-insert-citation-line): Use newlines.
19163
19164 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19165
19166         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19167         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19168         these routines, so the passphrase can be managed externally and
19169         passed in to the system.
19170         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19171         pgg-add-passphrase-to-cache function.
19172
19173         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19174         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19175         these routines, so the passphrase can be managed externally and
19176         passed in to the system.
19177         (pgg-pgp5-sign-region): Use new name of
19178         pgg-add-passphrase-to-cache function.
19179
19180 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19181
19182         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19183         part of the decoded armor to find the key-identifier.
19184         (pgg-gpg-lookup-key-owner): New function to return the
19185         human-readable identifier of a key owner.
19186         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19187         itself.
19188         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19189         the key value) if we have a key and can match it against a secret
19190         key.  Also, added a note pointing out fact that the prompt only
19191         indicates the first matching key.
19192
19193         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19194         pgg-decrypt-region.
19195         (pgg-add-passphrase-to-cache): Rename from
19196         `pgg-add-passphrase-cache' to reduce confusion (all callers
19197         changed).
19198         (pgg-remove-passphrase-from-cache): Rename from
19199         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19200         changed).
19201         (pgg-read-passphrase, pgg-add-passphrase-cache)
19202         (pgg-remove-passphrase-cache): Add informative docstrings.
19203         (pgg-decrypt): Convey provided passphrase in subordinate call to
19204         pgg-decrypt-region.
19205
19206 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19207
19208         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19209         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19210         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19211         'passphrase' argument, so the passphrase can be managed externally
19212         and then passed in to the system.
19213
19214         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19215         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19216         so the passphrase cache can be used reliably with identifiers
19217         besides a pgp packet's key id.
19218
19219         * pgg-gpg.el (pgg-gpg-encrypt-region)
19220         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19221         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19222         these routines, so the passphrase can be managed externally and
19223         passed in to the system.
19224
19225         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19226         'notruncate' argument, so the passphrase cache can be used
19227         reliably with identifiers besides a pgp packet's key id.
19228
19229 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19230
19231         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19232         symmetric encryption.
19233         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19234         encrypted session key.
19235         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19236         message ask for the passphrase in a proper way.
19237
19238         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19239         New user commands for symmetric encryption.
19240
19241 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19244
19245         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19246
19247 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19248
19249         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19250
19251 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * mm-decode.el (mm-inlined-types): Add application/pgp.
19254         (mm-automatic-display): Ditto.
19255
19256         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19257         part as text.
19258
19259 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * nnrss.el: Update copyright.
19262         (nnrss-opml-import): Query whether to subscribe to each entry.
19263
19264         * gnus-art.el:
19265         * gnus-sum.el:
19266         * gnus-xmas.el:
19267         * messagexmas.el:
19268         * mm-uu.el:
19269         * mm-view.el: Update copyright.
19270
19271 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19272
19273         * message.el (message-info): New function.
19274         (message-mode-menu): Add it.
19275         Update copyright.
19276
19277         * ChangeLog: Fix and update copyright.
19278
19279 2006-01-13  Romain Francoise  <romain@orebokech.com>
19280
19281         * message.el (message-forward-subject-name-subject): Prefer the
19282         address to 'nowhere' if the sender has no name.
19283         Fix typo.  Update copyright year.
19284
19285 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-art.el (article-wash-html):
19288         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19289         (gnus-article-wash-html-with-w3m-standalone): New function.
19290
19291         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19292         mm-inline-text-html-render-with-w3m-standalone.
19293         (mm-text-html-washer-alist): Map w3m-standalone to
19294         gnus-article-wash-html-with-w3m-standalone.
19295         (mm-inline-text-html-render-with-w3m-standalone): New function.
19296
19297 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19298
19299         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19300         Improve LaTeX.
19301
19302 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19305         (nnrss-request-article): Render text/plain parts as HTML.
19306
19307         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19308         the buffer.
19309
19310 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19313         custom definition of `gnus-posting-styles'.
19314
19315         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19316         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19317
19318 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19319
19320         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19321         Use nntp for bug archive.
19322
19323 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19326         parts.
19327         (nnrss-normalize-date): New function converts ISO 8601 date into
19328         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19329         (nnrss-check-group): Use it.
19330
19331 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19334
19335         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19336         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19337         (nnrss-insert-w3): Ditto.
19338
19339 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19342         the articles to be forwarded including the case where neither a
19343         number of articles nor a region is specified.
19344
19345 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * nnrss.el (nnrss-request-article): Fix last change; fill
19348         text/plain parts.
19349
19350 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19353         in text/plain part.
19354         (nnrss-check-group): Don't add excessive newline to dc:subject.
19355
19356 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19357
19358         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19359         article.
19360
19361 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19362
19363         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19364         (nnml-use-compressed-files, nnml-save-mail): Support other
19365         comression programs such as bzip2.
19366
19367 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19368
19369         * dns.el (query-dns): Make sure we check the buffer size before
19370         removing tcp headers.
19371
19372 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19375         remove MIME buttons associated with multipart/alternative parts.
19376         (gnus-mime-display-alternative): Tag buttons using `article-type'
19377         text property.
19378
19379         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19380         associated with multipart/alternative parts.
19381
19382         * gnus-art.el (gnus-signature-separator): Fix custom type.
19383
19384         * mm-decode.el (mm-inlined-types): Fix custom type.
19385         (mm-keep-viewer-alive-types): Ditto.
19386         (mm-automatic-display): Ditto.
19387         (mm-attachment-override-types): Ditto.
19388         (mm-inline-override-types): Ditto.
19389         (mm-automatic-external-display): Ditto.
19390
19391 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * spam-report.el (spam-report-user-mail-address)
19394         (spam-report-user-agent): New variables.
19395         (spam-report-url-ping-plain): Use spam-report-user-agent.
19396
19397 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19398
19399         * gnus-art.el (gnus-button-handle-custom): Do not just use
19400         `customize-apropos' for any "M-x customize-*" button but the
19401         function called for.  Accept both the function name and its
19402         argument in order to achieve this.
19403         (gnus-button-alist): Remove support for "custom:" URL's.
19404         Pass function name to `gnus-button-handle-custom' in case of "M-x
19405         customize-*" buttons.
19406
19407 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19410         multipart/alternative and add xref to mm-discouraged-alternatives
19411         in doc string.
19412
19413         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19414         gnus-buttonized-mime-types in doc string.
19415
19416 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19417
19418         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19419         Suggest image/.* in the doc string.
19420
19421 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19422
19423         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19424         message-marks (Debian bug #342521).
19425
19426 2005-12-12  Simon Josefsson  <jas@extundo.com>
19427
19428         * password.el (password-read-from-cache): Add.
19429         (password-read): Use it.
19430
19431 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * rfc2047.el (rfc2047-charset-to-coding-system):
19434         Recognize us-ascii as a MIME charset.
19435
19436         * mm-bodies.el (mm-decode-content-transfer-encoding):
19437         Protect against the case where the 2nd arg TYPE is nil.
19438
19439 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19440
19441         * pop3.el (pop3-stream-type): Fix custom version.
19442
19443         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19444
19445 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19446
19447         * mm-decode.el (mm-display-external): Add missing cdr.
19448
19449 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19452         RFC1524) if it is in mailcap or add a suffix according to
19453         mailcap-mime-extensions when generating a temp filename; postpone
19454         deleting a temp file for 2 seconds for some wrappers, shell
19455         scripts, and so on, which might exit right after having started a
19456         viewer command as a background job.
19457
19458 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * nntp.el (nntp-marks-directory): Fix custom group.
19461
19462         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19463         steps when < 10.
19464
19465         * gnus-start.el (gnus-no-server-1):
19466         Mention `gnus-level-default-subscribed' in doc string.
19467
19468 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19469
19470         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19471         parens.
19472
19473 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * gnus-xmas.el (gnus-use-toolbar): Revert.
19476         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19477         gnus-use-toolbar is default.
19478
19479         * messagexmas.el (message-use-toolbar): Revert.
19480         (message-setup-toolbar): Use global default-toolbar if
19481         message-use-toolbar is default.
19482
19483 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19486         according to default-toolbar-visible-p.
19487
19488         * messagexmas.el (message-use-toolbar): Ditto.
19489
19490 2005-11-26  Dave Love  <fx@gnu.org>
19491
19492         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19493         (tls-program, tls-success): Provide openssl alternative.
19494
19495         * starttls.el: Doc fixes.
19496         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19497         SERVICE to PORT.
19498
19499         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19500         port null or service name.
19501         (starttls-negotiate): Autoload.
19502
19503 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * message.el (message-kill-to-signature): Fix interactive spec.
19506
19507 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * pop3.el (pop3-open-server): Recognize a string as a service name.
19510
19511 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19512
19513         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19514
19515 2005-11-23  Dave Love  <fx@gnu.org>
19516
19517         Add pop3s, pop3/starttls.
19518
19519         * pop3.el (pop3-authentication-scheme): Clarify doc.
19520         (open-tls-stream, starttls-open-stream): Autoload.
19521         (pop3-stream-type): New.
19522         (pop3-open-server): Use it.
19523
19524         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19525         for POP.
19526         (mail-source-keyword-map): Add :stream for POP.
19527         (mail-source-fetch-pop): Use pop3-stream-type.
19528
19529 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19530
19531         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19532         of current-time-string.
19533
19534 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19535
19536         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19537         date header.
19538
19539 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19540
19541         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19542         it can seriously impact performance as it bypasses the agent's
19543         local caches.
19544
19545 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19546
19547         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19548         must be explicitly online rather than "not explicitly offline" for
19549         its flags to be synchronized.
19550
19551         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19552         that gnus-uu-unmark-thread will function correctly.
19553
19554         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19555         1024K is instead displayed as 1M.
19556
19557 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19558
19559         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19560
19561 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19562
19563         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19564
19565 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19566
19567         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19568         error message to display actual error condition.
19569         (gnus-agent-save-local): Avoid saving symbols that are bound to
19570         nil as they simply result in a warning message in
19571         gnus-agent-read-local.
19572
19573 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19576         rather than make-variable-buffer-local for file-precious-flag.
19577
19578 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19579
19580         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19581         for duplicates which are removed.  The invalid sort check then
19582         triggers a rescan after the sort as sorting may have moved
19583         duplicate entries such that they can be cheaply detected.
19584
19585 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19588
19589 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19590
19591         * gnus-agent.el (gnus-agent-article-alist-save-format):
19592         Change internal variable to a custom variable.  Change default value
19593         from compressed(2) to uncompressed(1).
19594         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19595         support for uncompressed agentview files.  Taken together, reading
19596         the agentview file should now be 6-7 times faster.
19597
19598 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19599
19600         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19601         as a buffer-local variable.  This avoids creating truncated
19602         dribble files as a result of a hang up, eg.
19603
19604 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19605
19606         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19607         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19608         XEmacs.
19609
19610 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19611
19612         * gnus-start.el (gnus-start-draft-setup):
19613         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19614
19615         * gnus.el (gnus-splash): Change custom group.
19616         (gnus-group-get-parameter, gnus-group-parameter-value):
19617         Describe allow-list argument.
19618
19619         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19620         string.
19621
19622 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19623
19624         * gnus-art.el (gnus-default-article-saver): Add user-defined
19625         `function' to custom type.
19626
19627 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19628
19629         * imap.el (imap-open): Handle case where buffer is a buffer
19630         object.
19631
19632 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19633
19634         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19635         long lines.
19636         (gnus-cache-delete-group): Wrap doc strings.
19637
19638         * gnus-agent.el (gnus-agent-rename-group)
19639         (gnus-agent-delete-group): Wrap doc strings.
19640
19641 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * messagexmas.el (message-use-toolbar): Change the valid values
19644         into default, top, bottom, left, and right.
19645         (message-toolbar-thickness): New variable.
19646         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19647         well.
19648         (message-setup-toolbar): Make it work.
19649
19650         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19651         (gnus-use-toolbar): Change the valid values into default, top,
19652         bottom, left, and right.
19653         (gnus-toolbar-thickness): New variable.
19654         (gnus-xmas-setup-toolbar): New function.
19655         (gnus-xmas-setup-group-toolbar): Use it.
19656         (gnus-xmas-setup-summary-toolbar): Use it.
19657
19658 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19659
19660         * gnus-start.el (gnus-1): Add "native" to
19661         gnus-predefined-server-alist.
19662
19663         * gnus.el (gnus-method-to-server): Don't add "native" to the
19664         lists here, because that leads to problems when
19665         gnus-select-method is bound.
19666
19667 2005-11-09  Simon Josefsson  <jas@extundo.com>
19668
19669         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19670         use (not sort-by-date) instead.
19671
19672 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19673
19674         * gnus-delay.el (gnus-delay-group): Don't autoload.
19675         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19676         to be re-loaded when customizing the `gnus-delay' group.
19677
19678 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19679
19680         * message.el: Revert last changes.
19681         (message-insert-citation-line): Use newlines.
19682
19683 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19684
19685         * message.el (message-courtesy-message)
19686         (message-mark-insert-begin, message-mark-insert-end)
19687         (message-elide-ellipsis, message-cancel-message)
19688         (message-add-header, message-change-subject)
19689         (message-cross-post-followup-to-header)
19690         (message-cross-post-insert-note, message-reduce-to-to-cc)
19691         (message-widen-reply, message-delete-not-region)
19692         (message-kill-to-signature, message-insert-signature)
19693         (message-insert-importance-high, message-insert-importance-low)
19694         (message-insert-or-toggle-importance)
19695         (message-insert-disposition-notification-to)
19696         (message-indent-citation, message-yank-original)
19697         (message-cite-original-without-signature, message-cite-original)
19698         (message-insert-citation-line, message-position-on-field)
19699         (message-fix-before-sending, message-send-mail-partially)
19700         (message-send-mail, message-send-mail-with-sendmail)
19701         (message-send-mail-with-qmail, message-send-news)
19702         (message-check-news-header-syntax, message-generate-headers)
19703         (message-insert-courtesy-copy, message-fill-address)
19704         (message-fill-header, message-shorten-references)
19705         (message-setup-1, message-cancel-news)
19706         (message-forward-make-body-plain, message-forward-make-body-mime)
19707         (message-forward-make-body-mml, message-encode-message-body)
19708         (message-forward-make-body-digest-plain)
19709         (message-forward-make-body-digest-mime)
19710         (message-use-alternative-email-as-from): Insert `hard-newline'
19711         instead of ordinary newlines.
19712
19713 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * message.el (message-generate-headers): Downcase the argument
19716         given to message-check-element.
19717
19718 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19719
19720         * nntp.el (nntp-authinfo-rejected): New error condition.
19721         (nntp-wait-for): Use new error condition to signal authentication
19722         error.
19723         (nntp-retrieve-data): Rethrow new error condition to break out of
19724         recursive call to nntp-send-authinfo.
19725
19726 2005-11-08  Romain Francoise  <romain@orebokech.com>
19727
19728         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19729         (gnus-summary-exit-map): Bind to `Z p'.
19730         (gnus-summary-make-menu-bar): Add menu item.
19731
19732 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19733
19734         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19735         (gnus-treat-*): Add `first' in all doc strings.
19736
19737         * gnus-group.el (gnus-group-compact-group): Fix typo.
19738
19739 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * gnus.el (gnus-parameters-case-fold-search): New variable.
19742         (gnus-parameters-get-parameter): Use it.
19743
19744         * gnus-score.el (gnus-home-score-file): Doc fix.
19745
19746 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19747
19748         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19749
19750 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * mm-util.el (mm-special-display-p): New function.
19753
19754         * mml.el (mml-preview): Use it; doc fix.
19755
19756 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19757
19758         * imap.el (imap-open): Handle case where buffer is a buffer object.
19759
19760 2005-10-29  Romain Francoise  <romain@orebokech.com>
19761
19762         * message.el (message-fix-before-sending): Fix comment.
19763
19764 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19765
19766         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19767
19768 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19769
19770         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19771         Used in gnus-score.el.
19772
19773 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19774
19775         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19776
19777 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19778
19779         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19780         whitespace removed in revision 7.8.  Use concatenated string to
19781         protect trailing whitespace.
19782
19783 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19784
19785         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19786         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19787         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19788         Courier IMAP ("some version from 2004").  Mostly based on similar
19789         code in the same function.
19790
19791 2005-10-26  Didier Verna  <didier@xemacs.org>
19792
19793         * gnus-group.el (gnus-group-compact-group): Invalidate original
19794         article buffer.
19795         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19796         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19797         NOV database and in article itself.
19798         Invalidate article backlog.
19799
19800 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19801
19802         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19803
19804 2005-10-26  Simon Josefsson  <jas@extundo.com>
19805
19806         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19807         part of 2004-07-25 change.
19808
19809 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19810
19811         * message.el (message-display-completion-list): New function.
19812         (message-expand-group): Use it; make sure the Completions buffer
19813         is modifiable.
19814 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19815
19816         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19817         user-mail-name is an empty string.
19818
19819 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19822         depending on gnus-score-decay-constant.
19823
19824         * encrypt.el (encrypt-insert-file-contents)
19825         (encrypt-write-file-contents): Don't use `gnus-message'.
19826
19827         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19828         arguments.
19829         (mm-uu-type-alist): Add message-marks and insert-marks.
19830         Pass arguments to mm-uu-verbatim-marks-extract.
19831         (mm-uu-hide-markers): New variable.
19832         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19833
19834         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19835         (gnus-convert-image-to-face-command): Use "convert" by default to
19836         allow other input image formats.
19837         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19838         accordingly.
19839
19840 2005-10-23  Simon Josefsson  <jas@extundo.com>
19841
19842         * imap.el (imap-gssapi-program): Align command line parameters
19843         with latest GNU SASL.
19844         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19845
19846 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19847
19848         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19849         HTML.
19850         (nnslashdot-request-article): Ditto.
19851
19852         * lpath.el (featurep): Add nobreak-char-display.
19853
19854 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19855
19856         * mail-source.el (mail-source-fetch-pop): Require pop3.
19857         (mail-source-check-pop): Ditto.
19858
19859 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19862         errors.
19863
19864 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19865
19866         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19867         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19868
19869         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19870
19871         * mm-bodies.el (mm-decode-string):
19872         Call `mm-charset-to-coding-system' with allow-override argument.
19873
19874 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19877         (rfc2047-charset-to-coding-system): New function.
19878         (rfc2047-decode-encoded-words): New function.
19879         (rfc2047-decode-region): Use them.
19880         (rfc2047-decode-cte): Remove.
19881         (rfc2047-parse-and-decode): Remove.
19882         (rfc2047-decode): Remove.
19883
19884 2005-10-15  Kenichi Handa  <handa@m17n.org>
19885
19886         * rfc2047.el (rfc2047-decode-cte): New function.
19887         (rfc2047-decode-region): Change the way to decode successive
19888         encoded-words: decode B- or Q-encoding in each encoded-word,
19889         concatenate them, and decode it as charset.
19890
19891 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * lpath.el: Fbind codepage-setup for XEmacs.
19894
19895 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19896
19897         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19898         widget-move-and-invoke.
19899         (gnus-custom-mode): Use gnus-custom-map.
19900
19901 2005-10-15  Bill Wohler  <wohler@newt.com>
19902
19903         * message.el (message-tool-bar-map): Rename image file from
19904         mail_send to mail/send.
19905
19906 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19907
19908         * message.el (message-expand-group): Pass the common
19909         prefix substring of completion to `display-completion-list'.
19910
19911 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19912
19913         * mml-sec.el (mml-secure-method): New internal variable.
19914         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19915         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19916         New functions using mml-secure-method.
19917
19918         * mml.el (mml-mode-map): Add key bindings for those functions.
19919         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19920         Harder <harder@myrealbox.com>.
19921         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19922         Goto end of message if point is the headers of the message.
19923
19924         * message.el (message-in-body-p): New function.
19925
19926         * assistant.el: Autoload gnus-util and netrc.
19927
19928         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19929         Use `mm-charset-override-alist' only when decoding.
19930
19931         * mm-bodies.el (mm-decode-body):
19932         Call `mm-charset-to-coding-system' with allow-override argument.
19933
19934         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19935         `filename' from Content-Disposition if Content-Type doesn't
19936         provide `name'.
19937         (gnus-mime-view-part-as-type): Set default instead of
19938         initial-input.
19939
19940 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19941
19942         * format-spec.el (format-spec): Propagate text properties of % spec.
19943
19944 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19945
19946         * gnus-art.el (gnus-treat-predicate): Add `first'.
19947
19948 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19949
19950         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19951         (mm-charset-override-alist): New variable.
19952         (mm-charset-to-coding-system): Use it.
19953         (mm-codepage-setup): New helper function.
19954         (mm-charset-eval-alist): New variable.
19955         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19956         Warn about unknown charsets.
19957
19958         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19959
19960 2005-10-04  David Hansen  <david.hansen@gmx.net>
19961
19962         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19963         (nnrss-check-group): Ditto.
19964
19965 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19966
19967         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19968         Rename x-gnus-verbatim to x-verbatim.
19969         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19970
19971         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19972         x-verbatim.
19973
19974         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19975
19976         * gnus-util.el (gnus-remove-duplicates): Remove.
19977
19978         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19979         instead of gnus-remove-duplicates.
19980
19981         * message.el (message-remove-duplicates): Remove.
19982         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19983         message-remove-duplicates.
19984
19985         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19986         available, else use implementation from `delete-dups'.
19987
19988         * message.el (message-insert-expires): New function.
19989         (message-mode-map): Add key binding.
19990         (message-mode-field-menu): Add menu entry.
19991         (message-mode): Document it.
19992         (message-make-expires-date): Use `message-make-date'.
19993
19994 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19995
19996         * message.el (message-make-expires-date): New function.
19997
19998 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * Makefile.in (list-installed-shadows): New entry.
20001         (install): Use it.
20002         (remove-installed-shadows): New entry.
20003
20004         * dgnushack.el (dgnushack-default-load-path): New variable.
20005         (dgnushack-find-lisp-shadows): New function.
20006         (dgnushack-remove-lisp-shadows): New function.
20007
20008 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * Makefile.in (install-el-elc): New entry.
20011         (install): Use it so that .el files are necessarily installed.
20012
20013 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20016
20017 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20018
20019         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20020         function rather than the diff-mode.el package.
20021         (mm-display-external): Use with-current-buffer.
20022         (mm-viewer-completion-map, mm-viewer-completion-map):
20023         Move initialization inside declaration.
20024
20025 2005-09-29  Simon Josefsson  <jas@extundo.com>
20026
20027         * spam.el: Load hashcash when compiling, to avoid warnings.
20028         Don't autoload mail-check-payment.
20029         (spam-check-hashcash): Define unconditionally, since hashcash.el
20030         is part of Gnus now.  Ignore errors from payment checking.
20031
20032 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * message.el (message-bold-region, message-unbold-region):
20035         Rename from `bold-region' and `unbold-region'.
20036
20037         * message.el: Remove useless autoloads.
20038
20039 2005-09-28  Simon Josefsson  <jas@extundo.com>
20040
20041         * message.el (message-use-idna): Default to t.
20042         (message-use-idna): Test whether encoding works too.  Doc fix.
20043
20044 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * nntp.el (nntp-warn-about-losing-connection): Remove.
20047
20048 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20049
20050         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20051         customizable.  Change default value.
20052         (mm-uu-diff-groups-regexp): Change default value.
20053         (mm-uu-type-alist): Add doc string.
20054         (mm-uu-configure): Add doc string.  Make it interactive.
20055         (mm-uu-tex-groups-regexp): New variable.
20056         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20057         (mm-uu-type-alist): Add LaTeX documents.
20058         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20059         of "text/verbatim".
20060         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20061
20062         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20063         instead of "text/verbatim".
20064
20065         * message.el (message-mark-inserted-region)
20066         (message-mark-insert-file): Use slrn style marks when called with
20067         prefix argument.
20068
20069 2005-09-27  Simon Josefsson  <jas@extundo.com>
20070
20071         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20072
20073 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20074
20075         * message.el (message-remove-duplicates): New function.
20076         Implementation borrowed from `gnus-remove-duplicates'.
20077         (message-idna-to-ascii-rhs): Also encode idna addresses in
20078         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20079         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20080         only ask about the same idna domain once per header and also tell
20081         in what header to replace the idna domain.
20082
20083         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20084         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20085         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20086         a header is decoded and not just the last one.
20087
20088 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20091         has been decoded.
20092
20093         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20094         (mm-insert-part): Don't modify text if it has been decoded.
20095
20096         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20097         decoded.
20098
20099         * mm-view.el (mm-inline-text): Don't strip text props unless
20100         decoding enriched or richtext parts.
20101
20102 2005-09-25  Romain Francoise  <romain@orebokech.com>
20103
20104         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20105         * gnus-start.el (gnus-subscribe-interactively):
20106         * gnus-uu.el (gnus-uu-grab-articles):
20107         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20108         space.
20109
20110 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20111
20112         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20113         * mm-view.el (mm-view-pkcs7-decrypt):
20114         * gnus-sum.el (gnus-summary-limit-to-extra)
20115         (gnus-summary-respool-article, gnus-read-move-group-name):
20116         * gnus-score.el (gnus-summary-increase-score):
20117         * gnus-util.el (gnus-completing-read-with-default):
20118         * gnus-art.el (gnus-read-save-file-name)
20119         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20120         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20121         * message.el (message-check-news-header-syntax):
20122         Follow convention for reading with the minibuffer.
20123
20124 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20125
20126         * spam-report.el (spam-report-url-ping-plain):
20127         Use gnus-extended-version as User-Agent.
20128
20129         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20130         default value is nil.
20131
20132         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20133         (mm-uu-verbatim-marks-extract): New function.
20134         (mm-uu-extract): New face.
20135         (mm-uu-copy-to-buffer): Use it.
20136
20137         * spam-report.el (spam-report-gmane-ham): Rename from
20138         `spam-report-gmane-unspam'.
20139         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20140         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20141
20142         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20143         Autoload.
20144         (spam-report-gmane-unregister-routine):
20145         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20146
20147 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20148
20149         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20150         (spam-report-gmane-unregister-routine): Add support for gmane
20151         unregistration.
20152
20153         * spam-report.el (spam-report-gmane-unspam)
20154         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20155         (spam-report-gmane): Change to take a single article and do unspam
20156         registration.
20157
20158 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * mm-url.el (mm-url-decode-entities): Fix regexp.
20161
20162 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20163
20164         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20165         default to nil, to be able to use Gnus at all.  If the default
20166         switches to something else, then the function should be fixed not
20167         be exceedingly slow.
20168
20169 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20170
20171         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20172         fail hard.
20173
20174         * spam-report.el: Add better Keywords line.
20175
20176         * spam.el: Add Maintainer and better Keywords line.
20177
20178 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20179
20180         * gnus-art.el (gnus-article-replace-part)
20181         (gnus-mime-replace-part): New functions.
20182         (gnus-mime-action-alist, gnus-mime-button-commands)
20183         (gnus-mime-save-part-and-strip): Add file argument.
20184         (gnus-article-part-wrapper): Add interactive argument.
20185
20186         * gnus-sum.el (gnus-summary-mime-map):
20187         Add `gnus-article-replace-part'.
20188
20189 2005-09-19  Didier Verna  <didier@xemacs.org>
20190
20191         The nnml compaction feature:
20192         * nnml.el (nnml-request-compact-group): New function.
20193         * nnml.el (nnml-request-compact): New function.
20194         * gnus-int.el (gnus-request-compact-group): New function.
20195         * gnus-int.el (gnus-request-compact): New function.
20196         * gnus-group.el (gnus-group-compact-group): New function.
20197         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20198         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20199         * gnus-srvr.el (gnus-server-compact-server): New function.
20200         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20201         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20202
20203 2005-09-18  Deepak Goel  <deego@gnufans.org>
20204
20205         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20206         format spec.
20207
20208 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20211
20212 2005-09-15  Romain Francoise  <romain@orebokech.com>
20213
20214         * message.el (message-fill-paragraph): Clarify docstring.
20215
20216 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * gnus-art.el (gnus-mime-display-part): Protect against broken
20219         MIME messages.
20220
20221 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20224         before parsing header.
20225
20226 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20227
20228         * html2text.el (html2text-replace-list): Add new entities.
20229
20230 2005-09-11  Romain Francoise  <romain@orebokech.com>
20231
20232         * message.el (message-alternative-emails): Improve docstring.
20233         (message-setup-1): Call `message-use-alternative-email-as-from'
20234         after `message-setup-hook' to give it precedence over posting
20235         styles, etc.
20236         (message-use-alternative-email-as-from): Add docstring.
20237         Remove the original From header if present.
20238
20239         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20240         (nnml-save-mail): Use it.
20241
20242         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20243         articles.  Add new argument `silent'.
20244         (gnus-uu-mark-all): Report the total number of marked articles.
20245
20246 2005-09-10  Romain Francoise  <romain@orebokech.com>
20247
20248         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20249         (gnus-uu-mark-series): Likewise.
20250
20251 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20252
20253         * spam-report.el (spam-report-gmane): Fix generation of spam
20254         report URL.
20255
20256 2005-09-10  Simon Josefsson  <jas@extundo.com>
20257
20258         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20259         t, based on discussion on the ding list with Robert Epprecht
20260         <epprecht@solnet.ch>.
20261
20262 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20263
20264         * spam-report.el (spam-report-gmane): Make it work without
20265         X-Report-Spam header.  Gmane now only provides Archived-At.
20266         This is only used if `spam-report-gmane-use-article-number' is nil.
20267         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20268
20269         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20270         make `gnus-summary-sort-by-recipient' work with threading.
20271
20272         * nnweb.el (nnweb-google-wash-article): Print a message if article
20273         is not available.
20274
20275 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20276
20277         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20278         change.  Decode text/* parts content before displaying.
20279
20280 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20281
20282         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20283
20284 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20287
20288         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20289         url-package-name, url-package-version,
20290         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20291         w3m-display-inline-images, and w3m-minor-mode-map.
20292
20293 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20294
20295         * message.el (message-tab-body-function): Fix mismatched custom type.
20296
20297         * gnus.el (gnus-group-change-level-function): Ditto.
20298
20299         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20300
20301         * gnus-art.el (gnus-signature-limit)
20302         (gnus-article-mime-part-function): Ditto.
20303
20304 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * mml.el (mml-mode): Silence the byte compiler.
20307
20308         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20309         using `(sit-for 0)' before moving the point to the specified part;
20310         skip unbuttonized parts.
20311         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20312         return to the summary window if gnus-auto-select-part is non-nil.
20313
20314 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20315
20316         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20317         New variables.
20318         (mml-dnd-attach-file, mml-mode): Use them.
20319
20320         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20321         Make fetching article by MID work again for Google Groups.
20322         Add FIXME concerning gnus-group-make-web-group.
20323
20324         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20325         Don't depend on Gnus by using mail-extract-address-components if
20326         gnus-extract-address-components is not bound.
20327
20328 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20329
20330         * gnus-art.el (gnus-mime-display-security): Don't display the
20331         signature, but only the signed part.
20332
20333 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20336
20337         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20338         list, not listp.
20339
20340 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20341
20342         * mm-encode.el (mm-encode-content-transfer-encoding):
20343         Likewise when encoding.
20344
20345         * mm-bodies.el (mm-decode-content-transfer-encoding):
20346         De-canonicalize CRLF for all text content types, not just
20347         text/plain.
20348
20349 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20352         valid article; point arrow and cursor at the MIME button.
20353
20354 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20357         Suggested by Dan Christensen <jdc@uwo.ca>.
20358
20359         * mm-decode.el (mm-save-part): Enable change of prompt.
20360
20361 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20362
20363         * gnus-msg.el (gnus-inews-add-send-actions):
20364         Make `message-post-method' lambda parameter ARG `&optional'.
20365
20366 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20367
20368         * gnus-sum.el (gnus-summary-mime-map):
20369         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20370         gnus-article-jump-to-part.
20371
20372         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20373         (gnus-article-edit-part): Use it.
20374         (gnus-article-part-wrapper): Add no-handle argument.
20375         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20376         New functions.
20377
20378 2005-08-29  Romain Francoise  <romain@orebokech.com>
20379
20380         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20381         docstring.
20382         (gnus-face-from-file): Likewise.
20383
20384 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20385
20386         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20387         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20388         non-nil.
20389         (gnus-auto-select-part): New variable.
20390         (gnus-article-jump-to-part): New function.
20391         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20392         (gnus-mime-delete-part): Allow selecting specified part after
20393         deleting or stripping parts.
20394         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20395         part if argument is bogus.
20396
20397 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20398
20399         * gnus-art.el (w3m-minor-mode-map):
20400         * gnus-spec.el (gnus-newsrc-file-version):
20401         * gnus-util.el (nnmail-active-file-coding-system)
20402         (gnus-original-article-buffer, gnus-user-agent):
20403         * gnus.el (gnus-ham-process-destinations)
20404         (gnus-parameter-ham-marks-alist)
20405         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20406         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20407         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20408         * mm-decode.el (gnus-current-window-configuration):
20409         * mm-extern.el (gnus-article-mime-handles):
20410         * mm-url.el (url-current-object, url-package-name)
20411         (url-package-version):
20412         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20413         (smime-keys, w3m-cid-retrieve-function-alist)
20414         (w3m-current-buffer, w3m-display-inline-images)
20415         (w3m-minor-mode-map):
20416         * mml-smime.el (gnus-extract-address-components):
20417         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20418         (gnus-newsrc-hashtb, message-default-charset)
20419         (message-deletable-headers, message-options)
20420         (message-posting-charset, message-required-mail-headers)
20421         (message-required-news-headers):
20422         * mml1991.el (mc-pgp-always-sign):
20423         * mml2015.el (mc-pgp-always-sign):
20424         * nnheader.el (nnmail-extra-headers):
20425         * rfc1843.el (gnus-decode-encoded-word-function)
20426         (gnus-decode-header-function, gnus-newsgroup-name):
20427         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20428
20429 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20430
20431         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20432         the end of the date treatments.
20433
20434 2005-08-15  Simon Josefsson  <jas@extundo.com>
20435
20436         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20437         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20438         Capello and Romain Francoise.
20439         (pgg-fetch-key-function): Remove, not used?
20440         (pgg-insert-url-with-w3): Require url, to get
20441         url-insert-file-contents regardless of where it is defined.
20442
20443 2005-08-13  Romain Francoise  <romain@orebokech.com>
20444
20445         * message.el (message-cite-original-1): New function.
20446         (message-cite-original): Use it.
20447         (message-cite-original-without-signature): Ditto.
20448
20449 2005-08-08  Romain Francoise  <romain@orebokech.com>
20450
20451         * message.el (message-yank-empty-prefix): New variable.
20452         (message-indent-citation): Use it.
20453         (message-cite-original-without-signature): Respect X-No-Archive.
20454
20455 2005-08-08  Simon Josefsson  <jas@extundo.com>
20456
20457         * pgg.el: Autoload url-insert-file-contents instead of loading
20458         w3/url.
20459         (pgg-insert-url-with-w3): Don't load url here.
20460
20461 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20462
20463         * message.el (message-kill-to-signature): Don't insert newline at
20464         bol.
20465         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20466
20467 2005-08-06  Romain Francoise  <romain@orebokech.com>
20468
20469         * message.el (message-user-fqdn): Fix typo in docstring.
20470
20471 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20472
20473         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20474
20475         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20476
20477 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * mm-bodies.el (mm-encode-body): Use coding system rather than
20480         charset to encode text.
20481
20482         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20483         number of charsets if utf-8 is available (XEmacs).
20484
20485 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20488         taken from `gnus-button-mid-or-mail-regexp'.
20489         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20490         (gnus-button-alist): Improve regexp for domain part of the MIDs
20491         for news:localpart@domain buttons.
20492         (gnus-button-ctan-directory-regexp): Update.
20493
20494 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20495
20496         * sieve-manage.el (sieve-manage-interactive-login):
20497         Use make-local-variable rather than make-variable-buffer-local.
20498         (sieve-manage-open): Ditto.
20499         (sieve-manage-authenticate): Ditto.
20500
20501         * mml.el (mml-generate-mime-1): Make the content type default to
20502         text/plain if the filename is not specified.
20503
20504 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20507         instead of insert-buffer.
20508
20509         * message.el (message-yank-original): Ditto; set the mark at the
20510         end of the yanked message.
20511
20512 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20513
20514         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20515         lines to scroll rather than to stop it.
20516
20517         * mml.el (mml-generate-default-type): Add doc string.
20518         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20519         default to application/octet-stream when determining the content
20520         type if it is not specified for the part or the mml contents; add
20521         a comment about mml-generate-default-type.
20522
20523 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20524
20525         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20526         make it default to application/octet-stream when determining the
20527         content type if it is not specified for the external contents.
20528
20529 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20532         segmented parameter but also other parameters might be there.
20533
20534 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20535
20536         * mm-decode.el (mm-display-external): Delete temp file, directory
20537         and buffer immediately if the external process is exited.
20538
20539 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20540
20541         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20542         fewer lines than that of scroll-margin.
20543         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20544
20545 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * gnus-art.el (gnus-article-next-page): Revert.
20548         (gnus-article-beginning-of-window): New macro.
20549         (gnus-article-next-page-1): Use it.
20550         (gnus-article-prev-page): Ditto.
20551         (gnus-article-edit-part): Use insert-buffer-substring instead of
20552         insert-buffer.
20553         (gnus-article-edit-exit): Ditto.
20554
20555         * gnus-util.el (gnus-beginning-of-window): Remove.
20556         (gnus-end-of-window): Remove.
20557
20558         * lpath.el: Don't bind header-line-format and scroll-margin.
20559
20560 2005-07-25  Simon Josefsson  <jas@extundo.com>
20561
20562         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20563         to have the url package without w3.  Reported by Daiki Ueno
20564         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20565
20566 2005-07-20  Didier Verna  <didier@xemacs.org>
20567
20568         * gnus-diary.el: Remove the description comment (nndiary is now
20569         properly documented in the Gnus manual).
20570         Fix the spelling of "Back End".
20571         * nndiary.el: Ditto.
20572         Fix the copyright notice.
20573
20574 2005-07-18  Romain Francoise  <romain@orebokech.com>
20575
20576         * gnus-sum.el (gnus-summary-to-prefix)
20577         (gnus-summary-newsgroup-prefix): New variables.
20578         (gnus-summary-from-or-to-or-newsgroups): Use them.
20579
20580 2005-07-17  Romain Francoise  <romain@orebokech.com>
20581
20582         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20583         space as it's generally not especially interesting to the user.
20584
20585 2005-07-16  Romain Francoise  <romain@orebokech.com>
20586
20587         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20588         nil to avoid prompting and file modification if one of the
20589         messages at the top of the nnfolder file contains a copyright
20590         notice.
20591         Update copyright notice.
20592
20593         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20594         instead of `current-time-string' as the latter creates a time
20595         string that is not RFC 2822 compliant (it lacks the zone).
20596         Update copyright notice.
20597
20598 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20599
20600         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20601         for text/rtf.  Display default in prompt.  Pass default for M-n.
20602
20603         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20604
20605 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20606
20607         * gnus-msg.el (gnus-button-mailto):
20608         Remove save-selected-window-window hackery because it relies on
20609         save-selected-window internals.
20610
20611 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20614         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20615         (gnus-article-prev-page): Ditto.
20616
20617         * gnus-util.el (gnus-beginning-of-window): New function.
20618         (gnus-end-of-window): New function.
20619
20620         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20621
20622 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20623
20624         * gnus-score.el (gnus-score-edit-all-score):
20625         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20626         gnus-message.
20627
20628 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20629
20630         * gnus-msg.el (gnus-button-mailto):
20631         Remove save-selected-window-window hackery because it relies on
20632         save-selected-window internals.
20633
20634 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20637         add-minor-mode.
20638         (gnus-binary-mode): Ditto.
20639
20640         * gnus-topic.el (gnus-topic-mode): Ditto.
20641
20642 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20643
20644         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20645         (gnus-article-prev-page): Take scroll-margin into consideration.
20646
20647 2005-07-04  Lute Kamstra  <lute@gnu.org>
20648
20649         Update FSF's address in GPL notices.
20650
20651 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20652
20653         * gnus.el (gnus-exit):
20654         * gnus-group.el (gnus-group-icons):
20655         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20656
20657         * gnus-nocem.el (gnus-nocem):
20658         * message.el (message-various, message-buffers, message-sending)
20659         (message-interface, message-forwarding, message-insertion)
20660         (message-headers, message-news, message-mail):
20661         * pgg-gpg.el (pgg-gpg):
20662         * pgg-parse.el (pgg-parse):
20663         * pgg-pgp.el (pgg-pgp):
20664         * pgg-pgp5.el (pgg-pgp5):
20665         * pop3.el (pop3): Finish `defgroup' description with period.
20666
20667 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * gnus-art.el (article-display-face): Improve the efficiency.
20670         (article-display-x-face): Ditto; remove gray x-face stuff.
20671
20672 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * gnus-art.el (article-display-face): Correct the position in
20675         which Faces are inserted.
20676
20677 2005-06-29  Didier Verna  <didier@xemacs.org>
20678
20679         * gnus-art.el (article-display-face): Display faces in correct
20680         order.
20681
20682 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20685         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20686         (gnus-nocem-check-article): Fetch the Type header.
20687         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20688         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20689         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20690         make sure gnus-nocem-hashtb is initialized.
20691         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20692         (gnus-nocem-unwanted-article-p): Ditto.
20693
20694         * pgg.el (pgg-verify): Return the verification result.
20695
20696 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20697
20698         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20699         is ascii.
20700
20701 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20702
20703         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20704         `show-nonbreak-escape'.
20705
20706 2005-06-23  Lute Kamstra  <lute@gnu.org>
20707
20708         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20709
20710         * dig.el (dig-mode):
20711         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20712
20713 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20714
20715         * nnimap.el (nnimap-split-download-body): Fix spellings.
20716
20717 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20718
20719         * gnus-art.el (gnus-article-encrypt-body):
20720         * gnus-cus.el (gnus-score-customize):
20721         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20722         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20723
20724 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20725
20726         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20727         header by looking for magic "MII" at the beginning.
20728
20729 2005-06-16  Miles Bader  <miles@gnu.org>
20730
20731         * gnus-xmas.el (gnus-xmas-group-startup-message):
20732         Use renamed gnus-splash face.
20733
20734         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20735         (assistant-field-face): New backward-compatibility alias for renamed
20736         face.
20737         (assistant-render-text): Use renamed assistant-field face.
20738
20739         * spam.el (spam): Remove "-face" suffix from face name.
20740         (spam-face): New backward-compatibility alias for renamed face.
20741         (spam-face, spam-initialize): Use renamed spam face.
20742
20743         * message.el (message-header-to, message-header-cc)
20744         (message-header-subject, message-header-newsgroups)
20745         (message-header-other, message-header-name)
20746         (message-header-xheader, message-separator, message-cited-text)
20747         (message-mml): Remove "-face" suffix from face names.
20748         (message-header-to-face, message-header-cc-face)
20749         (message-header-subject-face, message-header-newsgroups-face)
20750         (message-header-other-face, message-header-name-face)
20751         (message-header-xheader-face, message-separator-face)
20752         (message-cited-text-face, message-mml-face):
20753         New backward-compatibility aliases for renamed faces.
20754         (message-font-lock-keywords): Use renamed message faces.
20755
20756         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20757         (sieve-test-commands, sieve-tagged-arguments):
20758         Remove "-face" suffix from face names.
20759         (sieve-control-commands-face, sieve-action-commands-face)
20760         (sieve-test-commands-face, sieve-tagged-arguments-face):
20761         New backward-compatibility aliases for renamed faces.
20762         (sieve-control-commands-face, sieve-action-commands-face)
20763         (sieve-test-commands-face, sieve-tagged-arguments-face):
20764         Use renamed sieve faces.
20765
20766         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20767         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20768         (gnus-group-news-3-empty, gnus-group-news-4)
20769         (gnus-group-news-4-empty, gnus-group-news-5)
20770         (gnus-group-news-5-empty, gnus-group-news-6)
20771         (gnus-group-news-6-empty, gnus-group-news-low)
20772         (gnus-group-news-low-empty, gnus-group-mail-1)
20773         (gnus-group-mail-1-empty, gnus-group-mail-2)
20774         (gnus-group-mail-2-empty, gnus-group-mail-3)
20775         (gnus-group-mail-3-empty, gnus-group-mail-low)
20776         (gnus-group-mail-low-empty, gnus-summary-selected)
20777         (gnus-summary-cancelled, gnus-summary-high-ticked)
20778         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20779         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20780         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20781         (gnus-summary-low-undownloaded)
20782         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20783         (gnus-summary-low-unread, gnus-summary-normal-unread)
20784         (gnus-summary-high-read, gnus-summary-low-read)
20785         (gnus-summary-normal-read, gnus-splash):
20786         Remove "-face" suffix from face names.
20787         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20788         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20789         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20790         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20791         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20792         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20793         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20794         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20795         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20796         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20797         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20798         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20799         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20800         (gnus-summary-normal-ticked-face)
20801         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20802         (gnus-summary-normal-ancient-face)
20803         (gnus-summary-high-undownloaded-face)
20804         (gnus-summary-low-undownloaded-face)
20805         (gnus-summary-normal-undownloaded-face)
20806         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20807         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20808         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20809         (gnus-splash-face):
20810         New backward-compatibility aliases for renamed faces.
20811         (gnus-group-startup-message): Use renamed gnus faces.
20812
20813         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20814         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20815         (gnus-server-agent): Remove "-face" suffix from face names.
20816         (gnus-server-agent-face, gnus-server-opened-face)
20817         (gnus-server-closed-face, gnus-server-denied-face)
20818         (gnus-server-offline-face):
20819         New backward-compatibility aliases for renamed faces.
20820         (gnus-server-agent-face, gnus-server-opened-face)
20821         (gnus-server-closed-face, gnus-server-denied-face)
20822         (gnus-server-offline-face): Use renamed gnus faces.
20823
20824         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20825         Remove "-face" suffix from face names.
20826         (gnus-picon-xbm-face, gnus-picon-face):
20827         New backward-compatibility aliases for renamed faces.
20828
20829         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20830         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20831         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20832         (gnus-cite-11): Remove "-face" suffix from face names.
20833         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20834         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20835         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20836         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20837         New backward-compatibility aliases for renamed faces.
20838         (gnus-cite-attribution-face, gnus-cite-face-list)
20839         (gnus-article-boring-faces): Use renamed gnus faces.
20840
20841         * gnus-art.el (gnus-signature, gnus-header-from)
20842         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20843         (gnus-header-content): Remove "-face" suffix from face names.
20844         (gnus-signature-face, gnus-header-from-face)
20845         (gnus-header-subject-face, gnus-header-newsgroups-face)
20846         (gnus-header-name-face, gnus-header-content-face):
20847         New backward-compatibility aliases for renamed faces.
20848         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20849
20850         * gnus-sum.el (gnus-summary-selected-face)
20851         (gnus-summary-highlight): Use renamed gnus faces.
20852         * gnus-group.el (gnus-group-highlight): Likewise.
20853
20854 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20855
20856         * gnus-sieve.el (gnus-sieve-article-add-rule):
20857         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20858         * spam-stat.el (spam-stat-buffer-change-to-spam)
20859         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20860
20861         * message.el (message-is-yours-p):
20862         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20863
20864 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20865
20866         * mm-view.el (mm-inline-text): Withdraw the last change.
20867
20868 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20869
20870         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20871         executing enriched-decode.
20872
20873 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20876         charset of tar files.
20877
20878 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20879
20880         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20881
20882 2005-06-04  Lute Kamstra  <lute@gnu.org>
20883
20884         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20885         information is never recorded.
20886
20887 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20888
20889         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20890
20891 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * pop3.el (pop3-apop): Run md5 in the binary mode.
20894
20895         * starttls.el (starttls-set-process-query-on-exit-flag):
20896         Use eval-and-compile.
20897
20898 2005-05-31  Simon Josefsson  <jas@extundo.com>
20899
20900         * smime.el (smime-replace-in-string): Define.
20901         (smime-cert-by-ldap-1): Use it.
20902
20903 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20904
20905         * gnus-art.el (article-display-x-face): Replace
20906         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20907
20908         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20909         set-process-query-on-exit-flag or process-kill-without-query.
20910
20911         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20912         loop instead of replace-regexp.
20913
20914         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20915         instead of process-kill-without-query if it is available.
20916
20917         * lpath.el: Fbind ldap-search-entries.
20918
20919         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20920         instead of find-file-hooks if it is available.
20921
20922         * mml1991.el: Bind pgg-default-user-id when compiling.
20923
20924         * mml2015.el: Bind pgg-default-user-id when compiling.
20925
20926         * nndraft.el (nndraft-request-associate-buffer):
20927         Use write-contents-functions instead of write-contents-hooks if it is
20928         available.
20929
20930         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20931         instead of find-file-hooks if it is available.
20932
20933         * nntp.el (nntp-open-connection): Replace
20934         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20935         (nntp-open-ssl-stream): Ditto.
20936         (nntp-open-tls-stream): Ditto.
20937
20938         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20939         set-process-query-on-exit-flag or process-kill-without-query.
20940         (starttls-open-stream-gnutls): Use it instead of
20941         process-kill-without-query.
20942         (starttls-open-stream): Ditto.
20943
20944 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20945
20946         * smime.el (smime-cert-by-ldap-1): Don't use
20947         replace-regexp-in-string.
20948
20949 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20950
20951         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20952
20953         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20954         in PEM format.  Adjust to the XEmacs compatibility.
20955
20956 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20957
20958         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20959         by `string-to-number'.
20960         * gnus-agent.el (gnus-agent-regenerate-group)
20961         (gnus-agent-fetch-articles): Ditto.
20962         * gnus-art.el (gnus-button-fetch-group): Ditto.
20963         * gnus-cache.el (gnus-cache-generate-active)
20964         (gnus-cache-articles-in-group): Ditto.
20965         * gnus-group.el (gnus-group-set-current-level)
20966         (gnus-group-insert-group-line): Ditto.
20967         * gnus-score.el (gnus-score-set-expunge-below)
20968         (gnus-score-set-mark-below, gnus-summary-score-effect)
20969         (gnus-summary-score-entry): Ditto.
20970         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20971         (gnus-soup-pack): Ditto.
20972         * gnus-spec.el (gnus-xmas-format): Ditto.
20973         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20974         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20975         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20976         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20977         * nndb.el (nndb-get-remote-expire-response): Ditto.
20978         * nndiary.el (nndiary-parse-schedule-value)
20979         (nndiary-string-to-number, nndiary-request-replace-article)
20980         (nndiary-request-article): Ditto.
20981         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20982         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20983         * nneething.el (nneething-make-head): Ditto.
20984         * nnfolder.el (nnfolder-request-article)
20985         (nnfolder-retrieve-headers): Ditto.
20986         * nnheader.el (nnheader-file-to-number): Ditto.
20987         * nnkiboze.el (nnkiboze-request-article): Ditto.
20988         * nnmail.el (nnmail-process-unix-mail-format)
20989         (nnmail-process-babyl-mail-format): Ditto.
20990         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20991         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20992         (nnmh-request-create-group, nnmh-request-list-1)
20993         (nnmh-request-group, nnmh-request-article): Ditto.
20994         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20995         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20996         * nnsoup.el (nnsoup-make-active): Ditto.
20997         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20998         * nntp.el (nntp-find-group-and-number)
20999         (nntp-retrieve-headers-with-xover): Ditto.
21000         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21001         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21002         (pgg-format-key-identifier): Ditto.
21003         * pop3.el (pop3-last, pop3-stat): Ditto.
21004         * qp.el (quoted-printable-decode-region): Ditto.
21005
21006         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21007         of concat.
21008
21009 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21010
21011         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21012
21013         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21014
21015         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21016
21017         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21018
21019         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21020
21021         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21022
21023         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21024         (gnus-carpal-mode): Ditto.
21025
21026         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21027         (gnus-browse-mode): Ditto.
21028
21029         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21030
21031         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21032
21033 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21034
21035         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21036
21037 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21038
21039         * gnus-util.el (gnus-run-mode-hooks): New function.
21040
21041         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21042
21043         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21044         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21045
21046 2005-05-27  Lute Kamstra  <lute@gnu.org>
21047
21048         * dns-mode.el (dns-mode): Specify customization group.
21049
21050 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21051
21052         * gnus-agent.el (gnus-agent-make-mode-line-string):
21053         Use mode-line-highlight as mouse-face.
21054
21055 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * canlock.el (canlock): Change the parent group to news.
21058
21059         * deuglify.el (gnus-outlook-deuglify): Add :group.
21060
21061         * dig.el (dig): Add :group.
21062
21063         * dns-mode.el (dns-mode): Add :group.
21064
21065         * encrypt.el (encrypt): Add :group.
21066
21067         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21068         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21069         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21070         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21071         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21072
21073         * gnus-diary.el (gnus-diary): Add :group.
21074
21075         * gnus.el (gnus-group-news-1-face): Add :group.
21076         (gnus-group-news-1-empty-face): Ditto.
21077         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21078         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21079         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21080         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21081         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21082         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21083         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21084         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21085         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21086         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21087         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21088         (gnus-summary-high-ticked-face): Ditto.
21089         (gnus-summary-low-ticked-face): Ditto.
21090         (gnus-summary-normal-ticked-face): Ditto.
21091         (gnus-summary-high-ancient-face): Ditto.
21092         (gnus-summary-low-ancient-face): Ditto.
21093         (gnus-summary-normal-ancient-face): Ditto.
21094         (gnus-summary-high-undownloaded-face): Ditto.
21095         (gnus-summary-low-undownloaded-face): Ditto.
21096         (gnus-summary-normal-undownloaded-face): Ditto.
21097         (gnus-summary-high-unread-face): Ditto.
21098         (gnus-summary-low-unread-face): Ditto.
21099         (gnus-summary-normal-unread-face): Ditto.
21100         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21101         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21102
21103         * hashcash.el (hashcash): New custom group.
21104         (hashcash-default-payment): Add :group.
21105         (hashcash-payment-alist): Ditto.
21106         (hashcash-default-accept-payment): Ditto.
21107         (hashcash-accept-resources): Ditto.
21108         (hashcash-path): Ditto.
21109         (hashcash-extra-generate-parameters): Ditto.
21110         (hashcash-double-spend-database): Ditto.
21111         (hashcash-in-news): Ditto.
21112
21113         * message.el (message-minibuffer-local-map): Add :group.
21114
21115         * netrc.el (netrc): Add :group.
21116
21117         * sieve-manage.el (sieve-manage-log): Add :group.
21118         (sieve-manage-default-user): Diito.
21119         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21120         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21121         (sieve-manage-authenticators): Ditto.
21122         (sieve-manage-authenticator-alist): Ditto.
21123         (sieve-manage-default-port): Ditto.
21124
21125         * sieve-mode.el (sieve-control-commands-face): Add :group.
21126         (sieve-action-commands-face): Ditto.
21127         (sieve-test-commands-face): Ditto.
21128         (sieve-tagged-arguments-face): Ditto.
21129
21130         * smime.el (smime): Add :group.
21131
21132         * spam-report.el (spam-report): Add :group.
21133
21134         * spam.el (spam, spam-face): Add :group.
21135
21136 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21137
21138         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21139         return \n.\n.\n at the end of articles.  Protect against that.
21140         (nntp-with-open-group): Allow debugging.
21141
21142         * nnheader.el (mail-header-set-extra): Make into a function
21143         because I just could't understand how to quote the list properly.
21144
21145         * dns.el (query-dns-cached): New function.
21146
21147 2005-05-26  Lute Kamstra  <lute@gnu.org>
21148
21149         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21150
21151 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21154
21155         * gnus-art.el: Don't autoload mail-extract-address-components.
21156
21157         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21158         eval-and-compile to evaluate it.
21159
21160         * hashcash.el: Don't autoload executable-find.
21161
21162         * nndb.el: Don't declare the nndb back end two or more times; don't
21163         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21164
21165         * nntp.el: Autoload format-spec instead of format; use
21166         eval-and-compile to evaluate autoload forms.
21167
21168 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21169
21170         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21171
21172 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21173
21174         * gnus.el (gnus-version-number): Bump version.
21175
21176 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21177
21178         * gnus.el: No Gnus v0.3 is released.
21179
21180 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21181
21182         * lpath.el (featurep): Bind show-nonbreak-escape.
21183
21184 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21185
21186         * gnus-art.el (gnus-article-edit-part): Disable undo.
21187
21188 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21191         gnus-article-date-lapsed-new-header is t if date timer is active;
21192         skip headers in which the original date value is empty.
21193         (gnus-article-save-original-date): Redefine it as a macro.
21194         (gnus-display-mime): Use it.
21195
21196 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * gnus-art.el (article-date-ut): Support converting date in
21199         forwarded parts as well.
21200         (gnus-article-save-original-date): New function.
21201         (gnus-display-mime): Use it.
21202
21203 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21204
21205         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21206         enclosure element of <item>.
21207
21208 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21209
21210         * message.el (message-kill-buffer-query): Rename from
21211         `message-kill-buffer-query-if-modified'.  Add :version.
21212
21213 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21216         window layout.
21217
21218 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * mml.el: Autoload dnd when compiling.
21221
21222 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21223
21224         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21225         x-dnd-*.
21226
21227 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * qp.el (quoted-printable-encode-region): Save excursion.
21230
21231 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21232
21233         * message.el (message-kill-buffer-query-if-modified): Add new variable
21234         so the user can kill a modified message buffer quickly.
21235         (message-kill-buffer): Use it.
21236
21237 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21238
21239         * lpath.el: Fbind display-time-event-handler; don't fbind
21240         string-to-multibyte.
21241
21242         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21243
21244 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21247         contained in text because xml.el decodes entities) with LFs.
21248
21249 2005-04-11  Lute Kamstra  <lute@gnu.org>
21250
21251         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21252         differently.
21253
21254 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21255
21256         * mm-util.el (mm-detect-coding-region): Typo.
21257
21258 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21259
21260         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21261
21262 2005-04-06  Deepak Goel  <deego@gnufans.org>
21263
21264         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21265         user-function allow user modifications of the scores.
21266         (spam-stat-score-buffer-user): New function, to allow
21267         user-computed modifications to the score.
21268         (spam-stat-score-buffer-user-functions): List of additional
21269         scoring functions.
21270         (spam-stat-error-holder): Global temporary error holder.
21271         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21272         variable.
21273
21274 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21275
21276         * gnus-registry.el (gnus-registry-clean-empty-function)
21277         (gnus-registry-trim, gnus-registry-fetch-groups)
21278         (gnus-registry-delete-group): Groups that match
21279         `gnus-registry-ignored-groups' are removed from the registry
21280         entries, not just ignored for splitting.  This helps clean up the
21281         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21282         to get all the groups a message ID is in.
21283
21284         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21285         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21286         (spam-stat-score-buffer-user-functions): Add :number custom type.
21287
21288 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21289
21290         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21291         argument in XEmacs.
21292
21293         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21294         (nnrss-request-group): Decode group name first.
21295         (nnrss-request-article): Make a text/plain article if mml-to-mime
21296         failed.
21297         (nnrss-get-encoding): Return a compatible encoding according to
21298         nnrss-compatible-encoding-alist.
21299         (nnrss-find-el): Use consp instead of listp.
21300         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21301
21302 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21305         which Emacs 20 doesn't support.
21306         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21307
21308 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21309
21310         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21311         silence the byte compiler inside the defun.
21312
21313         * gnus-demon.el (parse-time-string): Add autoload.
21314
21315         * gnus-delay.el (parse-time-string): Add autoload.
21316
21317         * gnus-art.el (parse-time-string): Add autoload.
21318
21319         * nnultimate.el (parse-time): Require for `parse-time-string'.
21320
21321 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21322
21323         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21324
21325         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21326
21327         * smime.el (smime-ldap-host-list): Add :version.
21328
21329 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21330
21331         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21332         pass it to `gnus-browse-read-group'.
21333         (gnus-browse-read-group): Add NUMBER argument and pass it to
21334         `gnus-group-read-ephemeral-group'.
21335
21336         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21337         argument and pass it to `gnus-group-read-group'.
21338
21339 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21340
21341         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21342         mm-xemacs-find-mime-charset-1 if we have the mule feature
21343         available at runtime.
21344
21345 2005-03-25  Werner Lemberg  <wl@gnu.org>
21346
21347         * nnmaildir.el: Replace `illegal' with `invalid'.
21348
21349 2005-03-23  Lute Kamstra  <lute@gnu.org>
21350
21351         * time-date.el: Add comment on time value formats.
21352         Don't require parse-time.
21353         (with-decoded-time-value): New macro.
21354         (encode-time-value): New function.
21355         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21356         (days-to-time): Return a valid time value when arg is huge.
21357         (time-since): Use time-subtract.
21358         (time-to-number-of-days): Use time-to-seconds.
21359
21360 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21361
21362         * gnus-start.el (gnus-display-time-event-handler):
21363         Check display-time-timer at runtime rather than only at load time
21364         in case display-time-mode is turned off in the mean time.
21365
21366 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21367
21368         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21369         used.
21370
21371         * nneething.el (nneething-map-file-directory): Derive from
21372         `gnus-directory'.
21373
21374         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21375         the To/Cc button.
21376
21377 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21378
21379         * nnmaildir.el (nnmaildir-request-accept-article):
21380         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21381
21382 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21383
21384         * gnus-async.el: Require timer-funcs at compile time when in
21385         XEmacs for `run-with-idle-timer'.
21386
21387 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21388
21389         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21390         autoloaded function.
21391
21392 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21393
21394         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21395
21396 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21397
21398         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21399
21400 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21401
21402         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21403         Add gnus-expert-user to default.
21404
21405 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21406
21407         * nnimap.el (nnimap-open-server): Ditto.
21408
21409         * imap.el (imap-authenticate): Fix typo.
21410
21411 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21412
21413         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21414         buffer (since IMAP server might return FETCH response out of
21415         order, and the nntp buffer must be sorted).
21416
21417 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21418
21419         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21420         comparison on string.
21421
21422         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21423         (gnus-agent-score): Rename category keywords to match gnus-cus.
21424         (gnus-agent-summary-fetch-series): Modify to protect against
21425         gnus-agent-summary-fetch-group clearing processable flags.
21426         (gnus-agent-synchronize-group-flags): Update live group buffer as
21427         synchronization may occur due to the user toggle the plugged
21428         status.
21429         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21430         successfully downloaded.
21431         (gnus-agent-expire-group-1): Avoid using markers when the overview
21432         is in ascending order; greatly improves performance.
21433         (gnus-agent-regenerate-group):
21434         Use gnus-agent-synchronize-group-flags to reset read status in both
21435         gnus and server.
21436         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21437
21438 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21439
21440         * message.el: Don't autoload former message-utils variables.
21441         (message-strip-subject-trailing-was): Change doc string.
21442
21443         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21444         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21445         (nnweb-google-search): Add "hl=en" here.
21446         (nnweb-google-parse-1, nnweb-google-create-mapping):
21447         Don't hardcode URL.
21448
21449 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21450
21451         * message.el (message-get-reply-headers, message-followup):
21452         Mention related variables `message-use-followup-to' and
21453         `message-use-mail-followup-to', in the information buffer.
21454
21455         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21456         of broken groups(-beta).google.com.
21457
21458 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21459
21460         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21461         parameter to invoked gnus-request-move-article; remove the
21462         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21463         all at once instead of once per article.
21464         (gnus-summary-remove-process-mark): Accept a list of articles as
21465         well as a single article for processing.
21466
21467         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21468         parameter.
21469
21470         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21471
21472         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21473
21474         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21475         parameter.
21476
21477         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21478         parameter.
21479
21480         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21481         parameter and remove the gnus-sum-hint-move-is-internal variable.
21482
21483         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21484         parameter.
21485
21486         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21487         parameter.
21488
21489         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21490         parameter.
21491
21492         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21493
21494         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21495         parameter.
21496
21497         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21498         parameter.
21499
21500 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21501
21502         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21503         a more conservative way.
21504
21505 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21506
21507         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21508         buffer, so it moves the window's cursor.
21509
21510 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21511
21512         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21513         `mm-dissect-multipart' and receive the from field as an (optional)
21514         argument from `mm-dissect-multipart'.
21515         (mm-dissect-multipart): Receive the from field as an argument and
21516         pass it on when we call `mm-dissect-buffer' on MIME parts.
21517         Fixes verification/decryption of signed/encrypted MIME parts.
21518
21519 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21520
21521         * gnus-sum.el (gnus-summary-move-article):
21522         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21523         whatever it calls (right now, only nnimap-request-move article
21524         respects it).
21525
21526         * nnimap.el (nnimap-request-move-article):
21527         When gnus-sum-hint-move-is-internal is set, don't do the extra
21528         nnimap-request-article.
21529
21530 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21531
21532         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21533
21534         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21535         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21536
21537         * gnus-sum.el (gnus-summary-caesar-message):
21538         Apply `gnus-treat-article' after rotation.
21539
21540         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21541         doc string.
21542
21543 2005-02-22  Simon Josefsson  <jas@extundo.com>
21544
21545         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21546         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21547         <arne@arnested.dk>.
21548         (encrypt): Add password-cache and password-cache-expiry as group
21549         members.
21550
21551 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21552
21553         * smime.el (smime-ldap-host-list): Doc fix.
21554         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21555         cache) password.
21556         (smime-sign-region): Use it.
21557         (smime-decrypt-region): Use it.
21558         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21559         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21560         fails.
21561         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21562         certificate from DER to PEM format rather than calling openssl.
21563
21564         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21565
21566         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21567         for signing/encryption.
21568
21569         * mml.el (mml-parse-1): Use them.
21570
21571 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21572
21573         * nnrss.el (nnrss-verbose): Remove.
21574         (nnrss-request-group): Use `nnheader-message' instead.
21575
21576 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21577
21578         * nnrss.el (nnrss-verbose): New variable.
21579         (nnrss-request-group): Make it say nnrss is requesting a group.
21580
21581 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21582
21583         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21584         Handle news URL with given port correctly.
21585
21586 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21589         containing special characters.
21590
21591         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21592
21593         * mml.el (mime-to-mml): Ditto.
21594
21595         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21596         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21597         (rfc2047-decode-region): Quote decoded words containing special
21598         characters when rfc2047-quote-decoded-words-containing-tspecials
21599         is non-nil.
21600
21601 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21602
21603         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21604
21605         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21606
21607 2005-02-15  Simon Josefsson  <jas@extundo.com>
21608
21609         * nnimap.el (nnimap-debug): Doc fix.
21610
21611         * imap.el (imap-debug): Doc fix.
21612
21613 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21614
21615         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21616
21617 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21618
21619         * gnus.el (spam-contents): Improve docs for spam-contents
21620         parameter in its variable incarnation.
21621
21622 2005-02-14  Simon Josefsson  <jas@extundo.com>
21623
21624         * smime-ldap.el: Use require instead of load-library for ldap.
21625         (smime-ldap-search): Indent.
21626         (smime-ldap-search-internal): Shorten line.
21627
21628         * smime.el (smime-cert-by-dns): Add doc-string.
21629         (smime-cert-by-ldap-1): Indent.
21630
21631         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21632         mml-smime-get-dns-ldap.
21633         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21634
21635 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21636
21637         * smime.el: Require smime-ldap.
21638         (smime-ldap-host-list): New variable.
21639         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21640
21641         * mml-smime.el (mml-smime-encrypt-query): New function.
21642         (mml-smime-encrypt-query): Use it.
21643
21644         * smime-ldap.el: New file.
21645
21646 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21647
21648         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21649
21650 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21651
21652         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21653         argument in doc string.  Make query for type more clear.
21654
21655 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21656
21657         * gnus.el (gnus-group-startup-message): Search for gnus images in
21658         etc/images/gnus.
21659         * mm-util.el (mm-image-load-path): Likewise.
21660         * smiley.el (smiley-data-directory): Search for smilies in
21661         etc/images/smilies.
21662
21663 2005-02-09  Kim F. Storm  <storm@cua.dk>
21664
21665         Change Emacs release version from 21.4 to 22.1 throughout.
21666         Change Emacs development version from 21.3.50 to 22.0.50.
21667
21668 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21669
21670         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21671
21672         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21673         non-Mule XEmacs as well.
21674         (mm-decompress-buffer): Signal an error intentionally if it does
21675         not decompress compressed data because auto-compression-mode is
21676         disabled.
21677
21678 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21679
21680         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21681         an ID in the registry even if it has no groups.
21682
21683 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21684
21685         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21686         merge it into mm-decompress-buffer.
21687         (gnus-mime-copy-part): Use the MIME part charset, the value which
21688         a user specified or gnus-newsgroup-charset for decoding, like
21689         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21690         save-buffer what was used.  Suggested by Kevin Ryde
21691         <user42@zip.com.au>.
21692         (gnus-mime-inline-part): Allow the name parameter as well as the
21693         filename parameter; force decompressing of compressed data; always
21694         display contents being not decoded as unibyte.
21695
21696         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21697         as well as the filename parameter.
21698
21699         * mm-util.el (mm-decompress-buffer):
21700         Merge gnus-mime-jka-compr-maybe-uncompress.
21701         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21702         of compressed data.
21703
21704 2005-02-08  Simon Josefsson  <jas@extundo.com>
21705
21706         * imap.el (imap-log): Doc fix.
21707
21708 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21711         the coding cookies; decompress compressed parts.
21712
21713         * mml.el (mml-generate-mime-1): Add the charset parameter according
21714         to the value which a user specified manually or the coding cookie.
21715
21716         * mm-util.el (mm-string-to-multibyte): New function.
21717         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21718         (mm-coding-system-to-mime-charset): New function.
21719         (mm-decompress-buffer): New function.
21720         (mm-find-buffer-file-coding-system): New function.
21721
21722         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21723         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21724         parts.
21725
21726 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21727
21728         * mm-view.el (mm-display-inline-fontify): Decode a part according
21729         to the charset parameter.
21730
21731 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21732
21733         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21734         prefix arg is neither nil nor a number, as info specifies.
21735
21736 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21737
21738         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21739         timestamps.
21740
21741 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21742
21743         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21744         groups error checking and notify user.
21745
21746 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21747
21748         * message.el (message-send-mail-function): Check existence of
21749         sendmail-program first before using default value
21750         `message-send-mail-with-sendmail'.  Otherwise use more generic
21751         `smtpmail-send-it'.
21752
21753 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21754
21755         * nntp.el (nntp-request-update-info): Always return nil.
21756
21757 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21758
21759         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21760
21761 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21762
21763         * message.el (message-beginning-of-line): Change the behavior when
21764         invoked between BOL and : so that it first moves backward.
21765
21766 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21769         article buffer when editing of the article is discarded.
21770         (gnus-article-prepare): Revert.
21771
21772 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * gnus-art.el (gnus-article-prepare):
21775         Remove message-strip-forbidden-properties from the local hook.
21776
21777 2005-01-27  Simon Josefsson  <jas@extundo.com>
21778
21779         * password.el (password-cache-add): Only start one timer per key.
21780         Reported by Derek Atkins <warlord@MIT.EDU>.
21781
21782 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21783
21784         * run-at-time.el: Remove.  It is no longer needed as
21785         timer-funcs.el in the xemacs-base package has a working version of
21786         `run-at-time'.
21787
21788         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21789
21790         * password.el: Require timer-funcs instead of run-at-time in
21791         XEmacs.
21792         Remove `password-run-at-time' macro.
21793         (password-cache-add): Use `run-at-time' instead of
21794         `password-run-at-time'.
21795
21796         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21797         Remove `nnheader-cancel-function-timers' alias,
21798         `cancel-function-timers' exists in XEmacs in timer-funcs.
21799
21800         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21801         for `run-with-idle-timer'.
21802
21803         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21804         for `run-at-time'.
21805
21806         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21807         for `with-timeout'.
21808
21809         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21810         the same as for XEmacs 21.4.
21811         No need to ignore `run-with-idle-timer', this function exists in
21812         XEmacs now in timer-funcs.el in the xemacs-base package.
21813         (dgnushack-compile): No need to delete
21814         run-at-time.el from the list of files to compile because it
21815         doesn't exist anymore.
21816
21817 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21818
21819         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21820         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21821
21822 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21823
21824         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21825         sensitively.
21826
21827 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21828
21829         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21830
21831 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21834         which will be inserted according to the multibyteness of a buffer
21835         rather than the type of contents.  Suggested by ARISAWA Akihiro
21836         <ari@mbf.ocn.ne.jp>.
21837
21838         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21839         of string which old xml.el may return rather than a string.
21840
21841 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21842
21843         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21844
21845 2005-01-16  Simon Josefsson  <jas@extundo.com>
21846
21847         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21848         idn/idna.el isn't available.
21849         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21850         <michael@waxrat.com>.
21851
21852         * hashcash.el: Remove non-FSF copyright header.
21853
21854         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21855         (hashcash-generate-payment): Use it.
21856         (hashcash-generate-payment-async): Use it.
21857
21858 2005-01-15  Simon Josefsson  <jas@extundo.com>
21859
21860         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21861         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21862
21863         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21864         gnus-summary-idna-message.
21865         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21866         (gnus-summary-idna-message): New function.
21867
21868 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21869
21870         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21871         gnus-novice-user.
21872
21873 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21874
21875         * nnrss.el (nnrss-request-delete-group): Delete entries in
21876         nnrss-group-alist as well.
21877         (nnrss-save-server-data): Insert newline.
21878
21879 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21880
21881         * gnus.el (gnus-user-agent): Use list of symbols instead of
21882         symbols.  Display full version number for (S)XEmacs.
21883         Optionally display (S)XEmacs codename.
21884
21885         * gnus-util.el (gnus-emacs-version): Update for new
21886         `gnus-user-agent'.
21887
21888         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21889         Gnus version.
21890
21891 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21892
21893         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21894         which is unreadable in some setups.
21895
21896 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * gnus-spec.el (gnus-update-format-specifications): Flush the
21899         group format spec cache if it doesn't support decoded group names.
21900
21901 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21904         Allow to apply decay on score files matching a regexp.
21905
21906 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21909         compatibility in %g and %c.
21910
21911 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21912
21913         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21914         name for only %g and %c.
21915         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21916         of gnus-tmp-group to decoded group name.
21917         (gnus-group-make-rss-group): Exclude `/'s from group names.
21918
21919 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21920
21921         * nnrss.el (nnrss-get-encoding): Fix regexp.
21922
21923 2004-12-27  Simon Josefsson  <jas@extundo.com>
21924
21925         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21926         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21927         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21928
21929 2004-12-17  Kim F. Storm  <storm@cua.dk>
21930
21931         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21932
21933         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21934
21935 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21936
21937         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21938
21939 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21940
21941         * nnrss.el: Require rfc2047 and mml.
21942         (nnrss-file-coding-system): New variable.
21943         (nnrss-format-string): Redefine it as an inline function.
21944         (nnrss-decode-group-name): New function.
21945         (nnrss-string-as-multibyte): Remove.
21946         (nnrss-retrieve-headers): Decode group name; don't use
21947         nnrss-format-string.
21948         (nnrss-request-group): Decode group name.
21949         (nnrss-request-article): Decode group name; allow a Message-ID as
21950         well as an article number; don't use nnrss-format-string; encode a
21951         Message-ID string which may contain non-ASCII characters; use
21952         mml-to-mime to compose a MIME article.
21953         (nnrss-request-expire-articles): Decode group name.
21954         (nnrss-request-delete-group): Decode group name.
21955         (nnrss-fetch): Clarify error message.
21956         (nnrss-read-server-data): Use insert-file-contents instead of load;
21957         bind file-name-coding-system; use multibyte buffer.
21958         (nnrss-save-server-data): Bind coding-system-for-write to the
21959         value of nnrss-file-coding-system; bind file-name-coding-system;
21960         add coding cookie.
21961         (nnrss-read-group-data): Use insert-file-contents instead of load;
21962         bind file-name-coding-system; use multibyte buffer.
21963         (nnrss-save-group-data): Bind coding-system-for-write to the
21964         value of nnrss-file-coding-system; bind file-name-coding-system.
21965         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21966         make it work with non-ASCII text.
21967         (nnrss-find-el): Make it work with old xml.el as well.
21968
21969 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21970
21971         * nnrss.el (nnrss-get-encoding): New function.
21972         (nnrss-fetch): Use unibyte buffer initially; bind
21973         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21974         decode contents according to the encoding attribute.
21975         (nnrss-save-group-data): Add coding cookie.
21976         (nnrss-mime-encode-string): New function.
21977         (nnrss-check-group): Use it to encode subject and author.
21978
21979 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21980
21981         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21982         imaginary variable.
21983
21984 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21985
21986         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21987         correctly even if there are wide characters.
21988
21989 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21990
21991         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21992         downcased symbol names; make a new cache instead of reusing
21993         bbdb-hashtable.
21994
21995 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21998         concatenating segments rather than before concatenating them.
21999         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22000
22001         * message.el (message-get-reply-headers): Bind `extra'.
22002
22003 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22004
22005         * message.el (message-extra-wide-headers): New variable.
22006         (message-get-reply-headers): Use it.
22007
22008 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22011         (gnus-agent-group-pathname): Ditto.
22012
22013         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22014
22015         * gnus-group.el (gnus-group-make-group): Decode group name.
22016         (gnus-group-make-rss-group): Register the group data after opening
22017         the nnrss group.
22018
22019 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22020
22021         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22022         by expiry now get marked as read.
22023
22024 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22025
22026         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22027
22028 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22029
22030         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22031         unify Latin characters in XEmacs.
22032         (mm-find-mime-charset-region): Use it.
22033
22034 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * gnus-util.el (gnus-delete-directory): New function.
22037
22038         * gnus-agent.el (gnus-agent-delete-group): Use it.
22039
22040         * gnus-cache.el (gnus-cache-delete-group): Use it.
22041
22042 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22043
22044         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22045         names.
22046
22047 2004-12-16  Simon Josefsson  <jas@extundo.com>
22048
22049         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22050
22051 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22052
22053         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22054
22055         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22056         (gnus-group-set-current-level): Decode group name.
22057
22058 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22059
22060         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22061         failed.
22062
22063 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22064
22065         * gnus-group.el (gnus-group-delete-group): Decode group name.
22066         (gnus-group-make-rss-group): Encode group name.
22067         (gnus-group-catchup-current): Decode group name.
22068         (gnus-group-kill-group): Decode group name.
22069
22070 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22071
22072         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22073
22074 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22075
22076         * gnus-group.el (gnus-group-make-rss-group):
22077         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22078
22079         * gnus-start.el (gnus-setup-news): Honor user's setting to
22080         gnus-message-archive-method.  Suggested by Lute Kamstra
22081         <lute@gnu.org>.
22082
22083 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22084
22085         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22086         global counterparts of the buffer-local variables.
22087
22088 2004-11-16  Romain Francoise  <romain@orebokech.com>
22089
22090         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22091         counterparts of the buffer-local variables.
22092
22093 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22094
22095         * message.el (message-forbidden-properties): Fix typo in doc
22096         string.
22097
22098 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22099
22100         * gnus-util.el (gnus-replace-in-string): Add doc string.
22101
22102         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22103         to avoid problems when splitting mails with many recipients.
22104
22105 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22106
22107         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22108         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22109
22110 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22111
22112         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22113         if there is no hashtable in memory or file modification time is
22114         newer than cached timestamp.
22115
22116 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22117
22118         * gnus-sum.el (gnus-summary-limit-to-recipient):
22119         Implement not-matching option.
22120
22121 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22122
22123         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22124         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22125         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22126         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22127         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22128         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22129
22130 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22131
22132         * message.el (message-forward-make-body-mml): Remove headers
22133         according to message-forward-ignored-headers if a message is decoded.
22134
22135 2004-12-02  Romain Francoise  <romain@orebokech.com>
22136
22137         * message.el (message-forward-make-body-plain): Always remove
22138         headers according to message-forward-ignored-headers.
22139
22140 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22141
22142         * spam.el (spam-summary-prepare-exit): Remove the
22143         gnus-summary-limit pop for now, it has problems with ham marks for
22144         me.
22145
22146 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22147
22148         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22149         correctly.
22150
22151 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22152
22153         * format-spec.el (format-spec): Message the char.
22154
22155 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22156
22157         * gnus-art.el (gnus-split-methods): Reformat comments.
22158
22159         * spam.el (spam-summary-prepare-exit): Remove article limits
22160         before exiting the summary buffer.
22161
22162 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22163
22164         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22165         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22166
22167         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22168         order to silence the byte compiler.
22169
22170         * spam.el: Fix the way to silence the byte compiler, which
22171         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22172         bbdb-search-simple, spam-BBDB-register-routine,
22173         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22174         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22175         spam-stat-buffer-is-spam, spam-stat-load,
22176         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22177         spam-stat-save and spam-stat-split-fancy.
22178
22179 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22182         which may confuse users.
22183         (canlock-password-for-verify): Ditto.
22184
22185         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22186
22187         * gnus-art.el (gnus-emphasis-alist): Ditto.
22188
22189         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22190
22191         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22192
22193         * gnus-start.el (gnus-save-killed-list): Ditto.
22194
22195         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22196         (gnus-sum-thread-tree-root): Ditto.
22197         (gnus-sum-thread-tree-false-root): Ditto.
22198         (gnus-sum-thread-tree-single-indent): Ditto.
22199
22200         * message.el (message-courtesy-message): Ditto.
22201         (message-archive-note): Ditto.
22202         (message-subscribed-address-file): Ditto.
22203         (message-user-fqdn): Ditto.
22204
22205         * spam-report.el (spam-report-gmane-regex): Ditto.
22206
22207         * spam.el (spam-blackhole-good-server-regex): Ditto.
22208
22209 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * mml.el (mml-preview): Widen the message buffer before copying
22212         the contents to the preview buffer; sort headers before previewing.
22213
22214         * message.el (message-hidden-headers): Fix the way to avoid a bug
22215         in the `repeat' widget in Emacs 21.3 or earlier.
22216
22217 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * message.el (message-hidden-headers): Default to "^References:".
22220         Improve customization type.  Suggested by Reiner Steib
22221         <Reiner.Steib@gmx.de>.
22222
22223 2004-11-25  Romain Francoise  <romain@orebokech.com>
22224
22225         * message.el (message-strip-forbidden-properties): Remove check for
22226         obsolete `message-hidden' text property, hidden headers are not
22227         accessible in the buffer anymore.
22228
22229 2004-11-22  Romain Francoise  <romain@orebokech.com>
22230
22231         * message.el (message-header-format-alist): Add `From' in list
22232         so that it can be sorted.
22233         (message-fix-before-sending): Widen and sort headers before
22234         sending.
22235         (message-hide-headers): Use narrowing to hide headers by moving
22236         them to the top of the buffer and narrowing to the region
22237         underneath.
22238
22239 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22240
22241         * message.el (message-strip-forbidden-properties):
22242         Bind buffer-read-only (etc) to nil.
22243
22244 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22245
22246         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22247         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22248
22249 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22250
22251         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22252
22253 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22254
22255         * dns.el (query-dns): Use sit-for to time instead of
22256         accept-process-output, since that doesn't seem to work on udp
22257         sockets.
22258
22259 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22260
22261         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22262
22263 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22264
22265         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22266         doc string.  Improve doc string.
22267
22268 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * nntp.el (nntp-request-update-info): Return nil if
22271         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22272         may not call gnus-activate-group which uselessly issues the GROUP
22273         commands for all nntp groups and wastes time.  Reported by Romain
22274         Francoise <romain@orebokech.com>.
22275
22276         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22277
22278 2004-11-15  Simon Josefsson  <jas@extundo.com>
22279
22280         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22281         headers separately.
22282         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22283         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22284
22285 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22286
22287         * gnus-start.el (gnus-convert-old-newsrc):
22288         Assign legacy-gnus-agent to 5.10.7.
22289
22290 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22291
22292         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22293         start of the lines.
22294
22295 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22296
22297         * hashcash.el (hashcash-default-payment): Change default to 20.
22298         (hashcash-default-accept-payment): Change default to 20.
22299         (hashcash-process-alist): New variable.
22300         (hashcash-generate-payment-async): Add.
22301         (hashcash-already-paid-p): Add.
22302         (hashcash-insert-payment): Don't generate payments twice.
22303         (hashcash-insert-payment-async): Add.
22304         (hashcash-insert-payment-async-2): Add.
22305         (hashcash-cancel-async): Add.
22306         (hashcash-wait-async): Add.
22307         (hashcash-processes-running-p): Add.
22308         (hashcash-wait-or-cancel): Add.
22309         (mail-add-payment): New optional argument.  Conditionally start
22310         asynchronous calculation.
22311         (mail-add-payment-async): Add.
22312
22313         * message.el (message-send-mail): Wait for asynchronous hashcash
22314         results.  Don't clobber existing X-Hashcash headers.
22315         (message-setup-1): Call mail-add-payment-async when
22316         message-generate-hashcash is non-nil.
22317
22318 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22319
22320         * message.el (message-use-alternative-email-as-from): Examine the
22321         From header as well; use message-make-from in order to include a
22322         user's full name.
22323
22324 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22325
22326         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22327         default; improve customization type.
22328         (gnus-emphasis-custom-with-format): New macro.
22329         (gnus-emphasis-custom-value-to-external): New function.
22330         (gnus-emphasis-custom-value-to-internal): New function.
22331
22332 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22333
22334         * dns.el (query-dns): Resolve reverse addresses.
22335
22336 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22337
22338         * gnus-group.el (gnus-group-get-new-news): Use it.
22339
22340         * gnus-start.el (gnus-check-reasonable-setup): New function.
22341
22342 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22343
22344         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22345         "Args out of range" error.  Reported by Arnaud Giersch
22346         <arnaud.giersch@free.fr>.
22347
22348 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22349
22350         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22351
22352 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22353
22354         * spam.el (spam group): Add :version.
22355
22356         * pgg-def.el (pgg group): Add :version.
22357
22358 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * gnus-art.el (gnus-article-edit-article): Don't associate the
22361         article buffer with a draft file.  This is a temporary measure
22362         against the 2004-08-22 change to gnus-article-edit-mode.
22363
22364 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22365
22366         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22367         (html2text-format-tags): Remove unused variable `attr'.
22368
22369 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22370
22371         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22372
22373         * tls.el (tls-process-connection-type, tls-success)
22374         (tls-certtool-program): Add :version.
22375
22376         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22377         (starttls-extra-arguments, starttls-process-connection-type)
22378         (starttls-connect, starttls-failure, starttls-success): Add :version.
22379
22380         * spam-stat.el (spam-stat): Add :version.
22381
22382         * sieve.el (sieve): Add :version.
22383
22384         * sha1.el (sha1): Add :version.
22385         (sha1-use-external): Remove redundant version.
22386
22387         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22388         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22389         (nnmail-split-fancy-match-partial-words)
22390         (nnmail-split-lowercase-expanded): Add :version.
22391
22392         * nndiary.el (nndiary): Add :version.
22393
22394         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22395
22396         * mml-sec.el (mml-default-sign-method)
22397         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22398         Add :version.
22399
22400         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22401
22402         * mm-url.el (mm-url-use-external, mm-url-program)
22403         (mm-url-arguments): Add :version.
22404
22405         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22406         (mm-attachment-file-modes, mm-decrypt-option)
22407         (mm-w3m-safe-url-regexp): Add :version.
22408
22409         * message.el (message-cite-prefix-regexp)
22410         (message-sendmail-envelope-from, message-minibuffer-local-map)
22411         (message-user-fqdn, message-completion-alist): Add :version.
22412
22413         * gnus-win.el (gnus-configure-windows-hook)
22414         (gnus-use-frames-on-any-display): Add :version.
22415
22416         * gnus-art.el (gnus-article-address-banner-alist)
22417         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22418         (gnus-treat-from-picon, gnus-treat-mail-picon)
22419         (gnus-treat-x-pgp-sig): Add :version.
22420
22421         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22422         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22423         (gnus-summary-article-delete-hook)
22424         (gnus-summary-display-while-building): Add :version.
22425
22426         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22427         (gnus-get-top-new-news-hook): Add :version.
22428
22429         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22430         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22431
22432         * gnus-registry.el (gnus-registry): Add :version.
22433
22434         * gnus-spec.el (gnus-use-correct-string-widths)
22435         (gnus-make-format-preserve-properties): Add :version.
22436
22437         * gnus.el (gnus-group-charter-alist)
22438         (gnus-group-fetch-control-use-browse-url)
22439         (gnus-install-group-spam-parameters): Add :version.
22440
22441         * gnus-diary.el (gnus-diary): Add :version.
22442
22443         * gnus-delay.el (gnus-delay): Add :version.
22444
22445         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22446         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22447         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22448         Add :version.
22449
22450         * gnus-agent.el (gnus-agent-max-fetch-size)
22451         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22452         (gnus-agent-prompt-send-queue): Add :version.
22453
22454         * deuglify.el (gnus-outlook-deuglify): Add :version.
22455
22456         * html2text.el: Beautify code.  Improve doc strings.
22457         Some checkdoc cleanup.
22458         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22459
22460 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22461
22462         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22463
22464 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22465
22466         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22467         when package is loaded.
22468
22469         * spam.el (spam-summary-score-preferred-header): Add global preference
22470         for people who want to override the default SpamAssassin over
22471         Bogofilter preference (when both are set).
22472         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22473         (spam-user-format-function-S):
22474         Check spam-summary-score-preferred-header.
22475         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22476         (spam-user-format-function-S): Format the score correctly.
22477
22478 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22479
22480         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22481         signature file.  Suggested by Manoj Srivastava
22482         <srivasta@golden-gryphon.com>.
22483
22484         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22485         iso-2022-jp even in the Japanese language environment.
22486         Suggested by Jason Rumney <jasonr@gnu.org>.
22487
22488 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22489
22490         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22491         use the same characters as the dummy marks; make it free from
22492         getting affected by the language environment.
22493         (gnus-summary-read-group-1): Update mark positions only when the
22494         format spec is updated.
22495
22496         * gnus-spec.el (gnus-update-format-specifications): Return a list
22497         of updated types.
22498
22499 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22500
22501         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22502         of boundp to check if display-warning is available.
22503
22504 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22505
22506         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22507
22508 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22509
22510         * nnspool.el (nnspool-spool-directory): Use news-path if the
22511         news-directory variable is not bound.
22512
22513         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22514         function instead of display-warning if it is not available.
22515
22516 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22517
22518         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22519         v5-10: Use `point-at-bol'.
22520
22521 2004-10-26  Simon Josefsson  <jas@extundo.com>
22522
22523         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22524         <chenggao@gmail.com>.
22525
22526 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22527
22528         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22529         instead.
22530
22531 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22532
22533         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22534         to remove a server from the nnimap-server-buffer-alist.
22535         (nnimap-open-connection, nnimap-close-server): Use it.
22536
22537         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22538
22539 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22540
22541         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22542         running the major-mode function.
22543
22544 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22545
22546         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22547         dummy marks in the right way.
22548
22549 2004-10-18  David Edmondson  <dme@dme.org>
22550
22551         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22552         excessively.
22553
22554 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22555
22556         * gnus-util.el (gnus-split-references): Accept a nil references
22557         string and go on blissfully.
22558
22559         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22560         cases where the references string is non-nil but has no references.
22561
22562         * encrypt.el: Add autoload tags.
22563
22564         * spam.el (spam-resolve-registrations-routine): Remove article
22565         from unregistration list too.  Reported by David Hanak
22566         <dhanak@isis.vanderbilt.edu>
22567
22568 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22569
22570         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22571         nil.  Change custom type.
22572
22573 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22574
22575         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22576
22577         * gnus-sum.el (gnus-summary-move-article): Use it.
22578
22579 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22580
22581         * encrypt.el: Add autoload cookies.
22582
22583         * spam.el (spam-backend-article-list-property)
22584         (spam-backend-get-article-todo-list)
22585         (spam-backend-put-article-todo-list)
22586         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22587         Resolve registrations separately.
22588         (spam-register-routine): Format comments.
22589         (spam-unregister-routine, spam-register-routine): Always call with
22590         specific-articles, no default list.
22591         (spam-summary-prepare-exit): Use the spam-classifications function.
22592
22593         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22594         gnus-encrypt.el.
22595
22596         * encrypt.el: Copied from gnus-encrypt.el.
22597
22598         * gnus-encrypt.el: Commented that it's obsolete.
22599
22600 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22601
22602         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22603         (gnus-score-save): Use it.
22604
22605         * message.el (message-bury): Use `window-dedicated-p'.
22606
22607 2004-10-15  Simon Josefsson  <jas@extundo.com>
22608
22609         * pop3.el (top-level): Don't require nnheader.
22610         (pop3-read-timeout): Add.
22611         (pop3-accept-process-output): Add.
22612         (pop3-read-response, pop3-retr): Use it.
22613
22614 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22615
22616         * spam.el (spam-register-routine): Move comment.
22617         (spam-verify-bogofilter): Use 'unknown for the initial
22618         spam-bogofilter-valid state, not 'never.
22619
22620         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22621         for netrc-machine.
22622
22623         * nnimap.el (nnimap-open-connection):
22624         Use netrc-machine-user-or-password.
22625
22626 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22627
22628         * gnus-registry.el (gnus-registry-unload-hook):
22629         Set as a variable with add-hook.
22630
22631         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22632         of news-path.
22633
22634         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22635
22636         * spam.el: Delete duplicate `provide'.
22637         (spam-unload-hook): Set as a variable with add-hook.
22638
22639 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22640
22641         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22642         in the doc string.
22643
22644         * message.el (message-ignored-news-headers)
22645         (message-ignored-supersedes-headers)
22646         (message-ignored-resent-headers)
22647         (message-forward-ignored-headers): Improve custom type.
22648
22649 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22650
22651         * message.el (message-tokenize-header): Fix 2004-09-06 change
22652         which used point-min in the wrong place.
22653
22654 2004-10-12  Simon Josefsson  <jas@extundo.com>
22655
22656         * tls.el (tls-certtool-program): New variable.
22657         (tls-certificate-information): New function, based on
22658         ssl-certificate-information.
22659
22660 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22661
22662         * compface.el: Move the version of ELisp-based uncompface program
22663         to the contrib directory because of the copyright problem.
22664
22665 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22666
22667         * message.el (message-kill-buffer): Raise the current frame.
22668
22669 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22670
22671         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22672
22673         * gnus.el (message-y-or-n-p): Autoload.
22674
22675         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22676         (pop3-password-required, pop3-authentication-scheme)
22677         (pop3-leave-mail-on-server): Make customizable.
22678         (pop3): New custom group.
22679         (pop3-retr): Remove `sleep-for' statements.
22680         Suggested by Dave Love <fx@gnu.org>.
22681
22682         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22683         Windows/DOS.
22684
22685         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22686         (imap-parse-body): Fix incorrect use of `assert'.
22687         Suggested by Dave Love <fx@gnu.org>.
22688
22689         * mml.el (mml-minibuffer-read-disposition): Require match.
22690         Suggested by Dave Love <fx@gnu.org>.
22691
22692 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22693
22694         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22695         doc string.
22696
22697 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22700
22701 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22702
22703         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22704         instead of calling `mm-insert-inline', to decode text/* parts
22705         before displaying them.
22706
22707 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * mm-uu.el (mm-uu-text-plain-type): New variable.
22710         (mm-uu-pgp-signed-extract-1): Use it.
22711         (mm-uu-pgp-encrypted-extract-1): Use it.
22712         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22713         bind mm-uu-text-plain-type with that value.
22714         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22715         mm-uu-dissect.
22716
22717 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22718
22719         * gnus-group.el (gnus-update-group-mark-positions):
22720         * gnus-sum.el (gnus-update-summary-mark-positions):
22721         * message.el (message-check-news-body-syntax):
22722         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22723         of string-as-multibyte.
22724
22725 2004-10-05  Juri Linkov  <juri@jurta.org>
22726
22727         * gnus-group.el (gnus-update-group-mark-positions):
22728         * gnus-sum.el (gnus-update-summary-mark-positions):
22729         * message.el (message-check-news-body-syntax):
22730         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22731         8-bit unibyte values to a multibyte string for search functions.
22732
22733 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22734
22735         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22736         (mm-uu-dissect-text-parts): New function.
22737
22738         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22739         dissect text parts.
22740
22741         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22742         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22743
22744         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22745
22746         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22747         Use gnus-current-topics instead of gnus-current-topic.
22748
22749 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22750
22751         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22752
22753 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22754
22755         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22756         where appropriate.
22757
22758         * nnml.el (nnml-generate-active-info): do.
22759
22760         * nndiary.el (nndiary-generate-active-info): do.
22761
22762         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22763         (gnus-topic-move): do.
22764
22765         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22766         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22767
22768         * gnus-srvr.el (gnus-server-prepare)
22769         (gnus-server-open-all-servers): do.
22770
22771         * gnus-msg.el (gnus-summary-cancel-article)
22772         (gnus-summary-resend-message)
22773         (gnus-summary-mail-crosspost-complaint): do.
22774
22775         * gnus-move.el (gnus-change-server): do.
22776
22777         * gnus-group.el (gnus-group-unmark-all-groups)
22778         (gnus-group-set-current-level): do.
22779
22780 2004-10-04  Simon Josefsson  <jas@extundo.com>
22781
22782         * message.el (message-generate-hashcash): Doc fix.
22783
22784 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22785
22786         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22787         avoid infinite recursion via gnus-get-function.
22788
22789 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22790
22791         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22792
22793         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22794
22795         * nnmail.el (nnmail-split-history): do.
22796
22797         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22798         (nnml-request-delete-group): do.
22799
22800         * nnslashdot.el (nnslashdot-read-groups): do.
22801
22802         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22803         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22804
22805         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22806         (nnspool-sift-nov-with-sed): Use last.
22807         (nnspool-retrieve-headers-with-nov): Use mapc.
22808         (nnspool-request-newgroups): Use dolist.
22809         (nnspool-request-group): Use last.
22810
22811         * nntp.el (nntp-read-server-type): Use dolist.
22812
22813         * nnvirtual.el (nnvirtual-create-mapping)
22814         (nnvirtual-update-read-and-marked): Use dolist.
22815         (nnvirtual-convert-headers): Simplify.
22816
22817 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22818
22819         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22820         Add support for sync'ing tick marks.
22821
22822 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22823
22824         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22825         there's no visible header.
22826
22827 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22828
22829         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22830         When necessary, pass full group name to gnus-request-set-marks.
22831
22832 2004-10-01  Simon Josefsson  <jas@extundo.com>
22833
22834         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22835         acroread.
22836
22837 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22838
22839         * spam-report.el (spam-report-gmane): Fix interactive.
22840
22841         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22842
22843         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22844         when writing file.
22845         (gnus-agent-synchronize-flags): Don't default to being
22846         interactive.
22847
22848 2004-09-30  Simon Josefsson  <jas@extundo.com>
22849
22850         * message.el (message-generate-hashcash): Add.
22851         (message-send-mail): Use it, call mail-add-payment.
22852
22853 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22856
22857 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22858
22859         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22860         gnus-requst-update-info with explicit code to sync the in-memory
22861         info read flags with the marks being sync'd to the backend.
22862
22863         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22864
22865 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22866
22867         * spam.el (spam-verify-bogofilter): Add new function.
22868         (spam-check-bogofilter)
22869         (spam-bogofilter-register-with-bogofilter): Use it.
22870         (spam-verify-bogofilter): Add small fixes.
22871
22872 2004-09-28  Simon Josefsson  <jas@extundo.com>
22873
22874         * hashcash.el (hashcash-generate-payment): Revert.
22875
22876 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22877
22878         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22879         Use gnus-extract-references instead of gnus-split-references.
22880
22881         * gnus-util.el (gnus-extract-references): Add new function, analogous
22882         to gnus-split-references but extracts only the message-ID without
22883         anything extra.
22884
22885         * hashcash.el (hashcash-generate-payment)
22886         (hashcash-check-payment): Do the right thing if hashcash-path is
22887         nil (because the hashcash program could not be found).
22888
22889         * spam.el (spam-use-hashcash): Remove comment.
22890
22891 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22892
22893         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22894         (gnus-cache-enter-article, gnus-cache-remove-article)
22895         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22896
22897         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22898
22899         * gnus-art.el (article-hide-boring-headers)
22900         (article-translate-strings, article-display-face)
22901         (gnus-article-mime-match-handle-first)
22902         (gnus-article-highlight-headers)
22903         (gnus-article-add-buttons-to-head): do.
22904
22905 2004-09-27  Simon Josefsson  <jas@extundo.com>
22906
22907         * hashcash.el: New version, from
22908         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22909         ../contrib/.
22910
22911 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22912
22913         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22914
22915 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22916
22917         * gnus-dup.el (gnus-dup-open): Use mapc.
22918         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22919
22920         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22921         Reported by Stefan Wiens <s.wi@gmx.net>.
22922
22923         * gnus.el (gnus-shutdown): Use dolist.
22924
22925         * gnus-undo.el (gnus-undo): Use mapc.
22926
22927         * nnrss.el (nnrss-generate-active): do.
22928
22929         * message.el (message-cite-original-without-signature)
22930         (message-cite-original): Use mapc.
22931         (message-do-actions, message-make-forward-subject): Use dolist.
22932
22933 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22934
22935         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22936         deletion to remove entire duplicate line.  Fixes merged article
22937         number bug.
22938
22939 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22940
22941         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22942         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22943         first ask if you want to open a server and then, even when you
22944         responded with no, asking if you want to synchronize the server's
22945         flags.
22946         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22947         multi-line expressions.
22948         (gnus-agent-synchronize-group-flags): New internal function.
22949         Updates marks in memory (in the info structure) AND in the
22950         backend.
22951
22952         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22953
22954         * nnagent.el (nnagent-request-set-mark):
22955         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22956         method, to ensure that synchronization updates marks in the
22957         backend and in the info (in memory) structure.
22958
22959 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22960
22961         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22962         convention fully; don't miss the root article of a thread; make
22963         the X-Draft-From header with correct article numbers.
22964
22965 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22966
22967         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22968         unless plugged.  Disable the agent so that an open failure causes
22969         an error.
22970
22971         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22972         Revert 2004-09-21 change.  The backend must be opened while
22973         synchronizing flags even when the backend stores the flags
22974         locally.
22975
22976 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22977
22978         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22979         in `header' match.  Reported by Svend Tollak Munkejord.
22980
22981         * message.el (message-cite-original): Fix use of
22982         `message-cite-articles-with-x-no-archive'.
22983
22984 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22985
22986         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22987         (gnus-window-to-buffer): Ditto.
22988
22989         * mml.el (mml-preview-buffer): New variable.
22990         (mml-preview): Manage window layout with gnus-buffer-configuration.
22991
22992         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22993         X-Draft-From header even if those articles aren't quoted.
22994
22995 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22996
22997         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22998         (gnus-request-set-mark, gnus-request-update-mark): Use new
22999         g-s-t-u-l-m to decide to use backend even when unplugged.
23000
23001 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23004         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23005
23006 2004-09-20  Simon Josefsson  <jas@extundo.com>
23007
23008         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23009         "utf-16-le".
23010
23011 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23012
23013         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23014
23015 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23016
23017         * uudecode.el (uudecode-use-external): Add :version.
23018
23019         * smime.el (smime-CA-file, smime-encrypt-cipher)
23020         (smime-dns-server): Add :version.
23021
23022         * smiley.el (gnus-smiley-file-types): Add :version.
23023
23024         * sha1.el (sha1-use-external): Add :version.
23025
23026         * pgg-def.el (pgg-query-keyserver): Add :version.
23027
23028         * nnmail.el (nnmail-fancy-expiry-targets)
23029         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23030         Add :version.
23031
23032         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23033         (nnimap-retrieve-groups-asynchronous): Add :version.
23034         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23035
23036         * mml.el (mml-content-disposition-parameters)
23037         (mml-insert-mime-headers-always): Add :version.
23038
23039         * mm-util.el (mm-coding-system-priorities): Add :version.
23040
23041         * mm-decode.el (mm-inline-text-html-with-images)
23042         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23043         (mm-verify-option): Add :version.
23044         (mm-text-html-renderer): Change :version.
23045
23046         * message.el (message-fcc-externalize-attachments)
23047         (message-required-headers, message-draft-headers)
23048         (message-subject-trailing-was-query)
23049         (message-subject-trailing-was-ask-regexp)
23050         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23051         (message-mark-insert-end, message-archive-header)
23052         (message-archive-note, message-cross-post-default)
23053         (message-cross-post-note, message-followup-to-note)
23054         (message-cross-post-note-function, message-use-mail-followup-to)
23055         (message-subscribed-address-functions)
23056         (message-subscribed-address-file, message-subscribed-addresses)
23057         (message-subscribed-regexps, message-allow-no-recipients)
23058         (message-yank-cited-prefix, message-signature-insert-empty-line)
23059         (message-hidden-headers, message-hierarchical-addresses)
23060         (message-mail-user-agent, message-use-idna)
23061         (message-valid-fqdn-regexp)
23062         (message-strip-special-text-properties, message-header-synonyms)
23063         (message-beginning-of-line, message-tab-body-function): Add :version.
23064         (message-insert-canlock, message-wide-reply-confirm-recipients):
23065         Change :version.
23066
23067         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23068         and :version.
23069         (mail-source-delete-old-incoming-confirm)
23070         (mail-source-movemail-program): Add :version.
23071
23072         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23073         (gnus-agent-cache, gnus-agent): Change :version.
23074
23075         * gnus-util.el (gnus-use-byte-compile): Change :version.
23076
23077         * gnus-sum.el (gnus-summary-make-false-root-always)
23078         (gnus-summary-default-high-score)
23079         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23080         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23081         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23082         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23083         (gnus-sum-thread-tree-single-indent)
23084         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23085         (gnus-sum-thread-tree-leaf-with-other)
23086         (gnus-sum-thread-tree-single-leaf): Add :version.
23087         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23088         (gnus-article-loose-mime): Change :version.
23089
23090         * gnus-start.el (gnus-backup-startup-file)
23091         (gnus-save-startup-file-via-temp-buffer): Add :version.
23092
23093         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23094         (gnus-server-offline-face): Add :version.
23095
23096         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23097
23098         * gnus-msg.el (gnus-gcc-externalize-attachments)
23099         (gnus-debug-files, gnus-debug-exclude-variables)
23100         (gnus-discouraged-post-methods): Change :version.
23101         (gnus-confirm-mail-reply-to-news)
23102         (gnus-confirm-treat-mail-like-news): Add :version.
23103
23104         * gnus-int.el (gnus-server-unopen-status): Add :version.
23105
23106         * gnus-group.el (gnus-group-jump-to-group-prompt)
23107         (gnus-large-ephemeral-newsgroup)
23108         (gnus-fetch-old-ephemeral-headers): Add :version.
23109
23110         * gnus-fun.el (gnus-x-face-directory)
23111         (gnus-convert-pbm-to-x-face-command)
23112         (gnus-convert-image-to-x-face-command)
23113         (gnus-convert-image-to-face-command): Add :version.
23114
23115         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23116
23117         * gnus-cite.el (gnus-cite-blank-line-after-header)
23118         (gnus-article-boring-faces): Add :version.
23119
23120         * gnus-art.el (gnus-buttonized-mime-types)
23121         (gnus-inhibit-mime-unbuttonizing)
23122         (gnus-treat-display-face)
23123         (gnus-treat-body-boundary): Change :version.
23124         (gnus-body-boundary-delimiter, gnus-picon-databases)
23125         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23126         (gnus-treat-date-english, gnus-treat-fold-headers)
23127         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23128         (gnus-treat-mail-picon, gnus-treat-wash-html)
23129         (gnus-article-encrypt-protocol)
23130         (gnus-use-idna, gnus-article-over-scroll)
23131         (gnus-mime-display-multipart-alternative-as-mixed)
23132         (gnus-mime-display-multipart-related-as-mixed)
23133         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23134         (gnus-ctan-url, gnus-button-ctan-handler)
23135         (gnus-button-handle-ctan-bogus-regexp)
23136         (gnus-button-ctan-directory-regexp)
23137         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23138         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23139         (gnus-button-man-level, gnus-button-emacs-level)
23140         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23141
23142         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23143         (gnus-agent-go-online): Change :version.
23144         (gnus-agent-expire-unagentized-dirs)
23145         (gnus-agent-auto-agentize-methods): Add :version.
23146
23147         * flow-fill.el (fill-flowed-display-column)
23148         (fill-flowed-encode-column): Add :version.
23149
23150         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23151         (gnus-outlook-deuglify-unwrap-max)
23152         (gnus-outlook-deuglify-cite-marks)
23153         (gnus-outlook-deuglify-unwrap-stop-chars)
23154         (gnus-outlook-deuglify-no-wrap-chars)
23155         (gnus-outlook-deuglify-attrib-cut-regexp)
23156         (gnus-outlook-deuglify-attrib-verb-regexp)
23157         (gnus-outlook-deuglify-attrib-end-regexp)
23158         (gnus-outlook-display-hook): Add :version.
23159
23160         * binhex.el (binhex-use-external): Add :version.
23161
23162 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23163
23164         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23165         and `invisible'.
23166
23167 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23168
23169         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23170         in gnus-registry-trim.
23171
23172 2004-09-13  Simon Josefsson  <jas@extundo.com>
23173
23174         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23175
23176         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23177
23178         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23179         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23180         <yamaoka@jpl.org>.
23181         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23182         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23183         <yamaoka@jpl.org>.
23184
23185         * sieve.el (sieve-manage-mode): Ditto.
23186
23187 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23188
23189         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23190
23191 2004-09-11  Simon Josefsson  <jas@extundo.com>
23192
23193         * dns-mode.el: Add.
23194
23195         * mm-view.el (mm-display-dns-inline): Add.
23196
23197         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23198         (mm-automatic-display): Ditto.
23199
23200         * mailcap.el (mailcap-mime-data): Add text/dns.
23201         (mailcap-mime-extensions): Map .soa to text/dns.
23202
23203 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23204
23205         * gnus-art.el (article-decode-mime-words, article-babel)
23206         (gnus-article-highlight-signature, gnus-article-add-buttons)
23207         (gnus-signature-toggle): Remove unnecessary bindings of
23208         `inhibit-read-only' inherited from v5.10 merge.
23209
23210 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23211
23212         * nntp.el (nntp): New customization group.
23213         (nntp-authinfo-file): Add customization group.
23214
23215         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23216
23217         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23218
23219         * gnus.el (to-address, to-list, subscribed)
23220         (large-newsgroup-initial): Ditto.
23221
23222         * flow-fill.el (fill-flowed-display-column)
23223         (fill-flowed-encode-column): Ditto.
23224
23225 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23226
23227         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23228         Use point-min rather than 1.
23229         (message-send-mail): Use buffer-size rather than point-max.
23230
23231         * gnus-sum.el (gnus-summary-search-article-forward):
23232         Signal a specific `search-failed' rather than a generic `error'.
23233
23234         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23235         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23236         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23237
23238 2004-09-10  Simon Josefsson  <jas@extundo.com>
23239
23240         * nndb.el (require): Remove tcp and duplicate cl.
23241
23242 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23243
23244         * gnus-agent.el (directory-files-and-attributes): Move forward.
23245
23246 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23247
23248         * gnus-agent.el (directory-files-and-attributes):
23249         Optionally defined to support XEmacs.
23250
23251 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23252
23253         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23254         to avoid run-time CL dependencies.
23255         (gnus-agent-unfetch-articles): New function.
23256         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23257         article numbers even when local .overview file is missing.
23258         (gnus-agent-read-article-number): New function.  Only accepts
23259         27-bit article numbers.
23260         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23261         Use gnus-agent-read-article-number.
23262         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23263         from backend while recognizing that article numbers in .overview
23264         must be valid.
23265         (gnus-agent-update-files-total-fetched-for):
23266         Use directory-files-and-attributes to improve performance.
23267         * gnus-int.el (gnus-request-move-article):
23268         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23269         improve performance.
23270
23271         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23272         some users confused by references to .newsrc when they only have a
23273         .newsrc.eld file.
23274         (gnus-convert-mark-converter-prompt)
23275         (gnus-convert-converter-needs-prompt): Fix use of property list.
23276         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23277         New function.  Used internally to only display 'gnus converting
23278         files' message when actually necessary.
23279
23280         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23281         methods now autoloaded.
23282
23283 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23284
23285         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23286         identifiers.
23287
23288 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23289
23290         * gnus-picon.el: Fix indentation and closing parenthesis.
23291
23292 2004-09-01  Simon Josefsson  <jas@extundo.com>
23293
23294         * message.el (message-canlock-generate): Require sha1, not
23295         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23296         to require within a function.  Sadly, if sha1.el isn't loaded, the
23297         let binding in m-c-g will hide the defcustom definition, which is
23298         bad.)
23299
23300         * canlock.el: Require sha1, not sha1-el.
23301
23302         * message.el: Don't autoload sha1 (there is a autoload cookie in
23303         sha1.el).
23304
23305         * sha1-el.el: Rename to sha1.el.
23306
23307 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23308
23309         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23310
23311 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23312
23313         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23314
23315 2004-08-30  Kim F. Storm  <storm@cua.dk>
23316
23317         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23318
23319         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23320         Add :group 'nnimap.
23321
23322 2004-08-30  Andreas Schwab  <schwab@suse.de>
23323
23324         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23325         ?* and ?\;.
23326
23327         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23328         and ?\' to symbol instead of whitespace.
23329
23330 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23331
23332         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23333
23334         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23335         instead of re-search-forward.
23336
23337         * gnus-uu.el (gnus-uu-save-article): Ditto.
23338         (gnus-uu-post-encode-uuencode): Ditto.
23339
23340         * html2text.el (html2text-clean-list-items): Ditto.
23341         (html2text-clean-dtdd): Ditto.
23342         (html2text-format-tags): Ditto.
23343
23344         * message.el (message-send-mail-with-sendmail): Fix regexp.
23345         (message-fill-field-general): Use search-forward instead of
23346         re-search-forward.
23347         (unbold-region): Ditto.
23348
23349         * nnrss.el (nnrss-request-article): Ditto.
23350
23351         * nnslashdot.el (nnslashdot-request-article): Ditto.
23352
23353         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23354
23355         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23356         "Unrecognized menu descriptor" error in XEmacs.
23357
23358 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23359
23360         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23361         parent article of a sparse article in the thread hashtb.
23362
23363 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23364
23365         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23366         (nnmail-expand-newtext): Lowercase expanded entries if
23367         nnmail-split-lowercase-expanded is non-nil.
23368
23369 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23370
23371         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23372
23373         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23374         of gnus-tmp-news-method into string under XEmacs.  It will be
23375         passed to gnus-correct-length which takes only a string argument.
23376
23377 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23378
23379         * gnus-util.el (gnus-bind-print-variables): New macro.
23380         (gnus-prin1): Use it.
23381         (gnus-prin1-to-string): Use it.
23382         (gnus-pp): New function.
23383         (gnus-pp-to-string): New function.
23384
23385         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23386         Replace pp-to-string with gnus-pp-to-string.
23387         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23388         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23389         * gnus-msg.el (gnus-debug): Ditto.
23390         * gnus-score.el (gnus-score-save): Ditto.
23391         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23392         gnus-pp-to-string.
23393         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23394         with gnus-pp.
23395         * score-mode.el (gnus-score-pretty-print): Ditto.
23396         * webmail.el (webmail-debug): Ditto.
23397
23398 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * gnus-art.el (article-display-face, article-display-x-face):
23401         Use buffer-read-only.
23402
23403 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23404
23405         * gnus-art.el (article-hide-list-identifiers):
23406         Bind inhibit-read-only as t.
23407
23408 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23409
23410         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23411
23412 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23413
23414         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23415         (gnus-narrow-to-page): Don't assume point-min == 1.
23416         (gnus-article-edit-mode): Derive from message-mode.
23417
23418         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23419         point-min == 1.
23420
23421         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23422         Disable incorrect use of `assert'.
23423
23424         * message.el (message-mode): Set comment-start-skip.
23425
23426
23427 2004-08-22  Sam Steingold  <sds@gnu.org>
23428
23429         * pop3.el (pop3-leave-mail-on-server): New user variable.
23430         (pop3-movemail): Delete mail only when it is nil.
23431
23432 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23433
23434         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23435
23436         * mml.el (mml-preview): Use `pop-to-buffer'.
23437
23438         * message.el (message-goto-mail-followup-to): Insert after "To".
23439         (message-carefully-insert-headers): Add comment.
23440
23441         * gnus.el: Remove unused variable `gnus-article-check-size'.
23442
23443         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23444
23445         * gnus-art.el (gnus-button-alist):
23446         Improve `gnus-button-handle-library' entry.
23447
23448 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23449
23450         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23451         Use downcase, since XEmacs capitalizes error messages differently.
23452
23453 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23454
23455         * nntp.el: Add (require 'gnus) due to reference to
23456         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23457
23458 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23459
23460         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23461         Bind `mm-fill-flowed'.
23462
23463         * mm-decode.el (mm-dissect-singlepart): Check it.
23464
23465 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23466
23467         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23468         'imap' for netrc parsing.
23469
23470 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23471
23472         * mailcap.el (mailcap-mime-data): Mark as risky.
23473
23474 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23475
23476         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23477         may be included in the encoded word.
23478         (rfc2047-encode): Don't append a space if the encoded word
23479         includes close parenthesis.
23480
23481 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23482
23483         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23484         of text within parentheses.
23485
23486 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23487
23488         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23489         (gnus-encrypt-write-file-contents): Make the password key the file
23490         name PLUS the cipher, not just the cipher.  Also remove failed
23491         passwords from the cache.
23492
23493 2004-08-06  Simon Josefsson  <jas@extundo.com>
23494
23495         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23496         Doc fix.
23497
23498 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23501         LWSP.
23502
23503 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23504
23505         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23506         Try to append in-reply-to: data to the references: header.
23507
23508         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23509         (netrc-parse): Use gnus-encrypt.el functions.
23510
23511         * gnus-encrypt.el: Add new file for encryption support; currently
23512         does only a few GPG ciphers and an internal XOR cipher.
23513
23514         * password.el: Add comments on using password-read-and-add.
23515         (password-read-and-add): Add function to read and add the
23516         password to the cache at once.
23517
23518 2004-07-28  Simon Josefsson  <jas@extundo.com>
23519
23520         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23521         parameter (but don't use it, for now).
23522
23523         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23524         instead of hard coding to nil.
23525
23526 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23527
23528         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23529         as mm-inline-image-xemacs does.
23530
23531 2004-07-26  Simon Josefsson  <jas@extundo.com>
23532
23533         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23534         Revert part of 2004-07-17 change below.
23535
23536 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23537
23538         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23539         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23540
23541 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23542
23543         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23544         quotes that actually start with ">" at the beginning of the
23545         lines.
23546
23547 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23548
23549         * rfc2047.el (rfc2047-encode-region): Fix last change.
23550         (rfc2047-encode-parameter): Remove useless concat.
23551
23552 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23553
23554         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23555         encode special characters; fix some kind of misconfigured headers;
23556         signal a real error if debug-on-quit or debug-on-error is non-nil.
23557         (rfc2047-encode-max-chars): New variable.
23558         (rfc2047-encode-1): Use it.
23559         (rfc2047-encode-parameter): New function.
23560
23561         * mml.el (mml-insert-parameter): Remove an excessive space.
23562
23563 2004-07-17  Simon Josefsson  <jas@extundo.com>
23564
23565         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23566         Kai Grossjohann <kai@emptydomain.de>.
23567         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23568         (gnus-group-make-menu-bar): Ditto.
23569
23570         * gnus-util.el (gnus-group-server): Add.
23571
23572 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23573
23574         * message.el (message-clone-locals): Clone sendmail and smtp
23575         variables.
23576
23577 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23578
23579         * rfc2047.el (rfc2047-encode-region): Fix last change.
23580
23581 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23582
23583         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23584         characters as non-special.
23585
23586 2004-07-09  Simon Josefsson  <jas@extundo.com>
23587
23588         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23589         Users will lose all flag changes made while unplugged with
23590         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23591         good default.  See numerous reports on ding mailing list.
23592
23593 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23594
23595         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23596         add generate-head-function and generate-article-function to the
23597         rfc822-forward entry.
23598         (nndoc-rfc822-forward-generate-article): New function.
23599         (nndoc-rfc822-forward-generate-head): New function.
23600
23601         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23602
23603 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23604
23605         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23606         respect display group parameter and gnus-summary-expunge-below.
23607         (gnus-articles-to-read): Remove unused reference to display group
23608         parameter.
23609
23610 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23611
23612         * nnheader.el (nnheader-uniquify-message-id): New experimental
23613         variable.
23614         (nnheader-nov-read-message-id): Use it.
23615
23616         * spam-report.el (spam-report-gmane): Add interactive.
23617
23618 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23619
23620         * mm-encode.el (mm-content-transfer-encoding-defaults):
23621         Use qp-or-base64 for the application/* types.
23622
23623 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23624
23625         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23626
23627 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23628
23629         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23630         trim value.
23631
23632 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23633
23634         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23635         New macro and function.
23636         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23637
23638 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23639
23640         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23641         after-load-alist.
23642
23643 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23644
23645         * gnus-group.el (gnus-group-get-new-news-this-group):
23646         Don't update info that isn't there.
23647
23648 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23649
23650         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23651         entry.
23652
23653 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23654
23655         * mm-view.el (mm-inline-render-with-function): Use multibyte
23656         buffer; decode html source by charset.
23657
23658         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23659
23660         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23661         Mule-UCS is loaded under XEmacs.
23662         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23663
23664 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23665
23666         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23667
23668 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * mm-util.el (mm-coding-system-p): Return a coding-system.
23671         (mm-mime-mule-charset-alist): Use shift_jis instead of
23672         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23673         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23674         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23675         instead of japanese-shift-jis and iso-latin-1 respectively in
23676         order to share the default value with both Emacs and XEmacs-mule.
23677         (mm-mule-charset-to-mime-charset):
23678         Make mm-coding-system-priorities effective.
23679         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23680         while predicating of candidates upon the priorities.
23681
23682 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23683
23684         * gnus-sum.el (gnus-summary-make-menu-bar):
23685         Add gnus-uu-invert-processable.
23686
23687         * gnus.el: Autoload gnus-uu-invert-processable.
23688
23689 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23690
23691         * mm-util.el (mm-with-multibyte-buffer): New macro.
23692
23693         * rfc2047.el (rfc2047-encode-string): Use it.
23694         (rfc2047-encode-region): Move point to the end of the region after
23695         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23696
23697 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23698
23699         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23700         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23701
23702 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23703
23704         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23705         (gnus-cite-parse): Ignore quoted envelope From_.
23706         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23707
23708 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23709
23710         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23711         invalid addresses.
23712
23713 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23714
23715         * spam.el: Change section markers, revise TODO list.
23716         (spam-backends): Make new master list of all installed backends.
23717         (spam-summary-exit-behavior): Add new variable to determine how
23718         messages moves are done at summary exit.
23719         (spam-move-spam-nonspam-groups-only)
23720         (spam-process-ham-in-nonham-groups)
23721         (spam-process-ham-in-spam-groups): Remove variables, the
23722         spam-summary-exit-behavior variable should be used to manage this
23723         behavior.
23724         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23725         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23726         and spam-old-spam-articles.
23727         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23728         Add empty variables, placeholders for the backends they represent.
23729         (spam-set-difference): Move, unchanged.
23730         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23731         unless the user has a processor variable.
23732         (spam-classifications, spam-classification-valid-p)
23733         (spam-backend-properties, spam-backend-property-valid-p)
23734         (spam-backend-function-type-valid-p)
23735         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23736         (spam-report-articles-gmane, spam-report-articles-resend):
23737         Remove functions, they are not needed.
23738         (spam-install-backend-super, spam-backend-list)
23739         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23740         (spam-backend-function, spam-backend-ham-registration-function)
23741         (spam-backend-spam-registration-function)
23742         (spam-backend-ham-unregistration-function)
23743         (spam-backend-spam-unregistration-function)
23744         (spam-backend-statistical-p, spam-backend-mover-p)
23745         (spam-install-backend-alias, spam-install-checkonly-backend)
23746         (spam-install-mover-backend, spam-install-nocheck-backend)
23747         (spam-install-backend, spam-install-statistical-backend)
23748         (spam-install-statistical-checkonly-backend): Add backend installation
23749         support.
23750         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23751         (spam-group-processor-p): Use the new backend code and respect the
23752         summary exit behavior.
23753         (spam-mark-spam-as-expired-and-move-routine): Remove.
23754         (spam-summary-prepare): Change to use the new spam-old-articles
23755         variable.
23756         (spam-copy-or-move-routine, spam-copy-spam-routine)
23757         (spam-move-spam-routine, spam-copy-ham-routine)
23758         (spam-move-ham-routine): Add code to copy/move ham or spam.
23759         (spam-fetch-field-fast): Improve doc and code, plus allow the
23760         'number request.
23761         (spam-list-of-checks, spam-list-of-statistical-checks):
23762         Remove variables.
23763         (spam-split, spam-find-spam): Use the new backend code.
23764         (spam-registration-functions): Remove variable.
23765         (spam-unregister-routine): Add convenience wrapper.
23766         (spam-log-undo-registration, spam-register-routine)
23767         (spam-log-processing-to-registry)
23768         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23769         where possible.
23770         (spam-check-gmane-xref, spam-check-regex-headers)
23771         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23772         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23773         (spam-check-bogofilter-headers, spam-check-spamoracle)
23774         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23775         (spam-check-crm114-headers): Use the spam-split-group that
23776         spam-split prepares, no need to determine it every time.
23777
23778         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23779         to the nnheader-parse-naked-head call.
23780
23781         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23782
23783         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23784         the nnheader-nov-read-message-id call.
23785
23786 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23787
23788         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23789         gnus-activate-group twice.  Suggested by Markus Peter
23790         <warp@spin.de>.
23791
23792 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23793
23794         * gnus-art.el (gnus-article-time-format): Exchange the order of
23795         day and month in the default value; fix customization type.
23796         (article-date-ut): Use add-text-properties.
23797         (article-make-date-line): Use message-make-date instead of
23798         current-time-string.
23799
23800         * message.el (message-fetch-field): Don't use set-text-properties.
23801         (message-make-date): Simplify.
23802
23803         * messagexmas.el (message-xmas-make-date): New function.
23804         (message-xmas-redefine): Defalias message-make-date to it.
23805
23806 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23807
23808         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23809         (rfc2047-encode-region): Treat text within parentheses as special;
23810         show the original text when error has occurred.
23811
23812         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23813         already-computed method to gnus-activate-group.
23814
23815         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23816         same select-methods identical Lisp objects.
23817
23818         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23819         object when modifying the info.
23820
23821 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23822
23823         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23824         gnus-opened-servers since it has never been opened with the new
23825         configuration yet.
23826
23827 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23828
23829         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23830         arg to nnheader-generate-fake-message-id.
23831
23832 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23833
23834         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23835         number and build a fake message ID localized to a group and
23836         article number (so it's repeatable from that point on).
23837         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23838         ID format.
23839
23840         * gnus-sum.el (gnus-get-newsgroup-headers):
23841         Call nnheader-generate-fake-message-id with the article number.
23842
23843 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23844
23845         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23846         end-of-buffer.
23847
23848 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23849
23850         * message.el (message-ignored-supersedes-headers): Add Approved.
23851
23852 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23853
23854         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23855         goto-char.
23856         (rfc2047-encode): Fold the line before encoding.
23857
23858 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23859
23860         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23861         folding -- not all headers can be folded, and this should be done
23862         by the message composition mode.  Probably.  I think.
23863
23864 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23865
23866         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23867         fast.
23868
23869         * gnus-ems.el (gnus-remove-image): Don't use
23870         message-text-with-property; remove only the image found first.
23871
23872         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23873         found first.
23874
23875 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23876
23877         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23878
23879 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * message.el (message-text-with-property): Make it fast and accept
23882         optional arguments.
23883         (message-strip-forbidden-properties): Use it.
23884         (message-fix-before-sending): Follow the m-t-w-p change.
23885
23886         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23887
23888 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * gnus-art.el (article-hide-headers): Don't change the buffer
23891         mistakenly when performing mml-preview even if
23892         gnus-single-article-buffer is nil.
23893
23894 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23895
23896         * message.el (message-expand-name-databases): New user option.
23897         (message-expand-name): Use it.
23898
23899 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23900
23901         * spam.el (spam-report-articles-resend)
23902         (spam-report-resend-register-routine): Allow ham reporting.
23903         (spam-report-resend-register-ham-routine): Add wrapper.
23904         (spam-registration-functions): Add ham resending functions.
23905         (spam-list-of-processors): Add ham resend processor.
23906
23907         * gnus.el (ham-resend-to): Add new group parameter.
23908         (spam-process): Add ham resend option.
23909
23910         * spam-report.el (spam-report-resend): Allow reporting ham.
23911         (spam-report-resend-ham): Add wrapper.
23912
23913 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23914
23915         * message.el (message-cite-articles-with-x-no-archive):
23916         New variable.
23917         (message-cite-original): Use it.
23918
23919 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23920
23921         * message.el (message-cite-original): Respect X-No-Archive.
23922
23923 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23924
23925         * gnus-art.el (article-hide-headers): Refer to the values for
23926         gnus-ignored-headers and gnus-visible-headers in the summary
23927         buffer since a user may have set them as group parameters.
23928
23929 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23930
23931         * assistant.el (assistant-node-name): Add convenience function.
23932         (assistant-render-text, assistant-render-node): Add error handling,
23933         plus handle multiple next nodes.
23934         (assistant-find-next-node): Comment out for now.
23935         (assistant-find-next-nodes): Add function, returns list of next
23936         nodes.
23937
23938 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23939
23940         * mail-source.el (mail-source-directory): Fix doc-string.
23941
23942 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23943
23944         * assistant.el (assistant-render-text, assistant-eval): Add :set
23945         widget type, which is different because it takes and returns a
23946         list.  Much hilarity ensues.
23947
23948 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23949
23950         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23951
23952         * gnus-group.el (gnus-group-get-new-news-this-group):
23953         Add doc-string.
23954
23955         * gnus-start.el (gnus-activate-group): Add doc-string.
23956
23957 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23960
23961 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23962
23963         * assistant.el (assistant-render-text): Try to add a :set
23964         widget, more to come.
23965
23966         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23967         strings.
23968         (spam-report-articles-resend)
23969         (spam-register-routine): Do registration iff any articles warrant
23970         it.
23971         (spam-summary-prepare-exit): Change log message for nil group
23972         destinations.
23973
23974 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23975
23976         * spam.el (spam-report-resend-register-routine):
23977         Allow spam-report-resend-to to be a group parameter or a global value.
23978
23979 2004-05-26  Simon Josefsson  <jas@extundo.com>
23980
23981         * starttls.el: Merge with my GNUTLS based starttls.el.
23982         (starttls-gnutls-program, starttls-use-gnutls)
23983         (starttls-extra-arguments, starttls-process-connection-type)
23984         (starttls-connect, starttls-failure, starttls-success):
23985         New variables.
23986         (starttls-program, starttls-extra-args): Doc fix.
23987         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23988         New functions.
23989         (starttls-negotiate, starttls-open-stream):
23990         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23991         function if it is set.
23992
23993 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23994
23995         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23996         structured fields.
23997
23998 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23999
24000         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24001
24002 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24003
24004         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24005         Add variable.
24006         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24007         assigning the spam-mark to new messages.
24008
24009 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24010
24011         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24012
24013 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24016
24017         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24018         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24019         default.
24020
24021 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24022
24023         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24024         correct data.
24025
24026 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24027
24028         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24029         (spam-group-processor-p): Fix function.
24030         (spam-group-processor-multiple-p)
24031         (spam-group-spam-processor-report-gmane-p)
24032         (spam-group-spam-processor-report-resend-p)
24033         (spam-group-spam-processor-bogofilter-p)
24034         (spam-group-spam-processor-blacklist-p)
24035         (spam-group-spam-processor-ifile-p)
24036         (spam-group-ham-processor-ifile-p)
24037         (spam-group-spam-processor-spamoracle-p)
24038         (spam-group-spam-processor-crm114-p)
24039         (spam-group-ham-processor-bogofilter-p)
24040         (spam-group-spam-processor-stat-p)
24041         (spam-group-ham-processor-stat-p)
24042         (spam-group-ham-processor-whitelist-p)
24043         (spam-group-ham-processor-BBDB-p)
24044         (spam-group-ham-processor-spamoracle-p)
24045         (spam-group-ham-processor-copy-p): Remove functions with some
24046         prejudice against unneeded code.
24047         (spam-report-articles-resend)
24048         (spam-report-resend-register-routine): Allow the group/topic
24049         spam-resend-to value to override spam-report-resend-to.
24050         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24051         properly now.
24052
24053         * gnus.el (spam-resend-to): Add group/topic parameter.
24054         (spam-process): Move the OBSOLETE processors to the end of the
24055         choices.
24056
24057 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24058
24059         * spam-report.el (spam-report-resend-to, spam-report-resend):
24060         Start with resend-to set to nil, and then ask the user if necessary.
24061         (spam-report-resend): spam-report-resend takes a list of articles, not
24062         separate article numbers.
24063
24064 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24065
24066         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24067         addition to emacs-w3m.
24068
24069 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24070
24071         * assistant.el (assistant-authinfo-data): New function.
24072         (assistant-eval): Eval for entire assistant.
24073
24074         * netrc.el (netrc-services-file): New variable.
24075         (netrc-parse-services): New function.
24076         (netrc-find-service-name): New function.
24077         (netrc-find-service-number): New function.
24078         (netrc-port-equal): New function.
24079         (netrc-machine): Use it.
24080
24081         * nnimap.el (nnimap-open-connection): Use netrc.
24082
24083         * gnus-util.el (gnus-netrc-get): Remove aliases.
24084
24085         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24086
24087         * assistant.el (wid-edit): Fix compilation.
24088
24089         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24090
24091 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24092
24093         * gnus-util.el (gnus-set-file-modes): New function.  (small
24094         patch).
24095
24096 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24097
24098         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24099
24100         * assistant.el (assistant-render-node): Fix up rendering and
24101         read-only text.
24102         (assistant-render-node): Reset.
24103         (assistant-make-read-only): Not sticky.
24104
24105 2004-05-20  Danny Siu  <dsiu@adobe.com>
24106
24107         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24108         centered even when gnus-auto-center-summary is t.
24109
24110 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24111
24112         * dns.el (dns-get-txt-answer): New function.
24113         (dns-read-txt): Ditto.
24114         (query-dns): Use it.
24115
24116 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24117
24118         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24119         active for foreign groups even if the group level is higher than
24120         the specified value.
24121
24122 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24123
24124         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24125         non-active groups.
24126
24127         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24128
24129 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24130
24131         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24132
24133 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24134
24135         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24136         (spam-crm114-header, spam-crm114-spam-switch)
24137         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24138         (spam-crm114-positive-spam-header)
24139         (spam-crm114-database-directory, spam-list-of-processors)
24140         (spam-group-spam-processor-crm114-p)
24141         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24142         (spam-generic-score, spam-list-of-checks)
24143         (spam-list-of-statistical-checks, spam-registration-functions)
24144         (spam-check-crm114-headers, spam-crm114-score)
24145         (spam-check-crm114, spam-crm114-register-with-crm114)
24146         (spam-crm114-register-spam-routine)
24147         (spam-crm114-unregister-spam-routine)
24148         (spam-crm114-register-ham-routine)
24149         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24150
24151 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24152
24153         * gnus.el: Add spam-use-crm114.
24154
24155         * spam.el (spam-list-of-processors, spam-registration-functions):
24156         Add spam-use-resend.
24157         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24158         (spam-report-articles-gmane): Add doc fix.
24159         (spam-report-articles-resend, spam-report-resend-register-routine):
24160         Add wrappers around spam-report-resend-to.
24161
24162         * spam-report.el (spam-report-resend-to, spam-report-resend):
24163         Add support for resending spam.
24164         (spam-report-gmane): Fix line length >80.
24165
24166         * gnus.el (spam-process): Add spam-use-resend.
24167
24168 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24169
24170         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24171         number of processed spam messages.
24172         (spam-ham-copy-or-move-routine): Return the number of processed
24173         ham messages.
24174         (spam-summary-prepare-exit): Use the above values to decide
24175         whether status messages shouled be displayed.
24176
24177 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24178
24179         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24180         `rfc2047-encoding-function-alist' in order to avoid conflicting
24181         with the old version.
24182         (rfc2047-encode-region): Concatenate words containing non-ASCII
24183         characters in structured fields; don't encode space-delimited
24184         ASCII words even in unstructured fields; don't break words at
24185         char-category boundaries.
24186         (rfc2047-encode-1): New function.
24187         (rfc2047-encode): Use it; encode text so that it occupies the
24188         maximum width within 76-column; work correctly on Q encoding for
24189         iso-2022-* charsets.
24190         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24191         sure not to break a line just after the header name.
24192         (rfc2047-b-encode-region): Remove.
24193         (rfc2047-b-encode-string): New function.
24194         (rfc2047-q-encode-region): Remove.
24195         (rfc2047-q-encode-string): New function.
24196
24197         * mm-util.el (mm-replace-in-string): New function.
24198
24199 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24200
24201         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24202         Really get it right.
24203         (gnus-inews-make-draft): Really.
24204
24205 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24206
24207         * nnmh.el (nnmh-request-list-1): Don't check the link count
24208         before descending.  (small patch)
24209
24210 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24211
24212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24213         stuff.
24214
24215         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24216         Match on real group name.
24217
24218         * gnus-art.el (gnus-signature-limit): Doc fix.
24219
24220         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24221
24222         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24223
24224 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24225
24226         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24227         isn't a string.
24228
24229 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24230
24231         * gnus-draft.el (gnus-draft-send):
24232         Bind rfc2047-encode-encoded-words.
24233
24234         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24235         (rfc2047-encodable-p): Say that =? needs encoding.
24236         (rfc2047-encode-encoded-words): New variable.
24237
24238         * gnus-group.el (gnus-group-select-group): Doc fix.
24239
24240         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24241
24242         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24243         to nil.
24244
24245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24246
24247         * nnheader.el (nnheader-get-lines-and-char): New function.
24248
24249 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24250
24251         * gnus-msg.el (gnus-summary-followup-with-original):
24252         Document yanking of region when active.
24253
24254 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24257         groups if the group level is higher than the specified value.
24258
24259 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24260
24261         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24262         (gnus-group-jump-to-group): Add prefix argument using
24263         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24264         non-active group.
24265
24266         * compface.el (uncompface): Be verbose when changing
24267         `uncompface-use-external'.
24268
24269         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24270         handle manual section.
24271
24272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24273
24274         * gnus-art.el (gnus-button-alist): Revert previous change.
24275
24276 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24277
24278         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24279
24280 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24281
24282         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24283         whether backend can accept message.
24284
24285         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24286
24287 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24288
24289         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24290         Avoid creating directory when nntp-marks-is-evil is true.
24291         Reported by Reiner Steib.
24292
24293 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24294
24295         * gnus-picon.el (gnus-picon-insert-glyph):
24296         Add optional `nostring' argument.
24297
24298 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24299
24300         * gnus-picon.el (gnus-picon-style): New variable.
24301         (gnus-picon-transform-address): Support `gnus-picon-style'.
24302
24303 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24304
24305         * message.el (message-fill-field): Return point.
24306         (message-generate-headers): Go to end of field.
24307
24308         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24309         stuff for non-living groups.
24310
24311 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24312
24313         * gnus-art.el (gnus-article-followup-with-original)
24314         (gnus-article-reply-with-original): gnus-mark-active-p ->
24315         gnus-region-active-p.
24316
24317 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24318
24319         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24320         only when there is spam or ham to be processed.
24321
24322 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24323
24324         * mail-source.el (mail-source-delete-crash-box): Refactor.
24325         (mail-source-fetch): Use it.
24326         (mail-source-fetch-file): Ditto.
24327         (mail-source-fetch-directory): Run postscript in loop.
24328         (mail-source-fetch-pop): Delete.
24329         (mail-source-fetch-maildir): Ditto.
24330         (mail-source-fetch-imap): Ditto.
24331
24332         * imap.el (imap-authenticators): Comment out sasl.
24333
24334         * message.el (message-skip-to-next-address): New function.
24335         (message-fill-header-address): Refactor.
24336         (message-fill-address): Use it.
24337         (message-delete-address): Use it.
24338         (message-fill-header-general): Refactor.
24339         (message-fill-field-address): Rename.
24340         (message-narrow-to-field): Find the start of the header.
24341         (message-header-format-alist): Don't pre-fill.
24342         (message-fill-header): Remove.
24343         (message-insert-header): New function.
24344         (message-shorten-references): Use it.
24345
24346         * rfc2047.el (rfc2047-field-value): Strip props.
24347
24348         * mail-parse.el (mail-header-make-address): New alias.
24349
24350         * ietf-drums.el (ietf-drums-make-address): New function.
24351
24352         * imap.el: Add compiler directives.
24353
24354         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24355
24356         * gnus-art.el (article-decode-idna-rhs): Don't use
24357         message-idna-inside-rhs-p.
24358
24359 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24360
24361         * message.el (message-idna-inside-rhs-p): Remove.
24362         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24363
24364         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24365         false positives.
24366
24367 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24368
24369         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24370
24371 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24372
24373         * nneething.el (nneething-file-name): Don't create spurious
24374         files.
24375
24376         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24377         (gnus-inews-do-gcc): Remove sleep.
24378
24379         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24380         part under point.
24381
24382         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24383         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24384
24385 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24386
24387         * spam.el (spam-summary-prepare-exit): Fix (length).
24388
24389 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24390
24391         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24392         as expired without moving it" message when there are spam
24393         messages left.
24394
24395 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24396
24397         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24398         header is not nil.
24399
24400 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24401
24402         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24403         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24404         (nntp-marks-changed-p): New arg SERVER.
24405         (nntp-request-update-info): Adjust caller.
24406
24407 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24408
24409         * nntp.el (nntp-save-marks): Pass missing arg.
24410
24411 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24412
24413         * nntp.el: Support marks.
24414         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24415         (nntp-marks-modtime, nntp-marks-directory): New variables.
24416         (nntp-request-set-mark, nntp-request-update-info)
24417         (nntp-possibly-create-directory, nntp-marks-changed-p)
24418         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24419         New functions.
24420
24421 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24422
24423         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24424         (gnus-xmas-redefine): Rename.
24425
24426         * gnus-score.el (gnus-score-insert-help):
24427         Use gnus-select-lowest-window.
24428
24429         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24430         appt-select-lowest-window and rename to gnus-select-lowest-window.
24431
24432         * gnus.el: do.
24433
24434 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24435
24436         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24437         encodings of MIME-encoded words, in order to improve
24438         interoperability with several broken MUAs.
24439
24440 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24441
24442         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24443         tags, only when charsets are not specified in headers.
24444         (mm-inline-text-html-render-with-w3m): Ditto.
24445
24446         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24447         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24448
24449 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24450
24451         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24452         instead of MIME-decoded from fields when checking
24453         `gnus-article-address-banner-alist'.
24454
24455 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24456
24457         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24458         description rather than subject.
24459
24460 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24461
24462         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24463
24464 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24465
24466         * gnus.el (gnus-version-number): Bump.
24467
24468 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24469
24470         * gnus.el: No Gnus v0.2 is released.
24471
24472 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24473
24474         * gnus-agent.el (gnus-agent-read-agentview):
24475         Inline gnus-uncompress-range.
24476
24477 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24478
24479         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24480         `exec-installed-p'.
24481
24482 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24483
24484         * gnus.el (spam-process, spam-autodetect-methods):
24485         Add bsfilter and bsfilter-headers.
24486
24487         * spam.el (spam-bsfilter): New customize group.
24488         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24489         (spam-bsfilter-header, spam-bsfilter-probability-header)
24490         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24491         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24492         (spam-bsfilter-database-directory): New options.
24493         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24494         (spam-list-of-statistical-checks, spam-registration-functions):
24495         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24496         (spam-bsfilter-score): New command.
24497         (spam-check-bsfilter-headers, spam-check-bsfilter)
24498         (spam-bsfilter-register-with-bsfilter)
24499         (spam-bsfilter-register-spam-routine)
24500         (spam-bsfilter-unregister-spam-routine)
24501         (spam-bsfilter-register-ham-routine)
24502         (spam-bsfilter-unregister-ham-routine): New functions.
24503         (spam-generic-score): Support bsfilter; Accept an optional argument
24504         to recalcurate spam score even if scoring header has already been
24505         added.
24506         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24507         optional argument to recalcurate spam score even if scoring header
24508         has already been added.
24509
24510 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24511
24512         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24513         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24514         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24515         link is missing.
24516
24517 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24518
24519         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24520         (html2text-get-attr): Rewrite.
24521
24522         * message.el (message-setup-1): Remove redundant put-text-property
24523         on mail-header-separator.
24524
24525 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24526
24527         * gnus-registry.el (gnus-registry-cache-whitespace)
24528         (gnus-registry-action, gnus-registry-spool-action)
24529         (gnus-registry-split-fancy-with-parent): Change message levels
24530         from 5 to 3 or 7, as needed.
24531
24532         * spam.el (spam-summary-prepare-exit)
24533         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24534         (spam-split, spam-find-spam, spam-log-undo-registration)
24535         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24536         level from 5 to 6.
24537
24538 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24541         2004-03-04 change).
24542
24543 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24544
24545         * sieve-manage.el (sieve-manage-open):
24546         * nnweb.el (nnweb-insert-html):
24547         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24548         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24549         * nnspool.el (nnspool-request-group):
24550         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24551         * nnml.el (nnml-request-update-info):
24552         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24553         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24554         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24555         (nnimap-request-set-mark):
24556         * nnfolder.el (nnfolder-request-update-info):
24557         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24558         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24559         * gnus-uu.el (gnus-uu-find-articles-matching):
24560         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24561         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24562         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24563         * gnus-nocem.el (gnus-nocem-scan-groups):
24564         * gnus-int.el (gnus-start-news-server):
24565         * gnus-group.el (gnus-group-make-kiboze-group)
24566         (gnus-group-browse-foreign-server):
24567         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24568         Use mapc when appropriate.
24569
24570 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24571             Adam Sjøgren  <asjo@koldfront.dk>
24572             Wes Hardaker  <wes@hardakers.net>
24573             Michael Shields  <shields@msrl.com>
24574
24575         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24576         may need for spam sorting and scoring.
24577         (spam-user-format-function-S): Add user format function suitable for
24578         general use.
24579         (spam-article-sort-by-spam-status): Add sorting function for summary
24580         sorting.
24581         (spam-extra-header-to-number): Add function to get a score from a
24582         header.
24583         (spam-summary-score): Add function to get a numeric score from the
24584         headers.
24585         (spam-generic-score): Fix function doc, was in wrong place.
24586         (spam-initialize): Take symbols when it's run, and install the
24587         extra headers that spam-necessary-extra-headers thinks we need.
24588
24589 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24590
24591         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24592         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24593
24594 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24595
24596         * gnus-sum.el (gnus-set-global-variables)
24597         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24598         (gnus-article-get-xrefs, gnus-summary-best-group)
24599         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24600         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24601         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24602         Use with-current-buffer.
24603
24604 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24605
24606         * spam.el (spam-summary-prepare-exit): Simplify logic.
24607         (spam-fetch-article-header): Read the article header if it's not
24608         available.
24609         (spam-list-articles): Simplify logic.
24610         (spam-filelist-register-routine): Fix bug with unregister-list.
24611
24612         * gnus-registry.el: Fix comments at beginning.
24613
24614 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24615
24616         * message.el (message-cater-to-broken-inn): Remove.
24617         (message-shorten-references): Make sure the total folded length of
24618         References is shorter than 998 characters to cater to a bug in INN
24619         2.3.  Also, don't pretend that references aren't folded -- this
24620         hasn't worked for a while.
24621
24622 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24623
24624         * gnus-agent.el (gnus-agentize):
24625         gnus-agent-send-mail-real-function no longer set to current value
24626         of message-send-mail-function but rather a lambda that calls
24627         message-send-mail-function.  The change makes the agent real-time
24628         responsive to user changes to message-send-mail-function.
24629
24630 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24631
24632         * legacy-gnus-agent.el
24633         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24634         help from Florian Weimer <fw@deneb.enyo.de>
24635
24636 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24637
24638         * nnmail.el (nnmail-cache-insert): Revert last change.
24639
24640 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24641
24642         * nnmail.el (nnmail-cache-insert): Always check whether
24643         nnmail-cache-ignore-groups matches a group name.
24644
24645 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24646
24647         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24648         (spam-find-spam, spam-log-processing-to-registry)
24649         (spam-log-registered-p, spam-log-unregistration-needed-p)
24650         (spam-log-undo-registration): Use gnus-message instead of
24651         gnus-error, none of these errors are fatal.
24652
24653         * gnus-registry.el (gnus-registry-clean-empty-function)
24654         (gnus-registry-clean-empty): Remove only empty entries without
24655         extra data.
24656
24657 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24658
24659         * spam-stat.el (spam-stat-buffer-change-to-spam)
24660         (spam-stat-buffer-change-to-non-spam): Change (error) to
24661         (gnus-message 8) invocation.
24662
24663 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24664
24665         * nntp.el (nntp-via-netcat-command): New variable.
24666         (nntp-via-netcat-switches): New variable.
24667         (nntp-open-via-rlogin-and-netcat): New function.
24668         (nntp-open-connection-function): Doc fix.
24669         (nntp-telnet-command): Doc fix.
24670         (nntp-end-of-line): Doc fix.
24671         (nntp-via-rlogin-command): Doc fix.
24672         (nntp-via-user-name): Doc fix.
24673         (nntp-via-address): Doc fix.
24674
24675 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24676
24677         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24678         error in Emacs 21.1.
24679
24680 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24681
24682         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24683
24684 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24685
24686         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24687         (gnus-agent-with-refreshed-group): New macro.
24688         (gnus-agent-rename-group): New function.
24689         (gnus-agent-delete-group): New function.
24690         (gnus-agent-save-group-info): Use gnus-command-method when
24691         `method' parameter is nil.  Don't write nil entries into the
24692         active file.
24693         (gnus-agent-get-group-info): New function.
24694         (gnus-agent-fetch-articles):
24695         Use gnus-agent-update-files-total-fetched-for to increment disk space
24696         used.
24697         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24698         Use gnus-agent-update-view-total-fetched-for to increment disk space
24699         used.
24700         (gnus-agent-get-local): Add optional parameters to avoid calling
24701         gnus-group-real-name and gnus-find-method-for-group.
24702         (gnus-agent-set-local): Delete stored entry if either min, or max,
24703         are nil.
24704         (gnus-agent-fetch-session): Reworded error/quit messages.
24705         On quit, use gnus-agent-regenerate-group to record existance of any
24706         articles fetched to disk before the quit occurred.
24707         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24708         gnus-agent-update-view-total-fetched-for, and
24709         gnus-agent-update-files-total-fetched-for to decrement disk space
24710         used.
24711         (gnus-agent-retrieve-headers):
24712         Use gnus-agent-update-view-total-fetched-for to increment disk space
24713         used.
24714         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24715         with gnus-agent-update-files-total-fetched-for to decrement disk
24716         space and fresh group buffer.
24717         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24718         (gnus-agent-need-update-total-fetched-for): New variable.
24719         (gnus-agent-update-files-total-fetched-for): New function.
24720         (gnus-agent-update-view-total-fetched-for): New function.
24721         (gnus-agent-total-fetched-for): New function.
24722
24723         * gnus-cache.el (gnus-cache-save-buffers):
24724         Use gnus-cache-update-overview-total-fetched-for to change disk space
24725         used by this group.
24726         (gnus-cache-possibly-enter-article):
24727         Use gnus-cache-update-file-total-fetched-for to increment disk space
24728         used by this group.
24729         (gnus-cache-possibly-remove-article):
24730         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24731         used by this group.
24732         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24733         (gnus-cache-rename-group): New function.
24734         (gnus-cache-delete-group): New function.
24735         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24736         (gnus-cache-need-update-total-fetched-for): New variable.
24737         (gnus-cache-with-refreshed-group): New macro.
24738         (gnus-cache-update-file-total-fetched-for): New function.
24739         (gnus-cache-update-overview-total-fetched-for): New function.
24740         (gnus-cache-rename-group-total-fetched-for): New function.
24741         (gnus-cache-delete-group-total-fetched-for): New function.
24742         (gnus-cache-total-fetched-for): New function.
24743
24744         * gnus-group.el: Require gnus-sum and autoload functions to
24745         resolve warnings when gnus-group.el compiled alone.
24746         (gnus-group-line-format): Documented new %F.
24747         (size of Fetched data) group line format; identifies disk space
24748         used by agent and cache.
24749         (gnus-group-line-format-alist): Defined new F format.
24750         (gnus-total-fetched-for): New function.
24751         (gnus-group-delete-group): No longer update
24752         gnus-cache-active-altered as gnus-request-delete-group now keeps
24753         the cache in sync.
24754         (gnus-group-list-active): Let the agent store a server's active
24755         list if currently plugged.
24756
24757         * gnus-int.el (gnus-request-delete-group):
24758         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24759         local disk in sync with the server.
24760         (gnus-request-rename-group):
24761         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24762         local disk in sync with the server.
24763
24764         * gnus-start.el (gnus-get-unread-articles):
24765         Cosmetic simplification to logic.
24766
24767         * gnus-util.el (gnus-rename-file): New function.
24768
24769 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24770
24771         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24772
24773 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24774
24775         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24776         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24777
24778 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24779
24780         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24781         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24782
24783 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24784
24785         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24786
24787 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24788
24789         * spam.el (spam-set-difference): Add function to replace
24790         gnus-set-difference in spam.el.
24791         (spam-summary-prepare-exit): Use spam-set-difference.
24792
24793 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24794
24795         * gnus-registry.el (gnus-registry-cache-file): Update to use
24796         gnus-dribble-directory OR gnus-home-directory OR ~.
24797         (gnus-registry-split-fancy-with-parent): Fix doc.
24798
24799 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24800
24801         * message.el (message-exchange-point-and-mark):
24802         Use message-mark-active-p.  Suggested by Jesper Harder
24803         <harder@ifa.au.dk>.
24804
24805 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * message.el (message-exchange-point-and-mark): Don't activate
24808         region if it was inactive.  Suggested by Hiroshi Fujishima
24809         <pooh@nature.tsukuba.ac.jp>.
24810
24811 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24812
24813         * gnus-art.el (article-display-face): Display Faces in the same
24814         order as X-Faces.
24815
24816 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24819
24820 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24821
24822         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24823         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24824         (gnus-article-mime-hierarchy): Remove.
24825         (gnus-article-mime-hierarchy-next): Remove.
24826         (gnus-article-mode): Revert 2004-03-19 change.
24827         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24828         (gnus-insert-mime-button): Revert 2004-03-19 change.
24829         (gnus-mime-accumulate-hierarchy): Remove.
24830         (gnus-mime-enter-multipart): Remove.
24831         (gnus-mime-leave-multipart): Remove.
24832         (gnus-mime-display-part): Revert 2004-03-19 change.
24833         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24834
24835         * mml.el (mml-preview): Revert 2004-03-19 change.
24836
24837 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24838
24839         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24840
24841 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24842
24843         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24844         t while entering a file name using the mm-with-multibyte macro.
24845         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24846
24847         * mm-util.el (mm-with-multibyte): New macro.
24848
24849 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24850
24851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24852         New user option.
24853         (gnus-mime-multipart-functions): Doc and customization fix.
24854         (gnus-article-mime-hierarchy): New variable.
24855         (gnus-article-mime-hierarchy-next): New variable.
24856         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24857         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24858         gnus-article-mime-hierarchy-next to nil.
24859         (gnus-insert-mime-button): Show hierarchy numbers.
24860         (gnus-mime-accumulate-hierarchy): New function.
24861         (gnus-mime-enter-multipart): New function.
24862         (gnus-mime-leave-multipart): New function.
24863         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24864         (gnus-mime-display-alternative): Show hierarchy numbers.
24865
24866         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24867         gnus-article-mime-hierarchy-next to nil.
24868
24869 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24870
24871         * dns.el: Don't require gnus-xmas.
24872
24873 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24874
24875         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24876         inline PGP.
24877         (mml-menu): Disable mml-quote-region if mark is inactive.
24878
24879 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24880
24881         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24882         when the group's active is not available.
24883
24884 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24885
24886         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24887         error.
24888
24889 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24890
24891         * imap.el (imap-store-password): New variable.
24892         (imap-interactive-login): Use it.
24893         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24894
24895 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24896
24897         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24898         window-start and hscroll to summary window.
24899
24900 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24901
24902         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24903         conversion message to newsrc-dribble when an actual conversion is
24904         performed.
24905
24906 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24907
24908         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24909
24910 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * mm-decode.el (mm-complicated-handles): New function reviving
24913         former definition of mm-multiple-handles.
24914
24915         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24916         (gnus-mime-delete-part): Use it.
24917
24918 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24919
24920         * gnus-agent.el (gnus-agent-read-local):
24921         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24922         avoid the implicit assumption that they will always be equal.
24923         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24924         coding-system-for-write, as the with-temp-file macro first prints
24925         to a buffer then saves the buffer.
24926
24927 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24928
24929         * gnus-art.el (gnus-article-edit-part): New function.
24930         (gnus-mime-save-part-and-strip): Use it; do query instead of
24931         signaling an error; don't use mm-multiple-handles.
24932         (gnus-mime-delete-part): Ditto.
24933
24934 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24935
24936         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24937         old file versions.
24938         (gnus-group-prepare-hook): Remove function that converted list
24939         form of gnus-agent-expire-days to group properties.
24940
24941         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24942         (gnus-request-accept-article): Re-indented.
24943
24944         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24945         converters to handle old agent file formats.  Add logic for a
24946         "backup before upgrading warning".
24947         (gnus-convert-mark-converter-prompt): Developers can mark
24948         functions as needing (default), or not needing,
24949         gnus-convert-old-newsrc's "backup before upgrading warning".
24950         (gnus-convert-converter-needs-prompt): Tests whether the user
24951         should be protected from potentially irreversable changes by the
24952         function.
24953
24954         * legacy-gnus-agent.el: New.  Provides converters that are only
24955         loaded when gnus-convert-old-newsrc needs to call them.
24956
24957 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * mail-source.el (mail-source-touch-pop): Doc fix.
24960
24961         * message.el (message-smtpmail-send-it): Doc fix.
24962
24963 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24964
24965         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24966
24967         * nnmail.el (nnmail-split-fancy): do.
24968
24969         * gnus-kill.el (gnus-kill, gnus-execute): do.
24970
24971 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24972
24973         * gnus-sum.el (gnus-widget-reversible-match)
24974         (gnus-widget-reversible-to-internal)
24975         (gnus-widget-reversible-to-external): New functions.
24976         (gnus-widget-reversible): New widget.
24977         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24978
24979 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24980
24981         * gnus-sum.el (gnus-thread-sort-functions)
24982         (gnus-article-sort-functions): Document `(not F)' items.
24983
24984 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24985
24986         * spam.el (spam-use-gmane-xref): Add new backend.
24987         (spam-gmane-xref-spam-group): Add variable to control the name of the
24988         Gmane spam group.
24989         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24990         (spam-regex-headers-spam, spam-regex-headers-ham)
24991         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24992         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24993         backends and checks.
24994         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24995
24996         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24997         an autodetect method.
24998
24999 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25000
25001         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25002         articles are being added to a group.
25003         (gnus-request-replace-article): Inform the agent that articles
25004         need to be uncached as the cached contents are no longer valid.
25005
25006 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25007
25008         * binhex.el: Don't autoload executable-find.
25009
25010         * canlock.el: Don't autoload mail-fetch-field.
25011
25012         * dgnushack.el: Autoload c-mode for XEmacs.
25013
25014         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25015
25016         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25017         rmail-dont-reply-to and rmail-output.
25018
25019         * gnus-score.el: Don't autoload ffap-string-at-point.
25020
25021         * gnus-setup.el: Don't autoload sc-cite-original.
25022
25023         * imap.el: Don't autoload base64-decode-string,
25024         base64-encode-string and md5.
25025
25026         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25027         and rmail-msg-restore-non-pruned-header.
25028
25029         * mm-decode.el: Don't autoload executable-find.
25030
25031         * mm-url.el: Don't autoload executable-find.
25032
25033         * mm-view.el: Don't autoload diff-mode.
25034
25035         * nndb.el: Don't autoload news-reply-mode, news-setup,
25036         cancel-timer and telnet.
25037
25038         * password.el: Don't autoload run-at-time for Emacs.
25039
25040         * sha1-el.el: Don't autoload executable-find.
25041
25042         * sieve-mode.el: Don't autoload c-mode.
25043
25044         * uudecode.el: Don't autoload executable-find.
25045
25046 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25047
25048         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25049         (gnus-agent-possibly-alter-active): Avoid null in numeric
25050         comparison.
25051         (gnus-agent-set-local): Refuse to save null in local object table.
25052         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25053         list of articles that will be marked as unread.
25054
25055 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25056
25057         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25058
25059 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25060
25061         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25062         language tags.
25063
25064 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25065
25066         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25067         Don't bind "obarray".
25068
25069         * gnus-sum.el (gnus-thread-sort-functions):
25070         Add `gnus-thread-sort-by-most-recent-number' and
25071         `gnus-thread-sort-by-most-recent-date'.
25072         Reported by Kai Grossjohann <kai@emptydomain.de>.
25073
25074 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25075
25076         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25077
25078 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25079
25080         * gnus-cus.el (gnus-agent-customize-category):
25081         Remove ignore-errors macro reference that required cl to be loaded at
25082         run-time.
25083
25084         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25085         single-interval range of the form (min . max).  Previously the
25086         range had to look like ((min . max)).  Likewise, return
25087         (min . max) rather than ((min . max)).
25088         (gnus-range-map): Use gnus-range-normalize to accept
25089         single-interval range.
25090
25091         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25092         the cache, but not the agent, now appear with their usual face.
25093
25094         * dgnushack.el (loaddir): New variable that is bound to the
25095         directory containing the dgnushack.el file. Use loaddir, rather
25096         than srcdir, to update load-path. Change lets dgnushack compile
25097         code in directories other than GNUS/lisp.
25098
25099 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25100
25101         * lpath.el: Don't bind w3m-safe-url-regexp.
25102
25103         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25104         w3m-safe-url-regexp variable buffer-local.
25105
25106         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25107
25108 2004-02-27  Simon Josefsson  <jas@extundo.com>
25109
25110         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25111         gnus-group-real-prefix.
25112         (gnus-summary-move-article): Use it, instead of
25113         gnus-group-real-prefix.
25114
25115 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25116
25117         * lpath.el: Bind w3m-safe-url-regexp.
25118
25119         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25120         w3m-safe-url-regexp variable buffer-local and set it as the value
25121         of mm-w3m-safe-url-regexp.
25122
25123         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25124
25125         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25126         parsing gnus-posting-styles when the message is not for replying.
25127
25128         * dgnushack.el: Autoload sgml-mode for XEmacs.
25129
25130         * nnrss.el (nnrss-opml-export):
25131         Use mm-set-buffer-file-coding-system instead of
25132         set-buffer-file-coding-system.
25133
25134 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25135
25136         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25137         of checkdoc.el).
25138         * nnrss.el: do.
25139         * gnus-mlspl.el: do.
25140         * gnus-ml.el: do.
25141         * gnus-srvr.el: do.
25142
25143         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25144
25145 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25146
25147         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25148         Corrections to custom-manual links.
25149
25150         * gnus-art.el (gnus-article): Ditto.
25151
25152         * mm-decode.el (mime-display, mime-security): Ditto.
25153
25154 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25155
25156         * flow-fill.el: Typo.
25157
25158 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25159
25160         * spam-wash.el: New file.
25161
25162 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25163
25164         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25165
25166 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25167
25168         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25169         to be run with new-articles as LIST1, not LIST2.
25170         (spam-registration-functions): Add spam-use-ham-copy as a nil
25171         registration backend.
25172
25173 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25174
25175         * spam-stat.el (spam-stat-washing-hook): New option.
25176         (spam-stat-buffer-words): Use it.
25177         (spam-stat-process-directory, spam-stat-test-directory):
25178         Use insert-file-contents-literally.
25179         (spam-stat-coding-system): New variable.
25180         (spam-stat-load, spam-stat-save): Use it.
25181
25182 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25183
25184         * spam-report.el (spam-report-plug-agent):
25185         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25186
25187 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25188
25189         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25190         Allow / in mailto URLs.
25191
25192 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25193
25194         * spam-report.el (spam-report-process-queue): Fix interactive use.
25195         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25196         (spam-report-unplug-agent): Doc fixes.
25197         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25198         (spam-report-agentize, spam-report-deagentize): Autoload.
25199
25200 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25201
25202         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25203
25204         * message.el (message-setup-fill-variables): Add mml tags to
25205         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25206         <ajk@iu.edu>.
25207         (message-mode): Don't modify paragraph-separate there.
25208
25209 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25210
25211         * compface.el (uncompface-use-external): Default to undecided.
25212         (uncompface-use-external-threshold): New variable.
25213         (uncompface-float-time): New macro.
25214         (uncompface): Determine whether to use the external decoder if
25215         uncompface-use-external is undecided.
25216
25217 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25218
25219         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25220         after images.
25221
25222         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25223
25224 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25225
25226         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25227
25228         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25229
25230         * gnus-sum.el (gnus-summary-limit-to-age)
25231         (gnus-summary-limit-children): do.
25232
25233         * gnus-int.el (gnus-request-scan): do.
25234
25235         * gnus-group.el (gnus-group-suspend): do.
25236
25237         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25238
25239         * gnus-cite.el (gnus-cite-parse-attributions): do.
25240
25241         * gnus-agent.el (gnus-summary-set-agent-mark)
25242         (gnus-agent-regenerate-group): do.
25243
25244         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25245
25246         * binhex.el (binhex-decode-region-internal): do.
25247
25248 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25249
25250         * gnus-fun.el (gnus-face-properties-alist): New user option.
25251         (gnus-display-x-face-in-from): Use it.
25252
25253         * gnus-art.el (article-display-face): Ditto.
25254
25255         * compface.el (uncompface-use-external): Default to nil.
25256
25257 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25258
25259         * nntp.el (nntp-erase-buffer): New function.
25260         (nntp-retrieve-data, nntp-send-command)
25261         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25262         (nntp-possibly-change-group): Use it.
25263
25264         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25265         Use with-current-buffer.
25266
25267 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25268
25269         * compface.el: Merge the ELisp-based uncompface program.
25270         (compface): New customization group.
25271         (uncompface-use-external): New user option.
25272         (uncompface): Call uncompface-internal if uncompface-use-external
25273         is nil.
25274         (uncompface-internal): New function.  Note that there are also
25275         some other functions and variables added for this function.
25276
25277 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25278
25279         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25280         if necessary.
25281
25282 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25283
25284         * spam-report.el (spam-report-unplug-agent)
25285         (spam-report-plug-agent, spam-report-deagentize)
25286         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25287         Add support for the Agent in spam-report: when unplugged, report to a
25288         file; when plugged, submit all the requests.
25289
25290         * spam.el (spam-register-routine): Fix message about
25291         registration.
25292
25293 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25294
25295         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25296         dependencies.
25297         (rfc2047-encode): Use it.
25298
25299         * gnus-art.el (gnus-button-marker-list): Move before first
25300         reference.
25301
25302         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25303         (imap-parse-body): Fix format string mismatch.
25304
25305         * gnus-score.el (gnus-summary-increase-score): do.
25306
25307         * nnrss.el (nnrss-close): New function.
25308
25309 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25310
25311         * nnrss.el (nnrss-make-filename): New function.
25312         (nnrss-request-delete-group, nnrss-read-server-data)
25313         (nnrss-save-server-data, nnrss-read-group-data)
25314         (nnrss-save-group-data): Use it.
25315         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25316         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25317         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25318
25319 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25320
25321         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25322
25323 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25324
25325         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25326         files.
25327
25328         * message.el (message-generate-headers-first): Don't quote nil
25329         and t in docstrings.
25330
25331         * imap.el (imap-id): do.
25332
25333         * gnus-agent.el (gnus-agent-consider-all-articles)
25334         (gnus-agent-queue-mail): do.
25335
25336 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25337
25338         * spam-report.el (spam-report-process-queue): New function.
25339         Process requests from `spam-report-requests-file'.
25340         (spam-report-process-queue): Doc fix.
25341
25342 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25343
25344         * spam.el (spam-register-routine)
25345         (spam-log-processing-to-registry, spam-log-registered-p)
25346         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25347         Change "check" to "spam-check" for semi-clarity.
25348
25349 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25350
25351         * pop3.el: Require nnheader.
25352
25353         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25354
25355         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25356
25357         * gnus-picon.el: Require cl.
25358
25359         * gnus-fun.el: Require gnus-ems and gnus-util.
25360
25361         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25362
25363         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25364
25365         * gnus-art.el (gnus-article-edit-mode): Define before first
25366         reference.
25367
25368 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25369
25370         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25371         (gnus-uu-post-encoded): Use point-at-bol.
25372
25373         * gnus-topic.el (gnus-group-active-topic-p): do.
25374
25375         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25376
25377         * gnus-group.el (gnus-group-kill-region): do.
25378
25379         * gnus-art.el (article-date-ut): do.
25380
25381         * message.el (message-fetch-field): Remove redundant
25382         case-fold-search binding.
25383         (message-narrow-to-field): Simplify.
25384
25385 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25386
25387         * spam.el (spam-directory): Derive from `gnus-directory'.
25388
25389         * spam-report.el (spam-report-url-to-file)
25390         (spam-report-requests-file): New function and variable for offline
25391         reporting.
25392         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25393         and user defined function.
25394         (spam-report-url-ping-mm-url): Remove doubled slash.
25395
25396 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25397
25398         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25399
25400 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25401
25402         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25403         Fix format string mismatch.
25404
25405         * sieve.el (sieve-deactivate-all): do.
25406
25407         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25408
25409         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25410
25411         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25412
25413         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25414
25415 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25416
25417         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25418         the list of checks.
25419
25420 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25421
25422         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25423         padding.
25424
25425 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25426
25427         * mm-view.el (mm-fill-flowed): New variable.
25428         (mm-inline-text): Use it.
25429
25430 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25431
25432         * spam.el (spam-spamassassin-register-ham-routine)
25433         (spam-spamassassin-register-spam-routine): Fix function names.
25434
25435 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25436
25437         * gnus.el (gnus-tmp-grouplens): Remove.
25438         (gnus-summary-line-format): Remove grouplens.
25439
25440         * gnus-group.el (gnus-group-line-format): Ditto.
25441
25442         * gnus-spec.el (gnus-format-specs): Ditto.
25443         (gnus-update-format-specifications): Flush the group format spec
25444         cache if there's the grouplens stuff.
25445         (gnus-parse-simple-format): Replace %l with the empty string.
25446
25447 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25448
25449         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25450         omission.
25451
25452 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25453
25454         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25455         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25456
25457 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25458
25459         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25460         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25461         New macros and functions.
25462         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25463         Handle > NLINK_MAX messages.
25464         * nnmaildir.el (nnmaildir-request-set-mark):
25465         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25466
25467 2004-01-25  Alex Schroeder  <alex@gnu.org>
25468
25469         * spam-stat.el (spam-stat-process-directory-age): New option.
25470         (spam-stat-process-directory): Use it.
25471
25472 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25473
25474         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25475         (spam-stat-save): Accept prefix argument.
25476
25477 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25478
25479         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25480         links" error.
25481
25482 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25483
25484         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25485         the rest of the and/or forms.
25486
25487 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25488
25489         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25490         compatibility with old .newsrc.eld files.
25491
25492         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25493
25494         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25495
25496         * gnus-start.el (gnus-1): do.
25497
25498         * gnus-group.el (gnus-group-line-format-alist): do.
25499
25500         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25501
25502         * gnus-gl.el: Remove.
25503
25504 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25505
25506         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25507         marks consisting of a single range {for example, (3 . 5)} rather
25508         than a list of a single range { ((3 . 5)) }.
25509
25510 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25511
25512         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25513         Use with-current-buffer.
25514         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25515         avoid consing a string.
25516
25517         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25518         Remove obsolete entries for big5 and gb2312.
25519
25520 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25521
25522         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25523         uncompressed list.
25524
25525 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25526
25527         * spam-stat.el (spam-stat-strip-xref): New function.
25528         (spam-stat-process-directory): Use it.
25529
25530         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25531         here -- it's done in message-fetch-field.
25532
25533 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25534
25535         * gnus-agent.el (gnus-agent-queue-mail)
25536         (gnus-agent-prompt-send-queue): New variables.
25537         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25538         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25539         "nndraft:queue" along to gnus-draft-send.
25540         Use gnus-agent-prompt-send-queue.
25541         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25542         is "nndraft:queue".  Suggested by Gaute Strokkenes
25543         <gs234@srcf.ucam.org>
25544
25545         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25546         (agent-enable-undownloaded-faces): Add.
25547         (gnus-agent-cat-groups): Use eval-and-compile, not
25548         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25549         method of gnus-agent-cat-groups even when the buffer has been
25550         evaled.
25551         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25552         delete gnus-agent-save-active-1.
25553         (gnus-agent-save-groups): Delete.  Identical to
25554         gnus-agent-save-active.
25555         (gnus-agent-write-active): No longer adjust agent's copy of active
25556         file as agent's adjustments are now stored in their own
25557         file.  Remove optional parameter.
25558         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25559         servers.  Add use of min/max range limits from server's local
25560         file.
25561         (gnus-agent-save-alist): Remove unused optional argument.
25562         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25563         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25564         (gnus-agent-set-local): A per-server file that keeps min/max range
25565         limits for articles known to the agent.  Provides a fast mechanism
25566         for altering many active ranges.
25567         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25568         active file (local makes it unnecessary).
25569         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25570
25571         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25572         (agent-enable-undownloaded-faces): Add.
25573
25574         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25575         disable it when sending to "nndraft:queue".
25576         (gnus-group-send-queue): Add safety check to avoid sending queue
25577         when unplugged.
25578
25579         * gnus-group.el (gnus-group-catchup): Use new
25580         gnus-sequence-of-unread-articles, not
25581         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25582         numbers of articles.  Use gnus-range-map to avoid having to
25583         uncompress the unread list.
25584         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25585         Fix invalid ange-ftp reference.
25586
25587         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25588         (gnus-sorted-range-intersection): Intersection of two ranges
25589         without requiring that they first be uncompressed.
25590
25591         * gnus-start.el (gnus-activate-group): Unless blocked by the
25592         caller, possibly expand the active range to include both cached
25593         and agentized articles.
25594         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25595         multiple version-dependent converters.
25596         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25597         gnus-agent-save-active.
25598         (gnus-save-newsrc-file): Save dirty agent range limits.
25599
25600         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25601         gnus-agent-possibly-alter-active.
25602         (gnus-adjust-marked-articles): Faster handling of simple lists.
25603
25604 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25605
25606         * spam-stat.el (spam-stat-test-directory): New optional argument
25607         displays a list of files detected.  Suggested by Andrew Cohen
25608         <cohen@andy.bu.edu>.
25609         (spam-stat-buffer-words-with-scores): Don't narrow and change
25610         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25611
25612 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25613
25614         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25615         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25616         (spam-spamassassin-arguments)
25617         (spam-spamassassin-spam-flag-header)
25618         (spam-spamassassin-positive-spam-flag-header)
25619         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25620         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25621         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25622         (spam-list-of-processors, spam-list-of-checks)
25623         (spam-list-of-statistical-checks, spam-registration-functions)
25624         (spam-check-spamassassin-headers, spam-check-spamassassin)
25625         (spam-spamassassin-score)
25626         (spam-spamassassin-register-with-sa-learn)
25627         (spam-spamassassin-register-spam-routine)
25628         (spam-spamassassin-register-ham-routine)
25629         (spam-assassin-register-spam-routine)
25630         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25631         (spam-bogofilter-score): Fix to show article before scoring.
25632
25633 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25634
25635         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25636         default scoring function.
25637         (spam-generic-score): Call spam-spamassassin-score if
25638         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25639         spam-bogofilter-score otherwise.
25640
25641         * gnus.el (spam-process, spam-autodetect-methods):
25642         Add spamassassin and spamassassin-headers.
25643
25644 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25645
25646         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25647         Suppress unnecessary messages.
25648
25649 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25650
25651         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25652         make-hash-table.
25653
25654 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25655
25656         * canlock.el (base64-encode-string): Don't autoload it.
25657
25658 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25659
25660         * run-at-time.el: Remove useless (require 'itimer),
25661         eval-and-compile and (featurep 'xemacs).
25662
25663 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25664
25665         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25666         GROUP is a virtual group.
25667
25668 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25669
25670         * gnus.el: Autoload `message-y-or-n-p'.
25671
25672 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25673
25674         * pgg-parse.el: Remove unnecessary (require 'custom).
25675
25676         * pgg-def.el: do.
25677
25678         * nnmail.el: do.
25679
25680         * gnus-undo.el: do.
25681
25682         * gnus-picon.el: do.
25683
25684         * gnus-util.el: do.
25685
25686 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25687
25688         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25689
25690 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25691
25692         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25693         handle, as well as a list.
25694
25695         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25696         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25697         (mm-w3m-cid-retrieve): Simplify.
25698
25699 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25700
25701         * message.el (message-kill-to-signature): Allow prefix arg to
25702         specify number of lines to keep before signature.
25703
25704 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25705
25706         * message.el (message-kill-to-signature): Change docstring.
25707
25708 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25709
25710         * canlock.el: Always require sha1-el.
25711         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25712
25713         * message.el: Autoload sha1 only when compiling.
25714
25715         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25716         eudc-expand-inline for XEmacs.
25717
25718 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25719
25720         * message.el (message-canlock-generate): Require sha1-el.
25721
25722 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25723
25724         * message.el (message-expand-name): Silence the byte compiler.
25725
25726         * lpath.el: Add detect-coding-system.
25727
25728         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25729         cus-edit.
25730
25731 2004-01-13  Simon Josefsson  <jas@extundo.com>
25732
25733         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25734         Invoke gnus-score-mode.
25735         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25736
25737         * gnus-range.el (gnus-compress-sequence): Doc fix.
25738         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25739
25740 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25741
25742         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25743
25744 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25745
25746         * spam.el (spam-get-article-as-string): Update to use
25747         gnus-request-article-this-buffer, much simpler.
25748         (spam-get-article-as-buffer): Remove.
25749
25750 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25751
25752         * message.el (message-expand-name): Use EUDC if the user uses that.
25753
25754 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25755
25756         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25757         character for the encoding to avoid consing a string.
25758
25759         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25760         unnecessarily.
25761
25762         * mm-util.el (mm-replace-chars-in-string): Remove.
25763
25764         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25765         of mm-replace-chars-in-string.
25766
25767 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25768
25769         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25770
25771         * mm-util.el (mm-subst-char-in-string): Support inplace.
25772
25773         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25774         a new string in every iteration.  Use shy groups.
25775
25776 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25777
25778         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25779         * gnus-soup.el (gnus-soup-group-brew):
25780         * gnus-msg.el (gnus-put-message):
25781         * gnus-move.el (gnus-group-move-group-to-server):
25782         * gnus-kill.el (gnus-batch-score):
25783         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25784         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25785         (gnus-group-update-group, gnus-group-read-group)
25786         (gnus-group-make-group, gnus-group-make-help-group)
25787         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25788         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25789         (gnus-group-sort-by-unread, gnus-group-catchup)
25790         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25791         (gnus-group-yank-group, gnus-group-set-info)
25792         (gnus-group-list-groups):
25793         * gnus.el (gnus-generate-new-group-name):
25794         * gnus-delay.el (gnus-delay-send-queue):
25795         * nnvirtual.el (nnvirtual-catchup-group):
25796         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25797         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25798         (gnus-group-prepare-topics, gnus-topic-check-topology):
25799         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25800         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25801         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25802         (gnus-group-make-articles-read):
25803         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25804         (gnus-group-change-level, gnus-kill-newsgroup)
25805         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25806         (gnus-get-unread-articles, gnus-make-articles-unread)
25807         (gnus-make-ascending-articles-unread): Use accessor
25808         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25809         to get group information for improved readability.
25810
25811
25812 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25813
25814         * gnus-art.el (article-decode-mime-words, article-babel)
25815         (gnus-article-highlight-signature, gnus-article-add-buttons)
25816         (gnus-signature-toggle): Use gnus-with-article-buffer.
25817
25818         * gnus-art.el (gnus-article-highlight-headers)
25819         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25820
25821         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25822         (gnus-article-set-globals, gnus-request-article-this-buffer)
25823         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25824         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25825         (gnus-mime-display-alternative): Use with-current-buffer.
25826
25827 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25828
25829         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25830         also under 80 char limit, and call gnus-error if needed.
25831         (spam-fetch-article-header): Fix - it was a
25832         buffer-local variable (gnus-newsgroup-data).
25833         (spam-find-spam): Use spam-generate-fake-headers, forget about
25834         spam-insert-fake-headers.
25835         (spam-insert-fake-headers): Remove.
25836
25837 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25838
25839         * deuglify.el (gnus-article-outlook-unwrap-lines)
25840         (gnus-outlook-rearrange-article)
25841         (gnus-outlook-repair-attribution-outlook)
25842         (gnus-outlook-repair-attribution-block)
25843         (gnus-outlook-repair-attribution-other): Remove redundant
25844         save-excursion.
25845
25846 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25847
25848         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25849         (spam-fetch-field-subject-fast)
25850         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25851         (spam-fetch-article-header): Add functions to deal with Gnus
25852         internals for fast retrieval of article header data.
25853         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25854
25855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25856
25857         * pop3.el (pop3-md5): Remove.
25858         (pop3-apop): Replace pop3-md5 with md5.
25859
25860         * mm-bodies.el: base64 is always built-in.
25861
25862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25863         Use with-current-buffer.
25864
25865 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25866
25867         * canlock.el (canlock-insert-header): Remove excessive grouping in
25868         regexp.
25869
25870         * gnus-sum.el (gnus-summary-read-document): Ditto.
25871
25872         * gnus-uu.el (gnus-uu-part-number): Ditto.
25873
25874         * html2text.el (html2text-remove-tags): Ditto.
25875         (html2text-format-tags): Ditto.
25876         (html2text-format-single-elements): Ditto.
25877
25878         * mml.el (mml-parse-1): Ditto.
25879
25880 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25883
25884         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25885
25886         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25887
25888         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25889
25890 2003-11-15  Simon Josefsson  <jas@extundo.com>
25891
25892         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25893         (pgg-gpg-lookup-key): Use regexp match instead of
25894         split-string (split-string is different between emacs 21.2 and
25895         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25896
25897 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25898
25899         * gnus-art.el (gnus-mime-view-all-parts)
25900         (gnus-article-part-wrapper, gnus-article-view-part):
25901         Use with-current-buffer.
25902
25903 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25904
25905         * spam.el (spam-disable-spam-split-during-ham-respool)
25906         (spam-spamoracle-database, spam-cache-lookups)
25907         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25908         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25909         (spam-group-ham-marks, spam-group-spam-marks)
25910         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25911         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25912         also add spam-use-blackholes to the statistical checks.
25913         (spam-fetch-field-fast): Add interface to fetching fields, may
25914         become a macro.
25915         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25916         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25917         (spam-insert-fake-headers): Fake an article when needed.
25918         (spam-find-spam): Fake article when possible.
25919         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25920         (spam-check-bogofilter-headers): Use message-fetch-field instead
25921         of nnmail-fetch-field.
25922
25923 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25924
25925         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25926
25927 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25928
25929         * spam.el (spam-split): Do not require spam-use-CHECK to be
25930         enabled if that check is passed to spam-split explicitly; also
25931         fix so 'spam doesn't get converted to spam-split-group when
25932         spam-split-symbolic-return is t.
25933         (spam-find-spam): Find registrations of the article and use those
25934         instead of re-running spam-split to find the spam/ham
25935         classification of the article.
25936         (spam-log-processing-to-registry, spam-log-registered-p)
25937         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25938         Use gnus-error instead of gnus-message.
25939         (spam-log-registration-type): Add function to determine the
25940         classification of a message based on registry entries; will
25941         return nil if both 'spam and 'ham are found.
25942         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25943         a reasonably fast local cache without the loading errors.
25944         (spam-cache-lookups): Set to t by default.
25945         (spam-find-spam): Don't try to guess spam-cache-lookups.
25946         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25947         spam-caches entry.
25948         (spam-filelist-build-cache, spam-filelist-check-cache):
25949         Fix caching of whitelist/blacklist entries.
25950         (spam-check-whitelist, spam-check-blacklist):
25951         Invoke spam-from-listed-p with a type, not a cache variable.
25952         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25953
25954 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25955
25956         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25957
25958         * nnmail.el (nnmail-split-fancy): do.
25959
25960         * mml.el (mml-parse): do.
25961
25962         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25963         (gnus-score-adaptive): do.
25964
25965 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25966
25967         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25968         (gnus-mime-button-map): Don't set keymap parent.
25969         (gnus-button-ctan-directory-regexp): Use shy grouping.
25970         (gnus-prev-page-map): Don't set keymap parent.
25971         (gnus-prev-page-map): Remove duplicated one.
25972         (gnus-next-page-map): Don't set keymap parent.
25973         (gnus-mime-security-button-map): Ditto.
25974
25975         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25976         version number.
25977
25978         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25979
25980 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25981
25982         * canlock.el (canlock-sha1-function): Remove.
25983         (canlock-sha1-function-for-verify): Remove.
25984         (canlock-openssl-program): Remove.
25985         (canlock-openssl-args): Remove.
25986         (canlock-ignore-errors): Remove.
25987         (canlock-sha1-with-openssl): Remove.
25988         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25989         (canlock-verify): Don't use canlock-ignore-errors.
25990
25991         * sha1-el.el (sha1-string-external): Make it can return a string
25992         in binary form.
25993         (sha1-region-external): Ditto.
25994         (sha1-string-internal): Ditto.
25995         (sha1-region-internal): Ditto.
25996         (sha1-region): Ditto.
25997         (sha1-string): Ditto.
25998         (sha1): Ditto.
25999
26000 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26001
26002         * spam.el (spam-report-articles-gmane): New command.
26003
26004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26005
26006         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26007
26008         * run-at-time.el (run-at-time-saved): Remove.
26009         (run-at-time): Doc fix.
26010
26011 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26012
26013         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26014         (gnus-summary-limit-map): Add it.
26015         (gnus-summary-make-menu-bar): do.
26016
26017 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26018
26019         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26020         Make attempt at some caching support (done for BBDB only now).
26021         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26022         addresses to be checked.
26023         (spam-clear-cache-BBDB): Add function, to be invoked by
26024         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26025         (spam-check-BBDB): Check and use the caches, if
26026         spam-cache-lookups is on, remove superfluous (provide).
26027
26028 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26029
26030         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26031
26032 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26033
26034         * run-at-time.el (run-at-time-saved): Move to after the definition
26035         of `run-at-time'.
26036
26037         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26038
26039 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26040
26041         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26042         mm-w3m-local-map-property.
26043
26044         * mm-view.el (mm-w3m-mode-map): Remove.
26045         (mm-w3m-local-map-property): Remove.
26046         (mm-inline-text-html-render-with-w3m): Don't use
26047         mm-w3m-local-map-property.
26048
26049 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26050
26051         * run-at-time.el: New file.
26052
26053         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26054         under Emacs.
26055
26056         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26057         of gnus-set-text-properties.
26058
26059         * gnus-uu.el (gnus-uu-save-article): Ditto.
26060
26061         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26062
26063         * gnus-cite.el (gnus-cite-parse): Ditto.
26064
26065         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26066         of gnus-.
26067
26068         * gnus-xmas.el (run-at-time): Require run-at-time.
26069
26070         * gnus.el: Change calls to nnheader-run-at-time and
26071         password-run-at-time throughout to use run-at-time directly.
26072
26073         * password.el: Remove definition of run-at-time.
26074
26075         * nnheaderxm.el: Remove definition of run-at-time.
26076
26077 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26078
26079         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26080         in prompt.
26081
26082 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26083
26084         * messagexmas.el (message-xmas-redefine): Alias
26085         `message-make-caesar-translation-table' to
26086         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26087         version.
26088
26089         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26090         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26091         `gnus-xmas-set-text-properties'.
26092         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26093         `gnus-xmas-completing-read'.
26094         (gnus-xmas-completing-read): Removed.
26095         (gnus-xmas-open-network-stream): Removed.
26096
26097         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26098         XEmacs version.
26099
26100         * dns.el (dns-make-network-process): Use `open-network-stream'
26101         instead of `gnus-xmas-open-network-stream'.
26102
26103         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26104
26105         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26106
26107 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26108
26109         * gnus-art.el (gnus-mime-display-alternative)
26110         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26111         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26112         Don't use gnus-local-map-property.
26113
26114         * gnus-util.el (gnus-local-map-property): Remove.
26115
26116         * mm-view.el (mm-view-pkcs7-decrypt):
26117         Replace gnus-completing-read-maybe-default with completing-read.
26118
26119         * gnus-util.el (gnus-completing-read): do.
26120         (gnus-completing-read-maybe-default): Remove.
26121
26122 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26123
26124         * password.el: Only autoload `run-at-time' if not XEmacs.
26125         Only autoload the itimer functions if XEmacs.
26126
26127 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26128
26129         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26130         XEmacsen.
26131
26132         * dgnushack.el: Autoload executable-find for XEmacs.
26133
26134 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26135
26136         * gnus-art.el (gnus-read-string): Remove.
26137         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26138         read-string.
26139
26140 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26141
26142         * netrc.el: Autoload password-read.
26143         (netrc): Add configuration group.
26144         (netrc-encoding-method, netrc-openssl-path):
26145         Add variables for encoding and decoding of files with symmetric
26146         ciphers.
26147         (netrc-encode): Add assistant function to encode a file with
26148         netrc-encoding-method.
26149         (netrc-parse): Add interactive parameter, added optional
26150         decoding if netrc-encoding-method is non-nil but otherwise
26151         behavior is standard.
26152         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26153         Do s/encode/encrypt/ everywhere.
26154
26155         * spam.el: Remove executable-find autoload.
26156
26157 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26158
26159         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26160
26161         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26162
26163 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26164
26165         * gnus-art.el (gnus-treat-ansi-sequences)
26166         (article-treat-ansi-sequences): New variable and function.
26167         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26168
26169         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26170         Use it.
26171
26172 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26173
26174         * mm-util.el (mm-quote-arg): Remove.
26175
26176         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26177         shell-quote-argument.
26178
26179         * gnus-uu.el (gnus-uu-command): do.
26180
26181         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26182
26183         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26184         with make-char.
26185
26186         * mm-util.el (mm-make-char): Remove.
26187
26188         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26189         add-minor-mode.
26190
26191         * gnus-undo.el (gnus-undo-mode): do.
26192
26193         * gnus-topic.el (gnus-topic-mode): do.
26194
26195         * gnus-sum.el (gnus-dead-summary-mode): do.
26196
26197         * gnus-start.el (gnus-slave-mode): do.
26198
26199         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26200
26201         * gnus-ml.el (gnus-mailing-list-mode): do.
26202
26203         * gnus-gl.el (gnus-grouplens-mode): do.
26204
26205         * gnus-draft.el (gnus-draft-mode): do.
26206
26207         * gnus-dired.el (gnus-dired-mode): do.
26208
26209         * gnus-ems.el (gnus-add-minor-mode): Remove.
26210
26211         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26212         Replace gnus-char-width with char-width.
26213
26214         * gnus-ems.el (gnus-char-width): Remove.
26215
26216         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26217         Replace gnus-char-width with char-width.
26218
26219         * gnus-ems.el (gnus-char-width): Remove.
26220
26221         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26222         definition.
26223         Remove Emacs 20 hash table compatibility code.
26224
26225         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26226         20 compatibility code.
26227
26228         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26229
26230         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26231
26232         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26233         Replace with point-at-{eol,bol}.
26234
26235         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26236
26237         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26238
26239         * flow-fill.el (fill-flowed-point-at-bol)
26240         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26241
26242         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26243         Replace with point-at-{eol,bol} throughout all files.
26244
26245 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26246
26247         * ntlm.el (ntlm-string-as-unibyte): New macro.
26248         (ntlm-build-auth-response): Use it.
26249
26250         Remove Emacs 20 stuff:
26251         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26252         (butlast, mapc, remove): Remove the compiler macros.
26253         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26254         of delq and copy-sequence.
26255         * gnus-art.el (popup-menu): Remove the compiler macro.
26256         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26257         Emacs 20.
26258
26259 2004-01-05  Simon Josefsson  <jas@extundo.com>
26260
26261         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26262         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26263         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26264         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26265         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26266         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26267         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26268         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26269         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26270         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26271         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26272         string-xor into ntlm-string-xor.
26273         Suggested by Jesper Harder <harder@myrealbox.com>.
26274
26275         * ntlm.el: Don't include poem.
26276
26277         * md4.el (print-int32, print-string-hexa): Remove.
26278         Suggested by Jesper Harder <harder@myrealbox.com>.
26279
26280         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26281
26282         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26283         probably breaks emacs with DL patch, but do we care? Is anyone
26284         still using the DL stuff?)
26285
26286         * sieve-manage.el: Use the password package.
26287         (sieve-manage-read-passwd): Remove.
26288         (sieve-manage-interactive-login): Use password.  Re-add
26289         condition-case around loop.
26290
26291         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26292         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26293         Use the password package.
26294
26295 2003-02-19  Simon Josefsson  <jas@extundo.com>
26296
26297         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26298         token.
26299
26300 2002-08-07  Simon Josefsson  <jas@extundo.com>
26301
26302         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26303         (sieve-manage-authenticators):
26304         (sieve-manage-authenticator-alist): Add some SASL mechs.
26305         (sieve-sasl-auth): New function.
26306         (sieve-manage-cram-md5-auth):
26307         (sieve-manage-plain-auth): Rewrite using SASL library.
26308         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26309         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26310         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26311         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26312
26313 2004-01-05  Simon Josefsson  <jas@extundo.com>
26314
26315         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26316         New files.
26317
26318 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26319
26320         * gnus-group.el (gnus-no-groups-message): Update.
26321
26322         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26323
26324 2003-11-09  Simon Josefsson  <jas@extundo.com>
26325
26326         * imap.el: Support for ID IMAP extension (RFC 2971).
26327         (imap-local-variables): Add imap-id.
26328         (imap-id): New variable.
26329         (imap-id): New function.
26330         (imap-parse-response): Parse untagged ID response.
26331         * nnimap.el (nnimap-id): New variable.
26332         (nnimap-open-connection): Use it.
26333
26334 2003-12-28  Simon Josefsson  <jas@extundo.com>
26335
26336         * gnus-score.el (gnus-score-edit-all-score): New.
26337         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26338
26339 2004-01-04  Simon Josefsson  <jas@extundo.com>
26340
26341         * password.el: Add.
26342
26343 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26344
26345         * dns.el (dns-query-types): Fix typo.
26346         (dns-query-types): New function.
26347         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26348         PTR and SOA replies, see RFC 1035.
26349
26350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26351
26352         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26353
26354         * Move to Changelog.2.
26355
26356 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26357
26358         * gnus.el (gnus-version-number): Bump version.
26359
26360 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26361
26362         * gnus.el: No Gnus v0.1 is released.
26363
26364 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26365
26366         * gnus.el: No Gnus v0.0 is released.
26367
26368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26369
26370         * gnus.el (gnus-version-number): Bump.
26371         (gnus-version): No.
26372
26373 See ChangeLog.2 for earlier changes.
26374
26375   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26376
26377   This file is part of GNU Emacs.
26378
26379   GNU Emacs is free software: you can redistribute it and/or modify
26380   it under the terms of the GNU General Public License as published by
26381   the Free Software Foundation, either version 3 of the License, or
26382   (at your option) any later version.
26383
26384   GNU Emacs is distributed in the hope that it will be useful,
26385   but WITHOUT ANY WARRANTY; without even the implied warranty of
26386   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26387   GNU General Public License for more details.
26388
26389   You should have received a copy of the GNU General Public License
26390   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26391
26392 ;; Local Variables:
26393 ;; coding: utf-8
26394 ;; fill-column: 79
26395 ;; add-log-time-zone-rule: t
26396 ;; End: