8f25af79de58d9407fc1901849b22a176f05524b
[gnus] / lisp / ChangeLog
1 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-table): Insert the images after the table, so that
4         they're not covered by the table colourisation, which often looked
5         awkward.
6         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
7         <dd>.
8         (shr-make-table-1): Implement <td colspan=> support.
9         (shr-insert-document): Use one less than window width if `shr-width' is
10         nil, since otherwise things may get one character too wide.
11
12 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * eww.el (eww-detect-charset): Improve regexp; move backward.
15
16 2013-06-18  Glenn Morris  <rgm@gnu.org>
17
18         * mm-decode.el (widget-convert-button): Autoload.
19
20         * sieve-manage.el (mm-enable-multibyte): Autoload.
21
22         * shr.el (libxml-parse-html-region): Declare.
23         (shr-render-buffer): Explicit error if no libxml2 support.
24
25 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
26
27         * auth-source.el (auth-source-current-line): New function.
28         (auth-source-netrc-parse-entries): When a data token is "machine",
29         assume we're in the wrong place and abort parsing the current line.
30
31 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
34         (eww-convert-widgets): Don't bug out if the first widget starts at the
35         beginning of the buffer.
36         (eww-convert-widgets): Fix last patch.
37         (eww-tag-input): Support <input type=image>.
38
39         * shr.el (shr-insert-table): Respect border-collapse: collapse.
40         (shr-tag-base): Protect against base specs that are degenerate.
41         (shr-ensure-paragraph): Don't delete empty lines that have text
42         properties, because these may be input fields.
43
44         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
45         we can navigate to them.
46
47         * shr.el (shr-colorize-region): Put the colours over the entire region.
48         (shr-inhibit-decoration): New variable.
49         (shr-add-font): Use it to inhibit text property decorations while doing
50         preliminary table renderings.  This speeds up typical Wikipedia page
51         renderings by 15%.
52         (shr-tag-span): Don't respect the <title>, because that overwrites the
53         help-echo from links inside the spans.
54         (shr-next-link): Use `help-echo' for navigation, so that we can
55         navigate to form elements, too.
56
57         * eww.el (eww-button): New face.
58         (eww-convert-widgets): Use it to make submit buttons more button-like.
59
60         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
61         that Gnus commands work.
62
63         * shr.el (shr-render-td): Support horizontal alignment.
64
65         * eww.el (eww-put-color): Removed.
66         (eww-colorize-region): Use `add-face-text-property'.
67
68         * shr.el (shr-add-font): Append face data, so that we get the correct
69         presedence: The innermost value (which is applied first) wins.
70         (shr-make-overlay): Obsolete function.
71
72         * mm-decode.el (mm-convert-shr-links): New function to convert
73         new-style shr URL links into widgets.
74         (mm-shr): Use it.
75
76         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
77         widget commands, since we're no longer using widgets for links.
78
79         * shr.el (shr-next-link): New command.
80         (shr-previous-link): New command.
81         (shr-urlify): Don't use `widget-convert', because that's slow.
82         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
83         because collecting the overlays and reapplying them when generating
84         tables is slow.
85         (shr-insert-table): Ditto.
86
87 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
88
89         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
90         * shr.el (browse-url): Require `url'.
91         * eww.el (url): Require format-spec.
92
93 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * eww.el (eww-display-html): Default to using the entire window width.
96         (eww-browse-url): Don't add a User-Agent header (twice), because that
97         makes Bing refuse connection.
98
99         * shr.el (shr-make-table): Cache the table rendering at the table
100         level, and not the <td> level.  This is a bit faster.
101
102         * eww.el (eww-render): Go to the correct ID when given URLs ending with
103         #id.
104
105         * shr.el (shr-tag-li): Don't require a new paragraph, since other
106         browsers don't.
107         (shr-expand-url): Respect #anchor links.
108         (shr-parse-base): Chop off the anchor before using.
109         (shr-descend): Respect display: none.
110         (shr-descend): Allow marking elements that have certain IDs.
111
112         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
113
114         * shr.el (shr-expand-url): Don't bug out on zero-length links.
115
116         * eww.el (eww-tag-textarea): Support <textarea>.
117
118 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
119
120         * shr.el (shr-dom-to-xml): Fixed function call.
121
122         * eww.el (eww): New group.
123         (eww-header-line-format): New custom variable.
124         (eww-current-title): New variable.
125         (eww-display-html): Update header and handle title tag.
126         (eww-update-header-line-format): New function.
127         (eww-tag-title): New function.
128
129         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
130         (shr-tag-svg): Add support for the SVG tag.
131         (shr-bullet): New custom variable.
132         (shr-tag-li): Support custom bullet in unordered lists.
133
134 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * shr.el (shr-expand-url): Respect // URLs.
137
138         * eww.el (eww-tag-body): Override the shr body rendering so that we can
139         put a background colour onto the entire buffer.
140         (eww-render): When being redirected, use the redirect URL as the new
141         base URL.
142
143         * shr.el (shr-parse-base): Fix parsing error.
144
145         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
146
147         * shr.el (shr-parse-base): New function.
148         (shr-expand-url): Use it to expand relative URLs reliably.
149
150 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * auth-source.el (auth-source-search-collection): Fix docstring.
153         (auth-source-netrc-parse): Refactor and improve netrc parser to support
154         single-quoted strings and multiline entries.
155         (auth-source-netrc-parse-next-interesting)
156         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
157         functions to support parser.
158
159 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * eww.el (eww-submit): Get submit button logic right when hitting RET
162         on non-submit buttons.
163
164         * shr.el: Remove shr-preliminary-table-render, since that can't really
165         be used for anything in practice.
166
167 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
168
169         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
170         (sieve-manage-quit).
171
172 2013-06-14  Glenn Morris  <rgm@gnu.org>
173
174         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
175
176 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
177
178         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
179         control the maximum size of photo ID image.
180         (mml2015-epg-key-image-to-string): Respect it.
181
182 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
185         instead of the final one so that we can more easily distinguish them.
186
187         * eww.el (eww-submit): Compute the submission URL correctly.
188
189 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
190
191         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
192         Use plist-get rather than CL's getf.
193         (sieve-manage-parse-capability): Avoid CL's remove-if.
194
195 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
196
197         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
198         (sieve-manage-quit).
199
200 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * shr.el (shr-expand-url): Expansion should chop off the bits after the
203         last slash.
204
205         * eww.el (eww-tag-select): Use the first value as the default value.
206
207 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
208
209         * eww.el (eww): Prepend urls with http:// if scheme is missing.
210         (eww-mode): Use `define-derived-mode'.
211         (eww-parse-headers): Parse headers from beginning of buffer so that
212         file:// links work.
213
214 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
217
218 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
221         to handle them at all.
222
223 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
226         work, too.
227         (eww-tag-select): Implement <select>.
228
229 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
230
231         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
232         stream managing functions by using open-protocol-stream to do most of
233         the work. Has the nice benefit of enabling STARTTLS.
234         Wait for capabilities after STARTTLS: following RFC5804, the server
235         sends new capabilities after successfully establishing a TLS connection
236         with the client. The client should update the cached list of
237         capabilities, but we just ignore the answer for now.
238         (sieve-manage-network-p, sieve-manage-network-open)
239         (sieve-manage-starttls-p, sieve-manage-starttls-open)
240         (sieve-manage-forward, sieve-manage-streams)
241         (sieve-manage-stream-alist): Remove unneeded functions neither in the
242         API, nor called by any other function.
243         Enable Multibyte for SieveManage buffers: The parser won't properly
244         handle umlauts and line endings unless multibyte is turned on in the
245         process buffer.
246
247 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * eww.el (eww-tag-input): Support password fields.
250         (eww-submit): Support POST.
251
252 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * eww.el (eww-tag-form): Protect against degenerate forms.
255
256         * shr.el (shr-expand-url): Expand URLs that start with a slash
257         correctly.
258
259         * eww.el (eww-submit): Get submit button logic right.
260
261         * shr.el (shr-final-table-render): New variable to signal when we're
262         doing the final table rendering so that we can collect more data at
263         that point.
264
265         * eww.el (eww-submit): Make form submission work.
266         (eww-tag-input): Implement submit buttons.
267         (eww-click-radio): Implement radio and checkboxes.
268         (eww-submit): Handle hidden elements.
269
270         * shr.el (shr-descend): Allow other packages to override (or provide)
271         rendering of elements.
272         (shr-expand-url): Strip query strings from URLs before expanding them.
273
274         * eww.el: Don't require cl-lib.
275         (eww-tag-form): Start form support.
276
277         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
278
279         * eww.el: Start writing a new, tiny web browser.
280         (eww-previous-url): New command.
281         (eww-quit): New command.
282
283 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
284
285         * sieve.el: Put point at beginning of buffer when viewing a script.
286         (sieve-open-server): respect the PORT parameter. Show the correct port
287         number in sieve-buffer's header. Fixed code to also work with a string
288         as port specifier. Properly close the connection on pressing 'q'. Make
289         sieve-manage-quit close the connection and process buffer. Also, remove
290         duplicate keybinding for 'q'.
291
292 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
293
294         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
295         make it easier to read.
296         (mm-pkcs7-enveloped-magic): Ditto.
297
298 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
301         before `image-type-available-p' to avoid loading the image libraries
302         needlessly.
303
304 2013-06-05  David Engster  <deng@randomsample.de>
305
306         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
307         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
308         to see whether the group was synced before.
309
310 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
313         when opening the connection.
314         Suggested by João Távora <joaotavora@gmail.com> in
315         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
316
317 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
320         assume Date header begins with "Date", that may be customized into
321         something like "X-Sent" using gnus-article-time-format.
322         (article-transform-date): Allow multi-line Date header.
323
324 2013-06-02  David Engster  <deng@randomsample.de>
325
326         * registry.el (initialize-instance, registry-lookup)
327         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
328         (registry-lookup-secondary-value, registry-search, registry-delete)
329         (registry-insert, registry-reindex, registry-size, registry-prune): Do
330         not wrap methods in `eval-and-compile'.  This breaks due to latest
331         changes in EIEIO (introduction of eieio-core.el).
332
333 2013-05-30  Glenn Morris  <rgm@gnu.org>
334
335         * nnmail.el (nnmail-fancy-expiry-target):
336         Also bind mail-dont-reply-to-names.
337
338         * spam-stat.el (spam-stat-save):
339         No need to tweak font-lock in temp buffers.
340
341         * shr.el (shr-put-image): Silence compiler.
342
343 2013-05-29  Glenn Morris  <rgm@gnu.org>
344
345         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
346
347         * gnus-group.el (gnus-sequence-of-unread-articles)
348         (gnus-summary-add-mark, gnus-mark-article-as-read)
349         (gnus-group-make-articles-read): Declare.
350
351         * gnus-sum.el (gnus-parameter-list-identifier)
352         (gnus-article-stop-animations, gnus-stop-downloads)
353         (gnus-article-only-boring-p, article-goto-body)
354         (gnus-flush-original-article-buffer, article-narrow-to-head)
355         (gnus-article-hidden-text-p, gnus-delete-wash-type)
356         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
357
358         * gnus.el: No need to eval-and-compile autoloads.
359
360         * gravatar.el (help-function-arglist): Autoload.
361
362         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
363
364         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
365
366         * spam.el: No need to load spam-report when compiling.
367         No need to eval-and-compile autoloads.
368         (spam-report-resend-to): Declare.
369         (spam-report-resend-register-routine): Require 'spam-report.
370
371 2013-05-24  Julien Danjou  <julien@danjou.info>
372
373         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
374         setup.
375
376 2013-05-23  Glenn Morris  <rgm@gnu.org>
377
378         * gnus-util.el (rmail-swap-buffers-maybe)
379         (rmail-maybe-set-message-counters, rmail-count-new-messages)
380         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
381         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
382
383         * mm-decode.el: No need to load term when compiling.
384         (term-mode, term-char-mode): Declare.
385
386         * mm-util.el: No need to load jka-compr when compiling.
387         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
388
389         * nnmaildir.el: Require is automatically eval-and-compile.
390         (nnmail): Require at run-time too.
391
392         * registry.el (registry-size): Move definition before use.
393
394 2013-05-22  Daiki Ueno  <ueno@gnu.org>
395
396         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
397         signed data to conform the standard.  (Bug#14232)
398
399 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
400
401         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
402         double angle quotation mark.
403
404 2013-05-20  Glenn Morris  <rgm@gnu.org>
405
406         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
407
408 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
409
410         * message.el (message-insert-formatted-citation-line): handle finding
411         first/lastname when more than 2 names appear.
412
413 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
414
415         * shr.el (shr-tag-span): New function.
416
417 2013-05-18  Glenn Morris  <rgm@gnu.org>
418
419         * message.el (message-mode): Use message-mode-abbrev-table,
420         with text-mode-abbrev-table as parent.  (Bug#14413)
421
422 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * message.el (message-expand-group): Decode group names.
425
426 2013-05-16  Julien Danjou  <julien@danjou.info>
427
428         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
429         app-icon.
430
431 2013-05-15  Glenn Morris  <rgm@gnu.org>
432
433         * shr-color.el (shr-color-visible-luminance-min)
434         (shr-color-visible-distance-min): Use shr-color group.
435
436 2013-05-11  Glenn Morris  <rgm@gnu.org>
437
438         * gnus-vm.el: Make it loadable without VM.
439         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
440         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
441
442 2013-05-09  Glenn Morris  <rgm@gnu.org>
443
444         * mml1991.el: Make it loadable.  (Bug#13456)
445
446         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
447         * gnus-async.el (gnus-async-post-fetch-function):
448         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
449         * gnus-html.el (gnus-html-image-cache-ttl):
450         * gnus-notifications.el (gnus-notifications-timeout):
451         * gnus-picon.el (gnus-picon-properties):
452         * gnus-util.el (gnus-completion-styles):
453         * gnus.el (gnus-other-frame-resume-function):
454         * message.el (message-user-organization-file)
455         (message-cite-reply-position):
456         * nnir.el (nnir-summary-line-format)
457         (nnir-retrieve-headers-override-function):
458         * shr-color.el (shr-color-visible-luminance-min):
459         * shr.el (shr-blocked-images):
460         * spam-report.el (spam-report-resend-to):
461         * spam.el (spam-summary-exit-behavior): Fix custom types.
462
463         * gnus-salt.el (gnus-selected-tree-face): Fix default.
464
465 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
468         because of let-binding help-xref-following.  (Bug#14356)
469
470 2013-05-06  Glenn Morris  <rgm@gnu.org>
471
472         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
473
474 2013-05-04  Andrew Cohen  <cohen@bu.edu>
475
476         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
477         entering into the registry.
478
479 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
480
481         * gnus.el: Ma Gnus v0.7 is released.
482
483 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
486         (Bug#14304)
487
488 2013-04-27  Glenn Morris  <rgm@gnu.org>
489
490         * gnus.el (gnus-list-debbugs):
491         Use require rather than autoload.  (Bug#14262)
492
493 2013-04-27  Julien Danjou  <julien@danjou.info>
494
495         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
496         port to "sieve" now that it has an official IANA port assigned.
497
498 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
501         Don't set the MAILHOST environment variable permanently (Bug#14271).
502
503 2013-04-26  Glenn Morris  <rgm@gnu.org>
504
505         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
506
507 2013-04-25  Andrew Cohen  <cohen@bu.edu>
508
509         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
510         string values of 'gcc-self. Thanks to Saroj Thirumalai.
511
512 2013-04-24  Andrew Cohen  <cohen@bu.edu>
513
514         * nnir.el (nnir-close-group): Make sure we are in the right group.
515
516         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
517         dependency table from all newly retrieved headers.
518
519 2013-04-16  David Edmondson  <dme@dme.org>
520
521         Support <img src="data:...">.
522
523         * shr.el (shr-image-from-data): New function.
524         (shr-tag-img): Use it.
525
526 2013-04-14  Andrew Cohen  <cohen@bu.edu>
527
528         * nnir.el (nnir-request-set-mark): Make sure we are in the right
529         group.
530
531 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
534         corresponding to any existing group (Bug#14166).
535
536 2013-04-10  Andrew Cohen  <cohen@bu.edu>
537
538         * nnir.el (number-sequence): No longer used.
539         (nnir-request-set-mark): New function.
540         (nnir-request-update-info): Improve marks updating.
541         (nnir-request-scan): Don't duplicate marks updating.
542         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
543         Use 'assq rather than 'assoc. Quote anonymous function.
544         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
545         Use 'gnus-group-prefixed-p.
546         (gnus-summary-create-nnir-group): Make sure server for method is open.
547
548 2013-04-04  Andrew Cohen  <cohen@bu.edu>
549
550         * nnir.el (gnus-nnir-group-p): New function.
551         (nnir-possibly-change-group): Use it.
552
553         * gnus-msg.el (gnus-setup-message): Use it.
554
555 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * mml.el (mml-minibuffer-read-description): Use `default' insted of
558         `initial-input' for the argument name.
559         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
560
561 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
562
563         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
564         (used by MH-E).
565
566 2013-04-01  Andrew Cohen  <cohen@bu.edu>
567
568         * nnir.el (nnir-request-update-mark): Improve mark updating in original
569         group.
570
571         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
572         fix compilation.
573
574 2013-03-31  Andrew Cohen  <cohen@bu.edu>
575
576         * nnir.el (nnir-method-default-engines): And another typo.
577
578 2013-03-30  Andrew Cohen  <cohen@bu.edu>
579
580         * nnir.el (nnir-method-default-engines): Fix typo.
581
582 2013-03-29  Andrew Cohen  <cohen@bu.edu>
583
584         * nnir.el: Define 'number-sequence for xemacs.
585         (gnus-summary-create-nnir-group): New function to create an nnir group
586         from an nnir summary buffer based on the current query.
587         (nnir-request-create-group): Update to allow nnir group creation based
588         on the current query.
589
590 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * nndraft.el (nndraft-request-expire-articles):
593         Make expiry target always `delete'.
594
595 2013-03-27  Andrew Cohen  <cohen@bu.edu>
596
597         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
598         buffer use the posting-style and gcc of the original article group.
599         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
600
601         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
602         after other deffoos.
603
604 2013-03-25  Andrew Cohen  <cohen@bu.edu>
605
606         * nnir.el: Major rewrite. Cleaner separation between searches and group
607         management. Marks are now shown in nnir summary buffers. Rudimentary
608         support for real (i.e. not ephemeral) nnir groups.
609         (gnus-summary-make-nnir-group): New function for initiating searches
610         from a summary buffer.
611
612 2013-03-18  Sam Steingold  <sds@gnu.org>
613
614         * message.el (message-bury): Minor cleanup.
615
616 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
617
618         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
619
620 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * nndir.el (nndir-request-list): Remove 2nd argument passed to
623         nnml-request-list.  (Bug#13873)
624         (nndir-request-newsgroups): Remove, unused.
625
626         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
627
628 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
629
630         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
631         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
632         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
633
634 2013-03-03  Ted Phelps  <phelps@gnusto.com>
635
636         * shr.el: Make all the overlays set the `evaporate' property so that
637         they're removed properly.
638
639 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
640
641         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
642         shell-quote-argument.
643
644 2013-02-22  David Engster  <deng@randomsample.de>
645
646         * gnus-registry.el (gnus-registry-save): Provide class name when
647         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
648         `condition-case' to stay compatible with older EIEIO versions which
649         only accept one argument.
650
651 2013-02-17  Daiki Ueno  <ueno@gnu.org>
652
653         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
654         (epg-user-id-validity): Autoload.
655         (mml2015-epg-check-user-id): New function.
656         (mml2015-epg-check-sub-key): New function split from
657         mml2015-epg-find-usable-key.
658         (mml2015-epg-find-usable-key): Accept context, name, usage, and
659         optional name-is-key-id, to handle the case when user-id is unusable.
660         Reported by Łukasz Stelmach <stlman@poczta.fm>.
661
662 2013-02-17  Glenn Morris  <rgm@gnu.org>
663
664         * shr.el (shr-put-image): Use image-multi-frame-p if available.
665
666 2013-02-16  Glenn Morris  <rgm@gnu.org>
667
668         * shr.el (shr-put-image): Only animate images that specify a delay.
669         This is consistent with the old image-animated-p behavior.
670
671 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
674         for XEmacs.
675
676 2013-02-13  Juri Linkov  <juri@jurta.org>
677
678         * gnus-art.el (gnus-article-mode-map):
679         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
680         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
681
682 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
683
684         * auth-source.el (auth-source-format-prompt): Don't get confused by
685         any "\" in replacement text.  (Bug#13637)
686
687 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
688
689         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
690         (gnus-backend-trace): Honour gnus-backend-trace.
691
692         * mml.el (mml-insert-part): Insert closing tag.
693
694         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
695
696 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
699         able to find the article, which can happen in debbugs groups,
700         apparently.
701
702 2013-01-16  Glenn Morris  <rgm@gnu.org>
703
704         * smiley.el (smiley-style): Make the file loadable in batch mode.
705
706 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
707
708         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
709         imap process running.
710
711 2013-01-14  Julien Danjou  <julien@danjou.info>
712
713         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
714         Compare addresses against addresses, not against the full From field.
715
716 2013-01-13  Richard Stallman  <rms@gnu.org>
717
718         * message.el (message-forward-make-body-mime): New args BEG, END
719         specify what part of FORWARD-BUFFER to use.  Do the work directly
720         instead of calling `mml-insert-buffer'.
721
722 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
723
724         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
725         cross-reference(s).
726
727         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
728         cross-reference(s).
729
730 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
731
732         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
733         and point-max-marker.
734         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
735
736 2013-01-11  Julien Danjou  <julien@danjou.info>
737
738         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
739         max are almost equal. Also return the correct value for V which is
740         already between 0 and 1.
741
742 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
743
744         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
745         to mml2015-encrypt-to-self.
746         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
747
748 2013-01-09  Daiki Ueno  <ueno@gnu.org>
749
750         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
751         mml-smime-epg-find-usable-secret-key.
752
753 2013-01-08  Glenn Morris  <rgm@gnu.org>
754
755         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
756
757 2013-01-07  Daiki Ueno  <ueno@gnu.org>
758
759         * mml-smime.el: Support signing by sender.
760         Requested by Uwe Brauer.
761         (mml-smime-sign-with-sender): New user option analogous
762         to mml2015-sign-with-sender.
763         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
764         (mml-smime-epg-find-usable-secret-key): New helper function copied from
765         mml2015.el.
766
767 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
770         isn't running, because Gnus will probably not know how to handle the
771         Gcc header (bug#11941).
772
773         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
774         articles.
775
776 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * nnfolder.el (nnfolder-recursive-directory-files): New function.
779         (nnfolder-generate-active-file): Make this function work with recursive
780         folder names.
781
782 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
783
784         * nntp.el (nntp-open-connection): Use HELP as the capability command
785         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
786         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
787
788 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
789
790         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
791         place holder since this gives `Invalid face reference: nil' messages.
792         Use the `default' face instead.  It has the same effect here, even
793         though it is not no-op.
794
795         * gnus-util.el
796         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
797
798 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
801         non-string posting styles (bug#13285).
802
803 2012-12-27  Glenn Morris  <rgm@gnu.org>
804
805         * plstore.el (plstore-passphrase-callback-function):
806         Use plstore-get-file.
807
808 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
809
810         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
811         stderr.
812
813 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
816
817         * gnus-compat.el (set-buffer-multibyte): Remove.
818
819 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
820
821         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
822         temporary file to get PGP key image. Pass no-show-photos when extracting
823         image to avoid having it pop up twice.
824
825 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
828         eligible for treatment.
829
830         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
831         lines.  This makes summary commands with hidden threads work more
832         reliably.
833
834         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
835         button to mark the hidden citations (bug#9395).
836
837 2012-12-26  Daiki Ueno  <ueno@gnu.org>
838
839         * mml2015.el (mml2015-epg-signature-to-string): New function.
840         (mml2015-epg-verify-result-to-string): New function.
841         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
842         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
843         instead of epg-verify-result-to-string.
844         (epg-signature-key-id, epg-signature-to-string): Autoload.
845         (epg-verify-result-to-string): Remove autoload.
846
847 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
848
849         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
850         ID image from GPG public key.
851         (mml2015-epg-key-image-to-string): New function.
852
853 2012-12-25  Leo Liu  <sdl.web@gmail.com>
854
855         * plstore.el (plstore-passphrase-callback-function): Fix error when
856         error when plstore-cache-passphrase-for-symmetric-encryption is set
857         (bug#13264).
858
859 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
862         buffer to the article buffer here, because that clobbers multiple
863         article buffers.
864
865         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
866         buffer always points to the right summary buffer.
867
868 2012-12-25  John Wiegley  <jwiegley@gmail.com>
869
870         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
871         the password (bug#12097).
872
873 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
876         (bug#13263).
877
878         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
879         buffer exists before using it (bug#12475).
880
881         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
882         offline groups (bug#11937).
883
884         * message.el (message-yank-original): When using customize to set the
885         value of `message-cite-style', the variable it set to a symbol that's
886         the name of the variable, which must then be dereferenced (bug#12616).
887
888 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
889
890         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
891         the `face' property with a list whose car is the face specified in the
892         format string and whose cdr is (nil).
893         * lisp/gnus-util.el
894         (gnus-put-text-property-excluding-characters-with-faces):
895         Change accordingly.
896         (gnus-get-text-property-excluding-characters-with-faces): New function.
897         * lisp/gnus-sum.el (gnus-summary-highlight-line):
898         * lisp/gnus-salt.el (gnus-tree-highlight-node):
899         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
900
901 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
904         login methods.
905         (nnimap-login): Respect the `nnimap-authenticator' variable.
906
907         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
908         mark state when moving articles.  Otherwise unticked articles will get
909         their ticks back after moving.
910
911 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
914
915         * message.el (message-ignored-news-headers): Always remove
916         X-Message-SMTP-Method to avoid information leakage if the user
917         mistakenly inserts the header into news messages.
918
919         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
920
921         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
922         right than four characters, this command would move point to
923         `point-max'.  Don't do that.
924
925         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
926         to nil to allow re-selecting groups that gain articles.
927         (gnus-bug-group-download-format-alist): Update the URL.
928
929 2012-12-23  Andreas Schwab  <schwab@suse.de>
930
931         * shr.el (shr-tag-em): Render em as italic, not bold.
932
933 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-int.el (gnus-backend-trace): Factor out into its own function
936         for reuse.
937         (gnus-open-server): Use it to add more tracing.
938         (gnus-finish-retrieve-group-infos): Add backend tracing.
939         (gnus-backend-trace): Also note the elapsed seconds.
940
941 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
942
943         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
944         Set epa-file-encrypt-to from variable to avoid querying.
945
946 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
947
948         * sieve-mode.el (sieve-font-lock-keywords):
949         Keywords should be word delimited.  (Bug#13173)
950
951 2012-12-13  Andreas Schwab  <schwab@suse.de>
952
953         * tls.el (tls-program): Update customize type.
954
955 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
958         instead of <pre> to align message header.
959
960 2012-12-12  Sam Steingold  <sds@gnu.org>
961
962         * gnus.el (gnus-other-frame-resume-function): Add user option.
963         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
964
965 2012-12-06  Sam Steingold  <sds@gnu.org>
966
967         * gnus-start.el (gnus-before-resume-hook): Add.
968         (gnus-1): Run it when Gnus is alive.
969
970 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
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): Use it.
977         (message-called-interactively-p): Remove.
978
979         * spam-stat.el (spam-stat-called-interactively-p): New macro.
980         (spam-stat-score-buffer): Use it.
981
982         * spam.el: Silence the warnings against BBDB functions when compiling.
983
984         * gnus-score.el (gnus-score-decode-text-parts):
985         Use append+mapcar instead of the cl function mapcan.
986
987 2012-12-05  Sam Steingold  <sds@gnu.org>
988
989         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
990         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
991         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
992
993 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gmm-utils.el (gmm-called-interactively-p): Revert.
996         This seems to cause Emacs to get stuck!
997         * gnus-art.el (article-unsplit-urls)
998         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
999         * gnus-registry.el (gnus-registry-get-article-marks)
1000         * message.el (message-goto-body)
1001         (message-called-interactively-p): Revert.
1002
1003         * gmm-utils.el (gmm-called-interactively-p): New function.
1004         * gnus-art.el (article-unsplit-urls)
1005         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1006         * gnus-registry.el (gnus-registry-get-article-marks)
1007         * message.el (message-goto-body): Use it.
1008         (message-called-interactively-p): Remove.
1009
1010         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1011         * gnus-sync.el (gnus-sync-lesync-call)
1012         * message.el (message-read-from-minibuffer): Use it.
1013
1014 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gmm-utils.el (gmm-flet): Remove.
1017         * gnus-sync.el (gnus-sync-lesync-call)
1018         * message.el (message-read-from-minibuffer): Don't use it.
1019
1020 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1023
1024 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1027
1028         * gnus-sync.el (gnus-sync-lesync-call)
1029         * message.el (message-read-from-minibuffer): Use gmm-flet.
1030
1031         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1032
1033         * gnus-util.el (gnus-macroexpand-all): Remove.
1034
1035 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1036
1037         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1038         to TAB, not [tab].
1039         (gnus-summary-article-map): Likewise.
1040
1041         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1042         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1043
1044 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1045
1046         * time-date.el: Commentary fix.
1047
1048 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1049
1050         * color.el: Don't require cl.
1051         (color-complement): `caddr' -> `nth 2'.
1052
1053         * time-date.el (time-to-seconds): De-obsolete.
1054
1055 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * message.el (message-get-reply-headers):
1058         Make sure the reply goes to the author if it is a wide reply.
1059
1060 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1061
1062         * gnus-score.el (gnus-score-body):
1063         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1064         scoring by body.
1065
1066 2012-11-16  Glenn Morris  <rgm@gnu.org>
1067
1068         * gnus-diary.el (nndiary-request-create-group-functions)
1069         (nndiary-request-update-info-functions)
1070         (gnus-subscribe-newsgroup-functions)
1071         (nndiary-request-accept-article-functions):
1072         Use new names for hooks rather than obsolete aliases.
1073
1074 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1077
1078 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1081         in meta tag with the one the part specifies in its header.
1082
1083 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1084
1085         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1086         by default.
1087
1088 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1091         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1092
1093 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1096         and a runtime function for it, of which the XEmacs version takes only
1097         two arguments.
1098
1099 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1100
1101         * nndiary.el (nndiary-request-create-group-functions)
1102         (nndiary-request-update-info-functions)
1103         (nndiary-request-accept-article-functions):
1104         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1105         "-hooks" suffix.
1106
1107 2012-10-19  Julien Danjou  <julien@danjou.info>
1108
1109         * gnus-art.el: Require gnus-util because it uses
1110         `gnus-timer--function'.
1111
1112 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1113
1114         * starttls.el (starttls-extra-arguments): Doc fix.
1115
1116 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1119         it.
1120
1121 2012-10-06  Glenn Morris  <rgm@gnu.org>
1122
1123         * gnus-notifications.el (gnus-notifications):
1124         Add missing group :version tag.
1125         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1126         (gnus-gcc-post-body-encode-hook):
1127         * gnus-sync.el (gnus-sync-lesync-name)
1128         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1129
1130 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1131
1132         * color.el (color-hsl-to-rgb): Fix incorrect results for
1133         small and large hue values.  (Bug#12559)
1134
1135 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         New UIDL implementation.
1138
1139         * mail-source.el (mail-sources, mail-source-keyword-map):
1140         Add :leave as a pop3 keyword.
1141         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1142
1143         * pop3.el (pop3-leave-mail-on-server): Allow number.
1144         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1145         (pop3-movemail): Add UIDL support.
1146         (pop3-send-streaming-command): Take a list of mail numbers instead of
1147         the number of mails.
1148         (pop3-write-to-file): Add X-UIDL header.
1149         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1150         (pop3-uidl-add-xheader): New functions.
1151
1152         * message.el (message-ignored-resent-headers):
1153         Add X-Content-Length and X-UIDL headers.
1154
1155 2012-10-05  Glenn Morris  <rgm@gnu.org>
1156
1157         * color.el (color-name-to-rgb, color-rgb-to-hex)
1158         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1159         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1160         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1161         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1162
1163 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1166         a user about whether to delete temp files if once a user answered as n.
1167
1168 2012-09-25  Chong Yidong  <cyd@gnu.org>
1169
1170         * password-cache.el (password-read-and-add): Use a declare form to mark
1171         this function obsolete.
1172
1173 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * lpath.el: Bind mail-encode-mml for old Emacsen.
1176
1177 2012-09-17  Richard Stallman  <rms@gnu.org>
1178
1179         * message.el (message-in-body-p): Don't set mark or modify buffer.
1180
1181         * mml.el (mml-attach-file): Doc fix.
1182         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1183         Set mail-encode-mml when in Mail mode.
1184         Simplify code to set HEAD and move back to HEAD.
1185         (mml-insert-multipart, mml-insert-part):
1186         Set mail-encode-mml when in Mail mode.
1187
1188 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-util.el (gnus-timer--function): New function.
1191
1192         * gnus-art.el (gnus-article-stop-animations): Use it.
1193
1194 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1195
1196         Fix glitches caused by addition of psec to timers.
1197         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1198         rather than raw access to timer vector.
1199
1200 2012-09-11  Julien Danjou  <julien@danjou.info>
1201
1202         * gnus-notifications.el (gnus-notifications): Check for nil values in
1203         ignored addresses check.
1204
1205 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1206
1207         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1208
1209 2012-09-07  Chong Yidong  <cyd@gnu.org>
1210
1211         * gnus-util.el
1212         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1213
1214         * gnus-salt.el (gnus-tree-highlight-node):
1215         * gnus-sum.el (gnus-summary-highlight-line):
1216         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1217
1218 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1221
1222 2012-09-06  Juri Linkov  <juri@jurta.org>
1223
1224         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1225         scheme for buffer names to be more consistent with other group and
1226         article buffer names in Gnus.
1227
1228 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-util.el
1231         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1232
1233         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1234         Jenkner.
1235
1236         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1237
1238         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1239
1240         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1241
1242 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1245         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1246
1247         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1248         string-prefix-p in Emacs >=23.2.
1249
1250         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1251         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1252         instead of string-match-p.
1253         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1254
1255 2012-09-06  Kenichi Handa  <handa@gnu.org>
1256
1257         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1258         lowercase a..f.
1259
1260 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1261
1262         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1263
1264 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1265
1266         * nnimap.el (nnimap-request-move-article): Decode the group name when
1267         doing internal moves to avoid charset issues.
1268
1269         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1270         TIME is set.
1271
1272 2012-09-05  Juri Linkov  <juri@jurta.org>
1273
1274         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1275         than one group at a time (bug#11961).
1276
1277 2012-09-05  Julien Danjou  <julien@danjou.info>
1278
1279         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1280         this hide the real reason with a message giving absolutely no hint.
1281
1282 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1283
1284         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1285         to the backend (bug#11804).
1286
1287         * message.el (message-insert-newsgroups): Don't insert newsgroup
1288         duplicates (bug#12275).
1289
1290 2012-09-05  John Wiegley  <johnw@newartisans.com>
1291
1292         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1293         sieve rules.
1294
1295 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1296
1297         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1298         function.
1299
1300         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1301
1302         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1303
1304 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1305
1306         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1307         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1308         This should make nnmaildir more usable with offlineimap.
1309
1310 2012-09-05  Julien Danjou  <julien@danjou.info>
1311
1312         * nnimap.el (nnimap-request-list): Revert change that made listing
1313         synchronous.
1314         (nnimap-get-responses): Restore.
1315
1316 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1317
1318         * dgnushack.el: XEmacs 21.5 compilation fix.
1319
1320         * gnus-notifications.el (gnus-notifications-notify): Use it.
1321
1322         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1323         warnings on XEmacs.
1324
1325 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1326
1327         Better seeds for (random).
1328         * gnus-sync.el (gnus-sync-lesync-setup):
1329         * message.el (message-canlock-generate, message-unique-id):
1330         Change (random t) to (random), now that the latter is more random.
1331
1332 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1333
1334         * nnimap.el (nnimap-change-group): Document result value
1335
1336         * auth-source.el (auth-sources): Fix macos keychain access.
1337
1338         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1339         allow the backend `request-head' function to determine the group
1340         name on its own.
1341         (gnus-request-expire-articles): Filter out negative article numbers
1342         during expiry (Bug#11980).
1343
1344         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1345         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1346
1347         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1348         you've found the article when you haven't.
1349
1350         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1351         that nnimap-change-group can return t.
1352
1353 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1354
1355         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1356
1357 2012-08-30  Julien Danjou  <julien@danjou.info>
1358
1359         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1360         `gnus-notifications-timeout'.
1361         (gnus-notifications-timeout): Add.
1362         (gnus-notifications-action): New function.
1363         (gnus-notifications-notify): Add :action using
1364         `gnus-notifications-action'.
1365         (gnus-notifications-id-to-msg): New variable.
1366         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1367         notifications id to messages.
1368
1369 2012-08-30  Kenichi Handa  <handa@gnu.org>
1370
1371         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1372         once.
1373
1374 2012-08-29  Julien Danjou  <julien@danjou.info>
1375
1376         * gnus-notifications.el: New file.
1377         (gnus-notifications-notify): New function.
1378         (gnus-notifications): Use `gnus-notifications-notify'.
1379
1380 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1383         transfer encoding first; bind gnus-newsgroup-charset to the charset
1384         that the article specifies (Bug#12209).
1385
1386 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1389         (gnus-group-customize-done): Encode values posting-style holds.
1390
1391         * gnus-msg.el (gnus-summary-resend-message)
1392         (gnus-configure-posting-styles): Decode values posting-style group
1393         parameter holds.
1394
1395 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1398         `name' and `address' in Resent-From header.
1399
1400 2012-08-14  Chong Yidong  <cyd@gnu.org>
1401
1402         * gnus-art.el (article-display-face): Handle failure in
1403         gnus-create-image (Bug#11802).
1404
1405 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1406
1407         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1408         Use defsetf.
1409
1410 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1411
1412         * auth-source.el: (auth-source-plstore-search)
1413         (auth-source-secrets-search): Ignore :require and :type in search spec.
1414
1415 2012-08-06  Julien Danjou  <julien@danjou.info>
1416
1417         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1418         `nnimap-request-move-article'.
1419
1420         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1421         Remove autoload, already handled by gnus.el.
1422
1423         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1424
1425         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1426         supported by nnimap actually. Reverts previous change.
1427
1428         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1429         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1430         to-buffer argument that is already supported.
1431
1432 2012-08-05  Julien Danjou  <julien@danjou.info>
1433
1434         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1435         Add autoload.
1436
1437 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus.el (gnus-valid-select-methods): Fix custom type.
1440
1441 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * auth-source.el (auth-sources, auth-source-backend-parse)
1444         (auth-source-macos-keychain-search)
1445         (auth-source-macos-keychain-search-items)
1446         (auth-source-macos-keychain-result-append)
1447         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1448         auth-source.el through the /usr/bin/security utility.
1449         (auth-sources): Fix syntax error.
1450         (auth-source-macos-keychain-result-append): Fix variable name.
1451         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1452
1453 2012-07-27  Julien Danjou  <julien@danjou.info>
1454
1455         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1456         Emacs < 24.1
1457
1458 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * message.el (message-kill-address): Don't kill last newline.
1461         (message-skip-to-next-address): Don't move to the next header.
1462         (message-fill-field-address): Work properly.
1463
1464 2012-07-25  Julien Danjou  <julien@danjou.info>
1465
1466         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1467
1468 2012-07-24  Julien Danjou  <julien@danjou.info>
1469
1470         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1471
1472         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1473         (nntp-async-timer-handler): Remove, unused.
1474
1475         * nnimap.el (nnimap-get-responses): Remove, unused.
1476
1477         * nnheader.el (mail-header-set-extra): Remove, unused.
1478
1479         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1480         unused.
1481
1482         * mm-view.el (mm-view-sound-file): Remove, unused.
1483
1484         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1485         (mm-url-encode-multipart-form-data): Remove, unused.
1486
1487         * message.el (message-remove-signature, message-make-host-name)
1488         (message-fill-address): Remove, unused.
1489
1490         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1491         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1492         unused.
1493
1494         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1495         (gnus-xmas-call-region): Remove, unused.
1496
1497         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1498
1499         * gnus-util.el (gnus-extract-address-component-name)
1500         (gnus-extract-address-component-email, gnus-sortable-date)
1501         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1502         (gnus-process-live-p): Remove, unused.
1503
1504         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1505
1506         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1507         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1508         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1509         function.
1510
1511         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1512
1513         * gnus-score.el (gnus-summary-score-crossposting)
1514         (gnus-score-regexp-bad-p): Remove, unused.
1515
1516         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1517
1518         * gnus-range.el (gnus-sublist-p): Remove, unused.
1519
1520         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1521         unused.
1522
1523         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1524
1525         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1526         (gnus-request-associate-buffer): Remove, unused.
1527
1528         * gnus-group.el (gnus-group-set-method-info)
1529         (gnus-group-set-params-info): Remove, unused.
1530
1531         * gnus-fun.el (gnus-shell-command-to-string)
1532         (gnus-shell-command-on-region): Remove, unused.
1533
1534         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1535
1536         * gnus-art.el (gnus-article-text-type-exists-p)
1537         (article-translate-characters, gnus-article-hide-text-of-type)
1538         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1539         Remove, unused.
1540
1541 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1542
1543         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1544
1545 2012-07-21  Julien Danjou  <julien@danjou.info>
1546
1547         * message.el (message-dont-reply-to-names): Replace deprecated
1548         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1549         (message-get-reply-headers): Ditto.
1550
1551 2012-07-18  Julien Danjou  <julien@danjou.info>
1552
1553         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1554         `sieve-upload-and-kill'.
1555
1556         * sieve.el (sieve-bury-buffer): Remove function.
1557         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1558         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1559
1560 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1561
1562         * shr.el (shr-expand-url): Handle URL starting with `//'.
1563
1564 2012-07-13  Chong Yidong  <cyd@gnu.org>
1565
1566         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1567         instead of calling toggle-read-only with a (bogus) argument.
1568
1569 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1570
1571         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1572         of initial input when reading the author to restrict the summary to.
1573
1574 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * mm-decode.el (mm-shr):
1577         Allow overriding charset by mm-charset-override-alist.
1578
1579 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus-art.el (gnus-article-view-part):
1582         Toggle subparts of multipart/alternative part.
1583
1584 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1585
1586         * shr.el (shr-render-buffer): New command.
1587         (shr-visit-file): Use it.
1588
1589 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1592         Set no-byte-compile and no-update-autoloads.
1593
1594 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1597
1598 2012-06-25  Julien Danjou  <julien@danjou.info>
1599
1600         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1601         `nnimap-request-move-articles-find-limit' since we do not use it only
1602         for move operations.
1603         (nnimap-request-accept-article): Use
1604         `nnimap-request-articles-find-limit' to limit search by message-id.
1605
1606 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1607
1608         Support higher-resolution time stamps (Bug#9000).
1609
1610         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1611         VARLIST.  It's optional, for backward compatibility.
1612         (encode-time-value): New optional arg PICO.  New type 3.
1613         (time-to-seconds) [!float-time]: Support the new picoseconds
1614         component if it's used.
1615         (seconds-to-time, time-subtract, time-add):
1616         Support ps-resolution time stamps as well.
1617
1618 2012-06-19  Julien Danjou  <julien@danjou.info>
1619
1620         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1621
1622         * nnimap.el (nnimap-log-buffer): Check that
1623         `window-point-insertion-type' is boundp, since it's not available in
1624         XEmacs.
1625
1626 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1627
1628         * nnimap.el (nnimap-log-buffer): Add this, setting
1629         `window-point-insertion-type' in the buffer to t.
1630         (nnimap-log-command): Use nnimap-log-buffer.
1631
1632 2012-06-19  Julien Danjou  <julien@danjou.info>
1633
1634         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1635         argument to be able to limit the search.
1636         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1637         (nnimap-request-move-articles-find-limit): Add this to limit the search
1638         by Message-Id after a message move.
1639         (nnimap): Add defgroup.
1640
1641 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1642
1643         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1644
1645 2012-06-15  Julien Danjou  <julien@danjou.info>
1646
1647         * nnimap.el (nnimap-find-article-by-message-id): Use
1648         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1649         (nnimap-possibly-change-group): Add read-only argument.
1650         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1651         issuing EXAMINE manually.
1652         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1653         with read-only argument.
1654         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1655         cannot possibly change because we need to be sure that it's either
1656         read-write or read-only.
1657
1658 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1661         being bound to a lambda form.
1662
1663 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1664
1665         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1666         articles when fetch-old is non-nil (bug#11370).
1667
1668 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1669
1670         * gnus-picon.el (gnus-picon-properties): New defcustom.
1671         (gnus-picon-create-glyph): Use it.
1672
1673 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-group.el (gnus-group-get-new-news): Respect
1676         `gnus-group-use-permanent-levels', as documented (bug#11638).
1677
1678 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1679
1680         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1681         groups (bug#11641).
1682
1683 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1684
1685         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1686         is an integer to avoid later problems.
1687
1688 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1691         locales.
1692
1693         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1694         on a handle.
1695
1696         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1697         address as the default.
1698         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1699
1700         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1701         makes no sense to query the user about internal files.
1702
1703         * gnus-spec.el: Remove all the byte-compilation stuff, since
1704         benchmarking shows that it doesn't help when entering large summary
1705         buffers.
1706
1707         * gnus-xmas.el (gnus-xmas-define): Remove.
1708
1709         * gnus-util.el (gnus-byte-code): Remove.
1710
1711         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1712         grouplens stuff.
1713
1714 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1717         (bug#11514).
1718
1719 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1720
1721         * message.el (message-buffers): Return all buffers derived from Message
1722         to make `gnus-dired-attach' work with mu4e.
1723
1724 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1725
1726         * nntp.el: Stop the `letf' madness.
1727         (nntp--report-1): New var.
1728         (nntp-report): Merge nntp-report-1 into it.
1729         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1730         the nntp-report function.
1731
1732         * auth-source.el: Fix comment-style to follow the convention.
1733
1734 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1735
1736         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1737         (mm-dissect-singlepart): Don't guess the MIME type of
1738         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1739         set.
1740         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1741         toplevel MIME type is multipart/encrypted.
1742
1743 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1746         a string so that Gcc works (bug#11514).
1747
1748 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1749
1750         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1751         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1752
1753 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1754
1755         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1756         jumping to *Server* from a dedicated *Group* window.
1757         (gnus-configure-frame): CSE.
1758
1759         * gnus-registry.el: Minor style cleanup.
1760         (gnus-registry--set/remove-mark): New function, extracted from
1761         gnus-registry-install-shortcuts.
1762         (gnus-registry-install-shortcuts): Use it.
1763
1764 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * nnspool.el (news-path): Use eval-and-compile.
1767
1768 2012-05-24  Glenn Morris  <rgm@gnu.org>
1769
1770         * nnspool.el (news-directory, news-path, news-inews-program):
1771         Move here from paths.el.  Don't see a need for these to be autoloaded.
1772
1773         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1774         Merge in doc from paths.el version.  Don't see any need for this to be
1775         autoloaded, or for the warning about users not setting it.
1776
1777 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1778
1779         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1780         format.  In particular, add an optional argument and a docstring.
1781
1782         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1783
1784         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1785         current before calling `gnus-groups-to-gnus-format'.
1786         Note that this was already the case for `gnus-active-to-gnus-format'.
1787
1788 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1789
1790         Fix minor Y10k bug.
1791         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1792
1793 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1794
1795         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1796         message once it's actually open.
1797
1798 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1799
1800         * gnus.el: Ma Gnus v0.5 is released.
1801
1802 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1803
1804         * auth-source.el (auth-source--aput-1, auth-source--aput)
1805         (auth-source--aget): New functions and macros.
1806         Use them instead of aput/aget.
1807
1808 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1809
1810         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1811
1812 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1813
1814         * plstore.el (plstore-called-interactively-p): New compat macro copied
1815         from message.el.
1816         (plstore-mode): Use it.
1817
1818 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1819
1820         * plstore.el: Revive the editing feature.
1821         (plstore-mode): New mode to edit plstore file.
1822         (plstore-mode-toggle-display, plstore-mode-original)
1823         (plstore-mode-decoded): New command.
1824         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1825         (plstore--insert-buffer, plstore--make): New function.
1826         (plstore-open, plstore-save): Simplify by using them.
1827
1828 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1831
1832 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1833
1834         * tls.el (open-tls-stream): Remove unused binding.
1835
1836 2012-04-16  Glenn Morris  <rgm@gnu.org>
1837
1838         * nndraft.el (nndraft-request-list): Fix declaration.
1839
1840 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * mm-decode.el (mm-dissect-buffer): Doc fix.
1843
1844         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1845         don't have a current group.
1846
1847         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1848         buffer if it doesn't exist.
1849
1850         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1851         given, mark the group as ephemeral with the current window conf.
1852
1853         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1854         buffer exists, which it doesn't if we haven't started Gnus.
1855         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1856
1857 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1860         type is.
1861
1862         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1863         `unexists' entries.
1864         (gnus-clean-old-newsrc): Fix last checkin.
1865
1866         * nnimap.el (nnimap-update-info): None of the articles below the active
1867         low-water mark exist.
1868
1869         * dgnushack.el: Get rid of XEmacs compilation warning.
1870
1871         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1872         would have gotten if we posted to the group, and use that to compare
1873         against the message we want to cancel (bug#10808).
1874
1875         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1876         on XEmacs.
1877
1878 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1879
1880         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1881         `scroll-margin'.
1882
1883 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1884
1885         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1886         citation prefix within a block of cited text should be considered part
1887         of that block *only* if it is a blank line.
1888
1889 2012-04-09  Chong Yidong  <cyd@gnu.org>
1890
1891         * binhex.el, hashcash.el, uudecode.el:
1892         Remove * characters from the front of variable docstrings.
1893
1894 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1897         before kinsoku-bol characters nor within kinsoku-eol characters.
1898
1899 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1902         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1903         (gnus-sync-read): Use mapc instead of mapcar.
1904
1905         * mm-archive.el: Require mm-decode for some macros.
1906         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1907         the byte compiler.
1908         (mm-archive-decoders): New function that returns the value of
1909         the mm-archive-decoders variable.
1910
1911         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1912         instead.
1913         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1914
1915         * nnimap.el (gnus-refer-thread-use-nnir):
1916         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1917
1918 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1921
1922 2012-03-12  Peter Münster  <pmrb@free.fr>
1923
1924         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1925         (gnus-demon-cancel): Ditto.
1926         (gnus-demon-run-callback): When function cannot be called due to low
1927         idleness, call it when idleness reaches the expected value, instead of
1928         waiting another timer period.
1929         (gnus-demon-init): Add `time' to arguments of call-back.
1930
1931 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1934
1935         * gnus.el: Register gnus-registry functions.
1936
1937         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1938         indent.
1939
1940         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1941         enabled before warping.
1942
1943 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1944
1945         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1946         registry about each article retrieved.
1947
1948         * gnus-int.el (gnus-select-group-with-message-id): New function.
1949         (gnus-try-warping-via-registry): Ditto.
1950         (gnus-warp-to-article): Fall back on the registry.
1951
1952 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1953
1954         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1955         inboxes.
1956
1957 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1960
1961 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1964         gnus-gcc-self-resent-messages may be a group parameter.
1965         (gnus-summary-resend-message): Don't encode encoded words in header
1966         when Gcc'ing resent message.
1967
1968 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * shr.el (shr-insert): Treat non-breaking space just like normal
1971         space.  This seems to produce more pleasing results.
1972         (shr-insert): Only insert a blank line if we're starting from an image.
1973         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1974         (shr-ensure-paragraph): Consider lines with white space to be blank.
1975
1976 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1977
1978         * Makefile.in: Respect DESTDIR.
1979
1980 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1981
1982         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1983         and gnus-gcc-post-body-encode-hook.
1984
1985 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1988         messages that don't exist.
1989
1990         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1991
1992 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1995         Remove.
1996
1997         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1998
1999         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2000
2001 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2004         have a group name.
2005
2006         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2007         a multibyte buffer (bug#7410).
2008         (article-wash-html): Parse the original article buffer to get the
2009         unencoded data (bug#7410).
2010
2011         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2012         .newsrc.el files.
2013
2014 2012-04-05  Bastien Guerry  <bzg@altern.org>
2015
2016         * color.el (color-lighten-name): Fix typo.
2017
2018 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2021         "#" to avoid having them interpreted as comments.
2022
2023 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-insert): Update the text state properly to avoid
2026         inserting spurious paragraph starts.
2027
2028 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * shr.el (shr-table-widths): Divide the extra width more fairly over
2031         the TDs (bug#10973).
2032         (shr-render-td): Don't delete too much padding.
2033         (shr-natural-width): Compute the natural width more correctly.
2034         (shr-insert): Allow the natural width to be computed for tables again.
2035         (shr-tag-table-1): Rework how the natural widths are computed by
2036         rendering the table a third time.
2037         (shr-natural-width): Removed.
2038         (shr-buffer-width): New function.
2039         (shr-expand-newlines): Use it.
2040
2041         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2042         using a `gnus-use-full-window' setup (bug#11013).
2043
2044 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2047         24.1 release.
2048
2049 2012-03-10  David Edmondson  <dme@dme.org>
2050
2051         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2052         'Forwarded Message' header and the start of the message.
2053
2054 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2055
2056         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2057         isn't running (bug#10897).
2058
2059 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2062         This is inconsistent with all the other stream functions, which leave
2063         the setting up to the higher levels (if so wanted) (bug#10931).
2064
2065 2012-02-28  Glenn Morris  <rgm@gnu.org>
2066
2067         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2068         mm-decode.el: Standardize possessive apostrophe usage.
2069
2070 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2073
2074 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2075
2076         * parse-time.el (parse-time-string): Allow extractor to return nil.
2077
2078 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2081
2082 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2085
2086 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2087
2088         * mm-decode.el (mm-shr): Remove "soft hyphens".
2089
2090         * nnimap.el (nnimap-request-list): Return the group names encoded as
2091         utf8.  Otherwise non-European group names don't work.
2092         (nnimap-request-newgroups): Ditto.
2093
2094         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2095         the default in `read-string' (bug#10757).
2096
2097         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2098         topics (bug#10843).
2099
2100         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2101         buffer.  Suggested by Herbert Valerio Riedel.
2102         (nnimap-request-move-article): Delete the message from the correct IMAP
2103         server.
2104
2105 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2106
2107         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2108         Reported by Peter Münster.
2109
2110 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2111
2112         * shr.el (shr-image-fetched): Make sure we really kill the right
2113         buffer.
2114
2115 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2116
2117         * gnus-start.el (gnus-1): Avoid duplicate entries.
2118
2119 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2120
2121         * imap.el: Remove.
2122
2123         * nntp.el (nntp-coding-system-for-read): Remove.
2124         (nntp-coding-system-for-write): Ditto.
2125         (nntp-open-connection): Just use `binary' directly.
2126
2127         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2128         Gnus 0.3.
2129
2130 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2131
2132         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2133         application/octet-stream parts really is.
2134
2135         * gnus-sum.el (gnus-propagate-marks): Remove.
2136
2137 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2138
2139         * shr.el (shr-rescale-image): Undo previous change; see
2140         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2141
2142 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2143
2144         * gnus.el: Ma Gnus v0.3 is released.
2145
2146 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-sum.el (gnus-summary-local-variables): Make
2149         `gnus-newsgroup-unexist' into a local variable.
2150
2151 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2152
2153         * registry.el (registry-usage-test, registry-persistence-test): Move to
2154         tests/gnustest-registry.el.
2155         (registry-make-testable-db, registry-match-test)
2156         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2157
2158         * gnus-registry.el (gnus-registry-misc-test)
2159         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2160
2161         * tests/gnustest-registry.el: New file with the registry and
2162         gnus-registry ERT tests.
2163
2164 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-msg.el (gnus-summary-resend-message): Make
2167         gnus-summary-resend-message-insert-gcc be last item in
2168         message-header-setup-hook.
2169
2170 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2173         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2174         Remove.
2175         (nnfolder-open-server): Don't use marks.
2176         (nnfolder-request-delete-group): Ditto.
2177         (nnfolder-request-rename-group): Ditto.
2178         (nnfolder-request-set-mark, nnfolder-request-marks)
2179         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2180         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2181
2182         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2183         (nnml-marks-modtime): Remove.
2184         (nnml-request-delete-group): Don't use marks.
2185         (nnml-request-rename-group): Ditto.
2186         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2187         (nnml-save-marks, nnml-open-marks): Remove.
2188
2189         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2190         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2191         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2192         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2193         (nntp-server-to-method-cache): Remove.
2194
2195         * shr.el (shr-rescale-image): Fix wrong merge.
2196
2197 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2198
2199         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2200         too-wide lines.
2201
2202 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2203
2204         * nnimap.el (nnimap-record-commands): New variable.
2205         (nnimap-log-command): Use it.
2206         (nnimap-make-process-buffer): Add a space to the process buffer.
2207         (nnimap-transform-headers): Don't bug out on header lines containing
2208         stuff that look like IMAP length encodings.
2209
2210         * shr.el (shr-rescale-image): Allow viewing large images.
2211
2212 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnml.el (nnml-request-compact-group): Delete the marks file after
2215         compaction (bug#10800).
2216
2217         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2218         group exit.
2219
2220         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2221         QRESYNC/FETCH output.
2222
2223 2012-02-11  Glenn Morris  <rgm@gnu.org>
2224
2225         * sieve-manage.el (sieve-manage-default-stream):
2226         * shr.el (shr):
2227         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2228         (nnir-retrieve-headers-override-function)
2229         (nnir-imap-default-search-key, nnir-notmuch-program)
2230         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2231         (nnir-method-default-engines):
2232         * message.el (message-cite-reply-position):
2233         * gssapi.el (gssapi-program):
2234         * gravatar.el (gravatar):
2235         * gnus-sum.el (gnus-refer-thread-use-nnir):
2236         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2237         (gnus-registry-max-pruned-entries):
2238         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2239         * gnus-int.el (gnus-after-set-mark-hook)
2240         (gnus-before-update-mark-hook):
2241         * gnus-async.el (gnus-async-post-fetch-function):
2242         * auth-source.el (auth-source-cache-expiry):
2243         Add missing :version tags to new defcustoms and defgroups.
2244
2245 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2248         `gnus-newsgroup-unexist'.
2249
2250         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2251         marks.
2252         (gnus-article-special-mark-lists): Put the `unexist' in the special
2253         marks list instead.
2254
2255         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2256         articles in the list of articles to be selected.
2257
2258         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2259         articles.
2260         (nnimap-update-info): Keep track of unexisting articles.
2261         (nnimap-update-qresync-info): Ditto.
2262
2263 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2264
2265         * message.el (message-default-send-mail-function): Made into own
2266         function for reuse by emacsbug.el.
2267
2268 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2269
2270         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2271         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2272
2273 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2274
2275         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2276         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2277
2278         * gnus-compat.el: Define `timer-set-function'.
2279
2280         * mm-decode.el (mm-display-external): Output the text from the command
2281         in the buffer after the command finished.  This makes text-based
2282         commands behave better.
2283
2284 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2287
2288 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2291         23.1.
2292
2293 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2296
2297 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2298
2299         * message.el (smtpmail-smtp-user): Silence compiler warning.
2300
2301 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2302
2303         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2304         SMTP user name.
2305
2306 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-sum.el (gnus-summary-show-thread):
2309         next-single-char-property-change may return nil in XEmacs.
2310         (gnus-summary-article-map): Fix typo.
2311
2312 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2313
2314         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2315         running.
2316
2317         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2318
2319         * gnus.el (gnus-server-extend-method): Don't add an -address component
2320         if the method already has one (bug#9676).
2321
2322 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2323
2324         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2325         of an initial-input for consistency (bug#10757).
2326
2327         * dgnushack.el: Fix XEmacs compilation warning.
2328
2329         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2330
2331         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2332
2333 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2334
2335         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2336         lines that are narrower than the window width.  Otherwise background
2337         "blocks" will look less readable.
2338
2339 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2340
2341         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2342         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2343         have newlines within the strings, and where the UID comes after the
2344         BODYSTRUCTURE element (bug#10537).
2345
2346         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2347         (bug#10732).
2348
2349         * shr.el (shr-insert-document): Add doc string.
2350         (shr-visit-file): Ditto.
2351         (shr-remove-trailing-whitespace): New function.
2352         (shr-insert-document): Use it to clean up trailing whitespace as the
2353         final step (bug#10714).
2354
2355 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2358         buffer if `gnus-kill-summary-on-exit' is nil.
2359
2360 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2363         when just reading a single group from "without" Gnus.
2364
2365 2012-02-06  Chong Yidong  <cyd@gnu.org>
2366
2367         * gnus-sum.el (gnus-summary-show-thread):
2368         next-single-char-property-change never returns nil (Bug#8657).
2369
2370 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2371
2372         * message.el (message-multi-smtp-send-mail): New function.
2373         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2374         header to implement multi-SMTP functionality.
2375
2376         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2377         (gnus-agentize): Don't set it.
2378         (gnus-agent-send-mail): Don't use it.
2379
2380         * gnus-sum.el (gnus-summary-widget-backward): New function and
2381         keystroke.
2382
2383         * gnus-compat.el: More the compat functions more compatible.
2384
2385         * shr.el (shr-put-image): Remove underlines from sliced images.
2386         (shr-zoom-image): Compute the region to be replaced more correctly.
2387
2388 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2391         (gnus-summary-resend-message-insert-gcc): New function.
2392         (gnus-summary-resend-message): Modify message-header-setup-hook and
2393         message-sent-hook to make it work for Gcc.
2394         (gnus-inews-do-gcc): Update the number of unread articles of groups
2395         that messages are Gcc'd to.
2396
2397         * message.el (message-resend): Run message-sent-hook to do Gcc.
2398
2399 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * lpath.el: Fix an XEmacs compilation warning.
2402
2403         * gnus-compat.el: Require `help-fns' to fix compilation error.
2404
2405         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2406         a higher level to silence compilation.
2407
2408         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2409         parameter to allow controlling the scaling.
2410
2411         * shr.el (shr-zoom-image): New command and keystroke.
2412         (shr-put-image): Take a `size' flag to say how to scale the image.
2413
2414         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2415         deletion unless already defined.
2416
2417         * gnus.el (gnus-compat): Require it.
2418
2419         * gnus-compat.el: New file.
2420
2421         * gnus-start.el (gnus-clean-old-newsrc): New function.
2422         (gnus-read-newsrc-file): Use it.
2423
2424         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2425         Use recursive deletion.
2426         (mm-dissect-archive): Add support for zip files.
2427
2428         * gnus-util.el (gnus-recursive-directory-files): New function.
2429
2430         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2431         (mm-archive-decoders): Add tgz support.
2432
2433         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2434         Otherwise inserting text into the Gnus buffer can look odd.
2435
2436         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2437
2438         * mm-archive.el (mm-archive-decoders): Add support for tar.
2439
2440         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2441
2442         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2443
2444 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2445
2446         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2447
2448         * mm-archive.el: New file.
2449
2450         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2451
2452         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2453
2454         * message.el (message-goto-*): Make all the `message-goto-*' commands
2455         push the mark before moving point.  This makes it easier to go back to
2456         where you came from after editing whatever you jumped to.
2457
2458 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2459
2460         * gnus.el: Ma Gnus v0.1 is released.
2461
2462 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2463
2464         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2465         without reconnecting.
2466         (nnimap-possibly-change-group): Ditto.
2467         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2468         connection has died before being called.
2469
2470 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2471
2472         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2473         an initial sync unless we're really doing one.
2474
2475         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2476         address parameter if one already exists (bug#9676).
2477
2478         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2479         not the prefix, as documented (bug#10689).
2480
2481 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2484         the "server".
2485
2486         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2487         the real error message with the useless "previously known to be down".
2488         Which isn't even correct.
2489
2490         * nntp.el (nntp-open-connection): Report the error message if the nntp
2491         server can't be reached.
2492
2493         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2494         groups we do a total scan for.
2495         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2496         doing that.
2497
2498 2012-01-31  Jim Meyering  <jim@meyering.net>
2499
2500         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2501         Correct a comment (insert "not") and hide nominally-doubled "to".
2502
2503 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus.el (gnus-version): Change name to "Ma Gnus".
2506
2507 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2508
2509         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2510         section in the manual.
2511
2512 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2513
2514         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2515         words.
2516         (rfc2047-encode-string): Ditto.
2517         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2518         understand folded filename="..." parameters, for instance.
2519
2520         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2521         the message for greater debuggability.
2522
2523 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2524
2525         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2526         instead of setting it locally, since the latter doesn't seem to have
2527         any effect (most of the time).
2528
2529 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2530
2531         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2532         function call.
2533
2534 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2535
2536         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2537         seconds, and make the repeat clause with HH:MM specs work as
2538         documented.
2539
2540 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * proto-stream.el (proto-stream-capability-open): Fall back on
2543         :end-of-command if :end-of-capability doesn't exist.
2544
2545 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2548         bound globally in old Emacsen and XEmacsen.
2549
2550 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2553         so that previous errors don't prohibit getting new news.
2554
2555         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2556
2557         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2558
2559 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2560
2561         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2562         buffer, not of the string which is its name.
2563
2564 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2565
2566         * proto-stream.el (proto-stream-capability-open): Wait for
2567         :end-of-capability, not :end-of-command.
2568
2569         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2570         non-server-marks groups.
2571         (gnus-group-make-articles-read): Ditto.
2572
2573         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2574         methods (bug#9676).
2575
2576         * gnus.el (gnus-method-ephemeral-p): New function.
2577
2578 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2581         left-to-right.
2582
2583 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2586         warning.
2587
2588 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2589
2590         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2591         macroexpand the nnir things, since they haven't been defined yet, and
2592         nnir requires gnus-sum.
2593
2594 2012-01-24  Julien Danjou  <julien@danjou.info>
2595
2596         * color.el (color-rgb-to-hsl): Fix value computing.
2597         (color-hue-to-rgb): New function.
2598         (color-hsl-to-rgb): New function.
2599         (color-clamp, color-saturate-hsl, color-saturate-name)
2600         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2601         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2602
2603 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2606
2607 2012-01-19  Julien Danjou  <julien@danjou.info>
2608
2609         * color.el (color-name-to-rgb): Use the white color to find the max
2610         color component value and return correctly computed values.
2611         (color-name-to-rgb): Add missing float conversion for max value.
2612
2613 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2614
2615         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2616         logical server name in addition to the actual machine address.
2617
2618         * auth-source.el (auth-source-user-and-password): Add convenience
2619         wrapper to search by just host and optionally user.
2620
2621 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2624         after rendering.
2625
2626 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2627
2628         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2629         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2630         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2631
2632 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2635         (bug#9693).
2636         (gnus-summary-setup-buffer): Document return value (bug#9697).
2637
2638         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2639         since ido doesn't work on symbols (bug#9632).
2640
2641         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2642         when getting a single value as when getting all the values.  This means
2643         that atoms like `gcc-self' work cumulatively, like variable settings,
2644         instead of getting the value from the last matching clause.
2645         (gnus-group-find-parameter): Protect against the group buffer not
2646         existing (bug#9585).
2647
2648 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-start.el (gnus-activate-group): Document more parameters
2651         (bug#9694).
2652
2653         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2654         (bug#9692).
2655
2656         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2657         article was fetched, so that it can be expired later (bug#9958).
2658         (gnus-agent-summary-fetch-series): Add doc string.
2659         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2660         (bug#9517).
2661
2662         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2663         retrieval is happening.
2664
2665         * gnus.el (gnus-parameters): Doc fix.
2666
2667 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2668
2669         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2670         show the thread after expansion.
2671
2672 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-art.el (article-narrow-to-head): If the head is completely
2675         empty, narrow to the empty region (bug#9764).
2676
2677         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2678         read, and then mark them as unread only when the unread mark is used.
2679         This makes `C-- T k' actually work, even though it's confusing.
2680
2681         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2682         alive before we try to find its window.
2683
2684 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2685
2686         * mm-decode.el (mm-display-external): Use a longer timeout for the
2687         deletion to allow slow programs to display the file.
2688
2689 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2692         prompt to be less confusing.
2693
2694         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2695         argument to `message-reply'.  This broke `special-display-*' frame
2696         pop-uping (bug#10238).
2697
2698 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2701         systems, since these allegedly don't work there.
2702
2703 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2704
2705         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2706         live buffer.
2707
2708 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnir.el (nnir-retrieve-headers): Protect against the article not
2711         existing on the server (bug#10335).
2712
2713 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2714
2715         * gnus-agent.el (gnus-agent-load-local): Recompute
2716         gnus-agent-article-local on changing method.
2717
2718 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus.el (gnus-parameters): Note precedence.
2721
2722 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2723
2724         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2725         in the group buffer.
2726
2727 2012-01-04  Julien Danjou  <julien@danjou.info>
2728
2729         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2730         change.
2731
2732 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2735         too.
2736
2737         * nntp.el (nntp-retrieve-group-data-early): Use it.
2738
2739 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nntp.el (nntp-retrieval-in-progress): New variable.
2742         (nntp-make-process-buffer): Make it buffer-local.
2743
2744         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2745         2010.
2746         (gnus-demon-init): Use it to compute the time if time is on the form
2747         "04:23".
2748
2749         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2750
2751         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2752         status in the correct buffer.
2753
2754 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2755
2756         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2757         when opening topics (bug#10407).
2758
2759 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2760
2761         * gnus-cus.el (gnus-score-customize):
2762         * gnus-sum.el (gnus-sort-gathered-threads):
2763         * message.el (message-shorten-references):
2764         * nnmairix.el (nnmairix-request-group):
2765         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2766
2767 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2768
2769         * gnus-agent.el (gnus-agent-regenerate-group):
2770         * gnus-int.el (gnus-retrieve-group-data-early):
2771         * mm-util.el (mm-codepage-ibm-list):
2772         * nndiary.el (Commentary, nndiary-get-new-mail):
2773         * nnir.el (nnir):
2774         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2775
2776 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * mm-view.el (mm-display-inline-fontify): Add comment.
2779
2780 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2783         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2784
2785 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2786
2787         * gnus-art.el (gnus-split-methods):
2788         * gnus-msg.el (gnus-configure-posting-styles):
2789         * gnus-spec.el (gnus-parse-simple-format):
2790         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2791         * message.el (message-do-actions): Spelling fix.
2792
2793 2011-12-15  Juri Linkov  <juri@jurta.org>
2794
2795         * mm-decode.el (mm-inline-media-tests): Add missing
2796         `mm-handle-media-subtype'.
2797
2798 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2799
2800         * gnus-group.el (gnus-group-tool-bar):
2801         * gnus-sum.el (gnus-summary-tool-bar):
2802         * message.el (message-tool-bar):
2803         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2804
2805 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2806
2807         * plstore.el (plstore--insert-buffer): Spelling fix.
2808
2809 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2810
2811         * message.el (message-valid-fqdn-regexp): Update with newly approved
2812         top-level domain names ".tel" and ".asia".
2813
2814 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2817         unconditionally.
2818
2819 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2822         pop-to-buffer-same-window for old Emacsen.
2823
2824 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2825
2826         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2827
2828 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         * netrc.el (netrc-credentials): Spelling fix.
2831
2832 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * gnus-fun.el (gnus-fun-ppm-change-string):
2835         * gnus-msg.el (gnus-inews-do-gcc):
2836         * gnus-sum.el (gnus-summary-find-for-reselect):
2837         * gnus.el (gnus-summary-cancelled):
2838         * message.el (message-cancel-hook, message-send-news):
2839         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2840         * nnir.el (nnir-run-hyrex):
2841         * nntp.el (nntp-with-open-group-function):
2842         * pgg.el (pgg-pending-timers): Spelling fix.
2843
2844 2011-12-04  Chong Yidong  <cyd@gnu.org>
2845
2846         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2847         change (Bug#10200).
2848
2849 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * compface.el (uncompface):
2852         * gnus-art.el (gnus-article-x-face-command): Update the header format
2853         of icon data for the most recent icontopbm program.
2854
2855 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-msg.el (gnus-inews-do-gcc):
2858         * message.el (message-send-mail):
2859         * mml.el (mml-generate-mime): Share the value of the buffer-local
2860         `message-options' variable between a draft buffer and temprary working
2861         buffers.
2862
2863 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2864
2865         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2866
2867 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2870         for Cygwin.
2871
2872 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2873
2874         * gnus-group.el (gnus-group-prepare-flat):
2875         * mm-bodies.el (mm-encode-body):
2876         * mml.el (mml-preview):
2877         * nnml.el (nnml-request-compact-group):
2878         * pop3.el (pop3-stream-type): Spelling fix.
2879
2880 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2881
2882         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2883
2884 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2885
2886         * color.el (color-rgb-to-hsl):
2887         * gmm-utils.el (gmm-tool-bar-style):
2888         * gnus-group.el (gnus-group-prepare-flat):
2889         * gnus-topic.el (gnus-topic-prepare-topic):
2890         * mm-decode.el (mm-discouraged-alternatives):
2891         * rfc2047.el (rfc2047-encode-1):
2892         * starttls.el: Spelling fix.
2893
2894 2011-11-24  Glenn Morris  <rgm@gnu.org>
2895
2896         * binhex.el (binhex-begin-line): Give it basic doc-string.
2897
2898         * starttls.el, tls.el: Fix case of "GnuTLS".
2899
2900 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2901
2902         * gnus-group.el (gnus-group-highlight): Fix typo.
2903
2904 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2905
2906         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2907         value of `delete-file', that returns nil for a local file but returns t
2908         for a remote file using ssh.
2909
2910 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2911
2912         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2913
2914 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2917         avoid later breakage.
2918
2919 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2922         article buffers' name.
2923
2924 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2927         by Paul Eggert's spellfixes two days ago.
2928
2929 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2932         doesn't have it.
2933
2934         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2935         buffer-local instead of binding them to avoid warnings.  Also demote
2936         errors (bug#10063).
2937         (font-lock-mode-hook): Shut up byte compiler.
2938
2939 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2940
2941         * mm-util.el (mm-charset-after):
2942         * nnir.el (nnir-run-hyrex):
2943         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2944         (ntlm-get-password-hashes, ntlm-md4hash):
2945         * smime.el: Fix typo.
2946
2947 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2948
2949         * gnus-agent.el (gnus-agent-expire-group-1):
2950         * nndiary.el (nndiary-last-occurence):
2951         * nnimap.el (nnimap-request-set-mark):
2952         * nnmairix.el (nnmairix-only-use-registry):
2953         * gnus-group.el (gnus-group-prepare-flat):
2954         * gnus-sum.el (gnus-decode-encoded-word-methods):
2955         * message.el (message-wash-subject):
2956         * nntp.el (nntp-retrieve-headers-with-xover):
2957         * smime.el (smime-certificate-directory): Spelling fix.
2958
2959 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2960
2961         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2962
2963         * color.el:
2964         * gnus-agent.el (gnus-agent-possibly-alter-active):
2965         * gnus-dired.el (gnus-dired-print):
2966         * mail-parse.el:
2967         * nnmairix.el (nnmairix-request-group):
2968         * shr.el (shr-image-displayer):
2969         * sieve-manage.el:
2970         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2971
2972 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2973
2974         * gnus-sum.el (gnus-auto-select-subject):
2975         * spam-report.el (spam-report-resend): Spelling fix.
2976
2977 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2978
2979         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2980         * gnus-art.el (gnus-default-article-saver):
2981         * gnus-srvr.el (gnus-server-copy-server):
2982         * gnus.el (gnus-sloppily-equal-method-parameters):
2983         * html2text.el (html2text-format-tag-list):
2984         * message.el (message-narrow-to-head):
2985         * nndiary.el:
2986         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2987         * sieve.el: Spelling fix.
2988
2989 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2990
2991         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2992         * gnus-sum.el (gnus-summary-make-menu-bar):
2993         * gnus-uu.el (gnus-uu-decode-postscript)
2994         (gnus-uu-decode-postscript-and-save):
2995         * mailcap.el (mailcap-print-command):
2996         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2997         Fix typos.
2998
2999 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3000
3001         * gnus-art.el (gnus-article-part-wrapper):
3002         * html2text.el (html2text-fix-paragraphs):
3003         * mm-decode.el (mm-image-fit-p):
3004         * rfc2047.el (rfc2047-encode-message-header):
3005         * shr-color.el (shr-color-visible-distance-min)
3006         (shr-color-relative-to-absolute, set-minimum-interval)
3007         (shr-color-visible): Fix typos.
3008
3009 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3010
3011         * gmm-utils.el (gmm-tool-bar-item):
3012         * gnus-art.el (gnus-treat-body-boundary):
3013         * gnus-diary.el (gnus-user-format-function-d):
3014         * gnus-start.el (gnus-get-unread-articles):
3015         * pgg-gpg.el (pgg-gpg-update-agent):
3016         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3017
3018 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3019
3020         * gnus-topic.el (gnus-group-prepare-topics):
3021         * gnus-uu.el (gnus-extract-view):
3022         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3023
3024 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * spam.el: Move BBDB autoloads.
3027         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3028         BBDB 2 and 3.
3029         (spam-check-BBDB): Use it.
3030         (spam-enter-ham-BBDB): Use it.
3031
3032 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3033
3034         * smime.el (smime-draw-buffer): Spelling fix.
3035
3036 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3037
3038         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3039         for scanning exactly one level.
3040         * gnus-start.el (gnus-get-unread-articles): Ditto.
3041
3042 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3045         slightly clearer.
3046
3047 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * gnus-sync.el: More commentary about setup.
3050
3051 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * message.el (message-send-and-exit): Document `arg'.
3054
3055 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3056
3057         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3058
3059 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3062
3063         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3064         we don't use `bound-and-true-p'.
3065
3066 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3067
3068         * gnus-util.el (gnus-bound-and-true-p): Remove.
3069         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3070         * nnir.el: Use it.
3071         * nnmairix.el: Use it.
3072
3073 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3074
3075         * gnus-sync.el: Improve docs about CouchDB admins.
3076
3077         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3078         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3079         for reasons unknown.
3080         * nnir.el: Use it.
3081         * nnmairix.el: Use it.
3082
3083         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3084         * nnir.el: Ditto.
3085         * nnmairix.el: Ditto.
3086
3087         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3088
3089 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3090
3091         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3092         not needed.  Provide xmlplistread list function to produce XML plist
3093         output for non-Gnus LeSync clients.
3094
3095 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3098
3099         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3100         and save against it.  Group subscriptions, read marks, other marks,
3101         subscription levels, topic names, and topic offsets (the group's
3102         position within the topic) are saved.  This is an experimental backend
3103         and may change significantly.  Load json.el from the gnus-fallback-lib
3104         if it's not available otherwise.
3105         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3106
3107 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3108
3109         * message.el (message-completion-function): Make sure
3110         message-tab-body-function is not attempted if one of
3111         message-completion-alist fails to find a completion (bug#9158).
3112
3113 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3114
3115         * mml.el (mml-quote-region): Quote <#secure> tag.
3116         (mml-generate-mime-1): Unquote <#secure> tag.
3117
3118 2011-10-20  Chong Yidong  <cyd@gnu.org>
3119
3120         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3121         calling a minor mode from Lisp with nil arg enables it, so we have to
3122         make the wording a bit ambiguous here).
3123
3124 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3125
3126         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3127         * nnir.el (nnir-mode): Use it.
3128         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3129         Use it.
3130
3131         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3132         * nnmairix.el (gnus-registry-enabled): Ditto.
3133
3134 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3135
3136         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3137         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3138         only while we need to find out if it should be t or nil.
3139         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3140         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3141         the registry is installed.  Set it to nil when it's unloaded.
3142         (gnus-registry-install-p): Provide user guidance for the initial value
3143         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3144         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3145         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3146         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3147         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3148         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3149         `gnus-registry-install'.
3150
3151 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3152
3153         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3154         previous change.
3155         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3156         primary key is marked as disabled.
3157
3158 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3159
3160         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3161         primary key is marked as disabled.
3162
3163 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3164
3165         * html2text.el (html2text-clean-anchor): Check for quotes around
3166         `href' value.
3167
3168 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3171         searching.  Drop `bbdb-cache'.
3172
3173 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * message.el (message-signed-or-encrypted-p): Exclude header when
3176         checking if there is signed or encrypted body in text/plain message.
3177
3178 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3179
3180         * html2text.el (html2text-get-attr): Correctly handle attribute values
3181         containing "=".
3182
3183 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3184
3185         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3186         handle bindings.
3187
3188 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * gnus-win.el (gnus-configure-windows): Protect against reading
3191         ephemeral groups outside of Gnus.
3192
3193 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * shr.el (shr-tag-img): Don't get images displayed in tables.
3196
3197 2011-10-03  Glenn Morris  <rgm@gnu.org>
3198
3199         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3200         the "maintainer" version of debbugs.gnu.org reports.
3201
3202 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3205         make asynchronous adjacent image insertion work better.
3206
3207 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3208
3209         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3210         documentation.
3211
3212 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3215         `gnus-asynchronous' isn't shadowed.
3216
3217 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3220
3221         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3222         (nnimap-insert-partial-structure): The charset parameter isn't
3223         case-sensitive.
3224
3225         * nnheader.el (nnheader-message-maybe): New function.
3226
3227         * shr.el (shr-tag-table): Render totally broken tables better.
3228
3229         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3230         computing the boundary.
3231
3232 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * pop3.el (pop3-number-of-responses): Remove.
3235         (pop3-wait-for-messages): Rewrite to take linear time instead of
3236         exponential time.
3237
3238 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3241         re-fetch images.
3242
3243         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3244         re-fetch images when hitting `g' in Gnus.
3245
3246 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3249         (mml-compute-boundary): Don't check collision if it is non-nil.
3250         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3251         before checking collision.
3252
3253 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * message.el (message-indent-citation): Really make sure there's a
3256         newline at the end.
3257
3258         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3259         Fix suggested by John Wiegley.
3260
3261         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3262
3263         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3264
3265         * message.el (message-default-send-rename-function): Break out into its
3266         own function.
3267
3268         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3269         doesn't work under XEmacs.
3270
3271         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3272         of "imaps" to word around Windows problems.
3273         (nnimap-open-connection-1): Use it.
3274
3275         * message.el (message-indent-citation): Revert last change which made
3276         `F' not work.
3277
3278 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3279
3280         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3281         terminal as well.
3282
3283 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3286         because it displays images using overlays that aren't easy to copy to
3287         the article buffer.
3288
3289 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3290
3291         * message.el (message-indent-citation): Fix empty line removal at the
3292         end of the citation.
3293
3294 2011-09-20  Julien Danjou  <julien@danjou.info>
3295
3296         * auth-source.el (auth-source-netrc-create): Use default value for
3297         password if specified.  Evaluate default.
3298         (auth-source-plstore-create): Ditto.
3299         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3300         value evaluation.
3301         (auth-source-netrc-create): Typo fix.
3302         (auth-source-plstore-create): Ditto.
3303
3304         * password-cache.el (password-cache-remove): Remove entries even if the
3305         value is nil, so that password with a nil value (negative caching) is
3306         possible to invalidate.
3307
3308         * auth-source.el (auth-source-format-cache-entry): New function.
3309
3310 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3313
3314 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3317
3318 2011-09-19  Julien Danjou  <julien@danjou.info>
3319
3320         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3321         which work with things that are not ASCII.
3322
3323 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3326
3327 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3330         message level.
3331
3332 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3335
3336 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3339
3340 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3341
3342         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3343         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3344
3345 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3346
3347         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3348         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3349         articles.
3350
3351 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3352
3353         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3354         (message-mail-other-window, message-mail-other-frame)
3355         (message-news-other-window, message-news-other-frame):
3356         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3357         instead of setting buffer display varibles.
3358
3359 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3362
3363         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3364
3365 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3368         duplicates" to a higher level.
3369
3370         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3371         most egregious messages.
3372
3373 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3376
3377 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3378
3379         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3380         up the file (bug#9351).
3381
3382 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3385         it does with all other backends, but decode the names immediately after
3386         getting them.
3387
3388         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3389         decoding nnimap groups.
3390
3391         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3392         newsrc file.  It doesn't seem like an important optimization any more.
3393
3394 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3395
3396         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3397         overflows.
3398
3399 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3402         (gnus-interactive-exit): Extend to `quiet'.
3403
3404         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3405
3406         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3407         string.
3408
3409         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3410         renaming function arguments from `this'.
3411
3412         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3413
3414         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3415         has been renamed.
3416         (gnus-lrm-string-p): Include RLM and PDF, too.
3417
3418         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3419         (bug#9225).
3420
3421 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3422
3423         Add autoload cookies for functions used by sendmail.el.
3424         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3425
3426         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3427
3428 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (article-date-ut): Work properly even when there are
3431         things like Date header in the body; work for forwarded parts.
3432
3433 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3434
3435         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3436         original-article-buffer.
3437
3438 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3439
3440         * nnir.el (nnir-compose-result): Fix matching of server type.
3441         (nnir-run-swish++): Ditto.
3442         (nnir-run-namazu): Ditto.
3443         (nnir-run-notmuch): Ditto.
3444
3445 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3448         (bug#9405).
3449
3450         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3451         (bug#9421).
3452
3453         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3454         (bug#9425).
3455
3456         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3457         thing (bug#9426).
3458
3459 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3462         the error message.
3463
3464 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3465
3466         * message.el (message-setup-1): Return t (Bug#9392).
3467
3468 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3469
3470         * gnus-sum.el: When adding article headers to a summary buffer also
3471         update gnus-newsgroup-articles (bug#9386).
3472
3473 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * auth-source.el: Autoload help-mode.
3476
3477 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3480         names.
3481
3482 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3483
3484         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3485         mm-replace-in-string for compatibility issues.
3486         * mml2015.el (mml2015-epg-verify): Ditto.
3487
3488 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3491
3492         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3493
3494 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3497         continue on and do the clean-up phase (bug#9188).
3498
3499         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3500         just ignore groups that can't be opened instead of erroring out
3501         (bug#9225).
3502
3503         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3504         nil since some many people are fuddy-duddies.
3505
3506         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3507         images.
3508
3509         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3510         instead.
3511
3512         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3513
3514         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3515
3516         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3517         processing.
3518
3519         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3520         buffer to avoid warnings.
3521
3522 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3523
3524         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3525         specified to reduce precision.
3526
3527 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3530         bodystructures (bug#9314).
3531
3532 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3535         Make button keymap non-sticky after buttons.
3536
3537 2011-08-18  David Engster  <dengste@eml.cc>
3538
3539         * nnmairix.el (nnmairix-request-set-mark)
3540         (nnmairix-goto-original-article): Remove adding of article to registry,
3541         since `gnus-registry-add-group' isn't available anymore.
3542         (nnmairix-determine-original-group-from-registry):
3543         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3544         available anymore.
3545
3546 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3547
3548         * starttls.el (starttls-any-program-available): Define as obsolete
3549         function.
3550
3551 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3554         versions which Gnus use when appropriate.
3555
3556         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3557         a pretty destructive command.
3558
3559         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3560
3561 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * message.el (message-fix-before-sending): Make a different warning
3564         about NUL characters (bug#9270).
3565
3566         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3567         from custom (bug#9260).
3568
3569         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3570         things work in Emacs 22 and XEmacs, too.
3571
3572         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3573         default From.
3574
3575         * gnus-spec.el (gnus-lrm-string-p): New macro.
3576         (gnus-lrm-string): New constant.
3577         (gnus-summary-line-format-spec): LRM-ify the from.
3578         (gnus-tilde-max-form): LRM-ify string chopping.
3579
3580         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3581
3582         * message.el (message-is-yours-p): Allow disabling canlock checking
3583         (bug#9295).
3584         (message-shoot-gnksa-feet): Add `canlock-verify'.
3585         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3586         message directory isn't writable (bug#9304).
3587
3588         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3589         non-world-readable.
3590
3591 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3594         articles.
3595
3596 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3597
3598         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3599         copy-list.
3600
3601 2011-08-12  Sam Steingold  <sds@gnu.org>
3602
3603         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3604         in the reverse order to avoid modifying the cache with `nreverse'.
3605         (gnus-all-score-files): Do not modify the value returned by
3606         `gnus-score-find-alist' because it lives in a cache variable.
3607         (gnus-current-home-score-file): No need to `nreverse' the return value
3608         of `gnus-score-find-alist', it is already in the correct order.
3609
3610 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3611
3612         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3613         type MESSAGE and subtype RFC822 is slightly different from those of
3614         type TEXT.
3615
3616 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3617
3618         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3619         This allows article-referral to work from an nnir group.
3620
3621 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3622
3623         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3624
3625 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3626
3627         * mml1991.el (mml1991-epg-find-usable-key)
3628         (mml1991-epg-find-usable-secret-key): New function.
3629         (mml1991-epg-sign): Check if signing key is usable.
3630         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3631
3632 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3633
3634         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3635         server-variables only.  This should fix a bug introduced with commit
3636         e1889675b7f4adf057833c5513c9374134c4e053.
3637         (nnir-run-query): 'nnir-search-engine should not be set from the global
3638         environment.
3639
3640 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3641
3642         * nnir.el (nnir-search-thread): Position point on referring article
3643         line.
3644         (nnir-warp-to-article): Clean up summary buffers.
3645
3646         * nnimap.el (nnimap-request-thread): Whitespace fix.
3647
3648 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3649
3650         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3651
3652 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * starttls.el (starttls-available-p): Rename from
3655         `starttls-any-program-available' and changed return convention.
3656
3657 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3658
3659         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3660         `unix-sync' unless it's defined.
3661
3662 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3663
3664         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3665         `aref' for XEmacs compatibiltiy.
3666
3667 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3670
3671 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3672
3673         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3674         closures, quote the form properly (bug#9194).
3675
3676 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3679         (gnus-summary-insert-new-articles): Protect against servers that are
3680         down.
3681
3682 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3683
3684         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3685         in mm handle if none is specified.
3686
3687 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3688
3689         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3690
3691 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3692
3693         * nnir.el (nnir-search-thread): New function to make an nnir group
3694         based on a thread query.
3695
3696         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3697         of nnir in thread referral.
3698         (gnus-summary-refer-thread): Use it.
3699
3700         * nnimap.el (nnimap-request-thread): Use it.
3701
3702 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * shr.el (shr-tag-comment): Ignore HTML comments.
3705
3706 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3707
3708         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3709         argument.
3710         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3711         Use `nnir-address' to handle server info rather than passing an arg.
3712
3713         * nnimap.el (nnimap-make-thread-query): New utility function to format
3714         an imap thread search query.
3715         (nnimap-request-thread): Use it.
3716
3717         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3718         right select-method if we are not going back to the group buffer.
3719
3720 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3723         enter invalid buffer configurations into the quit form (bug#9107).
3724         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3725         unplugged/plugged.
3726
3727         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3728         keep track of which ones are unread (bug#9061).
3729
3730         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3731         (bug#9055).
3732
3733         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3734         (bug#9041).
3735
3736         * gnus-html.el (mm-util): Require (bug#9073).
3737
3738         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3739         (gnus-summary-refer-thread): Use it to remove duplicates in the
3740         un-threaded view (bug#9053).
3741         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3742
3743 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3744
3745         * nnir.el (nnir-read-server-parm): Use default value from global
3746         variable.  Without this the default search engine parameters aren't
3747         used at all.
3748
3749 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * message.el (message-unique-id): Don't use the undocumented return
3752         value from (random t) (bug#9118).
3753
3754 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * message.el (message-auto-save-directory): If the ~/Mail directory
3757         doesn't exist, use ~ as the auto-save directory (bug#4432).
3758
3759         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3760         hasn't already been started.
3761
3762 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3765
3766         * message.el (message-reply): Work around mysterious bug where
3767         `message-mode' seems to overwrite the locally bound `subject' variable.
3768
3769 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3770
3771         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3772         correct group.
3773
3774         * gnus-int.el (gnus-request-thread): Add group argument.
3775
3776         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3777
3778 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3781
3782         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3783         renamed to `debbugs-gnu-*'.
3784
3785 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3786
3787         * plstore.el: Revert the editing feature since it is not urgent.
3788         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3789         (plstore-mode-decoded): Remove.
3790
3791 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3794         isn't very interesting any more, and it leaks potentially secret data.
3795         (gnus-debug): Remove.
3796
3797         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3798         use of :custom-show.
3799
3800 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3801
3802         * plstore.el: Add documentation.
3803         (plstore-mode): New mode to edit plstore file.
3804         (plstore-mode-toggle-display, plstore-mode-original)
3805         (plstore-mode-decoded): New command.
3806         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3807         (plstore--insert-buffer, plstore--make): New function.
3808         (plstore-open, plstore-save): Simplify by using them.
3809
3810 2011-07-06  Glenn Morris  <rgm@gnu.org>
3811
3812         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3813
3814 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3817         no longer is much used.
3818         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3819         Articles".
3820
3821 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3822
3823         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3824         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3825         `notmuch' backend.
3826
3827 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * mm-decode.el (mm-text-html-renderer): Doc fix.
3830
3831         * gnus-msg.el (gnus-bug): Fix the MML tag.
3832
3833         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3834
3835 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3836
3837         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3838         secondary methods if started with `gnus-no-server'.
3839
3840 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3841
3842         * message.el (message-return-action): Fix typo in docstring.
3843
3844 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3847         bug reports at once.
3848
3849         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3850
3851 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * nndraft.el: Require gnus-group.
3854         (nndraft-request-list): Declare.
3855
3856         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3857         no unread article unless it matches gnus-permanently-visible-groups.
3858
3859         * nndraft.el (nndraft-update-unread-articles): New function.
3860         (nndraft-request-associate-buffer): Use it to update the number of
3861         unread articles for the nndraft groups in the group buffer when saving
3862         or killing a draft message.
3863
3864 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3867         systems to binary before writing and reading the mbox files.
3868
3869         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3870         instead of trying to list them all (bug#8978).
3871
3872 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3873
3874         * pop3.el (pop3-open-server): Use :end-of-capability.
3875
3876 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3879         the id is always a number.
3880
3881         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3882
3883         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3884         debbugs mode, if possible.
3885
3886 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3887
3888         * auth-source.el (auth-source-token-passphrase-callback-function):
3889         Reindent.
3890         (epg-context-operation): Remove unnecessary autoload.
3891
3892 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus.el (gnus-list-debbugs): New command.
3895
3896         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3897         mboxstat instead of the maintbox, since the stat seems to be fuller.
3898
3899         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3900         summary buffers.
3901
3902         * message.el (message-get-reply-headers): Delete all duplicates,
3903         instead of the first.
3904         (message-get-reply-headers): Ensure that we have progress while
3905         deleting duplicates.
3906
3907         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3908         gnus-posting-style value from the summary buffer to make it easier to
3909         make that a per-buffer conf.
3910
3911 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3912
3913         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3914         found by setting `shortcut' in 'query.
3915         (nnir-request-article): Use `shortcut' setting when requesting article
3916         by Message-ID.
3917
3918 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3921         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3922         Bring the pseudo-headers back too.
3923
3924 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3925
3926         * auth-source.el (auth-source-token-passphrase-callback-function):
3927         Simplify and remove EPA dependency.
3928
3929 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3930
3931         * nnir.el (nnir-request-article): Fix error message text.
3932
3933 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * auth-source.el (plstore-delete): Autoload.
3936         (auth-source-plstore-search): Support delete operation.
3937         * plstore.el (plstore-delete): New function.
3938
3939 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3942         mark actually existing articles as unread rather than the ones that
3943         active asserts.
3944
3945 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3946
3947         * nntp.el (nntp-record-command):
3948         * gnus-util.el (gnus-message-with-timestamp-1):
3949         Use format-time-string rather than decoding time stamps by hand.
3950         This is simpler and insulates the code from potential changes to
3951         current-time format.
3952
3953 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3956
3957 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3958
3959         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3960         (plstore-save): Support public key encryption.
3961         (plstore--init-from-buffer): New function.
3962         (plstore-open): Use it; fix error when opening a non-existent file.
3963         (plstore-revert): Use plstore--init-from-buffer.
3964
3965 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3966
3967         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3968
3969 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3972         for old Emacsen.
3973
3974 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3975
3976         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3977         is not fully working.
3978
3979 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * dgnushack.el: Autoload sha1 on XEmacs.
3982
3983         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3984         quit window configuration.
3985
3986         * auth-source.el (epg-context-set-passphrase-callback):
3987         Remove duplicate autoload.
3988
3989 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3990
3991         * nnir.el (nnir-request-article): Allow requesting articles by
3992         Message-ID with nnimap.
3993
3994         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3995         current server.
3996
3997 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * auth-source.el: Autoload EPA/EPG functions.
4000         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4001         changed when EPA/EPG is not available.
4002         (auth-source-backend): Rename "arg" member to "data".
4003         (auth-source-backend-parse, auth-source-plstore-search)
4004         (auth-source-plstore-create): Use it.
4005
4006 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4007
4008         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4009         `gnus-refer-article-methods'.
4010
4011 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4012
4013         * auth-source.el: Require EPA and EPG.
4014         (auth-source-passphrase-alist): New variable.
4015         (auth-source-passphrase-callback-function)
4016         (auth-source-token-passphrase-callback-function): Callbacks for the
4017         netrc field encryption (GPG tokens).
4018         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4019         Symmetric encryption and decryption of the netrc GPG tokens.
4020         (auth-source-netrc-normalize): Use them, simplifying the closure.
4021
4022 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4025         is available.
4026
4027 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4030         non-nil, and `nnimap-split-methods' is nil, use the former.
4031
4032 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4033
4034         * plstore.el (plstore-revert): New function.
4035         (plstore-open): Use it; hide the buffer from user.
4036
4037 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4038
4039         * auth-source.el (auth-source-backend): New member "arg".
4040         (auth-source-backend-parse): Handle new backend 'plstore.
4041         * plstore.el: New file.
4042
4043 2011-06-30  Glenn Morris  <rgm@gnu.org>
4044
4045         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4046
4047 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4050         expiring articles to.
4051
4052         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4053         variations as ASCII (bug#5458).
4054
4055 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4058
4059 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * message.el (message-point-in-header-p): Tweak the function to default
4062         to saying that we're not in the headers if there is no separator at
4063         all.  This makes it possible to use the Message version of `M-q' in
4064         buffers with no headers (bug#7987).
4065         (message-point-in-header-p): Fix last checkin to work with an empty
4066         mail-header-separator, too.
4067
4068         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4069         again, save the choice via customize.
4070
4071 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4074
4075         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4076         ended the connection, bail out before waiting infinitely on a new
4077         connection.
4078
4079 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4080
4081         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4082         reports.
4083
4084         * gnus.el (gnus-bug-package): Use "gnus."
4085         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4086
4087 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * dgnushack.el: Make the timer warning go away on XEmacs.
4090
4091         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4092         animations going on at article exit time.
4093
4094         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4095         since removing it breaks people upgrading.
4096
4097         * shr.el (shr-put-image): Use the new interface for animating images.
4098         (shr-put-image): Animate for 60 seconds.
4099
4100         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4101         avoid compiler warnings.
4102
4103         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4104         error with `find-file-hooks' on Emacs 22.
4105         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4106         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4107         on all architectures.
4108
4109         * spam.el (spam-stat): Require in a normal fashion without binding
4110         `spam-stat-install-hooks' to avoid compilation warnings.
4111
4112         * spam-stat.el (spam-stat-install-hooks): Remove.
4113         (spam-stat-install-hooks): Don't run automatically.
4114
4115 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4116
4117         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4118         and keystroke.
4119
4120 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * auth-source.el (auth-source-netrc-cache): Move forward.
4123
4124 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * proto-stream.el (proto-stream-open-starttls): Use
4127         `gnutls-available-p' to see whether we have built-in support.
4128
4129         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4130         we already know.
4131         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4132         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4133
4134 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4137         %S format, since that looks odd.
4138         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4139         file, especially when saving.
4140
4141 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4142
4143         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4144         article found.
4145
4146 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4147
4148         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4149         `auth-source-save-secrets' with a more sensitive alist that can be
4150         configured per file.  Experimental, so defaults to 'never.
4151         (auth-source-netrc-create): Use it.  Still experimental code.
4152         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4153         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4154
4155 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4156
4157         * auth-source.el (auth-source-save-secrets): New variable to control if
4158         secret tokens should be saved encrypted.
4159         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4160         to `auth-source-netrc-normalize'.
4161         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4162         on the EPA variables being defined.
4163         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4164         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4165         the lexical-let closure.
4166         (auth-source-netrc-create): Create "gpg:" tokens according to
4167         `auth-source-save-secrets'.
4168
4169 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-group.el (gnus-group-update-group): Add new argument
4172         `info-unchanged' that stops updating dribble buffer.
4173
4174         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4175         deletes lines matching to it in dribble buffer.
4176
4177         * gnus-agent.el (gnus-agent-fetch-group-1):
4178         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4179         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4180         * gnus-start.el (gnus-group-change-level):
4181         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4182
4183         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4184         if newsgroup info is not changed.
4185
4186         * gnus-group.el (gnus-group-get-new-news-this-group):
4187         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4188         Don't update dribble buffer.
4189
4190 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4191
4192         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4193         remove entries with groups we ignore.
4194
4195 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4198         the underline comes at the bottom.
4199
4200 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4203         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4204         (gnus-registry-article-marks-to-names): Rename from
4205         `gnus-registry-user-format-function-M2'.
4206
4207 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4210         ephemeral group.
4211
4212 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * shr.el (shr-browse-image): Copy the URL if called interactively.
4215
4216 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4219         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4220         done, then unselected articles may be marked as read.
4221
4222         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4223         since not doing this seems to lead to a race condition in pop3-logon.
4224
4225         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4226         so that the call chain it correct when we call "upwards".
4227
4228         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4229         in read-only groups.
4230
4231         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4232
4233         * message.el (message-cite-reply-position): Doc string fix.
4234
4235         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4236         avoid regexp overflow.
4237         (nnimap-transform-split-mail): Ditto.
4238
4239         * pop3.el (pop3-retr): Error out if the server closes the connection.
4240
4241 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4242
4243         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4244         mm-with-unibyte-current-buffer.  The buffer should not contain any
4245         multibyte chars anyway at this stage.
4246
4247 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4250         at the end of lines.
4251
4252 2011-05-29  Julien Danjou  <julien@danjou.info>
4253
4254         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4255
4256 2011-05-27  Glenn Morris  <rgm@gnu.org>
4257
4258         * gnus-group.el (gnus-bug-group-download-format-alist):
4259         Use the "maintainer" version of debian reports as well.
4260
4261 2011-05-26  Glenn Morris  <rgm@gnu.org>
4262
4263         * gnus-group.el (gnus-bug-group-download-format-alist):
4264         Use the "maintainer" version of debbugs.gnu.org reports.
4265
4266 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4269
4270 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4271
4272         * gnus-cus.el (gnus-agent-customize-category):
4273         * gnus-delay.el (gnus-delay-send-queue):
4274         * gnus.el (gnus-other-frame):
4275         Don't quote lambda expressions with `quote'.
4276
4277 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4280         the thread moves us backwards and so we loop forever.
4281
4282 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4285         whitespace in base64 data lines.
4286
4287 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * gnus-registry.el (gnus-registry-user-format-function-M):
4290         Use `mapconcat'.
4291         (gnus-registry-user-format-function-M2): Use to see the full text of
4292         the marks.  Make "," the mark text separator.
4293
4294         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4295         authentication with auth-source.
4296
4297 2011-05-17  Glenn Morris  <rgm@gnu.org>
4298
4299         * gnus-group.el (gnus-import-other-newsrc-file):
4300         Use insert-file-contents.
4301
4302 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4305         1000 iterations.
4306
4307 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * nntp.el (nntp-open-connection): Check if process-type is available.
4310
4311 2011-05-16  Julien Danjou  <julien@danjou.info>
4312
4313         * shr.el (shr-tag-del): Add support for del tag.
4314
4315 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-html.el (gnus-html-put-image): Register a displayer.
4318
4319         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4320
4321 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * registry.el (prune-factor): New initialization parameter defaulting
4324         to 0.1.
4325         (registry-prune-hard): Use it.
4326
4327         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4328         0.1 expicitly.
4329
4330 2011-05-13  Glenn Morris  <rgm@gnu.org>
4331
4332         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4333         is bound, since this function requires sendmail.
4334
4335 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4336
4337         * registry.el (registry-usage-test): Disable pruning test.
4338
4339 2011-05-11  David Engster  <dengste@eml.cc>
4340
4341         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4342         Bind set-network-process-option for XEmacs.
4343
4344 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * registry.el (registry-prune-hard-candidates)
4347         (registry-prune-soft-candidates): Helper methods for registry pruning.
4348         (registry-prune): Use them.  Make the sort function optional.
4349
4350 2011-05-10  Jim Meyering  <meyering@redhat.com>
4351
4352         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4353
4354 2011-05-10  Julien Danjou  <julien@danjou.info>
4355
4356         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4357         symbol and not a list.
4358
4359 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-art.el (gnus-article-mode): Move binding of
4362         shr-put-image-function here from gnus-article-prepare-display.
4363
4364         * shr.el (shr-put-image-function): New variable.
4365         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4366         (shr-put-image): Return scaled image.
4367
4368         * gnus-art.el (gnus-shr-put-image): New function.
4369         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4370
4371         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4372         original ones, as deletable.
4373
4374 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4375
4376         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4377
4378 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * registry.el (registry-full): Add convenience method.  Fix logic.
4381         (registry-insert): Use it.  Fix logic here too.
4382
4383         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4384         `registry-prune' if `registry-full' returns t.
4385         (gnus-registry-handle-action)
4386         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4387         (gnus-registry-usage-test): Use it.
4388
4389 2011-05-07  Julien Danjou  <julien@danjou.info>
4390
4391         * shr.el (shr-link): Make shr-link inherit from link by default.
4392
4393 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4396
4397 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4400         error out because the face is not a list.
4401
4402 2011-05-05  Glenn Morris  <rgm@gnu.org>
4403
4404         * proto-stream.el (gnutls-negotiate): Fix declarations.
4405
4406         * gnus-start.el (gnus-propagate-marks): Declare.
4407
4408 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4409
4410         * registry.el (registry-reindex): Fix percentage message.
4411
4412         * proto-stream.el (network-stream-open-starttls): Adjust to call
4413         `gnutls-negotiate' with :process and :hostname arguments.
4414
4415 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * shr.el: Add shr-link face for links.
4418         (shr-urlify): Use it.
4419
4420         * registry.el (registry-insert): Make error message more helpful.
4421
4422 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-html.el (gnus-html-schedule-image-fetching):
4425         Use url-queue-retrieve, if it exists.
4426
4427         * shr.el (shr-tag-img): Ditto.
4428
4429         * gnus.el: Autoload more gnus-agent functions.
4430
4431         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4432         agent if we haven't already (bug#8502).
4433
4434         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4435         into the Agent, too.
4436
4437         * gnus-agent.el (gnus-agent-store-article): New function.
4438
4439         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4440         and moved from that file for reuse.
4441
4442         * pop3.el (pop3-open-server): Error messages are "-ERR".
4443
4444 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4447         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4448
4449 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4450
4451         * gnus.el: No Gnus v0.17 is released.
4452
4453 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4454
4455         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4456         buffer has moved to a different frame.
4457
4458 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4461         to get the conversion from unibyte to multibyte buffers to work on
4462         Emacs 22.
4463
4464         * nntp.el (nntp-request-article): Slight clean-up.
4465
4466 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * shr.el (shr-strike-through): New face.
4469         (shr-tag-s): Use it to provide <s> support.
4470         (shr-tag-s): Remove duplicate definition.
4471
4472 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4475         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4476
4477 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4480         `gnutls-negotiate'.
4481         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4482
4483 2011-04-23  Glenn Morris  <rgm@gnu.org>
4484
4485         * gnus-sum.el (gnus-extra-headers): Bump :version.
4486
4487 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * shr.el (shr-tag-sup): New function.
4490         (shr-tag-sub): Ditto.
4491
4492 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4495         for the case where `gnus-registry-ignored-groups' is a list of lists,
4496         and don't call `gnus-parameter-registry-ignore' otherwise.
4497
4498 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * nnimap.el (nnimap-user): New backend variable.
4501         (nnimap-open-connection-1): Use it.
4502         (nnimap-credentials): Accept user parameter so it's explicit what user
4503         name is desired.
4504
4505         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4506         default.
4507
4508         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4509         not gnus-registry.el.
4510
4511         * gnus-registry.el: Mention in comments how to modify
4512         `gnus-extra-headers' for proper recipient tracking and that it may
4513         already have To and Cc recently, which it does as of this commit.
4514         (gnus-registry-ignored-groups): Remove defcustom.
4515         Explain why in comments.
4516         (gnus-registry-action): Fix data-header reference to use the extra
4517         headers.  Explain in package commentary how to add To and Cc headers to
4518         the gnus-extra-headers.
4519         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4520         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4521         parameter list or a string list in `gnus-registry-ignored-groups'.
4522         Fix logic error.
4523
4524 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * shr.el (shr-expand-url): Protect against null urls.
4527
4528 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * shr.el (shr-base): New binding.
4531         (shr-tag-base): Keep track of <base>.
4532         (shr-expand-url): New function used throughout.
4533
4534 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * gnus-registry.el
4537         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4538         (gnus-registry-ignored-groups): New variable.
4539         (gnus-registry-ignore-group-p): Use it.
4540         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4541         set the destination group to nil (same as delete) if it's ignored.
4542
4543 2011-04-20  David Engster  <dengste@eml.cc>
4544
4545         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4546
4547         * Makefile.in (test-nntp): New rule.
4548         (check): Add it.
4549         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4550
4551 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-registry.el (gnus-registry-action)
4554         (gnus-registry-fetch-header-fast):
4555         Don't use mail-header that looks an internal function of mailheader.el.
4556
4557 2011-04-19  Glenn Morris  <rgm@gnu.org>
4558
4559         * time-date.el (time-to-days): Remove unused local variables.
4560
4561 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-registry.el: Eliminate cl functions.
4564         (gnus-registry-sort-addresses): New function that replaces mapcan.
4565         (gnus-registry-action, gnus-registry-spool-action)
4566         (gnus-registry-split-fancy-with-parent)
4567         (gnus-registry-fetch-recipients-fast): Use it.
4568         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4569
4570         * registry.el (initialize-instance, registry-lookup)
4571         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4572         (registry-lookup-secondary-value, registry-search, registry-delete)
4573         (registry-insert, registry-reindex, registry-size, registry-prune):
4574         Use eval-and-compile.
4575
4576 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * registry.el (registry-reindex): New method to recreate the secondary
4579         registry indices.
4580
4581         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4582         tracked field changes.
4583         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4584         (gnus-registry-action, gnus-registry-spool-action)
4585         (gnus-registry-handle-action)
4586         (gnus-registry--split-fancy-with-parent-internal)
4587         (gnus-registry-split-fancy-with-parent)
4588         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4589         move, and delete actions, and for fancy splitting with parent.
4590         (gnus-registry-extract-addresses)
4591         (gnus-registry-fetch-recipients-fast)
4592         (gnus-registry-fetch-header-fast): Convenience functions.
4593         (gnus-registry-misc-test): ERT test of
4594         `gnus-registry-extract-addresses'.
4595
4596 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4597
4598         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4599         Track by subject first, then sender.
4600
4601 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4602
4603         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4604
4605         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4606         Lisp.
4607
4608         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4609         (gnus-draft-send): Use it to avoid popping
4610         up frames from gnus-group-send-queue.
4611
4612 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * gnus-registry.el: Updated gnus-registry docs.
4615
4616 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4619         Fix logic bug.
4620         (gnus-registry-post-process-groups): Fix logging of no results and
4621         quote sender and subject.
4622
4623 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4626         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4627         gnutls-cli are too slow to be done opportunistically.
4628
4629         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4630         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4631         we had no early-data returned.
4632         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4633         two async commands to the same server at the same time.
4634
4635 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4636
4637         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4638
4639 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4642         "warning" level.
4643
4644         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4645         (mm-url-insert-file-contents): Don't set the package names.
4646
4647 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4648
4649         * gnus-registry.el (gnus-registry-action): Remove properties and
4650         simplify subject in `gnus-registry-handle-action'.
4651         (gnus-registry-spool-action): Get subject and sender from message if
4652         they are not passed in.
4653         (gnus-registry-handle-action): Remove properties and simplify subject
4654         consistently.
4655
4656 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4657
4658         * registry.el: Require CL before using defmacro*.
4659
4660 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-art.el (article-treat-date): Assume that
4663         gnus-article-date-headers may be a group parameter.
4664
4665 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4666
4667         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4668
4669         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4670         interactively so the newsrc file can contain foreign groups too.
4671         Useful for debugging but not much for users.
4672
4673 2011-04-07  David Engster  <dengste@eml.cc>
4674
4675         * registry.el (registry-usage-test): Only do
4676         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4677         lexical binding.
4678
4679 2011-04-07  David Engster  <dengste@eml.cc>
4680
4681         * Makefile.in (check, test-registry): New rules for test-suite.
4682
4683 2011-04-06  David Engster  <dengste@eml.cc>
4684
4685         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4686         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4687
4688 2011-04-06  David Engster  <dengste@eml.cc>
4689
4690         * registry.el (initialize-instance): Change :after to :AFTER to be
4691         compatible with old EIEIO version in XEmacs.
4692
4693 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * gnus-registry.el (gnus-registry-post-process-groups)
4696         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4697         and provide better messaging.
4698
4699 2011-04-06  David Engster  <dengste@eml.cc>
4700
4701         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4702         errors.
4703
4704         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4705         dgnushack-compile with error-on-warn enabled, and to signal an error if
4706         clean compilation failed.
4707         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4708         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4709
4710 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4713         unconditionally anyway, discarding errors.
4714         (gnus-registry-delete-entries): New convenience function.
4715         (gnus-registry-import-eld): Import from old .eld registry.
4716
4717         * registry.el: Don't use ERT if it's not available.  Load it
4718         unconditionally anyway, discarding errors.
4719
4720         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4721         version from the Claudio Bley GnuTLS patch (extra optional parameters
4722         and host name).
4723
4724 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4727         fixup the parameters that can be customized by the user between
4728         save/read cycles.
4729         (gnus-registry-read): Use it.
4730         (gnus-registry-make-db): Use it.
4731         (gnus-registry-spool-action, gnus-registry-handle-action):
4732         Fix messaging.
4733         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4734         Map references to actual group names with sender and subject tracking.
4735         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4736         (gnus-registry-usage-test): Add subject lookup test.
4737
4738         * registry.el (registry-db, initialize-instance): Set up constructor
4739         instead of :initform arguments for the sake of older Emacsen.
4740         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4741         pre-lexbind merge bug.
4742         (registry-usage-test): Use it.
4743         (initialize-instance, registry-db): Move the non-function initforms
4744         back to the class definition.
4745
4746 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * registry.el: New library to manage gnus-registry-style data.
4749
4750         * gnus-registry.el: Use it (major rewrite).
4751
4752         * nnregistry.el: Use it.
4753
4754         * spam.el: Use it.
4755
4756 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4759         marks on non-selected articles.
4760
4761 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4762
4763         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4764         parameter to open-protocol-stream.
4765
4766 2011-04-01  Julien Danjou  <julien@danjou.info>
4767
4768         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4769         fundamental-mode.
4770
4771 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4774         servers.
4775
4776 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4779         made marks not propagate, again.
4780
4781 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4782
4783         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4784         Make this the default type.
4785         (proto-stream-open-plain): Rename from proto-stream-open-default.
4786         (open-protocol-stream, proto-stream-open-starttls)
4787         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4788         with `plain'.
4789
4790         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4791         value.
4792
4793         * nntp.el (nntp-open-connection-function): Document the fact that some
4794         values are not functions but are instead handled specially.
4795         Recognize nntp-open-plain-stream value.
4796         (nntp-open-connection): Recognize that value.
4797
4798 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4801         where it seems to be needed.
4802
4803 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4806         stuff.
4807
4808         * gnus-score.el (gnus-score-string): Fix calling convention of
4809         `gnus-simplify-buffer-fuzzy' after last patches.
4810
4811         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4812         server for articles we didn't get any headers for.  This is a sanity
4813         check.
4814
4815 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4816
4817         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4818         new CAPABILITY, use it.
4819
4820 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4823         downloading anything.
4824
4825         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4826
4827 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4828
4829         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4830         colors.
4831         (gnus-splash-svg-color-symbols): New function.
4832
4833 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4836         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4837         (gnus-simplify-subject-fuzzy): Use the local
4838         gnus-simplify-subject-fuzzy-regex instead of the global one.
4839         This makes using this variable in group parameters work.
4840
4841 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4842
4843         * gnus-registry.el (gnus-registry-unfollowed-groups):
4844         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4845         archive:sent-YYYY-MM-DD groups).
4846         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4847         tracking if there are more than `gnus-registry-max-track-groups'
4848         matches.
4849
4850 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4851
4852         * message.el (message--yank-original-internal): New function to do the
4853         insertion cleanly inside eval in `message-yank-original'.
4854         (message-yank-original): Use it.
4855
4856 2011-03-29  Julien Danjou  <julien@danjou.info>
4857
4858         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4859         local variables disabled rather than `normal-mode'.
4860
4861 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4862
4863         * imap.el (imap-shell-open, imap-process-connection-type):
4864         Use imap-process-connection-type for 'shell' streams as well as
4865         Kerberos, SSL, other subprocesses.
4866
4867 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4868
4869         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4870         with open-network-stream.
4871         (proto-stream-always-use-starttls): Option removed.
4872         (open-protocol-stream): Return a process object by default.  Provide a
4873         new parameter :return-list specifying a list-type return value, which
4874         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4875         :type `network' to `try-starttls', and `network-only' to `default'.
4876         Make `default' the default, for compatibility with open-network-stream.
4877         Handle the no-parameter case exactly as open-network-stream, with no
4878         additional stream processing.  Search plists using plist-get.
4879         Explicitly add :end-of-commend parameter if it is missing.
4880         (proto-stream-open-default): Rename from
4881         proto-stream-open-network-only.  Return 'default as the type.
4882         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4883         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4884         failed.  Always return a list with a (possibly dead) process as the
4885         first element, for compatibility with open-network-stream.
4886         (proto-stream-open-tls): Use plist-get.  Always return a list.
4887         (proto-stream-open-shell): Return `default' as connection type.
4888         (proto-stream-capability-open): Use plist-get.
4889         (proto-stream-eoc): Function deleted.
4890
4891         * nnimap.el (nnimap-stream, nnimap-open-connection)
4892         (nnimap-open-connection-1): Handle renaming of :type parameter for
4893         open-protocol-stream.
4894         (nnimap-open-connection-1): Pass a :return-list parameter
4895         open-protocol-stream to obtain a list return value.  Parse this list
4896         using plist-get.
4897
4898         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4899         for open-protocol-stream.  Accept open-protocol-stream return value
4900         that is a subprocess object instead of a list.  Handle the case of a
4901         dead returned process.
4902
4903 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4904
4905         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4906
4907         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4908
4909 2011-03-21  Julien Danjou  <julien@danjou.info>
4910
4911         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4912         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4913         query.
4914         (mm-inline-text): Render normal text with fontification whenever
4915         possible.
4916
4917         * gnus-sum.el (gnus-summary-save-parts-1):
4918         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4919         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4920         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4921         Use `mm-handle-filename'.
4922
4923         * mm-util.el (mm-handle-filename): New function, return the filename of
4924         an handle.
4925
4926 2011-03-18  Julien Danjou  <julien@danjou.info>
4927
4928         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4929         (gnus-buffer-live-p): Check that buffer is not nil.
4930
4931 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4932
4933         * gnus.el: No Gnus v0.15 is released.
4934
4935 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4938         avoid warning on XEmacs.
4939
4940         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4941         on XEmacs.
4942
4943         * gnus-art.el: Require mouse, which the build bot seems to say is
4944         needed.
4945
4946         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4947
4948         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4949         XEmacs, since it doesn't have url-retrieve-synchronously.
4950
4951         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4952         since assoc-string doesn't exist in XEmacs.
4953
4954 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4955
4956         * gnus-group.el (gnus-group-list-ticked): New function.
4957         (gnus-group-make-menu-bar): Provide a menu entry for it.
4958         (gnus-group-list-map): Provide a binding for it.
4959
4960 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * shr.el (shr-visit-file): New command.
4963
4964         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4965
4966 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4967
4968         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4969         servers.
4970
4971 2011-03-16  Julien Danjou  <julien@danjou.info>
4972
4973         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4974         inline.
4975
4976         * gnus-art.el (article-hide-list-identifiers):
4977         Use gnus-group-get-list-identifiers.
4978
4979         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4980         (gnus-summary-remove-list-identifiers):
4981         Use gnus-group-get-list-identifiers to get regexp.
4982         (gnus-select-newsgroup, gnus-summary-insert-subject)
4983         (gnus-summary-insert-articles):
4984         Call gnus-summary-remove-list-identifiers unconditionally.
4985
4986 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4989         we're selecting a group with unread articles.
4990
4991         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4992
4993         * gssapi.el: New file separated out from imap.el to provide a general
4994         Kerberos 5 connection facility for Emacs.
4995
4996         * message.el (message-elide-ellipsis): Document the format spec
4997         ellipsis.
4998
4999 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * message.el (message-elide-region): Allow the ellipsis to say how many
5002         lines were removed.
5003
5004 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5007         window configurations containing buffers that are now dead.
5008
5009         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5010         parsing to avoid integer overflows.
5011         (nnimap-parse-flags): Simplify the last change.
5012         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5013         too large for 32-bit Emacsen.
5014
5015 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5016
5017         * auth-source.el (auth-source-netrc-create):
5018         * message.el (message-yank-original): Fix use of `case'.
5019
5020 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5021
5022         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5023         XEmacs, which was one character too wide.
5024
5025 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5026
5027         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5028         default number of articles to display.
5029         (gnus-articles-to-read): Use pretty names for prompt.
5030
5031 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-int.el (gnus-open-server): Ditto.
5034
5035         * gnus-start.el (gnus-activate-group): Give a backtrace if
5036         debug-on-quit is set and the user hits `C-g'.
5037         (gnus-read-active-file): Ditto.
5038
5039         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5040
5041 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * message.el (message-yank-original): Use cond instead of CL case.
5044
5045 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * auth-source.el (auth-source-netrc-create): Use usual format for the
5048         default in prompts.
5049
5050 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * lpath.el: Fbind read-char-choice for XEmacs.
5053
5054 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * auth-source.el (auth-source-netrc-create): Show the default in the
5057         prompt when prompting for token creation.
5058
5059 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * auth-source.el (auth-source-format-prompt): Always convert the value
5062         to a string to avoid evaluating non-string arguments.
5063         (auth-source-netrc-create): Offer default properly, not as initial
5064         content in `read-string'.
5065         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5066         of line to determine if we've been run before.  If so, don't run again,
5067         but print a trivial message to indicate the cache was hit instead.
5068
5069 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5072         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5073         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5074         Gnus.
5075
5076 2011-03-11  Julien Danjou  <julien@danjou.info>
5077
5078         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5079         modified file".
5080
5081 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * auth-source.el (auth-source-read-char-choice): New function to read a
5084         character choice using `dropdown-list', `read-char-choice', or
5085         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5086         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5087         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5088         (auth-source-netrc-saver): Use it.
5089         (auth-source-pick-first-password): New convenience function.
5090
5091 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5094         parameter in the credentials.
5095         (nnimap-open-connection-1): Use it after a successful login.
5096         (nnimap-credentials): Add IMAP-specific user and password prompt.
5097
5098         * auth-source.el (auth-source-search): Add :require parameter, taking a
5099         list.  Document it and the :save-function return token.  Pass :require
5100         down.  Change the CREATED message from a warning to a debug statement.
5101         (auth-source-search-backends): Pass :require down.
5102         (auth-source-netrc-search): Pass :require down.
5103         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5104         Change save prompt to indicate all modifications saved here are
5105         deletions.
5106         (auth-source-netrc-create): Take user login name as default in user
5107         prompt.  Move all the save functionality to a lexically bound function
5108         under the :save-function token in the returned list.  Set up clearer
5109         default prompts for user, host, port, and secret.
5110         (auth-source-netrc-saver): New function, intended to be wrapped for
5111         :save-function.
5112
5113 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5116         lines to be spaces instead.
5117
5118 2011-03-07  Julien Danjou  <julien@danjou.info>
5119
5120         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5121         (sieve-sasl-auth): Check that auth-source-search did return something,
5122         or just return an empty string.
5123
5124 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5125
5126         * gnus.el (gnus-interactive): Use read-directory-name.
5127
5128         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5129         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5130         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5131         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5132         Likewise.
5133
5134         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5135
5136 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5139         onto the list of killed groups, too.  This makes killed nnimap groups,
5140         for instance, more reliably not reappear.
5141
5142         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5143         the parent.
5144
5145         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5146
5147         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5148         really have server-side marks.
5149
5150         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5151         since most backends do not usefully have server-side marks.
5152         (gnus-update-read-articles): Propagate marks to all backends that
5153         really have server-side marks.
5154
5155 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5156
5157         * message.el (message-cite-reply-position, message-cite-style):
5158         New variables.
5159         (message-yank-original): Use the new citation styles.
5160
5161 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5162
5163         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5164         buffer-local issue); don't mark it buffer-local when running under
5165         XEmacs.
5166
5167 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5168
5169         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5170         numbers too big to be `read'.
5171
5172 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * password-cache.el (password-in-cache-p): Add autoload.
5175
5176         * message.el (message-options): Make buffer-local two ways to attempt
5177         to fix a XEmacs bug.
5178
5179 2011-03-02  Julien Danjou  <julien@danjou.info>
5180
5181         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5182
5183 2011-03-01  Julien Danjou  <julien@danjou.info>
5184
5185         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5186         group.
5187         (article-hide-list-identifiers): Use list-identifier group parameter.
5188
5189 2011-02-28  Julien Danjou  <julien@danjou.info>
5190
5191         * sieve.el (sieve-buffer-script-name): New local variable to store
5192         sieve script name.
5193         (sieve-edit-script): Store sieve script name.
5194         (sieve-upload): Use sieve script name when uploading.
5195         (sieve-upload): Use substitute-command-keys.
5196         (sieve-edit-script): Use substitute-command-keys.
5197         (sieve-refresh-scriptlist): Use substitute-command-keys.
5198         (sieve-manage-mode-map): Define keymap properly.
5199         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5200         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5201         Remove commented code about cvs.
5202         (sieve-manage-quit): New function.
5203         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5204
5205 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5208
5209 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5210
5211         * auth-source.el (auth-source-search): Cache empty result sets.
5212
5213         * password-cache.el (password-in-cache-p): Convenience function to
5214         check if a key is in the cache, even if the value is nil.
5215
5216         * auth-source.el (auth-source-save-behavior): New variable to replace
5217         `auth-source-never-create'.
5218         (auth-source-netrc-create): Use it.
5219         (auth-source-never-save): Remove.
5220
5221 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5222
5223         * nnimap.el (nnimap-stream): Doc fix.
5224         (nnimap-open-connection-1): Reverse the order of the ports to that the
5225         prompted-for port is first.
5226
5227         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5228         retrieval by the no-group selection.
5229
5230         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5231         numerical parameters.
5232
5233 2011-02-25  Julien Danjou  <julien@danjou.info>
5234
5235         * gnus-gravatar.el: Use gnus-with-article-buffer.
5236
5237         * gnus-art.el (gnus-with-article-buffer): Check that the
5238         gnus-article-buffer is alive.
5239
5240 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         * auth-source.el (auth-source-creation-prompts): New variable to manage
5243         creation-time prompts.
5244         (auth-source-search): Document it.
5245         (auth-source-format-prompt): Add utility function.
5246         (auth-source-netrc-create): Don't default the user name to
5247         user-login-name.  Use `auth-source-creation-prompts' and some default
5248         prompts for user, host, port, and password (the default generic prompt
5249         remains ugly).
5250         (auth-source-never-save): Add customizable option to never save info.
5251         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5252         mode excursion.
5253
5254 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5257         argument that XEmacs doesn't support.
5258
5259         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5260         compiled for Emacsen having no `libxml-parse-html-region' support.
5261
5262         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5263
5264         * lpath.el: Bind buffer-save-without-query for XEmacs.
5265
5266 2011-02-23  Julien Danjou  <julien@danjou.info>
5267
5268         * gnus-art.el (article-make-date-line): Ignore errors if time is
5269         invalid and not convertible.
5270         (article-make-date-line): Only add lapsed time if time is not nil.
5271
5272 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5275         `read-char-choice' for backwards compatibility.
5276         (auth-source-netrc-element-or-first): New function to DTRT for
5277         parameter extraction.
5278         (auth-source-netrc-create): Use it and fix multiple parameter print
5279         bug.  Use the default passed from above (given-default) or the
5280         built-in (user-login-name for :user).
5281
5282 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-start.el (gnus-dribble-read-file):
5285         Set buffer-save-without-query, since we always want to save the dribble
5286         file, probably.
5287
5288         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5289         nnimap.
5290
5291         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5292         -summary- since it's a user-visible variable.
5293
5294         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5295         first time you use the new Gnus.
5296
5297 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5298
5299         * auth-source.el: Don't load netrc.el.
5300         (auth-sources): Search ~/.netrc as well by default.
5301         (auth-source-debug): Add 'trivia option for extra output.
5302         (auth-source-do-trivia): Use it.
5303         (auth-source-search): Simplify logic to use
5304         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5305         appropriate.  Don't keep a running count at this level.  Layer :create
5306         and :delete options appropriately on the first and second passes.
5307         Don't track the backend with the search results.
5308         (auth-source-search-backends): New function to search a list of
5309         backends for a processed spec.
5310         (auth-source-netrc-parse): Cache all netrc files, making
5311         auth-source-netrc-cache an alist keyed by the file name and using the
5312         file mtime as the caching criterion.  Keep the obfuscated data secret
5313         with a lexical bind.
5314         (auth-source-netrc-search): Don't calculate the length of the results
5315         unnecessarily.
5316         (auth-source-search-backends): Fix bug.
5317         (auth-source-netrc-create): Rework prompts.
5318
5319 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5320
5321         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5322         Lower case names of search constraints.
5323         (nnir-run-query): Cache and reuse search constraints for all imap
5324         servers.
5325
5326 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5329         after exit.
5330         (gnus-setup-message): Define missing variable from last checkin.
5331
5332         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5333         value, show the raw article.
5334
5335 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5336
5337         * gnus.el: No Gnus v0.13 is released.
5338
5339 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5340
5341         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5342         auth-source now accepts numbers.
5343
5344         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5345         spec, too.
5346         (auth-source-ensure-strings): New function.
5347
5348         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5349         (gnus-article-setup-buffer): Always restart the date timer so that user
5350         changes to the frequency is respected.
5351
5352         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5353         port numbers, so make sure it gets that if nnimap-server-port is
5354         explicit.
5355
5356 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5357
5358         * nnimap.el (nnimap-inbox): Doc fix.
5359
5360 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5361
5362         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5363         Autoload.  Add optional arg FRAME, and pass it to color-values.
5364         (color-complement): Caller changed.  Doc fix.
5365         (color-gradient): Rewrite for better clarity and efficiency.
5366
5367 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5368
5369         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5370         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5371         color-lab-to-srgb.
5372
5373 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5374
5375         * color.el: First part of merge from hexrgb.el.
5376         (color-rgb-to-hex): Rename from color-rgb->hex.
5377         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5378         saturation to zero if the value is too small.
5379         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5380         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5381         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5382         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5383         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5384         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5385         (color-cie-de2000): Doc fix.
5386
5387 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5388
5389         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5390         given method as in the group name if we're using an extended method.
5391         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5392         command, if we're using that, instead of waiting for the beginning.
5393
5394         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5395         we're sure to get unique server names, and we don't output two async
5396         commands in the same buffer.  This fixes an NNTP hang for some users.
5397
5398 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5399
5400         * gnus.el: No Gnus v0.11 is released.
5401
5402 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5403
5404         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5405         summary buffer before reading going to the next buffer.  This avoids
5406         putting the point in the group buffer if you `C-g' the command.
5407
5408         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5409         cache (for now) to make ~/.authinfo.gpg files usable.
5410
5411         * nnfolder.el (copyright-update): Define for the compiler.
5412
5413         * auth-source.el (auth-source-search): Fix unbound variable.
5414
5415 2011-02-19  Glenn Morris  <rgm@gnu.org>
5416
5417         * gnus.el (gnus-meta): Doc fix.
5418
5419 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5420
5421         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5422         in case it's not yet loaded.
5423
5424 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5425
5426         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5427         line we're waiting for.
5428
5429 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5430
5431         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5432         face with line-width greater than zero will cause RET in gnus summary
5433         buffer to scroll down article page-wise because auto vscroll happens,
5434         it should be temporally disabled when doing a scroll-up.
5435
5436 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5437
5438         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5439         outputs from the server.
5440
5441 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5442
5443         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5444         later so that bbdb can hook in easier.
5445
5446 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5447
5448         * auth-source.el (auth-source-search): Don't try to create credentials
5449         if the caller doesn't want that.
5450         (auth-source-search): If we don't find a match, don't bug out on
5451         non-bound variables.
5452         (auth-source-search): Only ask a single backend to create the
5453         credentials.
5454
5455         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5456         logging.
5457         (nnimap-credentials): Protect against auth-source-search returning nil.
5458         (nnimap-request-list): Protect against not being able to open the
5459         server.
5460
5461 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5462
5463         * auth-source.el (auth-source-search): Do a two-phase search, one with
5464         no :create to get the responses from all backends.
5465
5466         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5467         when getting credentials.
5468
5469         * gnus-util.el (gnus-delete-duplicates): New function.
5470
5471 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5474         a creation default, pass the whole port list down.  It will be
5475         completed.
5476
5477         * auth-source.el (auth-source-search): Updated docs to talk about
5478         multiple creation choices.
5479         (auth-source-netrc-create): Accept a list as a value (from the search
5480         parameters) and do completion on that list.  Keep a separate netrc line
5481         with the password obscured for showing the user.
5482
5483         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5484         first choice to `auth-source-search' so it will be used for entry
5485         creation instead of the server's Gnus-specific name.
5486         (nnimap-credentials): Rely on the auth-source library to select which
5487         port is actually wanted in the new netrc entry, so don't override
5488         `auth-source-creation-defaults'.
5489
5490         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5491         :protocol and accept a missing user, host, or port as a wildcard match.
5492         (auth-source-debug): Default to off.
5493
5494         (auth-source-netrc-search, auth-source-netrc-create)
5495         (auth-source-secrets-search, auth-source-secrets-create)
5496         (auth-source-user-or-password, auth-source-backend, auth-sources)
5497         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5498         instead of :protocol.
5499
5500         * nnimap.el (nnimap-credentials): Pass a port default to
5501         `auth-source-search' in case an entry needs to be created.
5502         (nnimap-open-connection-1): Use :port instead of :protocol.
5503
5504 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * auth-source.el: Bind load-path when loading EIEIO from
5507         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5508         21.4 doesn't support, to `require'.
5509         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5510         delete-dups that is not available in XEmacs 21.4.
5511
5512 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5513
5514         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5515         as EIEIO must also be loaded when auth-source.el is being
5516         byte-compiled.
5517
5518 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5521
5522         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5523
5524         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5525
5526         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5527
5528         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5529
5530         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5531
5532         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5533
5534         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5535         necessary.
5536
5537 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5540         nil means that nnimap doesn't get updated.
5541
5542 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5543
5544         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5545         result when the user doesn't want to write to the file.
5546         (auth-source-netrc-search): Expect a synthetic result and proceed
5547         accordingly.
5548         (auth-source-cache-expiry): New variable to override
5549         `password-cache-expiry'.
5550         (auth-source-remember): Use it.
5551
5552         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5553         parameter.  Create entry if necessary by using :create t.
5554         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5555
5556 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * auth-source.el (auth-source-debug): Enable by default and don't
5559         mention the obsolete `auth-source-hide-passwords'.
5560         (auth-source-do-warn): New function to debug unconditionally.
5561         (auth-source-do-debug): Use it.
5562         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5563         and for Secrets API entries when the secrets.el library is not
5564         available.
5565
5566 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5567
5568         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5569         (gnus-summary-exit): Kill the correct article buffer on exit from a
5570         `C-d' group.
5571
5572         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5573         gnus-propagate-marks.
5574
5575         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5576         before killing the buffers so that a non-full window conf gets handled
5577         correctly.
5578         (gnus-summary-exit): Ditto.
5579         (gnus-summary-read-group-1): Ditto.
5580
5581         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5582         async code again so that we can debug it properly.
5583
5584         * message.el (message-reply): Take an optional switch-buffer parameter
5585         so that Gnus window confs are respected better.
5586
5587 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5590         `plist-get' to accept non-list parameters (XEmacs issue).
5591         Fix docstring.
5592         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5593         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5594         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5595         Login collection is "Login" and not "login".
5596
5597 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5598
5599         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5600         multiple headers.
5601
5602         * nnimap.el (nnimap-inhibit-logging): New variable.
5603         (nnimap-log-command): Don't log login commands.
5604
5605         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5606         to have more parameters.
5607
5608         * nnimap.el (nnimap-send-command): Mark the command time for each
5609         command, so that we don't get NOOPs stepping on our toes.
5610
5611         * gnus-art.el (article-date-ut): Get the date from the Date header on
5612         `t'.
5613
5614 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * auth-source.el (auth-source-search): Use copy-sequence instead of
5617         the cl.el copy-list.
5618
5619 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5620
5621         * imap.el: Bring it back (revert
5622         84d800cd31de3064f0ed39617d725709a2f8f42f).
5623
5624 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5625
5626         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5627         Improve prompt.
5628
5629 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5630
5631         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5632         washing status from the default format.  It isn't very informative.
5633
5634 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5635
5636         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5637         Fix Gcc processing on imap.
5638
5639 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5640
5641         * imap.el: Remove file.  All the functionality is in nnimap.el.
5642
5643 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5644
5645         * message.el (message-bury): Don't pop up a new window when selected
5646         window is dedicated.
5647
5648 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5649
5650         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5651
5652 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5653
5654         * sieve-manage.el: Autoload `auth-source-search'.
5655         (sieve-sasl-auth): Use it.
5656
5657 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5658
5659         * nnimap.el: Autoload `auth-source-forget+'.
5660         (nnimap-open-connection-1): Use it if the connection fails.
5661
5662         * auth-source.el: Require `password-cache'.
5663         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5664         obsolete.
5665         (auth-source-magic): Marker for `password-cache' keys.
5666         (auth-source-do-cache): Update docstring.
5667         (auth-source-search): Use and check cache.
5668         (auth-source-forget-all-cached, auth-source-remember)
5669         (auth-source-recall, auth-source-forget, auth-source-forget+)
5670         (auth-source-specmatchp): Caching support functions.
5671         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5672         Remove and obsolete.
5673         (auth-source-user-or-password): Remove caching to further discourage
5674         using it.  Always hide passwords.
5675
5676         * password-cache.el (password-cache-remove): Accept secrets that are
5677         not strings.
5678
5679 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5680
5681         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5682         code for now, since it doesn't work for all users.
5683
5684 2011-02-09  Julien Danjou  <julien@danjou.info>
5685
5686         * message.el (message-options): Make message-options really buffer
5687         local.
5688
5689 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * mail-source.el: Autoload `auth-source-search'.
5692         (mail-source-keyword-map): Note order matters.
5693         (mail-source-set-1): Get all the mail-source source values and
5694         defaults and search auth-source on those if needed.  This can all
5695         probably be simplified.
5696
5697         * nnimap.el: Autoload `auth-source-search'.
5698         (nnimap-credentials): Use it.
5699         (nnimap-open-connection-1): Ask for the virtual server and physical
5700         address in one shot.
5701
5702         * nntp.el: Autoload `auth-source-search'.
5703         (nntp-send-authinfo): Use it.  Note TODO.
5704
5705 2011-02-08  Julien Danjou  <julien@danjou.info>
5706
5707         * shr.el (shr-tag-body): Add support for text attribute in body
5708         markups.
5709
5710         * message.el (message-options): Make message-options a local variable.
5711
5712 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5713
5714         * auth-source.el (auth-source-secrets-search)
5715         (auth-source-user-or-password): Use `append' instead of `nconc'.
5716         (auth-source-user-or-password): Build return list better and protect
5717         against nil :secret.
5718
5719 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5720
5721         * nnimap.el (nnimap-update-info): Refactor slightly.
5722         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5723         (nnimap-update-info): Clean up slightly.
5724         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5725         characters.
5726         (nnimap-process-quirk): Rename function to avoid collision.
5727         (nnimap-update-info): Fix macrology bug-out.
5728         (nnimap-update-info): Simplify split history test.
5729
5730 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5731
5732         * auth-source.el (top): Require 'eieio unconditionally.
5733         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5734         (auth-source-secrets-search): Limit search when `max' is greater than
5735         number of results.
5736
5737 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5738
5739         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5740         part not returning any data.
5741
5742         * proto-stream.el (open-protocol-stream): Document the return value.
5743
5744 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * auth-source.el (auth-source-secrets-search): Add examples.
5747
5748 2011-02-06  Julien Danjou  <julien@danjou.info>
5749
5750         * message.el (message-setup-1): Handle message-generate-headers-first
5751         set to t.
5752
5753 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5756         API with a string "secrets:collection-name" and with 'default.
5757         (auth-source-backend-parse): Parse "secrets:collection-name" and
5758         'default.  Recurse on parses instead of repeating code.  Use the
5759         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5760         message when ignoring a source.
5761         (auth-source-search): List ignored search keys at the top level.
5762         (auth-source-netrc-create): Use `case' instead of `cond'.
5763         (auth-source-secrets-search): Created with TODOs.
5764         (auth-source-secrets-create): Created with TODOs.
5765         (auth-source-retrieve, auth-source-create, auth-source-delete)
5766         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5767         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5768         (auth-source-user-or-password-sftp)
5769         (auth-source-user-or-password-smtp): Remove.
5770         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5771         around `auth-source-search'.  Not tested thoroughly.
5772
5773 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5774
5775         * auth-source.el: Bring in assoc and eioeio libraries.
5776         (secrets-enabled): New variable to track the status of the Secrets API.
5777         (auth-source-backend): New EIOEIO class to represent a backend.
5778         (auth-source-creation-defaults): New variable to set prompt defaults
5779         during token creation (see the `auth-source-search' docstring for
5780         details).
5781         (auth-sources): Simplify to allow a simple string as a netrc backend
5782         spec.
5783         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5784         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5785         (auth-source-search): Main auth-source API entry point.
5786         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5787         (auth-source-search-collection): Helper function for searching.
5788         (auth-source-netrc-parse, auth-source-netrc-normalize)
5789         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5790         Supports search, create, and delete.
5791         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5792         backend stubs.
5793         (auth-source-user-or-password): Call `auth-source-search' but it's not
5794         ready yet.
5795
5796 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5797
5798         * message.el (message-setup-1): Remove the read-only stuff, since it
5799         doesn't work under XEmacs, for some reason.
5800
5801         * gnus-sum.el (gnus-user-date): Rename back from
5802         gnus-summary-user-date since user code refers to it.
5803
5804         * shr.el (shr-render-td): Store the actual background color used.
5805
5806         * message.el (message-setup-1): Don't bind the constant
5807         -forbidden-properties.
5808         (message-setup-1): Revert previous change, since it needs to bind the
5809         props to insert them.
5810         (message-resend): Allow removing the read-only separator line.
5811
5812 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5813
5814         * nnimap.el (nnimap-request-accept-article): Give an error message if
5815         the APPEND wasn't successful.
5816
5817 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5818
5819         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5820         that have no groups.
5821
5822 2011-02-03  Julien Danjou  <julien@danjou.info>
5823
5824         * gnus-draft.el: Remove progn around gnus-draft-setup.
5825
5826 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5827
5828         * gnus-start.el (gnus-read-active-for-groups): This function is never
5829         called with a nil `infos', so clean that up.
5830         (gnus-get-unread-articles): Request active files from primary/secondary
5831         methods that have no groups (yet).
5832
5833 2011-02-03  Julien Danjou  <julien@danjou.info>
5834
5835         * message.el (message-setup-1): Always generate References first.
5836         (message-mail): Return the return value of message-setup, not always t.
5837         (message-setup-1): Insert mail-header-separator with read-only and
5838         intangible properties set.
5839
5840         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5841         user-date in docstring.
5842
5843         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5844
5845         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5846         docstring.
5847
5848         * gnus.el (gnus-user-date-format-alist): Change default value.
5849         Use defcustom, with type and group. Move from gnus-util.el.
5850         Rename to gnus-summary-user-date-format-alist.
5851
5852 2011-02-03  Glenn Morris  <rgm@gnu.org>
5853
5854         * nnimap.el (gnus-fetch-headers): Declare.
5855
5856         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5857
5858 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5859
5860         * message.el (message-forward-make-body-digest-plain)
5861         (message-followup, message-reply): Clean up things noted by Stefan.
5862
5863         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5864         gnus-article-update-date-headers is nil.
5865         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5866         it didn't really work with defcustom.
5867         (article-update-date-lapsed): Make sure the window start doesn't move,
5868         either.
5869
5870 2011-02-01  Julien Danjou  <julien@danjou.info>
5871
5872         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5873         format.
5874
5875         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5876         standard in Emacs nowadays.
5877
5878         * color.el (color-gradient): Add a color-gradient function.
5879
5880 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5881
5882         * message.el (message-expand-name): Don't trust the return value of
5883         bbdb-complete-name.
5884         (message-check-news-header-syntax): Remove unused var `start'.
5885         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5886         (message-inhibit-body-encoding): Move to before first use.
5887         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5888         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5889         (Organization, Message-ID, Date, mh-previous-window-config):
5890         Defvar the vars using dynamic scoping.
5891
5892 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5893
5894         * shr.el (shr-render-td): Only do colors at the final rendering.
5895         Should be slightly faster.
5896         (shr-insert-table): Fix up TD background colors when doing the
5897         vertical padding.
5898
5899         * gnus-art.el (article-date-ut): Protect against articles with no Date
5900         header.
5901         (article-update-date-lapsed): Don't use current-column to find the
5902         horizontal position.  It's fragile in the presence of \003 characters.
5903
5904         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5905
5906 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5907
5908         * gnus-art.el (article-transform-date): Rewrite to still work when
5909         there are several rfc2822 parts.
5910         (article-transform-date): Fix infinite recursion.
5911         (article-date-ut): Replace infinitely many Date headers with a single
5912         one when called interactively.
5913
5914         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5915         secure manner.
5916
5917         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5918         move around by not using save-window-excursion.  It seems to work...
5919
5920 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-art.el (article-make-date-line): Work for user-defined format.
5923
5924 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5925
5926         * nntp.el (nntp-retrieve-group-data-early)
5927         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5928         fetching functions.
5929
5930         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5931         thoroughly for all backends that have no known groups.  This should
5932         allow new nnml methods to retrieve mail.
5933
5934         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5935         that Gnus doesn't know exists again.
5936
5937         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5938         (gnus-treat-date-ut): Ditto.
5939         (gnus-article-update-date-header): Rename.
5940         (gnus-treat-date-local): Remove.
5941         (gnus-treat-date-english): Remove.
5942         (gnus-treat-date-lapsed): Remove.
5943         (gnus-treat-date-combined-lapsed): Remove.
5944         (gnus-treat-date-original): Remove.
5945         (gnus-treat-date-iso8601): Remove.
5946         (gnus-treat-date-user-defined): Remove.
5947         (gnus-article-date-headers): New variable to control all the date
5948         header options.
5949         (article-date-ut): Rewrite to allow using the new way to format date
5950         headers(s).
5951
5952 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5953
5954         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5955         method.
5956         (nnmail-article-group): A better test for fanciness.
5957
5958         * nnimap.el (nnimap-request-head): Protect against not finding the
5959         article by Message-ID.
5960
5961 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5962
5963         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5964         keep point at the "same place".
5965
5966 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5969         data if the group is inactive.
5970
5971 2011-01-28  Julien Danjou  <julien@danjou.info>
5972
5973         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5974         (gnus-all-windows-visible-p): Remove old compatibility code.
5975         (gnus-window-top-edge): Add docstring.
5976
5977         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5978
5979 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5980
5981         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5982         older request-update-info.
5983
5984         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5985
5986 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5987
5988         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5989         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5990
5991 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5992
5993         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5994         groups.  This makes the nndraft:queue group pop up if it's not already
5995         there.
5996
5997         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5998         messages" logic, which was reversed.
5999
6000         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6001         the "same place" even if point is on the line being replaced.
6002         (article-update-date-lapsed): Allow updating both the combined lapsed
6003         and the lapsed headers.
6004         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6005         (article-make-date-line): Limit the number of segments dynamically to
6006         avoid too-long lines.
6007
6008 2011-01-27  Julien Danjou  <julien@danjou.info>
6009
6010         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6011         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6012
6013 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6016         Use plist-get instead of the cl function getf.
6017
6018 2011-01-27  Glenn Morris  <rgm@gnu.org>
6019
6020         * gnus-util.el (float-time): Get rid of compiler warning, again.
6021
6022 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6023
6024         * shr.el (shr-put-color): Special-case background colors: Do put them
6025         at the blank parts at the front of the lines.
6026
6027         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6028         exit hook to nix out all data on readedness on group exit.
6029
6030         * gnus-util.el (float-time): If float-time is bound, always use it on
6031         all Emacsen.  It's unclear why the subrp check was there.
6032         (time-date): Require to make some autoload issues on XEmacs go away.
6033
6034         * shr.el (shr-put-color): Don't do the box padding in tables, since
6035         they're already padded.
6036
6037 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6038
6039         * gnus-art.el (gnus-article-next-page): When the last line of the
6040         article is displayed, scroll down once more instead of going to the
6041         next article at once.
6042         (article-lapsed-string): Refactor out and allow specifying how many
6043         segments you want.
6044         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6045         (gnus-article-update-lapsed-header): New variable.
6046
6047         * shr.el: Revert change that made headings use different-sized faces.
6048         The Emacs display engine isn't advanced enough that, for instance,
6049         tables can comfortably use differently-sized faces.
6050
6051 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6052
6053         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6054         used.
6055         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6056         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6057         we're using an encrypted connection.
6058
6059         * proto-stream.el: Alter the interface functions to also return the
6060         actual stream type used: network or tls.
6061
6062 2011-01-25  Julien Danjou  <julien@danjou.info>
6063
6064         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6065         (mm-display-javascript-inline): New function.
6066
6067         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6068         viewing function.
6069
6070 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * shr.el (shr-expand-newlines): Fix variable name.
6073
6074 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6075
6076         * shr.el (shr-expand-newlines): Make nested boxes work.
6077
6078 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6079
6080         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6081         backgrounds.
6082         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6083         in a more sensible manner.
6084
6085 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6088         if EPG is loaded.
6089
6090 2011-01-24  Julien Danjou  <julien@danjou.info>
6091
6092         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6093         tags.
6094
6095 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6096
6097         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6098         commands.
6099
6100         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6101         in the article buffer.
6102         (gnus-gravatar-insert): Use blank space from the current buffer to
6103         avoid breaking text properties.  This makes X-Sent updating work again.
6104
6105         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6106
6107 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6108
6109         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6110         fix the bug in url-http.el instead.
6111
6112         * shr.el (shr-image-fetched): Ditto.
6113
6114         * shr.el (shr-image-fetched): Avoid having point move in the article
6115         buffer.
6116
6117         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6118         buffer after being called.  It's apparently being killed by url.el, and
6119         killing it made point move to end-of-buffer in a random buffer.
6120
6121         * shr.el (shr-image-fetched): Ditto.
6122
6123 2011-01-23  Julien Danjou  <julien@danjou.info>
6124
6125         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6126
6127         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6128         text/x-org.
6129
6130 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6131
6132         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6133         (i.e., nnimap) returning nil as the article number.
6134
6135 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6136
6137         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6138         "DelSp" parameter in RFC3676.
6139
6140 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6141
6142         * message.el (message-check-recipients): Display the encoded version of
6143         the bogus address if they differ.
6144
6145         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6146         after sending.
6147
6148         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6149
6150         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6151
6152         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6153         group buffer after sending the queue.
6154
6155         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6156
6157 2011-01-22  Julien Danjou  <julien@danjou.info>
6158
6159         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6160
6161 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6162
6163         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6164         nested related parts.
6165
6166         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6167         unexpired articles.  This fixes the regression that led expiry marks to
6168         disappear from nnfolder groups.
6169
6170 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6171
6172         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6173         Don't confuse the "ret" of "retrograde" with RET.
6174
6175 2011-01-21  Julien Danjou  <julien@danjou.info>
6176
6177         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6178         than mm-insert-inline.
6179
6180 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6183         Widen article buffer.
6184
6185 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6188         the temp buffer.
6189         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6190
6191 2011-01-20  Julien Danjou  <julien@danjou.info>
6192
6193         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6194
6195         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6196         than mm-insert-inline to insert inline part: this respect
6197         mm-inline-media-tests displayers.
6198
6199         * mm-view.el (mm-display-shell-script-inline): New function.
6200
6201         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6202
6203         * mm-uu.el (mm-uu-type-alist): Add org block.
6204         (mm-uu-org-src-code-block-extract): New function.
6205
6206         * mm-view.el (mm-display-org-inline): New function.
6207
6208         * mm-decode.el (mm-automatic-display): Add text/org.
6209
6210         * mailcap.el (mailcap-mime-extensions): Add .org.
6211
6212 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6215         gnus-article-add-buttons.
6216
6217 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6218
6219         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6220         From header with a date and "nobody" as the sender.
6221
6222 2011-01-19  Julien Danjou  <julien@danjou.info>
6223
6224         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6225         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6226         if you have the same regexp several times.
6227         (gnus-button-push): Fix matching when regexp is symbol.
6228
6229 2011-01-15  Glenn Morris  <rgm@gnu.org>
6230
6231         * message.el (message-mail): A compose-mail function should
6232         accept headers as strings.
6233
6234 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6235
6236         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6237         Add :vert-only tags.
6238         (message-mail): New arg RETURN-ACTION.
6239         (message-return-action): New var.
6240         (message-bury): Use it.
6241         (message-mode): Make it buffer-local.
6242         (message-send-and-exit): Always call message-bury.
6243
6244         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6245         message-mail.
6246
6247 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * nnimap.el (nnimap-convert-partial-article): Protect against
6250         zero-length body parts.
6251
6252         * mm-decode.el (mm-preferred-alternative-precedence):
6253         Discourage showing empty parts.
6254
6255         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6256         and stuff if the backend didn't return the article number.  This fixes
6257         an Exchange-related nnimap bug.
6258
6259         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6260         group window, because it does the wrong thing when a separate frame
6261         displays the group buffer.
6262
6263         * proto-stream.el (open-protocol-stream): Protect against the low-level
6264         transport functions returning nil.
6265
6266 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6267
6268         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6269         (mml2015-epg-find-usable-secret-key): New function.
6270         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6271         mml2015-epg-find-usable-key (Bug#7797).
6272         (mml2015-epg-encrypt): Ditto.
6273
6274 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * dgnushack.el (rot13-string): Fix the way to get the argument.
6277
6278 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6279
6280         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6281
6282 2011-01-03  Glenn Morris  <rgm@gnu.org>
6283
6284         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6285
6286         * sieve.el (sieve-open-server): Give a more explicit error if
6287         sieve-manage-open returns nil.  (Bug#7720)
6288
6289 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6290
6291         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6292
6293 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6296         This avoids sending passwords in plain text over non-encrypted
6297         channels.
6298
6299         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6300
6301         * nnimap.el (nnimap-login): Refactored out into own function, and
6302         implement CRAM-MD5.
6303         (nnimap-wait-for-line): Refactored out.
6304
6305         * mm-view.el (mml-smime): Require.
6306
6307 2010-12-20  David Engster  <deng@eml.cc>
6308
6309         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6310         use EPG to decrypt S/MIME messages instead of openssl.
6311
6312 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6315
6316         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6317         status is the group clearly is unreachable.
6318
6319         * auth-source.el (auth-source-create): Add the optional second
6320         parameter to `local-variable-p' to be compatible with XEmacs.
6321
6322 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6323
6324         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6325         work when using a compressed nnml folder.
6326
6327 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6330         backends after sanitising on entry, because this never makes sense:
6331         If the articles have gone missing, then the data no longer exists on
6332         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6333         overwrite anything anyway.
6334
6335         * shr.el (shr-insert-document): Bind shr-width dynamically to
6336         window-width if it's nil.
6337
6338 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6339
6340         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6341         with the meaning of using the full emacs window width for rendering.
6342
6343 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6344
6345         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6346         case when sender is not given.
6347
6348 2010-12-23  Julien Danjou  <julien@danjou.info>
6349
6350         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6351         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6352         the addresses, otherwise we might misplaced the gravatar.
6353
6354 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6355
6356         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6357         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6358         obsolete in Emacs.
6359
6360 2010-12-20  Julien Danjou  <julien@danjou.info>
6361
6362         * gnus-util.el (gnus-rescale-image): Revert last change.
6363
6364 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6365
6366         * binhex.el: Improve commentary (Bug#7482).
6367
6368 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * gnus-group.el (gnus-group-delete-articles): New command.
6371
6372 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6373
6374         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6375
6376 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6379         here, since it's up to the backends to do CRLF removal if their
6380         protocol has it.
6381
6382         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6383
6384 2010-12-17  Julien Danjou  <julien@danjou.info>
6385
6386         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6387         they are from file.  Can also scale up.
6388
6389 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6390
6391         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6392         Restore gnus-use-agent.
6393         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6394
6395         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6396
6397 2010-12-17  Julien Danjou  <julien@danjou.info>
6398
6399         * gravatar.el (gravatar-retrieve-synchronously): New function.
6400         (gravatar-get-data): Make more robust.
6401
6402 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6405
6406 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6409         to really consider the last line.
6410
6411 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6412
6413         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6414         list of recipient keys, or use symmetric encryption if not a list.
6415         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6416         EPA override, replacing the call to `netrc-store-data'.
6417
6418 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6419
6420         * gnus-srvr.el: Avoid passing nil regexp argument to
6421         delete-matching-lines.
6422
6423 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6426         fetching stops when Gnus exits.
6427
6428         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6429         function.
6430         (nnfolder-request-expire-articles): Save all the buffers after doing
6431         expiry.
6432
6433         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6434         the last article", since that led to serious performance regressions
6435         when expiring nnml groups.
6436
6437 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6438
6439         * nnir.el: Improve customizations.
6440
6441 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6444
6445         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6446         group has been killed.
6447         (gnus-group-yank-group): Ditto.
6448
6449         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6450
6451         * nnimap.el (nnimap-request-update-group-status): New function.
6452
6453         * gnus-int.el (gnus-request-update-group-status): New interface
6454         function.
6455
6456         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6457         copying read-ness to the backends.
6458
6459         * nnimap.el (nnimap-quirk): New function.
6460         (nnimap-retrieve-group-data-early): Use it.
6461         (nnimap-quirks): New alist.
6462
6463 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6466         don't delete it within indentation.
6467
6468 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6471         previous line.
6472
6473 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6476         QRESYNC command by deleting a superfluous space which broke Cyrus
6477         servers.  This change will break other servers that are buggy the other
6478         way around.
6479
6480 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6481
6482         * spam.el: Reindent and fix long lines.
6483         (spam-copy-or-move-routine): Exclude invalid move destinations.
6484
6485 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6486
6487         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6488         installed the registry.
6489
6490 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6493
6494 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6495
6496         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6497         groupname doesn't contain "gmane".
6498
6499 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500
6501         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6502         and netrc-bound-and-true-p bindings.
6503         (netrc-parse): Cache the netrc contents.
6504
6505         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6506         (gnus-1): Don't create the nndrafts group twice.
6507         (gnus-setup-news): There's no need to read the active file here, since
6508         that's done again later on a per-backend basis.
6509         (gnus-start-draft-setup): Make sure that the new group is started out
6510         empty.
6511
6512         * gnus-agent.el (gnus-agentize): Don't create the queue group
6513         automatically on startup.  It'll be created later, if needed.
6514
6515         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6516         of automatically subscribed groups.
6517         (gnus-auto-subscribed-categories): New variable.
6518         (gnus-matches-options-n): Use it.
6519         (gnus-default-subscribed-newsgroups): Remove unused variable.
6520         (gnus-start-draft-setup): Message a bit less.
6521
6522 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6523
6524         * nnir.el (nnir-run-imap): Return article list in order of increasing
6525         UID.
6526
6527 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * gnus-sum.el (gnus-summary-enter-digest-group):
6530         Mention gnus-auto-select-on-ephemeral-exit.
6531
6532         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6533         convention of the network-only option.
6534
6535 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * proto-stream.el (proto-stream-open-network-only): New function to
6538         have a way to specify non-STARTTLS upgrade connections.
6539
6540 2010-12-10  Julien Danjou  <julien@danjou.info>
6541
6542         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6543         email address is nil.
6544
6545         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6546
6547 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6548
6549         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6550         deletion.
6551         (nnir-run-imap): Only need to parse list once.
6552
6553 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * shr.el (shr-tag-script): Ignore <script>.
6556         (shr-tag-label): Add <label> support.
6557
6558 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6561
6562         * shr.el (shr-image-displayer): Work for images lined side by side.
6563
6564 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6565
6566         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6567         parameter, since XEmacs doesn't accept t as a parameter.
6568
6569 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6570
6571         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6572         ids.
6573         (nnir-run-gmane): Simplify groupspec formatting.
6574         (nnir-request-expire-articles): New function.
6575
6576 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6579         overflow, possibly.
6580
6581         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6582         (shr-render-td): Handle td style="" better.
6583         (shr-tag-table): Use the color from the style sheet.
6584         (shr-render-td): Make sure we copy over all the overlays, too.
6585
6586 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6587
6588         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6589         (nnir-request-article): Improve article retrieval.
6590
6591 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-util.el (mm-extra-numeric-entities): New variable.
6594
6595         * mm-url.el (mm-url-decode-entities):
6596         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6597
6598         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6599
6600 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6601
6602         * message.el: Use completion-at-point.
6603         (message-completion-function): New fun, extracted from message-tab.
6604         (message-mode): Use it for completion-at-point-functions.
6605         (message-tab): Use it and completion-at-point.
6606
6607 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6610         character if a non-breakable character follows.
6611
6612 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6615         any stream.
6616
6617         * shr.el (shr-tag-font): Colorize the region.
6618         (shr-tag-body): Ditto.
6619         (shr-tag-font): Actually let the styles be inherited instead of
6620         overwriting them.
6621         (shr-tag-font): Get the background color right.
6622         (shr-tag-style): Ignore all <style> tags for the moment.
6623
6624         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6625         a Message-ID to avoid having nnimap depend on gnus-sum.
6626
6627         * shr.el (shr-descend): Only colorize something if we have a node that
6628         sets colors.
6629
6630 2010-12-06  Julien Danjou  <julien@danjou.info>
6631
6632         * shr.el (shr-render-td): Render td content with shr-descend, so style
6633         will be applied to <td> too.
6634         (shr-colorize-region): Colorize region even if we only have a background.
6635         (shr-tag-body): Fix color and background color inheritance.
6636         Do not recolorize after shr-generic.
6637         (shr-tag-font): Let shr-generic colorize via inheritance.
6638
6639 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6642
6643 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6644
6645         * nnir.el (nnir-request-move-article): Remove obsolete code.
6646
6647 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6650
6651 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652
6653         * gnus-sum.el (gnus-summary-respool-article): The completion function
6654         expects a list instead of an alist.
6655
6656         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6657         string as the parameter.
6658
6659         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6660
6661         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6662         styles.
6663         (shr-colorize-region): New function.
6664         (shr-insert-background-overlay): Remove.
6665         (shr-render-td): Background setting should be taken care of on a higher
6666         level.
6667         (shr-tag-body): Use post-hoc colorizations.
6668         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6669         (shr-put-color-1): Don't overwrite old colors.
6670         (shr-colorize-region): When the background color isn't explicit, use
6671         a fixed background.
6672
6673         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6674         nnmail variables.
6675
6676 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6677
6678         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6679         unless necessary.
6680
6681 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6682
6683         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6684         server.
6685
6686 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6689         so that TAB works.
6690
6691         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6692         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6693
6694         * shr.el (shr-urlify): Show the URL before the title to avoid
6695         misleading URLs.
6696
6697 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6698
6699         * shr.el (shr-urlify): Display the title in <a> tags.
6700
6701 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6702
6703         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6704
6705 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6706
6707         * nnir.el: Rearrange code to allow macros to be autoloaded by
6708         gnus-sum.el.
6709         (nnir-retrieve-headers-override-function): Make this variable
6710         customizable.
6711         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6712
6713         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6714         from nnir.el.
6715
6716 2010-12-03  Julien Danjou  <julien@danjou.info>
6717
6718         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6719
6720 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6723         allow optional argument `environment'.
6724
6725 2010-12-03  Glenn Morris  <rgm@gnu.org>
6726
6727         * mm-extern.el (message-goto-body): Update declaration.
6728
6729 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-util.el (gnus-macroexpand-all): New function.
6732
6733         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6734         instead of macroexpand-all that is unavailable in XEmacs.
6735
6736 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6737
6738         * nnir.el (nnir-summary-line-format): New variable.
6739         (nnir-mode): Use it.
6740         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6741         (nnir-article-ids): Reimplement as defsubst.
6742         (nnir-retrieve-headers): Don't mangle the subject header.
6743         (nnir-run-imap): Use 100 as RSV score.
6744         (nnir-run-find-grep): Fix for full server searching.
6745         (nnir-run-gmane): Better restriction to gmane groups.
6746
6747         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6748         summary buffers.
6749
6750 2010-12-02  Julien Danjou  <julien@danjou.info>
6751
6752         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6753
6754         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6755
6756         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6757         support.
6758
6759 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6760
6761         * nnir.el: Update to handle the registry better.
6762         (autoload): Silence byte-compiler.
6763         (nnir-open-server): Add a hook for nnir groups.
6764         (nnir-request-move-article): Don't mangle the header.  Better to use
6765         formatting variables (which will be added in the future).
6766         (nnir-registry-action): Update the registry using the original article
6767         group name.
6768         (nnir-mode): Install nnir-specific hooks for updating the registry.
6769
6770         * gnus-sum.el
6771         (gnus-article-original-subject,gnus-newsgroup-original-name):
6772         Remove obsolete variables.
6773         (gnus-summary-move-article): Remove use of obsolete variables.
6774         (gnus-summary-local-variables): Make move and delete hooks local to
6775         summary buffers.
6776
6777 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * rtree.el: New file.
6780
6781 2010-12-01  Julien Danjou  <julien@danjou.info>
6782
6783         * message.el (message-user-organization): Do not use
6784         gnus-local-organization.
6785
6786         * gnus.el: Remove gnus-local-organization.
6787
6788         * gnus-msg.el: Remove nastygram thing.
6789
6790 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6793         funcall.
6794
6795 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6798         names.
6799
6800         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6801         characters.
6802
6803         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6804         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6805         Suggested by Štěpán Němec <stepnem@gmail.com>.
6806         (gnus-gravatar-transform-address): Use mail-extract-address-components
6807         that supports non-ASCII names rather than mail-header-parse-addresses.
6808
6809 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * proto-stream.el (open-protocol-stream): All starttls connections are
6812         handled by the network handler.
6813
6814 2010-11-30  Julien Danjou  <julien@danjou.info>
6815
6816         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6817         (nnimap-open-connection-1): Fix PREAUTH.
6818
6819         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6820
6821 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6824         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6825         (shr-insert): Use them.
6826         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6827
6828 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6829
6830         * nnir.el (nnir-request-move-article): Bail out if original group
6831         doesn't support article moves.
6832         (nnir-get-active): Improve active list retrieval.
6833
6834 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6837
6838 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6839
6840         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6841         seem to accept strings-with-numbers as port numbers.
6842
6843 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6844
6845         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6846         change the registry.
6847
6848 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6851         delete-dups that is not available in XEmacs 21.4.
6852
6853         * mm-util.el (mm-delete-duplicates): Add comment.
6854
6855 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6856
6857         * nnir.el (nnir-ignored-newsgroups): New variable.
6858         (nnir-get-active): Use it.
6859
6860 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * proto-stream.el (proto-stream-open-network): Add some comments.
6863
6864         * nntp.el (nntp-open-connection): Provide a :success condition.
6865
6866         * nnimap.el (nnimap-open-connection-1): Ditto.
6867
6868         * proto-stream.el (proto-stream-open-network): See what the response to
6869         the STARTTLS command is.
6870
6871         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6872         backwards compatibility).
6873         (nnimap-open-connection-1): Really respect nnimap-server-port.
6874
6875         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6876         TLS upgrades we don't really care about the identity of the peer.
6877         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6878         that what we've checked for.
6879         (proto-stream-always-use-starttls): Only default to t if
6880         open-gnutls-stream exists.
6881         (proto-stream-open-network): If STARTTLS failed, then just open a
6882         normal connection.
6883         (proto-stream-open-network): Wait until the greeting before doing
6884         STARTTLS.
6885
6886         * nntp.el (nntp-open-connection): Report what the connection error is.
6887
6888         * proto-stream.el (open-protocol-stream): Rename from
6889         open-proto-stream.
6890
6891 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892
6893         * nnimap.el (nnimap-stream): Change default to `undecided'.
6894         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6895         first, and then network.
6896         (nnimap-open-connection-1): Respect nnimap-server-port.
6897         (nnimap-open-connection): Be more backwards-compatible.
6898
6899         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6900         (proto-stream-open-starttls): De-duplicate the starttls code.
6901         (proto-stream-open-starttls): Folded back into the main function.
6902         (proto-stream-open-network): Fix typo in the gnutls path.
6903         (proto-stream-command): Refactor out.
6904
6905         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6906
6907         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6908         starttls.el STARTTLS.
6909
6910         * color.el (color-lab->srgb): Fix function call name.
6911
6912         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6913         if we're using tls.el.
6914         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6915         built in, then don't try to establish a STARTTLS connection.
6916
6917         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6918         servers.
6919
6920         * proto-stream.el (open-proto-stream): Use network, not stream.
6921         (open-proto-stream): Add a way to specify what the end of a command is.
6922
6923         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6924         connections types.
6925         (nntp-open-network-stream): Remove.
6926         (nntp-open-ssl-stream): Remove.
6927         (nntp-open-tls-stream): Remove.
6928         (nntp-ssl-program): Remove.
6929
6930         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6931
6932 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6933
6934         * nnir.el: Fix typos.
6935         (nnir-retrieve-headers-override-function): Rename variable to reflect
6936         new semantics.
6937         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6938         macros.
6939         (nnir-request-article, nnir-request-move-article): Use them.
6940         (nnir-categorize): New function.
6941         (nnir-run-query): Use it.
6942         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6943         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6944         sorted.
6945         (nnir-group-full-name): Use gnus-group-full-name instead.
6946         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6947         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6948
6949 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6952
6953         * proto-stream.el: New library to provide protocol-specific
6954         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6955         protocols.
6956         (open-proto-stream): Complete the documentation.
6957         (proto-stream-open-network): Fix some typos.
6958
6959         * nnimap.el (nnimap-open-connection): Use it.
6960
6961 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6962
6963         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6964         negotiation.
6965
6966 2010-11-26  Julien Danjou  <julien@danjou.info>
6967
6968         * color.el: Rename various rgb functions to srgb.
6969
6970 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6973         names.
6974
6975 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * shr.el (shr-insert): Revert last change.
6978         (shr-find-fill-point): Never leave point being at bol;
6979         relax the kinsoku limitation when rendering tables.
6980
6981 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6984         results from -accept-article.
6985
6986         * shr-color.el: Require cl when compiling.
6987
6988         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6989         checkin.
6990
6991         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6992
6993         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6994
6995         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6996         'add and 'delete to set backend marks.
6997
6998         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6999
7000         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7001
7002         * nntp.el (nntp-request-set-mark): Use it.
7003
7004         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7005
7006         * nnml.el (nnml-request-set-mark): Ditto.
7007
7008         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7009         introduces regressions in article selection.
7010         (nnimap-find-uid-response): New function.
7011         (nnimap-request-accept-article): Use the UID returned, if any.
7012         (nnimap-request-move-article): Use the UID returned, if any.
7013         (nnimap-get-groups): Reimplement to work with folded lines.
7014         (nnimap-find-uid-response): The UID is the last element in the list.
7015         (nnimap-request-set-mark): Extend syntax with 'set.
7016
7017         * nnml.el (nnml-request-set-mark): Ditto.
7018
7019         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7020
7021         * nntp.el (nntp-request-set-mark): Ditto.
7022
7023 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * message.el (message-called-interactively-p): A temporary macro.
7026         (message-goto-body): Use it temporarily.
7027
7028 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029
7030         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7031         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7032         (nnimap-last-response-string): Fix last unfolding fix.
7033
7034 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * shr.el (shr-insert): Fix the way to fold lines.
7037
7038 2010-11-25  Julien Danjou  <julien@danjou.info>
7039
7040         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7041
7042         * color.el: Rename from color-lab.el
7043         (color-rgb->hex): Add.
7044         (color-complement): Add.
7045         (color-complement-hex): Add.
7046
7047         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7048
7049 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * shr-color.el (shr-color-visible): Don't bug out if the color names
7052         don't exist.
7053
7054 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7057         assuming that article displaying or another mml-preview may be
7058         interrupted for an error or for the like.
7059
7060         * shr.el (shr-get-background): Fix argument name.
7061
7062 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7065
7066         * gnus-sum.el (gnus-summary-include-articles): New function.
7067
7068         * message.el (message-goto-body): called-interactively-p needs a
7069         parameter, so use `any'.
7070
7071         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7072         clear marks before moving, since they're synced from the Gnus side
7073         first.
7074
7075         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7076         (gnus-summary-move-article): Copy over all marks before moving, so that
7077         IMAP doesn't think a new article has arrived.
7078
7079 2010-11-24  Julien Danjou  <julien@danjou.info>
7080
7081         * shr.el (shr-insert-background-overlay): Fix typo.
7082         (shr-render-td): Copy the background before rendering.
7083
7084         * shr-color.el (shr-color-visible): Fix docstring.
7085
7086         * shr.el (shr-tag-table): Add bgcolor support.
7087         (shr-render-td): Add bgcolor support.
7088         (shr-get-background): Add.
7089         (shr-insert-foreground-overlay): Use shr-get-background.
7090
7091         * message.el (message-goto-body): Use called-interactively-p.
7092         (message-in-body-p): message-goto-body returns point.
7093
7094 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7097         Fixes something or other in Emacs 23, and is backwards compatible.
7098
7099         * message.el (message-goto-body): Remove the <#secure special-casing,
7100         which is too special.
7101
7102         * shr.el (shr-parse-style): Drop !important from styles.
7103
7104 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7105
7106         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7107         this function to return incorrect results when calling it with an
7108         explicit article argument different from
7109         (gnus-summary-article-number).
7110
7111 2010-11-24  Julien Danjou  <julien@danjou.info>
7112
7113         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7114         (shr-tag-body): Add background support.
7115         (shr-descend): Add background support.
7116         (shr-tag-title): Add.
7117
7118         * shr-color.el (shr-color-visible): Really return original background
7119         if fixed.
7120
7121 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7122
7123         * shr.el (shr-color-check): Protect against non-existent color names.
7124
7125 2010-11-24  Julien Danjou  <julien@danjou.info>
7126
7127         * color-lab.el: Require 'cl when compiling.
7128
7129         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7130
7131         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7132         matched part.
7133
7134         * color-lab.el: Fix all expt calls to use float type.
7135
7136 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7139         expression to shr-color-check as is.
7140
7141         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7142
7143         * color-lab.el: Add coding cookie.
7144         (float-pi): Use eval-and-compile.
7145
7146         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7147         compiled for Emacsen having no `libxml-parse-html-region' support.
7148
7149 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * shr.el (shr-insert-color-overlay): Split stuff like
7152         "#444444 !important" to find the real color.
7153         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7154         parse <font color="red"> entries.
7155
7156 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7157
7158         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7159         point when parsing headers.
7160
7161         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7162         is positioned properly when parsing headers.
7163
7164 2010-11-23  Julien Danjou  <julien@danjou.info>
7165
7166         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7167
7168         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7169
7170         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7171
7172         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7173         Use shr-color-hue-to-rgb.
7174         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7175
7176 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * shr.el (shr-color->hexadecimal): Autoload.
7179         (shr-descend): Add color to all tags.
7180
7181 2010-11-22  Julien Danjou  <julien@danjou.info>
7182
7183         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7184         shr-color->hexadecimal.
7185
7186         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7187         RGB() or HSL() color representation.
7188
7189         * shr.el (shr-tag-font): Add.
7190         (shr-tag-color-check): New function to get better colors.
7191         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7192         tag-span.
7193
7194         * shr-color.el: New file.
7195
7196         * color-lab.el: New file.
7197
7198         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7199
7200 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7201
7202         * nnir.el: Fix typo in comments.
7203         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7204         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7205
7206 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7209
7210         * nnimap.el (nnimap-get-capabilities): Refactor out.
7211         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7212
7213 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7214
7215         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7216         appearing when `mm-uu-hide-markers' is nil.
7217
7218 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * nnimap.el (nnimap-unselect-group): Make into its own function.
7221         (nnimap-request-rename-group): Unselect group before renaming.
7222         This had gotten lost somewhere.
7223         (nnimap-request-accept-article): Keep track of examined groups, and
7224         unselect the group before APPENDing to read-only groups.
7225         (nnimap-request-move-article): Clear flags before moving so that they
7226         can be re-set later.
7227
7228 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7231         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7232
7233 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-art.el (gnus-mime-display-single):
7236         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7237         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7238         parameter.
7239
7240 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7243         (shr-table-vertical-line): New variable.
7244         (shr-insert-table): Use it.
7245
7246 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-html.el (gnus-html-wash-images): Don't display images if
7249         gnus-inhibit-images is non-nil; register displayer for cid images.
7250         (gnus-html-display-image): Work for cid image.
7251         (gnus-html-insert-image): Allow arguments.
7252         (gnus-html-put-image): Inhibit read-only.
7253         (gnus-html-prefetch-images): Don't prefetch images if
7254         gnus-inhibit-images is non-nil.
7255
7256 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * shr.el (shr-put-image): Break lines when inserting big pictures.
7259
7260 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7261
7262         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7263         sender, thanks Katsumi Yamaoka.
7264
7265 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7266
7267         * nnir.el (nnir-run-imap): Reverse the article list for each group
7268         rather than the whole list.
7269
7270 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * shr.el (shr-image-displayer): Protect function against non-existent
7273         image source.
7274
7275         * gnus-art.el (gnus-inhibit-images): New user option.
7276         (gnus-mime-display-single): Don't display image if it is non-nil.
7277
7278         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7279         gnus-inhibit-images.
7280
7281         * shr.el (shr-image-displayer): New function.
7282         (shr-tag-img): Use it.
7283
7284 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7285
7286         * mml2015.el (mml2015-epg-sign): Use From header.
7287
7288 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7291
7292         * gnus-util.el (gnus-find-text-property-region): Return markers.
7293
7294         * shr.el (shr-tag-img): Put a displayer in the text property.
7295
7296         * gnus-util.el (gnus-find-text-property-region): New utility function.
7297
7298         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7299         (gnus-html-show-images): Remove.
7300
7301         * gnus-art.el (gnus-article-show-images): New, more general function.
7302
7303         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7304         image url text properties.
7305
7306         * shr.el: Ditto.
7307
7308         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7309         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7310
7311 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7314         work for two or more articles.
7315
7316 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7319         divide an image that's in an html article to two or more when washing
7320         non-ASCII characters in alt text of it.
7321
7322 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7325         smime-decrypt-region using function argument.
7326         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7327
7328         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7329
7330         * smime.el (smime-decrypt-region): Catch it.
7331
7332 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7333
7334         * smime.el (smime-mode-map): Move initialization into declaration.
7335         (gnus-run-mode-hooks): Don't autoload.
7336         (smime-mode): Use define-derived-mode.
7337
7338 2010-11-11  Glenn Morris  <rgm@gnu.org>
7339
7340         * smime.el (from): Restrict declaration to XEmacs.
7341
7342         * nnir.el (gnus-group-topic-name): Autoload.
7343
7344 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * shr.el (shr-insert): Don't break long line if it is because of
7347         kinsoku-bol characters in the line end.
7348
7349 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7350
7351         * nnir.el (nnir-request-move-article): Fix to provide original group
7352         and subject.
7353         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7354         been retrieved.
7355
7356         * gnus-sum.el (gnus-summary-move-article): Use original group and
7357         subject for virtual articles such as those in an nnir summary buffer.
7358
7359 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7362         least 21.5).
7363
7364         * smime.el (from): Declare it again for XEmacs.
7365
7366 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367
7368         * message.el (message-resend): Don't disable encoding unless it's
7369         already encoded.
7370
7371         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7372         low-numbered articles.
7373
7374 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * rfc2047.el (rfc2047-syntax-table): Simplify.
7377
7378         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7379
7380         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7381         set-char-table-range for XEmacs.
7382
7383 2010-11-10  Glenn Morris  <rgm@gnu.org>
7384
7385         * time-date.el (time-to-seconds): Always an alias on Emacs,
7386         never a real function.
7387         (with-no-warnings): Remove compat stub, now unused.
7388         (time-less-p): Doc fix.
7389         (time-to-number-of-days): Simplify.
7390
7391         * smime.el (from): Remove unused declaration.
7392
7393         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7394         (gnus-float-time): On Emacs, always an alias.
7395
7396         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7397         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7398
7399 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * dgnushack.el: Don't use ignore-errors in the top level form since it
7402         is unavailable in XEmacs even if cl is loaded.
7403
7404         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7405
7406 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * shr.el (browse-url-mailto): Autoload.
7409
7410         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7411
7412         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7413         regexp doesn't need quoting.
7414
7415 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7416
7417         * message.el (message-subject-trailing-was-ask-regexp)
7418         (message-subject-trailing-was-regexp): Match was: in addition to was.
7419
7420 2010-11-09  Glenn Morris  <rgm@gnu.org>
7421
7422         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7423         (nnbabyl-check-mbox): Use point-at-bol.
7424
7425 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7428
7429         * message.el (message-mailto): New function.
7430         (message-mailto): Should accept other parameters.
7431         (message-mailto): Remove since it duplicates browse-url-mailto
7432         functionality.
7433
7434 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7437         methods.
7438         (gnus-read-active-file): Ditto.
7439
7440         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7441         ": " from the prompt.
7442         (gnus-group-make-group): Ditto.
7443
7444 2010-11-07  Glenn Morris  <rgm@gnu.org>
7445
7446         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7447         (gnus-bookmark-kill-line): Use point-at-eol.
7448
7449 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7452         asterisks in From header.
7453
7454 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7457         string to avoid making the From headers syntactically invalid.
7458
7459         * message.el (message-send-mail): Don't insert courtesy messages if the
7460         message already has List-Post and List-ID messages.
7461
7462 2010-11-06  Glenn Morris  <rgm@gnu.org>
7463
7464         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7465         `condition', `type', `length' a prefix.
7466         (gnus-treat-predicate): Update for above name changes.
7467
7468 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7469
7470         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7471         binding.  Handled by `gnus-summary-refer-thread' instead.
7472         (nnir-warp-to-article): New backend function.
7473
7474         * nnimap.el (nnimap-request-thread): Force dependency updating.
7475
7476         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7477         (gnus-summary-refer-thread): Rework to improve thread-referral.
7478
7479         * gnus-int.el (gnus-warp-to-article): New function.
7480
7481         * gnus-sum.el (gnus-summary-article-map): Bind it.
7482
7483 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7484
7485         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7486         gnus-summary-refer-thread.
7487
7488         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7489         headers.
7490         (gnus-summary-limit-include-thread): Prevent articles in thread from
7491         being cut in gnus-cut-threads.
7492         (gnus-summary-refer-thread): Limit retrieved headers to those in
7493         thread.
7494
7495 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * message.el (message-send-mail): Use the value of
7498         message-courtesy-message from the message buffer.
7499
7500         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7501
7502         * shr.el (shr-browse-url): Implement mailto: URLs.
7503
7504         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7505         "raw".
7506
7507         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7508         if it's already selected.
7509
7510         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7511
7512 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7515         to measure the length and truncate alt text.
7516
7517 2010-11-03  Glenn Morris  <rgm@gnu.org>
7518
7519         * nndiary.el (nndiary-generate-nov-databases-1)
7520         (nndiary-generate-active-info): Rename dynamic variable `files' to
7521         something less generic.
7522
7523 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7524
7525         * nnir.el (nnir-request-move-article): Call the underlying backend to
7526         move articles from nnir.
7527
7528 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529
7530         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7531
7532 2010-11-02  Julien Danjou  <julien@danjou.info>
7533
7534         * nnir.el: Remove wais support.
7535
7536 2010-11-02  Glenn Morris  <rgm@gnu.org>
7537
7538         * gnus-html.el: Reorder requirements to quieten compiler.
7539
7540 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7543         properly for XEmacs as well.
7544         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7545         (gnus-article-natural-long-line-p): Use window-width rather than
7546         frame-width.
7547
7548 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7549
7550         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7551         (nnir-read-parms): Don't modify query.
7552         (nnir-run-query): Add ability to search topic on current line.
7553         (nnir-get-active): Clean up.
7554
7555 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7558         degenerate articles.
7559
7560         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7561         (gnus-print-buffer): Just print the buffer as is, without any copying
7562         to a buffer and then re-highlighting.
7563
7564         * nnimap.el (nnimap-request-group): Store the new updated info.
7565         (nnimap-request-group): Select the group when we don't know whether it
7566         exists or not.
7567
7568         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7569         groups.
7570
7571         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7572         groups.
7573
7574         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7575         groups.
7576
7577         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7578         long-lines case by only filling the long lines.
7579
7580         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7581         (bug #7311).
7582
7583 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * shr.el: No need to declare `declare-function' since shr.el is for
7586         only Emacsen that provide `libxml-parse-html-region'.
7587
7588         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7589         effective only in a file it is referred to.
7590
7591 2010-11-01  Glenn Morris  <rgm@gnu.org>
7592
7593         * mm-util.el (gnus-completing-read): Autoload.
7594         (mm-read-coding-system): Simplify Emacs definition.
7595
7596         * nnmail.el (gnus-activate-group):
7597         * nnimap.el (gnutls-negotiate):
7598         * nntp.el (netrc-parse): Fix declarations.
7599
7600 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7603         string-match-p in Emacs >=23.
7604
7605         * gnus-msg.el (gnus-configure-posting-styles):
7606         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7607
7608 2010-11-01  Glenn Morris  <rgm@gnu.org>
7609
7610         * nnir.el (declare-function): Add compat stub.
7611         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7612         (nnir-run-gmane): Require 'mm-url.
7613
7614         * mm-util.el (mm-string-to-multibyte): Simplify.
7615
7616         * shr.el (declare-function): Add compat stub.
7617         (url-cache-create-filename): Declare.
7618         (mm-disable-multibyte, widget-convert-button): Autoload.
7619
7620         * smime.el (ldap-search): Declare.
7621         (smime-cert-by-ldap-1): Require ldap on Emacs.
7622
7623         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7624         (nnimap-keepalive): Use gnus-float-time.
7625
7626         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7627         (mail-source-delete-crash-box): Use gnus-float-time.
7628
7629         * gnus-dired.el (gnus-completing-read): Autoload.
7630
7631         * mm-view.el (gnus-rescale-image): Autoload.
7632
7633         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7634
7635         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7636
7637         * sieve-manage.el: Require 'cl when compiling.
7638
7639         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7640         (gnus-iswitchb-completing-read): Require iswitchb.
7641         (gnus-select-frame-set-input-focus): Silence compiler.
7642
7643 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * message.el (message-subject-trailing-was-query): Change default to t,
7646         since I think that's what most people want.
7647
7648         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7649         appending for easier debugging.
7650         (nnimap-wait-for-connection): Take a regexp.
7651         (nnimap-request-accept-article): Wait for the continuation line before
7652         sending anything unless we're streaming.
7653
7654         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7655         leave the header washing to take place.
7656
7657 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7658
7659         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7660         regular expression match and replace in posting styles.
7661
7662 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7663
7664         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7665         an entire server.
7666         (nnir-get-active): New function.
7667         (nnir-run-imap): Use it.
7668         (nnir-run-gmane): Who knew, gmane search returns an article score!
7669
7670         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7671         server on the current line with nnir.
7672
7673 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7676         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7677         left edge.
7678         (gnus-article-foldable-buffer): Skip past the prefix when determining
7679         raggedness.
7680
7681         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7682         the raw article, and change `C-u g' to show the article without doing
7683         treatments.
7684
7685         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7686         on to `gnus-treat-article'.
7687         (gnus-inhibit-article-treatments): New variable.
7688
7689         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7690
7691         * gnus-art.el (gnus-treatment-function-alist): Have
7692         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7693         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7694         sections.
7695
7696         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7697         parameter.
7698         (gnus-article-fill-cited-long-lines): New function.
7699         (gnus-article-fill-cited-article): Allow filling only long sections.
7700
7701         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7702         and non-punctuation (like after the apostrophe in "'We").
7703
7704         * gnus-sum.el (gnus-summary-select-article): Make sure
7705         gnus-original-article-buffer is alive.
7706
7707         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7708         reflect the order they're in in the digest.
7709
7710         * gnus.el (gnus-group-startup-message): Move point to the start of the
7711         buffer.
7712
7713         * nnimap.el (nnimap-capability): New function.
7714         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7715         is set.
7716
7717 2010-10-31  David Engster  <dengste@eml.cc>
7718
7719         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7720         conform with changes to gnus-completing-read.
7721
7722 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723
7724         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7725
7726 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7727
7728         * nnir.el: Move defvar, defcustom around to keep file organized
7729         and keep byte-compiler quiet.
7730         (nnir-read-parms): Accept search-engine as arg.
7731         (nnir-run-query): Pass search-engine as arg.
7732         (nnir-search-engine): Remove.
7733
7734 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * shr.el (shr-generic): The text nodes should be text, not :text.
7737
7738         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7739         later in the file.
7740
7741 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7742
7743         * nnir.el: General clean up.  Allow searching with multiple engines.
7744         Allow separate extra-parameters for each engine.
7745         Batch queries when possible.
7746         (nnir-imap-default-search-key,nnir-method-default-engines):
7747         Add customize interface.
7748         (nnir-run-gmane): New engine.
7749         (nnir-engines): Use it.  Qualify all prompts with engine name.
7750         (nnir-search-engine): Remove global variable.
7751         (nnir-run-hyrex): Restore for now.
7752         (nnir-extra-parms,nnir-search-history): New variables.
7753         (gnus-group-make-nnir-group): Use them.
7754         (nnir-group-server): Remove in favor of gnus-group-server.
7755         (nnir-request-group): Avoid searching twice.
7756         (nnir-sort-groups-by-server): New function.
7757
7758 2010-10-30  Julien Danjou  <julien@danjou.info>
7759
7760         * gnus-group.el: Remove gnus-group-fetch-control.
7761
7762         * gnus-start.el (gnus-find-new-newsgroups):
7763         Remove gnus-check-first-time-used.
7764
7765         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7766
7767 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7768
7769         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7770         set on groups that don't have \* permanentflags.
7771
7772 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773
7774         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7775         control the background color.
7776         (shr-tag-img): Ignore very small web bug type images.
7777         (shr-put-image): Add help-echo alt texts to the images.
7778         (shr-tag-video): Show the video poster image.
7779
7780 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * shr.el (shr-table-depth): New variable.
7783         (shr-tag-table-1): Only insert the images after the top-level table.
7784
7785         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7786
7787         * gnus-util.el (gnus-list-memq-of-list): New function.
7788
7789         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7790         selected.
7791         (nnimap-unsplittable-articles): New slot.
7792         (nnimap-new-articles): Use it.
7793
7794 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7795
7796         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7797         move to the previous line on `M-g'.
7798
7799 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7802         *-request-group, which seems unnecessary.
7803
7804         * nnimap.el (nnimap-quote-specials): Function copied over from
7805         imap.el.
7806         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7807         they support that.  Suggested by Tom Regner.
7808
7809 2010-10-29  Julien Danjou  <julien@danjou.info>
7810
7811         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7812         defalias.
7813         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7814
7815         * gnus.el: Remove `gnus-nntp-service' variable.
7816         (gnus-secondary-servers): Make obsolete.
7817         (gnus-nntp-server): Make obsolete.
7818
7819         * gnus-start.el (gnus-1): Remove x-splash calls.
7820
7821         * gnus-ems.el (gnus-x-splash): Remove.
7822
7823         * gnus.el (gnus-group-startup-message): Simplify/update code.
7824
7825         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7826         definition.
7827
7828         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7829         capability before doing anything.
7830         (gnus-group-insert-group-line): Remove useless
7831         gnus-group-remove-excess-properties.
7832
7833 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7836
7837 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7840         config after reselecting.
7841
7842 2010-10-28  Julien Danjou  <julien@danjou.info>
7843
7844         * shr.el (shr-put-image): Use point even if only inserting text.
7845         (shr-put-image): Save excursion when inserting alt text on non-graphic
7846         display, so the behavior is the same when we are on a graphic display.
7847
7848         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7849
7850 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7853         (gnus-mime-copy-part): Check coding system, not charset.
7854         (gnus-mime-view-part-externally): Never remove part.
7855         (gnus-mime-view-part-internally): Don't remove part here.
7856         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7857         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7858         multipart/alternative.
7859
7860         * mm-decode.el (mm-display-part): Take optional arg `force'.
7861
7862 2010-10-26  Julien Danjou  <julien@danjou.info>
7863
7864         * gnus-group.el (gnus-group-default-list-level): Add this function to
7865         compute the default list level.
7866         (gnus-group-default-list-level): Add possibility to use a function.
7867
7868 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7871
7872         * gnus-group.el (gnus-group-completing-read)
7873         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7874         gnus-replace-in-string.
7875
7876 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * shr.el (shr-tag-div): Add.
7879
7880         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7881
7882 2010-10-25  Julien Danjou  <julien@danjou.info>
7883
7884         * gnus-util.el: Remove `gnus-with-local-quit'.
7885
7886         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7887
7888 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7891         the original article buffer.
7892
7893 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * nnimap.el (nnimap-request-head): New function.
7896         (nnimap-request-move-article): Try to be slightly faster by not
7897         requesting the entire message when moving.
7898         (nnimap-transform-headers): Don't bug out on bodiless articles.
7899         (nnimap-send-command): Have no outstanding messages if the IMAP server
7900         doesn't support streaming.
7901         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7902
7903 2010-10-24  Julien Danjou  <julien@danjou.info>
7904
7905         * message.el (message-default-headers): Fix type.
7906
7907 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7910         prefetching images.
7911
7912         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7913         backend for unknown groups.  This is mainly useful for nnimap groups.
7914
7915         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7916         group isn't covered by the agent.
7917
7918 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7919
7920         * nnir.el (nnir-method-default-engines): New variable.
7921         (nnir-run-query): Use it.
7922         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7923         (gnus-summary-nnir-goto-thread): Change group if needed.
7924
7925         * gnus-group.el (gnus-group-group-map): Add key binding for
7926         gnus-group-make-nnir-group.
7927
7928 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * shr.el (shr-tag-object): Add.
7931
7932         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7933         original article buffer live.
7934         (gnus-summary-select-article-buffer):
7935         Mention gnus-widen-article-buffer.
7936
7937 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * shr.el (shr-tag-strong): Add.
7940
7941 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7944         group names.  They mess up the group buffer badly.
7945
7946         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7947
7948         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7949         instead of the summary one.
7950
7951 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * mml.el (mml-preview): Work properly when editing article.
7954
7955         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7956         gnus-have-read-active-file if it's already been in.
7957
7958 2010-10-22  Tom Tromey  <tromey@redhat.com>
7959
7960         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7961         gnus-group-completing-read.
7962
7963 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * message.el (message-mode-map): Don't bind M-; to comment region, to
7966         allow the global comment-dwim to work.
7967
7968 2010-10-21  Julien Danjou  <julien@danjou.info>
7969
7970         * message.el (message-setup-1): Allow message-default-headers to be a
7971         function.
7972
7973 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * shr.el (shr-tag-table): Simplify.
7976
7977 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7980         to avoid trying to snarf invalid stuff.
7981
7982         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7983
7984         * gnus.el (gnus-message-archive-group): Quote value.
7985         (gnus-message-archive-group): Mark as changed.
7986
7987         * shr.el (shr-add-font): Don't put the font properties on the newline
7988         or the indentation.
7989
7990         * message.el (message-fix-before-sending): Change options when sending
7991         non-printable characters.
7992
7993         * gnus.el (gnus-message-archive-method): Change the default to
7994         monthly outgoing groups.
7995
7996         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7997         that have gotten new numbers.
7998
7999         * nnimap.el (nnimap-request-replace-article): New function.
8000
8001 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8004         (nnrss-request-article): Don't use special html washing code.
8005
8006 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * shr.el (shr-tag-table): Remove useless nconc.
8009
8010 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-art.el (article-wash-html): Simplify and remove the charset
8013         stuff.  Use the normal html rendering code instead of the special html
8014         washing code.
8015
8016         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8017         `gnus-w3m' symbols.
8018         (mm-text-html-washer-alist): Remove.
8019
8020         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8021         (mm-inline-media-tests): Remove use.
8022         (mm-text-html-renderer): Change default to the `shr' symbol.
8023
8024         * mm-view.el (mm-inline-text-html): Remove use.
8025
8026         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8027         `gnus-blocked-images' to be a function.
8028         (gnus-article-wash-function): Remove.
8029
8030 2010-10-20  Julien Danjou  <julien@danjou.info>
8031
8032         * spam.el (spam-list-of-processors): Mark as obsolete.
8033
8034         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8035         (nnimap-insert-partial-structure): Fix boundary detection.
8036
8037 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8038
8039         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8040         run file-truename on remote files.  This can be expensive and even
8041         prevent one from editing drafts if some unrelated buffer has a stale
8042         connection.
8043
8044 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8047         kinsoku-eol regardless of shr-kinsoku-shorten.
8048         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8049         (shr-tag-table): Support caption, thead, and tfoot.
8050
8051 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8054         lines.
8055         (shr-save-contents): New command and keystroke.
8056
8057         * nndoc.el (nndoc-type-alist): Add git support.
8058         (nndoc-git-type-p): New function.
8059         (nndoc-transform-git-article): Ditto.
8060         (nndoc-transform-git-headers): Ditto.
8061         (nndoc-transform-git-headers): Generate Subject headers.
8062
8063         * shr.el (shr-parse-style): New function.
8064         (shr-tag-span): Ditto.
8065
8066         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8067         to `G G' to avoid collisions.
8068
8069 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * shr.el: Load kinsoku if necessary.
8072         (shr-kinsoku-shorten): New internal variable.
8073         (shr-find-fill-point): Make kinsoku shorten text line if
8074         shr-kinsoku-shorten is bound to non-nil.
8075         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8076         shr-indentation too when testing if table is wider than frame width.
8077         (shr-insert-table): Use `string-width' instead of `length' to measure
8078         text width.
8079         (shr-insert-table-ruler): Make sure indentation is done at bol.
8080
8081 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8082
8083         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8084         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8085         undecoded network data.
8086
8087 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8090         name in the mode line spec so that the mode line menu works
8091         (bug #2431).
8092
8093         * message.el (message-get-reply-headers): If we're fed `to-address',
8094         then always use that.
8095
8096         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8097         aren't so wide as to need to switch off the edit menu.
8098
8099         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8100         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8101
8102         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8103         `M-g'.
8104         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8105         the permanent marks.
8106
8107 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8108
8109         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8110         Splitting according to references/in-reply-to obeys the ignore-groups
8111         variable, while splitting by sender and subject do not.
8112
8113 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8116         alist, so that we can look for non-Unicode chars.
8117         (article-translate-strings): Allow both character and string maps.
8118
8119 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * shr.el (shr-insert): Don't insert space behind a wide character
8122         categorized as kinsoku-bol, or between characters both categorized as
8123         nospace.
8124
8125 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8126
8127         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8128         headers to gnus-newsgroup-headers.
8129
8130 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * shr.el (shr-tag-img): Don't align images -- since we're not
8133         rescaling, this often leads to ugly displays.
8134
8135 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8136
8137         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8138         duplicates.
8139
8140 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8141
8142         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8143         call.
8144
8145 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus.el: Autoload gnus-html-show-images.
8148
8149         * nnimap.el: Use nnheader-message throughout.
8150
8151         * shr.el (shr-tag-img): Ignore images with no data.
8152
8153 2010-10-15  Julien Danjou  <julien@danjou.info>
8154
8155         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8156         a possibility to disable format=flow encoding when using hard newlines.
8157
8158 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * shr.el (shr-insert): Remove space inserted before or after a
8161         breakable character or at the beginning or the end of a line.
8162         (shr-find-fill-point): Do kinsoku; find the second best point or give
8163         it up if there's no breakable point.
8164
8165 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * nnimap.el (nnimap-open-connection): Message when opening connection
8168         for debugging purposes.
8169
8170         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8171         on every setup buffer call to allow this to change from article to
8172         article.
8173
8174         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8175         buffers where we have a wide table.
8176
8177 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8178
8179         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8180         uses *-request-thread.
8181
8182 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8185         incantation, which is no longer valid.
8186
8187 2010-10-14  Julien Danjou  <julien@danjou.info>
8188
8189         * shr.el: Fix defcustom type (char -> character).
8190
8191 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8194         programs.
8195
8196 2010-10-14  Julien Danjou  <julien@danjou.info>
8197
8198         * shr.el (shr-tag-a): Use url-link as widget type.
8199
8200         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8201         `gnus-group-get-icon'.
8202
8203 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8206         This should make server editing work better.
8207
8208         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8209
8210         * tls.el (tls-program): Remove spurious %s from openssl.
8211
8212         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8213         (nnimap-parse-flags): Fix regexp.
8214
8215         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8216         probably work for CJVK text, too.
8217
8218         * nnimap.el (nnimap-extend-tls-programs): Remove.
8219         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8220
8221         * tls.el (tls-starttls-switches): Remove starttls hack.
8222         (open-tls-stream): Ditto.
8223         (tls-find-starttls-argument): Ditto.
8224
8225 2010-10-13  Julien Danjou  <julien@danjou.info>
8226
8227         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8228         responses.
8229
8230 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8233
8234         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8235         anything in Emacs.
8236
8237         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8238
8239 2010-10-13  Julien Danjou  <julien@danjou.info>
8240
8241         * shr.el (shr-width): Make shr-width a defcustom with default to
8242         fill-column.
8243         (shr-tag-img): Use shr-width rather than fill-column.
8244
8245 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * dgnushack.el (byte-optimize-apply):
8248         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8249
8250         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8251         position when (X-)Faces exist.
8252         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8253         avatars when called interactively.
8254
8255 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8258         gnus-article-x-face-too-ugly is bound.
8259
8260 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8263
8264         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8265         mailbox that doesn't exist.
8266
8267 2010-10-12  Julien Danjou  <julien@danjou.info>
8268
8269         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8270         (shr-get-image-data): Encode URL properly when fetching from cache.
8271         (shr-tag-img): Use aligned-to spaces to align correctly images.
8272
8273         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8274         before inserting the Gravatar.
8275
8276         * shr.el (shr-tag-img): Add align attribute support for <img>.
8277
8278 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * gnus-gravatar.el (gnus-art): Require.
8281
8282         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8283         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8284         Remove long obsoleted functions.
8285
8286 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8289
8290         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8291
8292         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8293         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8294         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8295         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8296         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8297         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8298         * sieve-manage.el, smime.el, spam.el:
8299         Fix comment for declare-function.
8300
8301 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * nnimap.el (nnimap-request-rename-group): Select group read-only
8304         before renaming it.
8305
8306         * shr.el (shr-insert): Fix up the white space only regexp.
8307
8308         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8309         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8310
8311         * shr.el (shr-current-column): New function.
8312         (shr-find-fill-point): New function.
8313
8314 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8315
8316         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8317         numbers.
8318
8319 2010-10-11  Julien Danjou  <julien@danjou.info>
8320
8321         * shr.el (shr-hr-line): Add.
8322         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8323         display hr lines.
8324         (shr-max-columns): Do not change state to nil if we just inserting
8325         spaces.
8326
8327 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8328
8329         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8330         select the last group.
8331
8332 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8333
8334         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8335
8336 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8337
8338         * dig.el (dig-mode-map): Declare and define in one step.
8339
8340 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8343         for Gnus.
8344         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8345         (nnimap-update-qresync-info): Mark \Seen articles as read.
8346
8347         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8348         non-variable, too.
8349
8350         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8351         available.
8352         (nnimap-update-info): Rely more on the current active than the param
8353         active to avoid marking articles as read too much.
8354
8355         * auth-source.el (auth-source-create): Use (user-login-name) for the
8356         user name default.
8357
8358         * nnimap.el (nnimap-update-info): If the server doesn't return any
8359         useful info, just use the previous info.
8360         (nnimap-update-info): Prefer old info over start-article.
8361         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8362
8363 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8364
8365         * nnir.el (autoload): Clean up autoloads.
8366         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8367         Use key rather than value.
8368         (nnir-imap-search-other): New variable.
8369         (nnir-read-parm): Use it.
8370         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8371         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8372
8373 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8374
8375         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8376         the process, too.
8377
8378 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * spam.el (gnus-summary-mode-map): Bind to "$".
8381         Suggested by Russ Allbery.
8382
8383         * shr.el: Rework the way things are indented by <li> slightly.
8384
8385         * gnus.el (gnus-group-set-parameter): Fix typo.
8386
8387         * nnimap.el: Start implementing QRESYNC support.
8388
8389 2010-10-09  Julien Danjou  <julien@danjou.info>
8390
8391         * nnir.el (nnir-engines): Fix too many arguments.
8392
8393 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8396         group is the "last", so that the backends like nnfolder actually save
8397         their folders.
8398
8399         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8400         try to use that for the tls stream.
8401         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8402         UIDVALIDITY and find out which groups are read-only and not.
8403         (nnimap-get-flags): Use the same marks parsing code as the rest of
8404         nnimap.
8405
8406 2010-10-09  Julien Danjou  <julien@danjou.info>
8407
8408         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8409
8410         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8411         retrieving gravatars.
8412
8413         * shr.el (shr-table-corner): Add.
8414         (shr-table-line): Add.
8415         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8416
8417 2010-10-08  Julien Danjou  <julien@danjou.info>
8418
8419         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8420
8421 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8422
8423         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8424
8425         * gnus-sum.el (gnus-mark-article-as-unread)
8426         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8427         (gnus-summary-set-bookmark): Use it.
8428
8429         * gnus-msg.el (gnus-setup-message): Use it.
8430
8431         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8432
8433         * gnus.el (gnus-group-remove-parameter): Use it.
8434
8435         * gnus-group.el (gnus-group-make-web-group): Use it.
8436
8437         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8438
8439         * nnregistry.el: Update docs to mention manual.
8440
8441         * gnus-registry.el: Update docs to mention nnregistry.el.
8442         (gnus-registry-initialize): Don't install nnregistry refer method
8443         automatically.
8444         (gnus-registry-install-nnregistry): Remove it.
8445
8446 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * shr.el (shr-insert): Don't insert double spaces.
8449
8450 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-gravatar.el (gnus-treat-from-gravatar)
8453         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8454         called interactively.
8455
8456         * gnus-art.el (gnus-mime-view-part-externally)
8457         (gnus-mime-view-part-internally): Make predicate function passed to
8458         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8459         of a mime type.
8460
8461         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8462
8463 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8464
8465         * shr.el (require): Require cl when compiling.
8466         (shr-tag-hr): New function.
8467
8468         * nnimap.el (nnimap-update-info): Remove double setting of high.
8469         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8470         This makes nnimap work properly on Courier again.
8471
8472         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8473         the variable for backwards compatibility.
8474
8475         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8476         the file name before using to avoid setting mm-default-directory to
8477         nil.
8478
8479         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8480         bidning gnus-agent variables.
8481
8482         * shr.el (shr-render-td): Use a cache for the table rendering function
8483         to avoid getting an exponential rendering behavior in nested tables.
8484         (shr-insert): Rework the line-breaking algorithm.
8485         (shr-insert): Don't leave trailing spaces.
8486         (shr-insert-table): Also insert empty TDs.
8487         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8488
8489 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8490
8491         * gnus-sum.el (gnus-number): Rename from `number'.
8492         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8493         (gnus-summary-limit-children): Update uses correspondingly.
8494
8495 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8498         (gnus-gravatar-transform-address): Don't show avatars of people of
8499         which mail addresses match gnus-gravatar-too-ugly.
8500
8501 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * shr.el (shr-table-widths): Expand TD elements to fill available
8504         space.
8505
8506 2010-10-07  Julien Danjou  <julien@danjou.info>
8507
8508         * nnimap.el (nnimap-request-rename-group): Add this method.
8509
8510 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8513         name from XEmacs' function-arglist.
8514
8515         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8516         gravatar under XEmacs.
8517
8518 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         * auth-source.el: Update docs with TODO items.
8521
8522         * gnus-sync.el: Update docs to explain state and plans.
8523
8524         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8525         Hooks for mark updates.
8526         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8527
8528         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8529         hooks with arguments, which is needed for mark update hooks.
8530
8531 2010-10-06  Julien Danjou  <julien@danjou.info>
8532
8533         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8534         was matched.
8535
8536         * sieve-manage.el: Update example in `Commentary'.
8537
8538         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8539
8540         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8541         not 2000.
8542         (sieve-manage-authenticate): Re-add function.
8543
8544 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * shr.el (shr-insert): Get 'space transition right.
8547         (shr-render-td): Only delete space at the end of the TD.
8548
8549         * nnimap.el (nnimap-open-connection): Prepare to support
8550         open-gnutls-stream.
8551
8552         * shr.el: Rearrange function order to be more logical.
8553
8554 2010-10-06  Julien Danjou  <julien@danjou.info>
8555
8556         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8557         (nnrss-discover-feed): Remove 404 URL in docstring.
8558
8559         * nnir.el: Fix Swish-E URL.
8560         Fix Namazu URL.
8561
8562         * message.el (message-change-subject): Remove 404 URL in a comment.
8563
8564 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8567         called interactively.
8568
8569         * gnus-util.el (gnus-remove-if): Allow hash table.
8570         (gnus-remove-if-not): New function.
8571
8572         * gnus-art.el (gnus-mime-view-part-as-type):
8573         * gnus-score.el (gnus-summary-score-effect):
8574         * gnus-sum.el (gnus-read-move-group-name):
8575         Replace remove-if-not with gnus-remove-if-not.
8576
8577         * gnus-group.el (gnus-group-completing-read):
8578         Regard collection as a hash table if it is not a list.
8579
8580 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8583
8584         * shr.el: Document the table-rendering algorithm.
8585
8586 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8589         for Emacsen having no `libxml-parse-html-region' support.
8590
8591 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8594         invalid URLs.
8595
8596         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8597         line-broken.
8598         (shr-tag-img): Ignore image fetching errors.
8599         (shr-overlays-in-region): Compute overlay positions correctly.
8600
8601         * mm-decode.el (mm-shr): Require shr.
8602
8603         * gnus-art.el (gnus-blocked-images): Move variable here.
8604
8605         * shr.el (shr-insert-table): Bind free variable.
8606
8607         * mm-decode.el (mm-shr): Bind shr-content-function.
8608
8609         * shr.el (shr-content-function): New variable.
8610
8611         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8612         added for symmetry.
8613
8614         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8615
8616         * gnus-group.el (gnus-group-make-group): Doc fix.
8617
8618         * nnimap.el (nnimap-request-newgroups): Return success.
8619
8620         * shr.el (shr-find-elements): New function.
8621         (shr-tag-table): Put all the images after the table.
8622         (shr-tag-table): Really inhibit images inside the table.
8623         (shr-collect-overlays): Copy over overlays from the TD elements to the
8624         main document.
8625
8626         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8627         gnus-blocked-images.
8628
8629 2010-10-05  Julien Danjou  <julien@danjou.info>
8630
8631         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8632
8633         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8634         (gnus-html-maximum-image-size): Add this function.
8635         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8636
8637         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8638         server-value of the capability is nil.
8639
8640 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * shr.el (shr-tag-em): Add <EM> tag.
8643
8644 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8645
8646         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8647         customizable.
8648
8649         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8650         handing broken links to browse-url.
8651
8652 2010-10-05  Julien Danjou  <julien@danjou.info>
8653
8654         * gnus-util.el (gnus-emacs-completing-read)
8655         (gnus-iswitchb-completing-read): Use autoload rather than require.
8656
8657 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8660         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8661         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8662         iswitchb-temp-buflist for XEmacs.
8663
8664         * gnus-util.el (gnus-completing-read-function): Exclude
8665         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8666         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8667         XEmacs.
8668
8669         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8670         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8671
8672         * gnus-html.el: Don't require help-fns under XEmacs.
8673         (gnus-html-schedule-image-fetching): Work for XEmacs.
8674
8675         * mm-decode.el (mm-shr): Decode contents by charset.
8676
8677 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8680         unknown.
8681
8682         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8683         (shr-get-image-data): Ensure against the cache file missing.
8684
8685         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8686         for data.
8687
8688         * spam-report.el (spam-report-url-ping-plain): Don't query about
8689         killing the process.
8690
8691         * shr.el (shr-render-td): Protect against too-wide text.
8692
8693 2010-10-04  Julien Danjou  <julien@danjou.info>
8694
8695         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8696         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8697
8698         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8699         retrieved.
8700
8701 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * shr.el (browse-url): Require.
8704         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8705         lines.
8706         (shr-show-alt-text, shr-browse-image): New commands.
8707         (shr-browse-url, shr-copy-url): New commands.
8708
8709         * gnus-sum.el (gnus-widen-article-window): New variable.
8710         (gnus-summary-select-article-buffer): Use it.
8711
8712         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8713         without @ signs.
8714
8715 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8716
8717         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8718
8719 2010-10-04  Julien Danjou  <julien@danjou.info>
8720
8721         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8722         for XEmacs.
8723
8724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8727
8728         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8729         (nnimap-close-server): Implement.
8730
8731         * dgnushack.el (iswitchb): Require to shut up the compiler.
8732
8733         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8734         (shr-insert): Tweak line breaking.
8735         (shr-insert): Handle <pre> better.
8736         (shr-tag-li): Get <li> indentation right.
8737         (shr-tag-li): Get <li> indentation even righter.
8738         (shr-tag-blockquote): Ensure paragraph start.
8739         (shr-make-table): Tweak table generation.
8740         (shr-make-table): Fix typo.
8741
8742         * shr.el: Implement table rendering.
8743
8744 2010-10-04  Julien Danjou  <julien@danjou.info>
8745
8746         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8747
8748 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * shr.el (shr-insert): Use string anchors instead of line anchors.
8751
8752 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * shr.el: Add headings.
8755         (shr-ensure-paragraph): Actually work.
8756         (shr-tag-li): Make <ul> prettier.
8757         (shr-insert): Get white space at the beginning/end of elements right.
8758         (shr-tag-p): Collapse subsequent <p>s.
8759         (shr-ensure-paragraph): Don't insert double line feeds after blank
8760         lines.
8761         (shr-insert): \t is also space.
8762         (shr-tag-s): Fix "s" tag name function.
8763         (shr-tag-s): Fix face prop name.
8764
8765 2010-10-03  Julien Danjou  <julien@danjou.info>
8766
8767         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8768
8769         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8770         gnus-window-inside-pixel-edges.
8771
8772         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8773         gnus-ems.
8774
8775         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8776
8777         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8778         function.
8779
8780         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8781         resize choice.
8782
8783 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8786         beginning of the buffer.
8787
8788         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8789         article buffer again.
8790
8791         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8792
8793         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8794         when it's at the start of the buffer.
8795
8796         * shr.el (shr-tag-blockquote): Convert name.
8797         (shr-rescale-image): Use the right image-size variant.
8798
8799         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8800         buffer isn't shown, then select the current article first instead of
8801         bugging out.
8802         (gnus-summary-select-article-buffer): Show both the article and summary
8803         buffers again.
8804
8805         * shr.el (shr-fontize-cont): Protect against regions with no text.
8806         Rename tag functions to shr-tag-* for enhanced security.
8807         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8808
8809 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8810
8811         * shr.el (shr-insert):
8812         * pop3.el (pop3-movemail):
8813         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8814         loaded.
8815
8816 2010-10-03  Glenn Morris  <rgm@gnu.org>
8817
8818         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8819
8820         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8821
8822         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8823
8824         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8825
8826         * gnus-util.el (gnus-make-local-hook): Simplify.
8827
8828 2010-10-02  Julien Danjou  <julien@danjou.info>
8829
8830         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8831         (gnus-ido-completing-read): New function.
8832         (gnus-emacs-completing-read): New function.
8833         (gnus-completing-read): Use gnus-completing-read-function.
8834         Add gnus-completing-read-function.
8835
8836 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * shr.el (shr-insert-document): Autoload.
8839         (shr-img): Be silent.
8840         (shr-insert): Add a newline after every picture before text.
8841         (shr-add-font): Use overlays for combining faces.
8842         (shr-insert): Pass upwards the text start point.
8843
8844         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8845         possible.
8846         (mm-shr): New function.
8847
8848 2010-10-02  Julien Danjou  <julien@danjou.info>
8849
8850         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8851         should go backward.
8852
8853 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8854
8855         * shr.el (shr): Fix typo in provide call.
8856
8857 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8858
8859         * shr.el: New file.
8860
8861         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8862
8863         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8864         completing read.
8865
8866 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8869         we're being queried about.  Suggested by Dan Jacobson.
8870
8871         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8872         Suggested by Jason Eisner.
8873
8874         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8875         table, too.  Suggested by Stefan Wiens.
8876         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8877         the table unnecessary.  Suggested by Stefan Wiens.
8878
8879         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8880         longer needed, and probably doesn't work either, as pointed out by
8881         Stefan Wiens.
8882         (gnus-summary-exit): Remove call to the clearing function.
8883         (gnus-summary-exit-no-update): Ditto.
8884
8885         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8886         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8887         Reported by Stefan Monnier.
8888         (gnus-summary-save-in-rmail): Ditto.
8889
8890         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8891         article buffer, instead of both the article buffer and the summary
8892         buffer.  Sort of suggested by Dan Jacobson.
8893
8894         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8895
8896         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8897         Suggested by Dan Jacobson.
8898
8899         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8900         documentation clearer.
8901
8902         * message.el (message-shorten-references): Comment on the number "21".
8903         Suggested by Stefan Monnier.
8904
8905         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8906         Suggested by Dan Jacobson.
8907
8908         * gnus.el (gnus-large-newsgroup):
8909         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8910
8911         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8912         externalize attachments.  Bug reported by Steve Wen.
8913
8914         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8915         really message anything to the user.
8916
8917         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8918         directly.
8919
8920         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8921         messages in empty groups.
8922
8923 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8924
8925         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8926         non-UIDNEXT group.
8927
8928 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8931         not the value from the collection.
8932
8933         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8934         values.  This sometimes happens on some groups that have no info.
8935         (nnimap-request-newgroups): New function.
8936
8937 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8938
8939         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8940         check into `gnus-registry-initialize'.
8941         (gnus-registry-initialize): Ditto.
8942         Fix and extend header docs.
8943
8944 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8947         regexp backtrace overflows.
8948
8949         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8950         for starttls that tls.el implements; i.e. openssl.
8951
8952         * tls.el (tls-starttls-switches): Give up on using starttls with
8953         gnutls-cli.
8954         (tls-program): Add --insecure to be consistent with the defaults from
8955         openssl s_client.  Now all three commands are insecure.
8956
8957 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * lpath.el: Bind completion-styles-alist for XEmacs.
8960
8961         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8962         (gravatar-create-image): New function that's an alias to
8963         gnus-xmas-create-image, gnus-create-image, or create-image.
8964         (gravatar-data->image): Use it.
8965
8966 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8967
8968         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8969         install the nnregistry refer method.
8970         (gnus-registry-install-hooks): Use it.
8971         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8972         unfollowed groups.
8973
8974 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8975
8976         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8977         expanding threads.
8978
8979 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * nnir.el: Use the server names without suffixes (bug #7009).
8982
8983         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8984         unencrypted to STARTTLS, if possible.
8985
8986 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8987
8988         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8989         headers before superseding.
8990
8991 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * nnrss.el (nnrss-use-local): Add documentation.
8994
8995         * nnimap.el (nnimap-extend-tls-programs): New function.
8996         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8997         (nnimap-wait-for-connection): Accept the greeting from the stupid
8998         output from openssl s_client -starttls, too.
8999
9000         * tls.el (tls-starttls-switches): New variable.
9001         (tls-find-starttls-argument): Use it.
9002         (open-tls-stream): Ditto.
9003
9004         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9005         (netrc-machine): Ditto.
9006
9007         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9008         article number.
9009         (nnimap-split-fancy): New variable.
9010         (nnimap-split-incoming-mail): Use it.
9011
9012         * nntp.el (nntp-server-list-active-group): Document.
9013
9014         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9015         SELECT to get the message-id.
9016
9017         * mail-source.el (mail-sources): Remove webmail support.
9018         (defvar): Ditto.
9019         (mail-source-fetcher-alist): Ditto.
9020         (mail-source-fetch-webmail): Remove.
9021
9022         * webmail.el: Remove -- doesn't seem relevant any more.
9023
9024         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9025
9026         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9027         the \r.
9028
9029 2010-09-30  Julien Danjou  <julien@danjou.info>
9030
9031         * gnus-agent.el (gnus-agent-add-group): Fix call to
9032         gnus-completing-read.
9033
9034 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * nndoc.el (nndoc-retrieve-groups): New function.
9037
9038         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9039         `default', use nnmail-split-methods.
9040         (nnimap-request-article): Downcase the NILs so that they are nil.
9041
9042         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9043         symbol.
9044
9045         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9046         code, since if the user has requested network, that's what they ought
9047         to get.
9048         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9049         (nnimap-split-rule): Mark as obsolete.
9050
9051         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9052         New variable.
9053
9054         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9055         correct slot, too.
9056
9057 2010-09-29  Julien Danjou  <julien@danjou.info>
9058
9059         * gnus.el (gnus-local-domain): Declare variable obsolete.
9060
9061         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9062         Fix history computing.
9063         (gnus-ido-completing-read): Require ido.
9064
9065 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9068         build Gnus.
9069
9070         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9071         when interpreting the structures.
9072         (nnimap-request-accept-article): Add \r\n to the lines to make this
9073         work with Cyrus.
9074
9075         * nndraft.el (nndraft-request-expire-articles): Use the group name
9076         instead if "nndraft".  Fix found by Nils Ackermann.
9077
9078 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9079
9080         * nnregistry.el: Add.
9081
9082 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9083
9084         * nnmail.el (group, group-art-list, group-art):
9085         Remove unneeded directives.
9086
9087 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9090         (mm-mime-charset):
9091         * rfc2047.el (rfc2047-syntax-table):
9092         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9093
9094         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9095         rather than `insert-file-contents' and `eval-region'.
9096
9097         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9098         construction.
9099
9100         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9101
9102         * time-date.el: No need to require cl for Emacs 21.
9103
9104 2010-09-29  Julien Danjou  <julien@danjou.info>
9105
9106         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9107         replacement of `gnus-gravatar-relief' to mimic
9108         `gnus-faces-properties-alist'.
9109         Add :version property.
9110
9111 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * mail-source.el (mail-source-report-new-mail):
9114         * message.el (message-default-mail-headers):
9115         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9116
9117         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9118
9119 2010-09-28  Julien Danjou  <julien@danjou.info>
9120
9121         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9122         mail-address contains the same string as real-name.
9123
9124         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9125         non-blank in header, otherwise it'll get stripped.
9126
9127         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9128         real-name, and then for mail address rather than doing : or , search.
9129
9130 2010-09-27  Julien Danjou  <julien@danjou.info>
9131
9132         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9133         right completing-read function.
9134         (gnus-use-ido): New variable
9135         (gnus-completing-read-with-default): Remove.
9136         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9137         (gnus-agent-add-group):
9138         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9139         * mm-view.el (mm-view-pkcs7-decrypt):
9140         * mm-util.el (mm-codepage-setup):
9141         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9142         * mml-smime.el (mml-smime-openssl-sign-query):
9143         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9144         (mml-insert-multipart):
9145         * gnus-msg.el (gnus-summary-yank-message):
9146         * gnus-int.el (gnus-start-news-server):
9147         * mm-decode.el (mm-interactively-view-part):
9148         * gnus-dired.el (gnus-dired-attach):
9149         * gnus.el (gnus-read-method):
9150         * gnus-bookmark.el (gnus-bookmark-jump):
9151         * gnus-art.el (gnus-mime-view-part-as-type)
9152         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9153         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9154         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9155         * nnmairix.el (nnmairix-create-server-and-default-group)
9156         (nnmairix-update-groups, nnmairix-get-server)
9157         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9158         (nnmairix-get-group-from-file-path):
9159         * nnrss.el (nnrss-find-rss-via-syndic8):
9160         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9161         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9162         (gnus-group-browse-foreign-server):
9163         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9164         (gnus-summary-execute-command, gnus-summary-respool-article)
9165         (gnus-read-move-group-name):
9166         * gnus-score.el (gnus-summary-increase-score)
9167         (gnus-summary-score-effect):
9168         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9169
9170 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9173         x-focus-frame.
9174
9175         * nnimap.el (auth-source-forget-user-or-password)
9176         (auth-source-user-or-password): Autoload.
9177
9178         * message.el (message-from-style, message-interactive)
9179         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9180         (message-yank-prefix, message-indentation-spaces, message-signature)
9181         (message-signature-file): Add comment.
9182
9183 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9186         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9187         new articles.
9188
9189         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9190         parts.
9191         (nnimap-request-article): Work with the t setting, too.
9192
9193         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9194         that you don't get flashes of other buffers.
9195         (gnus-summary-show-complete-article): Intern before setting.
9196
9197 2010-09-27  David Engster  <dengste@eml.cc>
9198
9199         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9200         well as HEADERS.
9201         (nnmairix-retrieve-headers): Provide new argument for the above.
9202
9203 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * gnus-sum.el (gnus-summary-move-article): Don't alter
9206         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9207         group.
9208
9209         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9210
9211         * message.el (message-cite-prefix-regexp): Revert my last edit.
9212
9213         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9214         variable instead of the Gnus variable.
9215
9216         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9217
9218         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9219
9220         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9221         since some servers don't like it.
9222         (nnimap-open-connection): Forget credentials if the server says the
9223         password was wrong.
9224         (nnimap-parse-line): Protect against invalid data.
9225
9226         * gnus-sum.el (gnus-summary-move-article): Add comment.
9227         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9228         nothing alters it while scanning for new messages.
9229
9230         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9231         which may or may not help.
9232         (nnimap-open-connection): If we're doing a stream connection, and then
9233         discover we're on a STARTTLS-capable server, then open a STARTTLS
9234         connection instead.
9235
9236 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * nnimap.el (utf7): Require.
9239
9240         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9241         prefix.
9242
9243 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9244
9245         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9246
9247 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * nnimap.el (nnimap-request-accept-article): Message the error on
9250         error.
9251
9252 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9255
9256 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * nndoc.el (nndoc-request-list): Return success always.
9259
9260         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9261         `fetch-old' -- we only want to fetch the articles we've requested.
9262         The rest are in the agent, probably.
9263         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9264         disappeared server" to something low.  It's not important.
9265
9266         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9267         arrived before the FETCH data.
9268
9269         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9270         target here, because we don't know the Gnus name of the group.
9271
9272         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9273         for the correct group.
9274
9275         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9276
9277         * gnus.el (gnus): Give a final warning after startup.
9278
9279         * gnus-util.el (gnus-action-message-log): New variable.
9280         (gnus-message): Use it.
9281         (gnus-final-warning): New function.
9282
9283         * nnimap.el (nnimap-open-connection): Record the greeting.
9284         (nnimap): Add greeting.
9285
9286 2010-09-26  Julien Danjou  <julien@danjou.info>
9287
9288         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9289         arguments.
9290         (gnus-html-wash-images): Fix spec computing to include start/end.
9291
9292         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9293
9294 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9297         deletion.
9298         (nnimap-retrieve-headers): Don't select the group, because that's
9299         already done by nnimap-possibly-change-group.
9300
9301         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9302         (gnus-picon-transform-address): Use it.
9303
9304         * mail-source.el (mail-source-value): Revert previous patch.
9305
9306         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9307         on failure.
9308         (nnimap-open-connection): Look up both virtual and physical server name
9309         credentials.
9310
9311         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9312
9313 2009-02-07  Dave Love  <fx@gnu.org>
9314
9315         * tls.el (open-tls-stream): Don't query killing process.
9316
9317 2009-02-08  Dave Love  <fx@gnu.org>
9318
9319         * gnus-win.el (gnus-window-to-buffer-helper)
9320         (gnus-all-windows-visible-p): Function needn't be a symbol.
9321
9322         * mail-source.el (mail-source-value): Function needn't be a symbol.
9323
9324 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * message.el (message-cite-prefix-regexp): Remove } from the cite
9327         prefix.
9328
9329         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9330         highlight again, so that the highlight is correct.
9331
9332         * gnus-picon.el (gnus-picon): Remove again.
9333         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9334
9335         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9336         doing the header highlightling, so that the background color of the
9337         picon is correct.
9338
9339         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9340         (gnus-picon): Ditto.
9341         (gnus-picon): Reinstate.  The background color for picons is white.
9342         (gnus-picon-insert-glyph): Make the background white.
9343
9344         * nnml.el (nnml-open-nov): Don't return dead buffers.
9345
9346         * auth-source.el (auth-source-create): Query the user for whether to
9347         store the credentials.
9348
9349         * netrc.el (netrc-store-data): New function.
9350
9351         * auth-source.el (auth-source-user-or-password): Use the existing auth
9352         sources, if any, for creation.
9353
9354         * gnus.el (gnus-group-fast-parameter): Return the last matching
9355         parameter instead of the first matching parameter.
9356
9357 2010-09-26  Julien Danjou  <julien@danjou.info>
9358
9359         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9360
9361 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * mml2015.el (mml2015-use): Remove gpg support.
9364
9365         * mml1991.el (mml1991-function-alist): Remove gpg function.
9366         (mml1991-gpg-sign): Remove.
9367
9368 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9369
9370         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9371         (gnus-browse-unsubscribe-current-group): Document it.
9372         (gnus-browse-unsubscribe-group): Use it.
9373
9374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9377         address to the To list for easier response.
9378
9379         * gnus.el (gnus-play-startup-jingle): Remove.
9380         (gnus-splash): Don't play jingle.
9381         (gnus): Silence gnus-load message.
9382
9383         * gnus-art.el (gnus-treat-play-sounds): Remove.
9384
9385         * gnus.el (gnus-play-jingle): Remove audio support.
9386
9387         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9388
9389         * earcon.el: Remove -- no users.
9390
9391         * gnus-audio.el: Remove -- no users of this package.
9392
9393         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9394
9395         * gnus-start.el (gnus-setup-news): Remove nocem support.
9396
9397         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9398
9399         * gnus.el (gnus-use-nocem): Remove.
9400
9401         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9402         Remove.
9403
9404         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9405         uses NoCeM any more.
9406
9407         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9408         (gnus-button-ctan-handler): Ditto.
9409         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9410         (gnus-button-ctan-directory-regexp): Ditto.
9411         (gnus-button-handle-ctan): Ditto.
9412         (gnus-button-tex-level): Ditto.
9413         (gnus-button-alist): Remove CTAN stuff.
9414
9415 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9418         nnimap-streaming test.
9419
9420         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9421         servers twice.
9422
9423         * nnimap.el (nnimap-open-connection): Add more error reporting when
9424         nnimap fails early.
9425
9426         * nnheader.el (nnheader-get-report-string): New function.
9427         (nnheader-get-report): Use it.
9428
9429         * gnus-int.el (gnus-check-server): Say what the error was when opening
9430         failed.
9431
9432         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9433         using streaming.
9434
9435 2010-09-25  Julien Danjou  <julien@danjou.info>
9436
9437         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9438         gnus-window-inside-pixel-edges.
9439
9440 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9443
9444         * mm-decode.el (mm-save-part): Allow saving to other directories the
9445         normal Emacs way.
9446
9447         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9448         Suggested by Jay Berkenbilt.
9449
9450         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9451         there isn't a single byte.
9452
9453         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9454         just do it.  It doesn't really seem to matter what the user responds
9455         here, I think, so it's just a confusing question.
9456
9457         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9458         non-streaming case.
9459
9460         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9461         (gnus-article-encrypt-body): Use it.
9462
9463         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9464         keystroke.
9465
9466         * nnimap.el (nnimap-find-wanted-parts-1):
9467         Use gnus-fetch-partial-articles.
9468
9469         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9470
9471         * nnimap.el (nnimap-insert-partial-structure): New function.
9472         (nnimap-get-partial-article): New function.
9473         (nnimap-request-article): Use it.
9474         (nnimap-wait-for-response): Return whether the wait was successful.
9475         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9476         retrieval wasn't successful.
9477         (nnimap-retrieve-group-data-early): Allow throttling servers.
9478         (nnimap-streaming): New variable.
9479         (nnimap-fetch-partial-articles): Remove.
9480
9481         * mm-decode.el (mm-with-part): Protect against killed buffers.
9482
9483         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9484         for prettier summary display.
9485
9486 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9487
9488         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9489
9490 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9493         apparently third-party libraries depend on it.
9494
9495         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9496         before starting negotiation.
9497
9498         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9499         privacy reasons.
9500         (gnus-treat-mail-gravatar): Ditto.
9501
9502         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9503         buffer when inserting images.  Inserting text into the headers, for
9504         instance, can make them invalid.
9505
9506 2010-09-25  Julien Danjou  <julien@danjou.info>
9507
9508         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9509         variables.
9510
9511         * nnheader.el: Remove useless variables news-reply-yank-from and
9512         news-reply-yank-message-id.
9513
9514         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9515         variables.
9516
9517         * mml1991.el: Remove useless mml1991-verbose.
9518
9519         * gnus.el: Remove useless variable gnus-use-generic-from.
9520         Remove obsolete variable gnus-topic-indentation.
9521
9522         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9523
9524         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9525
9526         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9527
9528         * gnus-group.el: Remove useless gnus-group-icon-cache.
9529         Remove useless gnus-ephemeral-group-server.
9530
9531         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9532
9533         * mml2015.el: Remove useless mml2015-verbose.
9534
9535         * mml-smime.el: Remove useless mml-smime-verbose.
9536
9537         * gnus.el: Remove useless gnus-local-domain.
9538
9539         * gnus-gravatar.el (gnus-gravatar-transform-address):
9540         Use gnus-gravatar-size.
9541
9542         * gnus-art.el: Remove useless gnus-treat-translate.
9543
9544 2010-09-24  Julien Danjou  <julien@danjou.info>
9545
9546         * gnus-sum.el: Add support for Gravatars.
9547
9548         * gnus-art.el: Add support for Gravatars.
9549
9550         * gnus-gravatar.el: Add this file.
9551
9552         * gravatar.el: Add this file.
9553
9554 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9557
9558         * gnus-group.el (gnus-group-fetch-faq): Remove.
9559
9560         * gnus.el (gnus-group-faq-directory): Remove.
9561
9562         * gnus-group.el (gnus-group-fetch-charter): Remove.
9563
9564         * gnus.el (gnus-group-charter-alist): Remove.
9565
9566         * gnus-group.el (gnus-group-archive-directory): Remove.
9567         (gnus-group-recent-archive-directory): Ditto.
9568         (gnus-group-make-archive-group): Remove.
9569
9570         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9571
9572         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9573         use the same article number for all the cached articles.
9574
9575         * nnimap.el (nnimap-command): Register the last command time so
9576         that we can use it for idling NOOPs.
9577         (nnimap-open-connection): Start the keeplive timer.
9578         (nnimap-make-process-buffer): Store all the process buffers.
9579         (nnimap-keepalive): New function.
9580
9581         * starttls.el (starttls-open-stream): Add autoload cookie.
9582
9583 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9584
9585         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9586         handling.
9587
9588 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9591         its data structures.
9592
9593         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9594         instead of the cl.el copy-list.
9595         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9596         equalp.
9597
9598 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9601         and tool-bar-local-item-from-menu.
9602
9603         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9604         mode-line-highlight face for Emacs.
9605
9606         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9607         loading gnus-sum.elc; fix comment for canlock-verify.
9608         (gnus-article-jump-to-part): Use read-number.
9609         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9610         Remove Emacs pre-21 compatible code for help-echo.
9611         (gnus-article-next-page-1): No need to adjust the number of lines.
9612         (gnus-article-describe-bindings): Always use help-buffer.
9613
9614         * gnus-audio.el (gnus-audio-inline-sound):
9615         * gnus-cus.el (gnus-custom-mode):
9616         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9617
9618         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9619
9620         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9621         compatible code.
9622
9623 2010-09-24  Glenn Morris  <rgm@gnu.org>
9624
9625         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9626         visiting the fcc file in rmail-mode.
9627
9628         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9629
9630 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * nnir.el: Silence the byte compiler.
9633
9634         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9635         alias to browse-url-url-encode-chars if any.
9636         (gnus-html-encode-url): Use it.
9637
9638 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * gnus-start.el (gnus-use-backend-marks): New variable.
9641         (gnus-get-unread-articles-in-group): Use it.
9642
9643         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9644         makeover.
9645
9646 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9647
9648         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9649
9650 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9653         Remove.
9654         (gnus-setup-news-hook):
9655         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9656
9657         * gnus-int.el (gnus-request-update-info): Protect against backends not
9658         having the function.
9659
9660         * nnimap.el (nnimap-stream): Mention starttls.
9661         (nnimap-open-connection): Add starttls support.
9662
9663 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9664
9665         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9666
9667 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9670         BODYSTRUCTUREs.
9671         (nnimap-transform-headers): Unfold quoted {42} headers.
9672
9673         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9674         the info.
9675         (gnus-get-unread-articles): Only call updatep on backends that support
9676         it.
9677
9678         * nnweb.el (nnweb-request-update-info): NOOP.
9679
9680         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9681
9682         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9683         since it only deals with marks.
9684
9685         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9686         gnus-request-marks, and make a new gnus-request-update-info.
9687
9688         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9689         the active instead of the high number, which is usually too low.
9690
9691 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9692
9693         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9694         * encrypt.el: Remove.
9695
9696 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9699         server in symbolic form.
9700
9701         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9702
9703 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704
9705         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9706         (nnimap-update-info): Fix up code slightly.
9707
9708         * gnus-int.el (gnus-open-server): Add tracing for performance
9709         debugging.
9710
9711         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9712         (gnus-group-insert-group-line): Pass the real group name so that it
9713         gets the right data.
9714
9715         * gnus-start.el (gnus-get-unread-articles): Don't have
9716         `gnus-get-unread-articles-in-group' update info, since that can be
9717         really slow and doesn't seem to be needed?
9718
9719 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9720
9721         * time-date.el (date-to-time): Try using parse-time-string first before
9722         using the slower timezone-make-date-arpa-standard.
9723
9724 2010-09-22  Julien Danjou  <julien@danjou.info>
9725
9726         * gnus-group.el (gnus-group-insert-group-line):
9727         Call gnus-group-highlight-line.
9728         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9729         default hook list.
9730         (gnus-group-update-eval-form): Add new function.
9731         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9732         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9733
9734 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9737         immediate, then expire all articles.
9738         (nnimap-update-info): Fix off-by-one errors.
9739         (nnimap-flags-to-marks): Would return no marks lists for group with no
9740         flags.  Instead return the other data.
9741
9742 2010-09-22  Julien Danjou  <julien@danjou.info>
9743
9744         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9745         Only return an icon.
9746         (gnus-group-insert-group-line): Compute icon to return.
9747
9748         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9749         (gnus-html-image-fetched): Only cache if
9750         gnus-html-image-automatic-caching is set.
9751         (gnus-html-image-fetched): Check for errors.
9752
9753 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9756         once per method on `g'.  This ensures that backends like nnfolder don't
9757         open all their folders.
9758
9759         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9760         (nnimap-request-list): Nix out group in the correct buffer.
9761         (nnimap-parse-flags): Implement by using `read' instead of
9762         hand-parsing.
9763         (nnimap-flags-to-marks): Pass on permanent-flags.
9764         (nnimap-make-process-buffer): Record the server name.
9765         (nnimap-parse-flags): Fix typo.
9766         (nnimap-request-scan): Run split on the server in general, not just a
9767         single group.
9768
9769         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9770         parameter, and propagate this downwards.
9771
9772         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9773         since EXAMINE changes it on the server.
9774
9775         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9776         this command might take a while.
9777
9778 2010-09-22  Julien Danjou  <julien@danjou.info>
9779
9780         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9781         harmful if you have 2 images side-by-side, they can't be properly
9782         update on text deletion.  Using text-property is safer here.
9783         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9784         data.
9785
9786 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * nnimap.el (nnimap-expunge-inbox): Remove.
9789         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9790         (nnimap-expunge): Flip default to t.
9791
9792         * gnus.el (gnus-method-to-server): Don't push things to the cache
9793         unless it's unique.
9794         (gnus-server-to-method): Ditto.
9795
9796 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9797
9798         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9799
9800 2010-09-22  Julien Danjou  <julien@danjou.info>
9801
9802         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9803         get the start of data.
9804         (gnus-html-encode-url): Add this function to encode special chars in
9805         URL.
9806         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9807         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9808
9809         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9810         default.
9811         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9812
9813         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9814         images alt-text.
9815         (gnus-html-put-image): Put alt-text as help-echo.
9816
9817 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9820         * mm-util.el (mm-decompress-buffer):
9821         * nnir.el (nnir-run-find-grep):
9822         * pop3.el (pop3-list): Use 3rd arg of split-string.
9823
9824         * time-date.el (format-seconds): Comment fix.
9825
9826         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9827         and byte-optimize-form-code-walker.
9828         (dgnushack-make-auto-load): Don't advise make-autoload.
9829
9830         * lpath.el: Remove Emacs 21 stuff.
9831
9832 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9835         outside the active range.  Suggested by Dan Christensen.
9836
9837         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9838         slightly later to avoid double-getting it.
9839
9840         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9841         previous patch.
9842
9843         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9844
9845 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9846
9847         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9848
9849 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * gnus-int.el (gnus-open-server): Give a better error message in the
9852         "go offline" case.
9853
9854         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9855         marks for nnimap, which is seldom the right thing to do.
9856
9857         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9858         (gnus-same-method-different-name): New function.
9859
9860         * nnimap.el (parse-time): Require.
9861
9862         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9863         method in the presence of many similar methods.
9864
9865         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9866
9867         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9868         nnml-inhibit-expiry.
9869
9870         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9871         find out whether methods are equal.
9872
9873         * nnimap.el (nnimap-find-expired-articles): New function.
9874         (nnimap-process-expiry-targets): New function.
9875         (nnimap-request-move-article): Request the article before looking at
9876         what the Message-ID is.  Fix found by Andrew Cohen.
9877         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9878
9879         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9880         for oldness in addition to being a predicate.
9881
9882         * nnimap.el (nnimap-request-group): When we have zero articles, return
9883         the right data to Gnus.
9884         (nnimap-request-expire-articles): Only delete articles immediately if
9885         the target is 'delete.
9886
9887         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9888         method, this would bug out.
9889
9890         * gnus-group.el (gnus-group-expunge-group): Rename from
9891         gnus-group-nnimap-expunge, and implemented as a normal interface
9892         function.
9893
9894         * gnus-int.el (gnus-request-expunge-group): New function.
9895
9896         * nnimap.el (nnimap-request-create-group): Implement.
9897         (nnimap-request-expunge-group): New function.
9898
9899 2010-09-21  Julien Danjou  <julien@danjou.info>
9900
9901         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9902         (gnus-html-cache-expired): Add new function.
9903         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9904         wethever we should display image for fetch it.
9905         Compute alt-text earlier to pass it to the fetching function too.
9906         (gnus-html-schedule-image-fetching): Change function argument to only
9907         get one image at a time, not a list.
9908         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9909         cache.
9910         (gnus-html-get-image-data): New function to retrieve image data from
9911         cache.
9912         (gnus-html-put-image): Change buffer argument to use image data rather
9913         than file, and place image above region rather than inserting a new
9914         one.  Do not take alt-text as argument, since it's useless now: we place
9915         the image above alt-text.
9916         (gnus-html-prune-cache): Remove.
9917         (gnus-html-show-images): Start to fetch image when we find one, do not
9918         push into a temporary list.
9919         (gnus-html-prefetch-images): Only fetch image if they have expired.
9920         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9921         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9922
9923 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9926
9927 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928
9929         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9930         spec inser "*" if the group isn't active instead of 0.
9931
9932         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9933         opening the server.
9934         (nnimap-request-delete-group): Implement group deletion.
9935         (nnimap-transform-headers): Return the size of the entire message in
9936         the Bytes header, not just the size of the first part.
9937         (nnimap-request-move-article): When moving an article from nnimap,
9938         request the article first so the accepting form has an article to
9939         accept.  Reported by Dan Christensen.
9940         (nnimap-command): Make sure that the error message doesn't error out.
9941
9942 2010-09-20  David Edmondson  <dme@dme.org>
9943
9944         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9945         we haven't requested anything.
9946
9947 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9950         "".  Fix found by Andrew Cohen.
9951
9952         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9953         instead of -encode-string.
9954
9955 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9958
9959         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9960         by mm-subst-char-in-string.
9961
9962 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9965         waiting for the connection string.
9966
9967         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9968         arriving.
9969
9970         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9971         bogus characters.  This allows selecting certain Gmail groups.
9972
9973         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9974         (nnimap-fetch-partial-articles): New variable.
9975         (nnimap-open-connection): When looking for credentials, also use the
9976         nnimap-server-port.
9977         (nnimap-request-article): Return the group/article number, so that Gnus
9978         `^' works as expected.
9979         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9980
9981         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9982         comments.
9983         (gnus-methods-sloppily-equal): New function.
9984         (gnus): When using the development version of Gnus, load the gnus-load
9985         file.
9986
9987         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9988         `gnus-open-server' on each method before trying to scan them etc.
9989         This ensures that all the backend parameters are set correctly.
9990
9991         * nnimap.el (nnimap-authenticator): New variable.
9992         (nnimap-open-connection): Allow anonymous login.
9993         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9994         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9995
9996         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9997         patch, found by Knut Anders Hatlen.
9998
9999 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10000
10001         * gnus-agent.el (gnus-agent-batch-confirmation)
10002         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10003         to gnus-message.
10004         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10005         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10006         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10007         * gnus-int.el (gnus-open-server): Likewise.
10008         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10009         (gnus-score-check-syntax): Likewise.
10010         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10011         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10012         Likewise.
10013         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10014
10015 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10018         calling conventions so that prefetch doesn't bug out.
10019
10020 2010-09-19  Julien Danjou  <julien@danjou.info>
10021
10022         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10023         rather than `subst-char-in-region' in order to be able to replace ASCII
10024         char by UTF-8 ones.
10025
10026         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10027         than curl.
10028         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10029         the right URL and ALT text on images.
10030         (gnus-html-wash-tags): Fix tag case.
10031         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10032         (gnus-article-html): Add -o display_ins_del=2 option.
10033         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10034
10035 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036
10037         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10038         the extra mail headers, which sometimes seem to happen for unknown
10039         reasons.
10040
10041         * mail-parse.el (mail-header-encode-parameter): Define as
10042         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10043         (or most, perhaps?) mail readers don't understand the latter, but do
10044         understand the former.
10045
10046         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10047         to nil, so that no methods are automatically agentized.  I think this
10048         is probably what most users want.
10049
10050         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10051         from url-retrieve, for instance about invalid URLs.
10052
10053         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10054         groups that have no articles.
10055         (nnimap-request-article): Check that we really got an article when we
10056         requested one.
10057
10058         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10059         doesn't exist.
10060
10061         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10062         nntp buffer so the agent can save it.
10063         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10064         that CRLF doesn't get translated to \n.
10065         (nnimap-open-connection): Don't make 'shell commands only send \n.
10066
10067 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10068
10069         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10070         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10071         Update var name.
10072         (nnml-generate-nov-file): Use dolist.
10073         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10074         Use with-current-buffer.
10075
10076 2010-09-18  Julien Danjou  <julien@danjou.info>
10077
10078         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10079         parallel.
10080
10081 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10084         the range update right.
10085         (nnimap-request-group): Don't make `M-g' bug out on group with no
10086         marks.
10087         (nnoo): Require, so that other packages can require nnimap.
10088         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10089         command we're looking for.  This helps when the server sends more
10090         responses after we've gotten everything we expected.
10091         (nnimap): Add a `newlinep' field to keep track of end-of-line
10092         conventions.
10093         Don't send CRLF to things that don't want it.
10094         (nnimap-request-accept-article): Ditto.
10095
10096 2010-09-18  Julien Danjou  <julien@danjou.info>
10097
10098         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10099         than curl to retrieve images.
10100
10101 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102
10103         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10104         the marks.
10105         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10106         (nnimap-wait-for-connection): New function.
10107         (nnimap-open-connection): If we have PREAUTH, don't query for login
10108         credentials.
10109         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10110         when doing a partial update.
10111
10112 2010-09-18  Julien Danjou  <julien@danjou.info>
10113
10114         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10115         tags.
10116
10117 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * nnimap.el (nnimap-credentials): New function.
10120         (nnimap-open-connection): Use the new function to look for credentials
10121         also on the numeric equivalents of "imap" and "imaps".
10122
10123         * gnus-start.el (gnus-activate-group): Send the info to
10124         gnus-request-group.
10125
10126         * nnimap.el (nnimap-request-group): Have the "check" version of the
10127         function parse flags and update the info, so that a `M-g' get a total
10128         resync of all flags from the group.
10129
10130         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10131         to allow backends to alter the info on group selection.  Also alter all
10132         the backend -request-group functions to take the parameter.
10133
10134         * nnimap.el (nnimap-store-info): New function.
10135         (nnimap-update-info): Store the info for later usage.
10136         (nnimap-request-group): Use the stored info for the dont-check case, so
10137         that we don't retrieve all marks when we enter a group.
10138
10139         * nnimap.el: Use deffoo instead of defun for interface functions.
10140
10141         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10142         update the group info.  This makes the nndraft groups, for instance, go
10143         back to their old behavior.
10144
10145         * gnus-sum.el (gnus-select-newsgroup): Indent.
10146
10147         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10148         in.
10149         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10150         nothing.
10151
10152         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10153         from methods that are denied.
10154
10155         * gnus-int.el (gnus-method-denied-p): New function.
10156
10157         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10158         store the password instead of netrc.
10159         (nnimap-open-connection): Don't error out when we can't make a
10160         connections.
10161
10162         * auth-source.el (auth-source-create): In the password prompt, say what
10163         we're querying for.  Also prompt for user name if that hasn't been
10164         given.
10165
10166         * nnimap.el (nnimap-with-process-buffer): Remove.
10167
10168 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10169
10170         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10171         method when we're reading from the agent.
10172
10173         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10174
10175         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10176         that's probably most useful for users.
10177
10178         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10179         "failed" all the time.
10180
10181         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10182         ...)) with (with-current-buffer ... ).
10183
10184         * nntp.el (nntp-open-server): Return whether the open was successful or
10185         not.
10186
10187         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10188         select an unread unseen article first.
10189
10190         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10191         /etc/services, supply some sensible port defaults.
10192
10193         * dgnushack.el: Define netrc-credentials.
10194
10195 2010-09-17  Julien Danjou  <julien@danjou.info>
10196
10197         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10198
10199 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10200
10201         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10202         doesn't have any parameters.
10203
10204 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10205
10206         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10207         only upcased checks.
10208
10209         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10210
10211         * nnimap.el (nnimap-open-shell-stream): New function.
10212         (nnimap-open-connection): Use it.
10213         (nnimap-transform-headers): Get the number of lines in each message.
10214         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10215         number of lines.
10216         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10217         problem.
10218
10219         * utf7.el (utf7-encode): Autoload.
10220
10221         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10222         to allow the mail splitting to not return a default group.  This is
10223         useful for nnimap, which will leave unmatched mail in the inbox.
10224
10225         * nnimap.el: Rewritten.
10226
10227         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10228         nnimap usage.
10229
10230         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10231         if the move is internal, so that nnimap can do fast internal moves.
10232
10233         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10234         data.
10235         (gnus-read-active-for-groups): Support finishing the early retrieval of
10236         data.
10237
10238         * gnus-range.el (gnus-range-nconcat): New function.
10239
10240         * gnus-int.el (gnus-finish-retrieve-group-infos)
10241         (gnus-retrieve-group-data-early): New functions.
10242
10243 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10244
10245         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10246         (nnrss-retrieve-groups):
10247         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10248         (pop3-quit): Use with-current-buffer.
10249
10250 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10253         instead of nnheader-accept-process-output.
10254
10255         * dgnushack.el (dgnushack-compile): Add comment.
10256
10257         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10258
10259         * gnus-html.el (gnus-html-schedule-image-fetching)
10260         (gnus-html-prefetch-images): Replace process-kill-without-query by
10261         gnus-set-process-query-on-exit-flag.
10262
10263 2010-09-16  Romain Francoise  <romain@orebokech.com>
10264
10265         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10266
10267 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10268
10269         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10270         parameter to unintern is mandatory-ish in Emacs 24.
10271
10272         * gnus-html.el (gnus-html-schedule-image-fetching)
10273         (gnus-html-prefetch-images): Check for curl before using it.
10274
10275         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10276         depend on curl, which isn't essential.
10277
10278         * imap.el: Revert back to version
10279         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10280         seem problematic.
10281
10282 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10283
10284         * gnus-registry.el (gnus-registry-install-shortcuts):
10285         Explicitly pass `obarray' to `unintern' to avoid a warning.
10286
10287 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10288
10289         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10290         change.
10291
10292         * nnrss.el (nnrss-request-list): Remove this function and related
10293         functions, including the moreover stuff.
10294
10295 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * nnrss.el (nnrss-retrieve-groups): New function.
10298
10299 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10300
10301         * .dir-locals.el: Add no-byte-compile cookie.
10302
10303 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * time-date.el (format-seconds): Comment fix.
10306
10307         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10308         for back end that doesn't support request-scan.
10309
10310 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10313         then do request scans from the backends.
10314
10315         * netrc.el (netrc-credentials): New conveniency function.
10316
10317         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10318         avoid running a hook per line, since this takes a lot of time,
10319         profiling shows.
10320         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10321         directly if gnus-visual-p is true.
10322
10323 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10326         groups; replace mapcar with dolist which is a bit faster; pass groups
10327         info to gnus-read-active-file-1.
10328         (gnus-read-active-file-1): Scan only specified groups if the new
10329         optional arg `infos' is given.
10330
10331 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10334
10335         * pop3.el (pop3-movemail): Remove.
10336         (pop3-streaming-movemail): Rename to pop3-movemail.
10337
10338         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10339         don't restrict end-tag searches to the end of the line.
10340
10341 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10344         articles of every unchecked group to t, which means unknown since the
10345         server has never been opened.
10346
10347 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * gnus-html.el (gnus-html-show-alt-text): New command.
10350         (gnus-html-browse-image): Ditto.
10351         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10352         to browse the image directly.
10353         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10354         better.
10355
10356         * gnus-async.el (gnus-async-article-callback):
10357         Call `gnus-html-prefetch-images' unconditionally.
10358
10359         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10360         before feeding URLs to curl.
10361
10362 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10365         internal images as deletable by `W D D'.
10366
10367         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10368         (gnus-async-article-callback): Fix typo.
10369
10370 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10373         current line to work around bugs in the output from w3m.
10374
10375         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10376         for groups that want that.
10377
10378         * nntp.el (nntp-wait-for-string): Supply a timeout for
10379         accept-process-output to ensure progress.
10380
10381         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10382         level to get unread articles from, then use that for foreign groups,
10383         too.
10384
10385         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10386         confuses the rest of the function.
10387
10388         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10389         for the methods that support -retrieve-groups, too.
10390
10391         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10392
10393 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10396         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10397
10398         * pop3.el: Require cl when compiling.
10399         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10400
10401 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10404         that aren't going to be activated.
10405         (gnus-get-unread-articles): Fix up the last commit.
10406
10407         * gnus-html.el (gnus-article-html): Allow calling without specifying
10408         the handle.  In that case, dissect the buffer first.
10409
10410         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10411
10412         * nnimap.el (nnimap-open-connection): Revert the change that would look
10413         into authinfo for imaps instead of imap.
10414
10415         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10416         say that you don't want to call gnus-request-group with don-check, but
10417         do check the reponse.  This is for virtual groups only.
10418         (gnus-get-unread-articles): Count the archive groups as secondary, so
10419         that they're activated the same way as before.
10420
10421         * imap.el (imap-message-map): Removed optional buffer parameter, since
10422         no callers use it.
10423         (imap-message-get): Ditto.
10424         (imap-message-put): Ditto.
10425         (imap-mailbox-map): Ditto.
10426         (imap-mailbox-put): Ditto.
10427         (imap-mailbox-get): Ditto.
10428         (imap-mailbox-get): Revert last change for this function.
10429
10430         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10431         case-insensitively.
10432         (nnimap-debug): Remove.
10433
10434         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10435         callers to use `imap-fetch' instead.  According to the comments, this
10436         should be safe, since all other IMAP clients use the 1:* syntax.
10437         (imap-enable-exchange-bug-workaround): Remove.
10438         (imap-debug): Remove -- doesn't seem very useful.
10439
10440         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10441         mail from a file, and the file doesn't exist.
10442
10443         * imap.el (imap-log): New convenience function used throughout instead
10444         of repeating the same code all over the place.
10445
10446         * pop3.el (pop3-streaming-movemail): Return t for success.
10447
10448         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10449         .authinfo if we're using ssl connection.
10450
10451         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10452         already have if we're in a main Gnus `g' run.
10453
10454         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10455
10456 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10459
10460         * nnmh.el (nnmh-request-list-1): Bind `file'.
10461
10462         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10463         alias to set-process-query-on-exit-flag or process-kill-without-query.
10464         (pop3-open-server): Use it.
10465
10466 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10469         box to the Incoming file.  Fixes mistake in previous checkin.
10470
10471         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10472         request loop (for debugging purposes) removed.
10473
10474         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10475         culprit is more visible.
10476         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10477         (nnml-add-incremental-nov): New functions to do "incremental" nov
10478         updates, where we just append to the end of the existing nov files
10479         without reading/writing them in full.
10480
10481         * mail-source.el (mail-source-delete-crash-box): Really only check the
10482         incoming files once in a while.
10483
10484         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10485
10486         * mail-source.el (mail-source-delete-crash-box): Only check the
10487         incoming files for deletion once per day to save a lot of file
10488         accesses.
10489
10490         * pop3.el (pop3-logon): Fix up unbound variable typo.
10491
10492         * mail-source.el (pop3-streaming-movemail): Autoload.
10493
10494         * pop3.el (pop3-streaming-movemail):
10495         Respect pop3-leave-mail-on-server.
10496
10497         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10498         retrieval.
10499
10500         * pop3.el (pop3-process-filter): Remove unused function.
10501         (pop3-streaming-movemail, pop3-send-streaming-command)
10502         (pop3-wait-for-messages, pop3-write-to-file)
10503         (pop3-number-of-responses): New functions for streaming pop3
10504         retrieval.
10505
10506         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10507         come from no known methods.
10508         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10509         list.
10510
10511         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10512         message sizes.
10513         (pop3-movemail): Use erase-buffer instead of looping and deleting
10514         regions, which seems rather odd.
10515
10516         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10517         file once per `g' run.
10518
10519         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10520         directories.  This makes the draft queue directory work.
10521
10522         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10523         data from the backends, so that we only request the list of groups from
10524         each method once.  This should speed things up considerably.
10525
10526         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10527         detect that it's not implemented.
10528
10529         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10530         we actually do recurse down into the tree, but don't stat all leaf
10531         nodes.
10532
10533         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10534         then say so instead of bugging out.
10535
10536         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10537         files exist before trying to read them.
10538
10539         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10540         around <pre_int>.
10541
10542         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10543
10544         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10545
10546 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * mm-util.el (mm-image-load-path): Just return the image directories,
10549         not all directories in the path in addition to the image directories.
10550         (mm-image-load-path): Maintain a cache of the image directories so that
10551         the `g' command in Gnus doesn't have to stat dozens of directories each
10552         time.
10553
10554         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10555         (gnus-html-wash-tags): Add a new `i' command to insert images.
10556         (gnus-html-insert-image): New command and keystroke.
10557         (gnus-html-redisplay-with-images): New command and keystroke.
10558         (gnus-html-show-images): Rename command.
10559         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10560         spacers.
10561         (gnus-html-wash-tags): Decode entities at the end, so that entities
10562         inside the tags don't mess up the rest of the "parsing".
10563
10564         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10565         so that nnimap methods aren't agentized by default.  There's apparently
10566         many problems related to agent/imap behavior.
10567
10568         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10569
10570         * gnus-html.el: Doc fix.
10571
10572 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10575         specifier-spec-list for Emacs 21.
10576
10577         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10578         glyph-width and glyph-height instead of display-graphic-p and
10579         image-size; make avoidance of displaying small images work for XEmacs.
10580
10581         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10582         for XEmacs.
10583
10584         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10585         of symbol that holds plist data.
10586         (gnus-process-plist): Remove plist of process after getting it.
10587
10588 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * message.el (message-generate-hashcash): Change default to
10591         'opportunistic if hashcash is installed.
10592
10593         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10594         (gnus-html-put-image): Only call image-size once, since it's somewhat
10595         time-consuming on remote X servers.
10596
10597 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10600         type on data, not a file name.
10601
10602         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10603         window-pixel-edges for Emacs 21.
10604
10605         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10606         decoded contents.
10607         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10608
10609 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10612         group line format, since it isn't very interesting.
10613
10614         * gnus-agent.el (gnus-agent-short-article),
10615         (gnus-agent-long-article): Increase values for these two variables,
10616         since most people are likely to have more network connection and
10617         storage than before.
10618
10619         * gnus.el (gnus-refer-article-method): Change default to 'current.
10620         When referring an article, the common behavior is to refer it from the
10621         current select method, not the native select method.  The chances of
10622         the native select method having the message in question is rather slim
10623         these days.
10624
10625         * gnus-sum.el (gnus-auto-select-subject): Change default to
10626         `unseen-or-unread'.  I think it's likely that most people want to
10627         select an unseen article over a previously seen, but unread one.
10628
10629         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10630         means that in the article buffer none of the minor mode elements will
10631         be shown, usually, and this is not desirable in most cases.
10632
10633         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10634         that commands like `d' (and the like) go to the next line in the
10635         buffer, instead of the next unread article.  I think this is the
10636         behavior that is most natural for most users.
10637         (gnus-single-article-buffer): Change default to nil, so that people can
10638         have as many article buffers open as they have summary buffer.  I think
10639         this is the most natural way for the groups to behave.
10640
10641         * message.el (message-generate-new-buffers): Change default to
10642         `unsent', so that all new message buffers start their names with the
10643         string "*unsent", and it's easier to find the buffers if you move from
10644         them.
10645
10646 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10649         small.  They're probably tracking images.
10650         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10651         (gnus-html-rescale-image): Yet another try at getting the image sizing
10652         right.
10653
10654         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10655         nntp-marks-file-name is nil.
10656
10657 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10658
10659         * gnus-html.el (gnus-html-wash-tags)
10660         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10661         Better logging.
10662
10663 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10666
10667         * gnus-html.el (gnus-html-wash-tags): Check the value of
10668         gnus-blocked-images in the summary buffer.
10669
10670 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10671
10672         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10673
10674 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675
10676         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10677         like "a", it seems like.
10678         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10679         since it needs to be picked from the correct buffer.
10680
10681         * nnwfm.el: Remove.
10682
10683         * nnlistserv.el: Remove.
10684
10685 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10686
10687         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10688         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10689
10690 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * nnkiboze.el: Remove.
10693
10694         * nndb.el: Remove.
10695
10696         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10697         alt text.
10698         (gnus-html-rescale-image): Try to get the rescaling logic right for
10699         images that are just wide and not tall.
10700
10701         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10702         overshadow variable bindings.
10703
10704 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10705
10706         * gnus-html.el (gnus-html-wash-tags)
10707         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10708         Add extra logging.
10709
10710 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10713         (gnus-max-image-proportion): New variable.
10714         (gnus-html-rescale-image): New function.
10715         (gnus-html-put-image): Rescale images.
10716
10717 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10718
10719         Fix up some byte-compiler warnings.
10720         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10721         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10722         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10723         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10724         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10725         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10726         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10727
10728 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-html.el (gnus-article-html): Decode contents by charset.
10731
10732 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10735         (gnus-html-frame-width, gnus-blocked-images):
10736         * message.el (message-prune-recipient-rules): Add custom version.
10737         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10738
10739         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10740         functions.
10741
10742         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10743         gnus-process-get.
10744
10745 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10746
10747         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10748         instead of lsub directly.
10749
10750 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * nnwarchive.el: Remove.
10753
10754         * gnus-soup.el: Remove.
10755
10756         * nnsoup.el: Remove.
10757
10758         * nnultimate.el: Remove.
10759
10760         * gnus-html.el (gnus-blocked-images): New variable.
10761
10762         * message.el (message-prune-recipients): New function.
10763         (message-prune-recipient-rules): New variable.
10764
10765         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10766         guess whether a long line is natural text or not.
10767
10768         * gnus-html.el (gnus-html-schedule-image-fetching):
10769         Use gnus-process-plist and friends for compatibility.
10770
10771 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10772
10773         * gnus-html.el: Require packages that define macros used in this file.
10774         (gnus-article-mouse-face): Declare to silence byte-compiler.
10775         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10776         process-get.
10777         (gnus-html-put-image): Use plist-get to avoid getf.
10778         (gnus-html-prefetch-images): Use with-current-buffer.
10779
10780 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-ems.el: Provide compatibility functions for
10783         gnus-set-process-plist.
10784
10785         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10786         header-line-format for XEmacs 21.4.
10787
10788         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10789         * gnus.el (gnus-valid-select-methods):
10790         * message.el (message-send-mail-partially-limit):
10791         * mm-decode.el (mm-text-html-renderer):
10792         * mml.el (mml-insert-mime-headers-always):
10793         * smiley.el (smiley-regexp-alist): Bump custom version.
10794
10795 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * gnus-html.el: require mm-url.
10798         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10799         with the url to `url'.
10800         (gnus-html-wash-tags): Support cid: URLs/images.
10801
10802 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10805         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10806         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10807
10808         * gnus-move.el: Remove file, since it doesn't really work.
10809
10810         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10811         UTF-8.  This seems to fix problems with some German web feeds.
10812
10813         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10814         at the top so that the proper colors are applied.
10815
10816         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10817         don't have dots in their names.
10818
10819         * gnus-art.el (gnus-article-view-part): Doc fix.
10820
10821         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10822         XEmacs-compatible.
10823         (gnus-html-put-image): Don't do images on non-graphic displays.
10824
10825         * nnslashdot.el: Remove this unused backend.
10826
10827         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10828         actions.
10829         (gnus-undo-register-1): Revert last change.
10830
10831         * gnus-group.el (gnus-group-completing-read): Protect against not
10832         having completion-styles bound.
10833
10834         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10835         make broken recipients happier.
10836
10837         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10838
10839         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10840         point parameter.
10841
10842         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10843
10844         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10845         completion-styles for group selection.
10846
10847 2009-02-04  Andreas Schwab  <schwab@suse.de>
10848
10849         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10850         headers and regexp-quote the match if necessary.
10851
10852 2009-03-24  Miles Bader  <miles@gnu.org>
10853
10854         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10855         the blinking smiley.
10856
10857 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10858
10859         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10860         blink smiley.
10861
10862 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10865         where the dribbel file lives exists.
10866
10867         * message.el (message-send-mail-partially-limit): Change the default to
10868         nil, since most people don't want this.
10869
10870         * mm-url.el (mm-url-decode-entities): Also decode entities like
10871         &#x3212.
10872
10873 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10874
10875         * gnus-sum.el (gnus-summary-idna-message):
10876         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10877         Hyperlink urls in docstrings with URL `...'.
10878
10879 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10880
10881         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10882         functions.
10883
10884 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10887         say what the mouseover text should be.
10888
10889         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10890         version of the mm-w3m-safe-url-regexp variable to only download images
10891         in the groups where we want that to happen.
10892
10893         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10894
10895         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10896         easier debugging.
10897         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10898         big pictures in the article buffer.
10899
10900         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10901         gnus-article-html.
10902         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10903         w3m.
10904
10905         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10906
10907 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10910         which doesn't exist.
10911
10912         * message.el (message-inhibit-ecomplete): New variable to allow some
10913         function to inhibit ecomplete address storage.
10914         (message-resend): Disable ecomplete message storage when resending
10915         messages.
10916
10917         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10918
10919 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10922         Save excursion while copying, moving, and deleting articles in order to
10923         prevent the cursor from jumping to unforeseen place.
10924
10925 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * lpath.el: No need to bind bookmark-current-buffer,
10928         bookmark-yank-point and bookmark-make-record-function.
10929
10930 2010-08-17  Glenn Morris  <rgm@gnu.org>
10931
10932         * gnus-sync.el: Require gnus components whose functions are used.
10933
10934         * gnus-art.el (bookmark-make-record-function):
10935         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10936         Declare for compiler.
10937
10938         * mm-url.el (mml-compute-boundary): Autoload.
10939
10940 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10943
10944 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10945
10946         Typo fix "hoo4a" -> "hook".
10947
10948         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10949
10950 2010-08-14  Glenn Morris  <rgm@gnu.org>
10951
10952         * gnus-sync.el (gnus-sync): Fix defgroup version.
10953
10954 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10955
10956         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10957
10958         * gnus-sync.el: Fix docs.
10959         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10960         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10961
10962 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10963
10964         Optimizations for gnus-sync.el.
10965
10966         * gnus-sync.el: Add docs about gnus-sync-backend
10967         possibilities.
10968         (gnus-sync-save): Remove unnecessary message.
10969         (gnus-sync-read): Optimize and show what groups were skipped.
10970
10971 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         Minor bug fixes for gnus-sync.el.
10974
10975         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10976         Don't read the sync on get-new-news.
10977
10978         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10979         quiet.
10980
10981         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10982         (fix typo).
10983
10984 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10985
10986         Make saving and restoring of hidden threads work with overlays.
10987         Patch applied by Ted Zlatanov.
10988
10989         * gnus-sum.el (gnus-hidden-threads-configuration)
10990         (gnus-restore-hidden-threads-configuration): Update to deal with text
10991         properties, rather than searching for a magic character.
10992
10993 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         New gnus-sync.el library for synchronization of marks.
10996
10997         * gnus-sync.el: New library for synchronization of marks.
10998
10999         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11000         renamed from `gnus-registry-grep-in-list'.
11001
11002         * gnus-registry.el (gnus-registry-follow-group-p):
11003         Use `gnus-grep-in-list'.
11004
11005         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11006
11007 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11010         determining charset of text fails.
11011
11012 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * nnmail.el (nnmail-get-new-mail-1): Revert.
11015
11016         * nnml.el (nnml-active-number): Make sure names of newly created groups
11017         in nnml-group-alist are encoded.
11018
11019 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11022         containing non-ASCII characters in active file for nnml back end.
11023
11024 2010-07-24  David Engster  <dengste@eml.cc>
11025
11026         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11027         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11028
11029 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11030
11031         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11032         tag (Bug#6654).
11033
11034 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11037         the article buffer, not the summary buffer.
11038
11039 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11042         Emacs 23 as well.
11043
11044 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11047         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11048
11049 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11050
11051         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11052         Patch applied by Karl Fogel.
11053
11054         * gnus-sum.el (gnus-summary-bookmark-make-record):
11055         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11056
11057 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11058
11059         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11060         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11061         C-w still not working correctly from Article buffers; Thierry's
11062         patch to fix that will be applied after this.
11063
11064         * gnus-art.el (bookmark-make-record-function): New local variable.
11065
11066         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11067         article buffer.
11068         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11069
11070 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11071
11072         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11073         on changes in bookmark.el.
11074
11075 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11078         `no-log' instead of message not to log prompt string.
11079
11080 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11081
11082         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11083         the *other* type of HTML form submission.
11084
11085 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11086
11087         * auth-source.el (auth-source-pick): If choice does not contain a
11088         questioned keyword, set the check to t.
11089
11090 2010-06-12  Romain Francoise  <romain@orebokech.com>
11091
11092         * gnus-util.el (gnus-date-get-time): Move up before first use.
11093
11094 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11097         (gnus-article-edit-part): Bind it to make last part that is substituted
11098         or deleted visible.
11099         (gnus-mime-display-single): Buttonize part of which id equals to
11100         gnus-mime-buttonized-part-id.
11101
11102 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11103
11104         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11105         (gnus-dd-mmm): Use gnus-date-get-time.
11106         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11107         simplify logic.
11108         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11109         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11110
11111 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11112
11113         * auth-source.el (top): Autoload `secrets-list-collections',
11114         `secrets-create-item', `secrets-delete-item'.
11115         (auth-sources): Fix tag string.
11116         (auth-get-source, auth-source-retrieve, auth-source-create)
11117         (auth-source-delete): New defuns.
11118         (auth-source-pick): Rewrite in order to avoid 2 passes.
11119         (auth-source-forget-user-or-password): New parameter USERNAME.
11120         (auth-source-user-or-password): New parameters CREATE-MISSING and
11121         DELETE-EXISTING.  Retrieve password interactively, if needed.
11122
11123 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11124
11125         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11126         deleting unused directories when gnus-expert-user is t.
11127
11128 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11131         for each temp file when gnus-article-browse-delete-temp is ask.
11132
11133 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11134
11135         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11136         Replace Lisp calls to delete-backward-char by calls to delete-char.
11137
11138 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11139
11140         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11141
11142 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11143
11144         * password-cache.el (password-cache-remove): Fix docstring.
11145
11146 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11149         article unless decoding article to be saved.
11150
11151 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11154         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11155         generated within the mm-with-unibyte-current-buffer macro.
11156
11157 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11160         to nil when we're in a mml-preview buffer and no group is selected.
11161
11162 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11163
11164         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11165         when catching the `C-g'.  Reported by "Leo".
11166
11167 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * message.el (message-forward-make-body-plain)
11170         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11171         multibyte-string-p.
11172
11173         * lpath.el: Revert.
11174
11175 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * message.el (message-forward-make-body-mml): Assume original message
11178         is multibyte string; error on unibyte.
11179         (message-forward-make-body-plain): Ditto; don't add excessive newline
11180         in body end.
11181
11182         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11183
11184 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11185
11186         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11187         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11188
11189 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * mm-extern.el (mm-extern-url): Don't use
11192         mm-with-unibyte-current-buffer.
11193         (mm-extern-cache-contents): Use with-current-buffer instead of
11194         save-excursion + set-buffer.
11195
11196 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * mm-util.el (mm-emacs-mule): Remove.
11199
11200 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11201
11202         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11203         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11204         change.
11205
11206 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11209         bind the default value of enable-multibyte-characters to nil.
11210
11211 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * message.el (message-forward-make-body-plain)
11214         (message-forward-make-body-mml):
11215         Don't use mm-with-unibyte-current-buffer.
11216
11217 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11218
11219         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11220
11221 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11222
11223         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11224         (Bug#5592).
11225
11226 2010-05-07  Julien Danjou  <julien@danjou.info>
11227
11228         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11229         it to mm-pipe-part.
11230
11231         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11232         it is given.
11233
11234 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * binhex.el (binhex-decode-region-internal):
11237         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11238         (dns-query):
11239         * nnweb.el (nnweb-gmane-search):
11240         * pgg-parse.el (pgg-parse-armor):
11241         * pgg.el (pgg-verify-region):
11242         * sha1.el (sha1-string-external):
11243         * uudecode.el (uudecode-decode-region-internal):
11244         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11245         XEmacs.
11246
11247         * gnus-art.el (gnus-article-browse-html-parts):
11248         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11249         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11250         make-temp-file.
11251
11252         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11253         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11254         compiling.
11255
11256         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11257         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11258         XEmacs when compiling.
11259
11260         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11261         gnus-pick-mode-off-hook for XEmacs when compiling.
11262         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11263         gnus-binary-mode-off-hook for XEmacs when compiling.
11264
11265         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11266         Return nil if char-charset is not available.
11267
11268         * imap.el (imap-disable-multibyte)
11269         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11270         macros.
11271
11272         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11273         instead of encode-coding-string.
11274
11275         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11276         'xemacs) instead of mm-emacs-mule to switch function definitions.
11277         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11278
11279         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11280         bind temporary-file-directory for XEmacs;
11281         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11282         timer-set-function for XEmacs 21.4 and SXEmacs;
11283         bind timer-list for XEmacs 21.4 and SXEmacs;
11284         fbind char-charset and find-charset-region for non-Mule XEmacs;
11285         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11286         encode-coding-region and encode-coding-string for XEmacs having no
11287         file-coding feature.
11288
11289 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11290
11291         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11292
11293 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11296         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11297
11298 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11299
11300         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11301         alias `jka-compr-delete-temp-file' no longer exists.
11302
11303 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11304
11305         Use define-minor-mode in Gnus where applicable.
11306         * mml.el (mml-mode): Use define-minor-mode.
11307         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11308         (gnus-undo-mode): Use define-minor-mode.
11309         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11310         (gnus-dead-summary-mode): Use define-minor-mode.
11311         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11312         Initialize in declaration.
11313         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11314         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11315         (gnus-mailing-list-mode): Use define-minor-mode.
11316         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11317         (gnus-draft-mode): Use define-minor-mode.
11318         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11319         (gnus-dired-mode): Use define-minor-mode.
11320
11321 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11322
11323         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11324         handles on recursive mml-to-mime translation and check them for
11325         boundary delimiter collisions.  Reported by Greg Troxel.
11326
11327 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11330
11331 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11332
11333         * mm-util.el (mm-find-buffer-file-coding-system):
11334         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11335
11336 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11337
11338         * message.el (message-generate-headers): Record insertion of optional
11339         headers as well.  Otherwise the check to prevent repeated insertion of
11340         optional headers is a no-op.
11341
11342 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * smime.el: Don't mention CVS.
11345
11346         * nnrss.el (nnrss-fetch): Don't mention CVS.
11347
11348         * nnir.el: Don't mention CVS.
11349
11350 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11351
11352         * gnus-sum.el (gnus-summary-bookmark-make-record):
11353         Add `location' field.
11354
11355 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * lpath.el: Fbind bookmark-default-handler,
11358         bookmark-get-bookmark-record, bookmark-make-record-default,
11359         bookmark-prop-get for Emacs <23 and XEmacs.
11360
11361 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11362
11363         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11364         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11365         Use with-current-buffer to silence the byte-compiler.
11366         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11367         bother to require `gnus'.
11368         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11369
11370 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11371
11372         * gnus-sum.el (gnus-summary-bookmark-make-record)
11373         (gnus-summary-bookmark-jump): New functions.
11374         (gnus-summary-mode): Setup bookmark support.
11375
11376 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11377
11378         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11379         if set.
11380
11381 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11384         gnus-article-browse-html-save-cid-image; make it work recursively for
11385         forwarded messages as well.
11386         (gnus-article-browse-html-parts): Work when prefix arg is given.
11387         (gnus-article-browse-html-article): Doc fix.
11388
11389 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11390
11391         * message.el (message-default-mail-headers):
11392         (message-default-headers): Carry the value mail-default-headers over
11393         into message-default-mail-headers, rather than message-default-headers.
11394
11395 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11396
11397         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11398         charset.
11399
11400         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11401         charset into the <meta> tag when the article is encoded to utf-8.
11402
11403 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-art.el (gnus-article-browse-delete-temp-files):
11406         Delete directories as well.
11407         (gnus-article-browse-html-parts): Work for images that do not specify
11408         file names; delete temp directory when quitting; insert header at the
11409         right place; use file: scheme for image files.
11410
11411 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11412
11413         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11414         (gnus-article-browse-html-parts): Use it to make temporary cid image
11415         files in addition to html file so that browser may display them.
11416
11417 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11420
11421 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11422
11423         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11424
11425 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11426
11427         * auth-source.el (auth-sources): Change default to be simpler.
11428         Explain about Secret Service API sources.  Improve Customize options.
11429         (auth-source-pick): Change to accept any number of search parameters.
11430         Implement fallbacks iteratively, not recursively.  Add scoring on the
11431         second pass and sort by score.  Call Secret Service API when needed.
11432         (auth-source-user-or-password): Use it.  Call Secret Service API
11433         directly when needed to get the user name and the password.
11434
11435 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11436
11437         * message.el (message-interactive): Doc fix.
11438         (message-qmail-inject-args): Reflow.
11439         (message-kill-to-signature): Fix typo in docstring.
11440
11441         * smiley.el (smiley-buffer): Fix typo in docstring.
11442
11443 2010-03-24  Glenn Morris  <rgm@gnu.org>
11444
11445         * mail-source.el (gnus-message): Declare.
11446         (mail-source-delete-old-incoming): Require gnus-util.
11447
11448 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11451
11452         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11453
11454         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11455         password-cache's default if it is not bound.
11456         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11457         password-cache-expiry's default if it is not bound.
11458
11459         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11460         available in Emacs 21.
11461
11462         * lpath.el: Suppress compiler warnings for:
11463         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11464         XEmacs;
11465         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11466         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11467         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11468
11469 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11470
11471         * auth-source.el (auth-sources): Fix up definition so extra parameters
11472         are always inline.
11473
11474 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11475
11476         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11477         wasn't updated after mismatch.  Clear cached mailbox info correctly
11478         when uidvalidity changes.
11479         (nnimap-group-prefixed-name): New function to avoid some code
11480         duplication.
11481         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11482         (nnimap-request-group): Use it.
11483         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11484         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11485         with many imap folders.  This is done by caching the group status from
11486         the imap server persistently in a group parameter `imap-status'.  (This
11487         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11488         but not persistently, so every Gnus startup was still very slow.)
11489
11490 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11491
11492         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11493         delete the extra newline.  Otherwise editing of :string and :number
11494         types don't work.
11495
11496 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11497
11498         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11499         secrets.el dependency.
11500         (auth-sources): Add optional user name.  Add secrets.el configuration
11501         choice (unused right now).
11502
11503 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11504
11505         * gnus-sum.el (gnus-summary-make-menu-bar):
11506         Let `gnus-registry-install-shortcuts' fill in the functions.
11507
11508         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11509         warnings.
11510         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11511         (gnus-registry-install-shortcuts): Populate and use it in a
11512         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11513
11514 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11515
11516         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11517         In-place substitutions for the group name encoding/decoding.
11518         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11519         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11520         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11521         (nnimap-update-unseen, nnimap-request-list)
11522         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11523         (nnimap-request-set-mark, nnimap-split-to-groups)
11524         (nnimap-split-articles, nnimap-request-newgroups)
11525         (nnimap-request-create-group, nnimap-request-accept-article)
11526         (nnimap-request-delete-group, nnimap-request-rename-group)
11527         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11528         `encoded-mbx' for consistency.
11529         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11530         variable `imap-current-mailbox'.
11531
11532         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11533         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11534
11535 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11536
11537         * pop3.el (pop3-display-message-size-flag): Display message size byte
11538         counts during POP3 download.
11539         (pop3-movemail): Use it.
11540         (pop3-list): Implement listing of available messages.
11541
11542 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11543
11544         * nnir.el (nnir-get-article-nov-override-function): New function to
11545         override the normal NOV retrieval.
11546         (nnir-retrieve-headers): Use it.
11547
11548 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11549
11550         * auth-source.el (netrc-machine-user-or-password): Autoload.
11551
11552 2010-03-19  Glenn Morris  <rgm@gnu.org>
11553
11554         Stop message.el from loading about 40 libraries it doesn't always need.
11555         The general approach is to autoload rather than require, and to
11556         require in the specific functions rather than the file.  (Bug#5642)
11557
11558         * gmm-utils.el: Don't require wid-edit.
11559         (widget-create-child-value, widget-convert, widget-default-get):
11560         Autoload.
11561
11562         * gnus-util.el: Don't require time-date, netrc.
11563         (message-fetch-field, gnus-group-name-decode): Declare rather than
11564         autoloading.
11565         (gnus-fetch-field): Require message.
11566         (gnus-decode-newsgroups): Require gnus-group.
11567
11568         * ietf-drums.el: Don't require time-date.
11569
11570         * message.el: Don't require hashcash, canlock, ecomplete.
11571         Do require mail-utils.  Require nnheader only when compiling.
11572         (smtpmail-default-smtp-server): Remove declaration.
11573         (message-send-mail-function): Check smtpmail-default-smtp-server
11574         is bound rather than requiring smtpmail.
11575         (message-auto-save-directory, message-insert-signature):
11576         Use expand-file-name rather than nnheader-concat.
11577         (nnheader-insert-file-contents): Autoload.
11578         (hashcash-wait-async): Declare.
11579         (message-send-mail): Only call gnus-setup-posting-charset if
11580         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11581         (message-send-mail-with-sendmail): Require sendmail.
11582         (canlock-password, canlock-password-for-verify): Declare.
11583         (message-canlock-password): Require canlock.
11584         (nnheader-get-report): Autoload.
11585         (gnus-setup-posting-charset): Declare.
11586         (message-send-news): Require gnus-msg.
11587         (message-make-references, message-make-in-reply-to): Use mail-header-id
11588         rather than the alias mail-header-message-id.
11589         (ecomplete-add-item, ecomplete-save): Declare.
11590         (message-put-addresses-in-ecomplete): Require ecomplete.
11591         (ecomplete-display-matches): Autoload.
11592
11593         * mm-decode.el: Don't require mailcap, gnus-util.
11594         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11595         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11596         Autoload.
11597         (mailcap-mime-extensions): Declare.
11598
11599         * mm-encode.el: Don't require mailcap.
11600         (mailcap-extension-to-mime): Autoload.
11601
11602         * mml-sec.el: Don't require password-cache.
11603
11604         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11605         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11606         (mml-minibuffer-read-type): Require mailcap.
11607         (mml-preview): Require gnus-msg.
11608
11609         * mml1991.el: Require password-cache.
11610         (password-cache-expiry): Remove declaration.
11611
11612         * mml2015.el: Require password-cache.
11613         (password-cache-expiry): Remove declaration.
11614
11615         * nneething.el (mailcap): Require mailcap.
11616
11617         * nnheader.el (declare-function): Add compatibility stub.
11618         (message-remove-header): Declare rather than autoload.
11619         (nnheader-replace-header): Require message.
11620
11621         * nnimap.el (declare-function): Add compatibility stub.
11622         (netrc-parse, netrc-machine-user-or-password): Declare.
11623         (nnimap-open-connection): Require netrc.
11624
11625         * nntp.el (declare-function): Add compatibility stub.
11626         (netrc-parse, netrc-machine, netrc-get): Declare.
11627         (nntp-send-authinfo): Require netrc.
11628
11629         * rfc2047.el: Don't require qp.
11630         (quoted-printable-encode-region, quoted-printable-decode-string):
11631         Autoload.
11632
11633         * sieve-mode.el: Don't require easymenu.
11634         (easy-menu-add-item): Autoload it.
11635
11636         * spam-stat.el (time-to-number-of-days): Autoload it.
11637
11638 2010-03-19  Glenn Morris  <rgm@gnu.org>
11639
11640         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11641
11642 2010-03-18  Glenn Morris  <rgm@gnu.org>
11643
11644         * hashcash.el (declare-function): Remove duplicate definition.
11645
11646 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11647
11648         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11649         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11650         value if any backslash escapes).
11651
11652 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11655         if it is available.  (bug#5647)
11656
11657         * lpath.el: Suppress compiler warning for coding-system-from-name for
11658         Emacs 21 and XEmacs.
11659
11660 2010-03-14  Juri Linkov  <juri@jurta.org>
11661
11662         * hmac-def.el:
11663         * hmac-md5.el:
11664         * netrc.el: Fix keywords.
11665
11666 2010-02-26  Glenn Morris  <rgm@gnu.org>
11667
11668         * message.el (message-send-mail-function): Change the default, so that
11669         it inherits from a customized send-mail-function.  (Bug#5643)
11670
11671 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11672
11673         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11674         shell-command-to-string signals an error (bug#5299).
11675
11676 2010-02-24  Glenn Morris  <rgm@gnu.org>
11677
11678         * message.el (message-smtpmail-send-it)
11679         (message-send-mail-with-mailclient): Doc fixes.
11680
11681 2010-02-16  Glenn Morris  <rgm@gnu.org>
11682
11683         * message.el (message-default-mail-headers): Change the default value
11684         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11685
11686 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11689         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11690
11691 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11692
11693         * time-date.el (date-to-time): Doc fix (Bug#5408).
11694
11695 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11696
11697         * message.el (message-mail): Just pass yank-action on to message-setup.
11698         (message-setup): Handle (FUN . ARGS) form of yank-action.
11699         (message-with-reply-buffer, message-widen-reply)
11700         (message-yank-original): Handle non-buffer values of
11701         message-reply-buffer (Bug#4080).
11702         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11703
11704 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11705
11706         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11707         Fix typo in docstring.
11708
11709 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11710
11711         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11712         response.
11713
11714 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11717
11718         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11719
11720         * message.el (message-check-news-header-syntax): Protect against a
11721         string that `rfc822-addresses' returns when parsing fails.
11722
11723 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11726         (gnus-previous-char-property-change): New functions.
11727
11728         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11729
11730 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11731
11732         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11733         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11734
11735 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11736
11737         * message.el (message-exchange-point-and-mark): Rework last change to
11738         avoid using optional arg of exchange-point-and-mark, for backward
11739         compatibility.
11740
11741 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11742
11743         * message.el (message-exchange-point-and-mark):
11744         Call exchange-point-and-mark with an argument rather than setting
11745         mark-active by hand (Bug#5175).
11746
11747 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * nntp.el (nntp-service-to-port): Work for service expressed with
11750         numeric string; replace [:digit:] with [0-9] for XEmacs.
11751
11752 2009-12-17  Glenn Morris  <rgm@gnu.org>
11753
11754         * gnus-group.el (gnus-bug-group-download-format-alist):
11755         Change emacs entry to debbugs.gnu.org.  Bump :version.
11756
11757 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11760
11761 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * message.el (message-info): Explain why we use `Info-goto-node'.
11764
11765 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11768
11769 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11770
11771         * message.el (message-completion-in-region): New compatibility function.
11772         (message-expand-group): Use it.
11773
11774 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11777         with no unread article should be listed if the 2nd arg `predicate' is
11778         given.
11779
11780 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11783
11784 2009-11-29  Juri Linkov  <juri@jurta.org>
11785
11786         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11787         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11788         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11789
11790 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11791
11792         * sha1.el (sha1-string-external): default-directory "/" in case
11793         otherwise non-existent.  process-connection-type pipe for touch of
11794         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11795
11796 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11797
11798         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11799         it's comms related and sgml-mode.el has "comm" on that basis too.
11800
11801 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11804         containing tspecial characters if they have been already quoted.
11805
11806 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11807
11808         * dns-mode.el (auto-mode-alist): Purecopy string.
11809
11810 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11811
11812         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11813
11814 2009-10-24  Glenn Morris  <rgm@gnu.org>
11815
11816         * gnus-art.el (help-xref-stack-item): Define for compiler.
11817
11818 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11819
11820         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11821
11822 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11825
11826 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11829         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11830
11831 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11834         (gnus-overlays-in): New alias to overlays-in.
11835
11836         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11837         gnus-overlay-get, and gnus-delete-overlay.
11838         (gnus-summary-show-thread): Make it work as well for systems in which
11839         next-single-char-property-change is not available.
11840         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11841
11842         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11843         (gnus-overlay-get): New alias to extent-property.
11844         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11845
11846         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11847         SXEmacs.
11848
11849         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11850         SXEmacs.
11851
11852 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11855
11856 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11857
11858         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11859         and XEmacs that don't have `remove-overlays'.
11860
11861 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11862
11863         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11864         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11865         selective display.  Use overlays instead.
11866
11867 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11868
11869         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11870
11871 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11872
11873         * spam-stat.el (spam-stat-load): Fix typo in message.
11874
11875 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11876
11877         * dig.el (dig-invoke): Fix typo in docstring.
11878         (query-dig): Reflow docstring.
11879
11880 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11881
11882         * gnus-art.el (gnus-article-encrypt-body):
11883         * message.el (message-check-recipients):
11884         * mm-util.el (mm-codepage-setup):
11885         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11886         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11887
11888 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11889
11890         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11891         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11892         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11893         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11894         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11895
11896 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11897
11898         * dig.el: Add "Keywords: comm", as per net-utils.el.
11899
11900 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11901
11902         * dig.el (dig-mode): Use define-derived-mode.
11903
11904 2009-09-19  Glenn Morris  <rgm@gnu.org>
11905
11906         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11907
11908 2009-09-18  Glenn Morris  <rgm@gnu.org>
11909
11910         * gnus-diary.el (gnus-diary-check-message):
11911         * message.el (message-insert-formatted-citation-line):
11912         * nnbabyl.el (top-level):
11913         * nndiary.el (nndiary-schedule):
11914         Fix typos in condition-case handlers.
11915
11916 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11919         configuration that provides the sole article window in a frame;
11920         position point correctly after deleting a part.
11921
11922 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11923
11924         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11925         (spam-resolve-registrations-routine): Use it to unregister articles
11926         that change status.
11927
11928 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11931         with XEmacs.
11932         (parse-time-string-chars): Use it.
11933
11934 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11935
11936         * imap.el (imap-interactive-login): Better messages.
11937         (imap-open): Fix bug with renamed buffer on reconnect.
11938         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11939         for easier debugging and cleaner code.  On successful (guessed based on
11940         server capabilities) secondary authentication, set imap-state
11941         correctly.
11942         (imap-last-authenticator): Define imap-last-authenticator as a variable
11943         to avoid warnings.
11944
11945 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * nnrss.el (nnrss-request-article): Remove binding of
11948         default-enable-multibyte-characters that has gotten needless by
11949         the 2007-07-13 change in rfc2047-encode-message-header.
11950
11951         * mml.el (mml-insert-multipart): Error on the message header.
11952         (mml-insert-part): Error on the message header; position point at
11953         the end of a MIME tag.
11954
11955 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * time-date.el (autoload): Expand define-obsolete-function-alias into
11958         defalias and make-obsolete for old Emacsen that Gnus supports.
11959         (with-no-warnings): Define it for old Emacsen.
11960         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11961         is available.
11962         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11963         float-time is available; suppress compile warning for time-to-seconds.
11964
11965         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11966         (gnus-float-time): Alias to float-time if it exists.
11967
11968         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11969         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11970         float-time is available; suppress compile warning for time-to-seconds.
11971
11972         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11973         XEmacs.
11974
11975 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11976
11977         * imap.el (imap-message-map): Docstring fix.
11978
11979 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11982         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11983         Add the optional argument `encoding' that overrides the default.
11984
11985         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11986         mm-encode-buffer.
11987
11988 2009-09-04  Glenn Morris  <rgm@gnu.org>
11989
11990         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11991         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11992         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11993         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11994         * mm-util.el (mm-with-unibyte-current-buffer)
11995         (mm-find-buffer-file-coding-system):
11996         * yenc.el (yenc-decode-region): Use default-value rather than
11997         default-enable-multibyte-characters.
11998
11999 2009-09-03  Glenn Morris  <rgm@gnu.org>
12000
12001         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12002         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12003         than default-enable-multibyte-characters.
12004
12005 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12006
12007         * gnus-art.el (gnus-article-read-summary-keys):
12008         Fix gnus-buffer-configuration's value temporarily used.
12009
12010 2009-09-02  Glenn Morris  <rgm@gnu.org>
12011
12012         * gnus-util.el (gnus-float-time): New function.
12013         * gnus-delay.el (gnus-delay-article):
12014         * gnus-sum.el (gnus-thread-latest-date):
12015         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12016         * nnspool.el (nnspool-request-newgroups):
12017         Use gnus-float-time rather than time-to-seconds.
12018         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12019
12020         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12021         (gnus-header-subject-face, gnus-header-newsgroups-face)
12022         (gnus-header-name-face, gnus-header-content-face):
12023         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12024         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12025         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12026         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12027         (gnus-cite-face-11):
12028         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12029         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12030         (gnus-server-closed-face, gnus-server-denied-face)
12031         (gnus-server-offline-face):
12032         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12033         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12034         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12035         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12036         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12037         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12038         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12039         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12040         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12041         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12042         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12043         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12044         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12045         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12046         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12047         (gnus-summary-high-undownloaded-face)
12048         (gnus-summary-low-undownloaded-face)
12049         (gnus-summary-normal-undownloaded-face)
12050         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12051         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12052         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12053         (gnus-splash-face):
12054         * message.el (message-header-to-face, message-header-cc-face)
12055         (message-header-subject-face, message-header-newsgroups-face)
12056         (message-header-other-face, message-header-name-face)
12057         (message-header-xheader-face, message-separator-face)
12058         (message-cited-text-face, message-mml-face):
12059         * sieve-mode.el (sieve-control-commands-face)
12060         (sieve-action-commands-face, sieve-test-commands-face)
12061         (sieve-tagged-arguments-face):
12062         * spam.el (spam-face):
12063         Mark face aliases with "-face" in the name as obsolete.
12064
12065 2009-09-01  Glenn Morris  <rgm@gnu.org>
12066
12067         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12068         than goto-line.
12069
12070 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12073         Don't move point if the command is invoked inside the message header.
12074
12075 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12076
12077         * imap.el (imap-send-command): Simplify.
12078         (imap-wait-for-tag): point-max -> buffer-size.
12079
12080 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12081
12082         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12083         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12084         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12085         * nnir.el (nnir-swish-e-index-file):
12086         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12087         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12088         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12089         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12090         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12091         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12092
12093 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12096         Don't save excursion.
12097
12098 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12099
12100         * nnheader.el (nnheader-find-file-noselect):
12101         * mm-util.el (mm-insert-file-contents):
12102         Use (default-value 'major-mode) instead of default-major-mode.
12103
12104 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12105
12106         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12107
12108 2009-08-26  Glenn Morris  <rgm@gnu.org>
12109
12110         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12111         than placing in files.el.
12112
12113 2009-08-25  Glenn Morris  <rgm@gnu.org>
12114
12115         * nnir.el (top-level): Don't require cl at run-time.
12116         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12117         Replace cl-function substitute with gnus-replace-in-string.
12118         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12119         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12120         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12121         simplified expansions.
12122
12123 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12124
12125         * dig.el (dig): Add autoload cookie.
12126
12127 2009-08-22  Glenn Morris  <rgm@gnu.org>
12128
12129         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12130         goto-line.
12131
12132 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12133
12134         * parse-time.el (parse-time-string-chars): Save match data.
12135
12136 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12137
12138         * parse-time.el (parse-time-string-chars): Compute using character
12139         classes, to handle non-ascii characters (Bug#3190).
12140
12141 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12144
12145         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12146         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12147         (gnus-mm-display-part, gnus-mime-display-single)
12148         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12149         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12150
12151         * gnus-sum.el
12152         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12153         (gnus-summary-move-article): Add expirable mark to articles copied or
12154         moved to group that has auto-expire turned on if the option is non-nil.
12155
12156 2009-07-24  Glenn Morris  <rgm@gnu.org>
12157
12158         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12159         Fix typo.  (Bug#3903)
12160
12161 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12164         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12165         that should not be used for draft articles.
12166         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12167         that has no concern in minor mode keys.
12168         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12169         Abolish.
12170
12171 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12174         article without making inquiry to a user for unknown encoding.
12175
12176         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12177         (nnmaildir--scan): Assume i-node and device number that file-attributes
12178         returns might be cons-cell.
12179
12180         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12181
12182         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12183
12184 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12185
12186         * auth-source.el: Remove docs now in auth.texi.  Don't use
12187         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12188         `auth-source-hide-passwords' and use them.
12189
12190 2009-07-15  Glenn Morris  <rgm@gnu.org>
12191
12192         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12193
12194 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12197         excessive whitespace from the default values of title and description.
12198
12199 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12202         mail-fetch-field to fetch Content-Description header in order to
12203         exclude newlines.
12204
12205 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12206
12207         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12208         format used by GnuPG 2.0.11.
12209
12210 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12213         to deleted part.
12214
12215 2009-05-30  David Engster  <dengste@eml.cc>
12216
12217         * nnmairix.el: Remove old documentation in the commentary block.
12218         (nnmairix-request-group): Do not update active file for nnml back ends.
12219         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12220         end so that overview files are ignored.
12221         (nnmairix-update-groups): Make updating the groups more robust by using
12222         marks.
12223         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12224         with dollar characters in message-id.
12225
12226 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12229         2008-12-25 in dns.el.
12230
12231 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12232
12233         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12234         could happen if the text is only composed of spaces and/or tabs.
12235
12236 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12237
12238         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12239         when sending a queued message to avoid extra mml tags.
12240
12241 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12244
12245 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12248         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12249         rmail-toggle-header for XEmacs;
12250         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12251
12252 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-dired.el: Remove autoload for gnus-setup-message.
12255         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12256         displaying Gnus logo; always use compose-mail.
12257
12258 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12261
12262 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12265         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12266         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12267         available.
12268         (gnus-nocem-epg-verify): New function.
12269
12270 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12273
12274 2009-02-15  Glenn Morris  <rgm@gnu.org>
12275
12276         * gnus-util.el (rmail-insert-rmail-file-header)
12277         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12278         autoloads.
12279         (rmail-default-rmail-file): Remove unnecessary declaration.
12280         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12281
12282 2009-02-14  Glenn Morris  <rgm@gnu.org>
12283
12284         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12285         variable (only used in gnus-util, which declares it anyway).
12286         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12287         which was only needed by gnus-art (changed to not use it any more).
12288         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12289         only used in gnus-util, which autoloads it itself.
12290         (rmail-update-summary): Fix autoload.
12291
12292         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12293         rather than rmail-output-to-rmail-file.
12294
12295 2009-02-07  Glenn Morris  <rgm@gnu.org>
12296
12297         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12298         autoload of function that no longer exists.
12299         (rmail-toggle-header): Declare.
12300         (message-forward-rmail-make-body): Handle mbox Rmail.
12301
12302 2009-01-31  Glenn Morris  <rgm@gnu.org>
12303
12304         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12305         2009-01-09 change.
12306
12307 2009-01-31  Dave Love  <fx@gnu.org>
12308
12309         * imap.el (imap-fetch-safe): Bind debug-on-error.
12310         (imap-debug): Add imap-fetch-safe.
12311
12312 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12313
12314         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12315         (auth-source-forget-all-cached): New convenience function.
12316         (auth-source-user-or-password): Accept list of modes or a single mode.
12317
12318         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12319         auth-source modes.
12320
12321         * netrc.el (netrc-machine-user-or-password): Use list of
12322         auth-source modes.
12323
12324         * nnimap.el (nnimap-open-connection): Use list of
12325         auth-source modes.
12326
12327         * nntp.el (nntp-send-authinfo): Use list of
12328         auth-source modes.
12329
12330 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12331
12332         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12333         now.
12334
12335 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12338         coding system in XEmacs; add a workaround for XEmacs.
12339
12340         * lpath.el: Fbind coding-system-aliasee.
12341
12342 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12345         of current-language-environment.
12346
12347 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12350         available at runtime.
12351
12352 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12355
12356 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12357
12358         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12359         the greatest positive fixnum value doesn't work under an XEmacs with
12360         bignum support; use the most-positive-fixnum constant instead,
12361         available since Emacs 21.1 with cl and XEmacs 21.1.
12362
12363 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12366         XEmacs gets not to work.
12367
12368 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * mm-util.el (mm-coding-system-priorities): Allow the value like
12371         "Japanese (UTF-8)" of current-language-environment.
12372
12373 2009-01-09  Glenn Morris  <rgm@gnu.org>
12374
12375         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12376         with last-command-event.
12377
12378 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12381         in the doc string.
12382
12383         * message.el (message-fix-before-sending): Amend comment.
12384
12385 2009-01-08  Dave Love  <fx@gnu.org>
12386
12387         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12388
12389 2009-01-07  David Engster  <dengste@eml.cc>
12390
12391         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12392         simplified server definitions by converting it via
12393         gnus-server-to-method.
12394
12395 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12398         parameter's operands.
12399
12400 2009-01-06  David Engster  <dengste@eml.cc>
12401
12402         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12403         primary select method (for gnus-group-mark-article-as-read).
12404
12405 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12406
12407         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12408         `(gnus)Face', not `(gnus)X-Face'.
12409
12410 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mm-util.el (mm-ucs-to-char): New function.
12413
12414         * mm-url.el (mm-url-decode-entities): Use it.
12415
12416         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12417         unicode-to-char.
12418
12419 2009-01-05  Dave Love  <fx@gnu.org>
12420
12421         * time-date.el: Require cl for `declare'.
12422
12423 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12426         Dave Love.
12427
12428 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * message.el (message-fix-before-sending): Add `eight-bit' to
12431         illegible-text check.
12432
12433 2009-01-03  Michael Olson  <mwolson@gnu.org>
12434
12435         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12436         `headers' is nil.  This can occur if the IMAP server does not have
12437         permissions to read messages from a folder, but can write new messages
12438         to the folder.
12439         (nnimap-request-article-part): Do not insert `data' if it is nil.
12440
12441         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12442         characters which will confuse `read', so skip past them.
12443
12444 2009-01-01  Dave Love  <fx@gnu.org>
12445
12446         * imap.el (imap-string-to-integer): Fix typo.
12447         (imap-fetch-safe): New function.
12448         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12449
12450         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12451
12452         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12453         (imap-parse-greeting): Fix doc strings.
12454         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12455         (imap-parse-flag-list): Make messages unique.
12456         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12457
12458         * nnimap.el: Fix author email.
12459         (nnimap-split-rule): Add FIXME comment.
12460         (nnimap-debug): Fix doc string.
12461
12462 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12465
12466 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12469         nslookup if resolv.conf isn't available.
12470         (dns-query): Rename from query-dns.
12471         (dns-query-cached): Rename from query-dns-cached.
12472
12473 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12476         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12477         to check if those variables exist (first appeared in Emacs 18.50).
12478
12479 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * mm-util.el (mm-line-number-at-pos): New function.
12482
12483         * spam-report.el (spam-report-process-queue): Use it.
12484
12485 2008-12-24  David Engster  <dengste@eml.cc>
12486
12487         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12488         parameters that haven't existed as variables as buffer-local variables.
12489
12490 2008-12-23  Dave Love  <fx@gnu.org>
12491
12492         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12493         cadar.
12494
12495         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12496         imap-starttls-p.
12497         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12498
12499 2008-12-22  Dave Love  <fx@gnu.org>
12500
12501         * imap.el: Fix author email.  Doc fixes.
12502         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12503         reply.
12504
12505 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * spam-report.el (spam-report-gmane-max-requests): New constant.
12508         (spam-report-gmane-wait): New variable.
12509         (spam-report-gmane-ham, spam-report-gmane-spam)
12510         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12511         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12512         the server.
12513
12514         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12515         Add explanations.
12516
12517         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12518         nnheader-accept-process-output and nnheader-read-timeout if available.
12519         (pop3-movemail): Use it.
12520
12521         * message.el (message-check-news-body-syntax): Fix signature check if
12522         there's an attachment.
12523
12524 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * mm-util.el: Add comments to the mm- emulating functions.
12527
12528 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12531         Reported by Stephen Berman <stephen.berman@gmx.net>.
12532
12533 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * mm-util.el (mm-substring-no-properties): New function.
12536         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12537         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12538         (mm-string-to-multibyte): Doc fix.
12539
12540         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12541
12542 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * mml.el (mml-attach-file): Strip text properties from file name.
12545         (Bug#1574)
12546
12547 2008-12-16  Glenn Morris  <rgm@gnu.org>
12548
12549         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12550
12551 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12554         knows since the charset specified might be a bogus alias that
12555         mm-charset-synonym-alist provides.
12556
12557 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12558
12559         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12560         "ISO_8859-1".
12561
12562         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12563
12564 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * mm-util.el (mm-charset-eval-alist):
12567         Define it before mm-charset-to-coding-system.
12568         (mm-charset-to-coding-system): Add optional argument `silent';
12569         define it before mm-charset-override-alist.
12570         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12571         default value if it can be used in Emacs currently running;
12572         silence mm-charset-to-coding-system.
12573
12574 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12577         `allow-override' which says whether to use `mm-charset-override-alist'.
12578         (rfc2047-decode-encoded-words): Use it.
12579
12580         * mm-util.el (mm-charset-override-alist): Fix custom type;
12581         add `(gb2312 . gbk)' to choices.
12582
12583 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12586         fast.
12587
12588         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12589
12590         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12591
12592 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12593
12594         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12595         on links.
12596
12597         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12598
12599 2008-12-03  Lute Kamstra  <lute@gnu.org>
12600
12601         * sha1.el: Remove leading * from docstrings of defcustoms,
12602         deffaces, defconsts and defuns.
12603
12604 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12607         users' addresses that don't have domain parts.
12608         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12609         rather than message-narrow-to-head since there will be the message
12610         header separator.
12611
12612 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12613
12614         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12615         since the result is inserted in a unibyte buffer anyway.
12616         (nnimap-demule-use-string-to-multibyte): Remove.
12617         (nnimap-demule): Alias it to mm-string-to-multibyte.
12618
12619 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12622         variable for debugging bug#464 and bug#1174.
12623         (nnimap-demule): Use it.
12624
12625 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12628         score calculation correctly.
12629
12630 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12631
12632         * message.el (message-send-mail): Just set the buffer to unibyte
12633         rather than use mm-with-unibyte-current-buffer which does a lot more.
12634         (message-send-mail-partially): Don't bother with
12635         mm-with-unibyte-current-buffer since it's already been made unibyte by
12636         message-send-mail.
12637
12638 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12639
12640         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12641
12642 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12643
12644         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12645
12646 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12649         require itself and to remove `with-no-warnings'.
12650
12651 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12652
12653         * starttls.el (starttls-any-program-available): Get the name of the
12654         available TLS layer program.
12655         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12656         well as the host name in the "opening" message.
12657
12658         * auth-source.el (auth-source-cache, auth-source-do-cache)
12659         (auth-source-user-or-password): Cache passwords and logins by default,
12660         allow override with `auth-source-do-cache'.
12661         (auth-source-forget-user-or-password): Allow users to remove cache
12662         entries if needed.
12663
12664 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12665
12666         * md4.el (md4-buffer): Fix typo in docstring.
12667         (md4, md4-64): Doc fixes.
12668         (md4-pack-int32): Reflow docstring.
12669
12670 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12673         condition-case to only the forward-sexp call.
12674
12675 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12676
12677         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12678         quotes contained.  Make it more robust regardless by an extra
12679         condition-case wrapper.
12680
12681 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12684
12685 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * nnml.el (nnml-request-expire-articles): Check if the function set to
12688         `nnmail-expiry-target' returns the symbol `delete'.
12689
12690         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12691
12692         * nnmail.el (nnmail-expiry-target): Fix custom type.
12693
12694 2008-10-02  Glenn Morris  <rgm@gnu.org>
12695
12696         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12697         Silence compiler warning.
12698
12699 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12700
12701         * tls.el (open-tls-stream): Show the actual command being
12702         executed, instead of the format string.
12703
12704 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * lpath.el: Fbind codepage-setup for Emacs 23.
12707
12708 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12709
12710         * mml.el (mml-menu): Don't assume mml2015 is bound.
12711
12712 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12715         exists.
12716
12717 2008-09-27  Glenn Morris  <rgm@gnu.org>
12718
12719         * gnus-util.el (mail-header-remove-comments): Autoload it.
12720
12721 2008-09-27  Andreas Schwab  <schwab@suse.de>
12722
12723         * gnus-util.el (gnus-split-references): Strip comments.
12724         (gnus-parent-id): Likewise.
12725
12726 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * message.el (message-confirm-send): Fix version.
12729
12730 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * message.el (message-idna-to-ascii-rhs-1): Use
12733         mail-extract-address-components rather than mail-header-parse-addresses
12734         that is an alias by default to ietf-drums-parse-addresses that does not
12735         support non-ASCII names in headers' contents.
12736
12737 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12738
12739         * message.el (message-confirm-send): Fix variable documentation to
12740         avoid the "y/n" wording.
12741
12742 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12743
12744         * message.el (message-set-auto-save-file-name): Save to a different
12745         filename so multiple messages (especially drafts) can be recovered.
12746
12747 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12748
12749         * message.el (message-confirm-send): Add appropriate version.
12750
12751 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12752
12753         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12754         defvar.
12755
12756 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12757
12758         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12759         (mm-pkcs7-enveloped-magic): Ditto.
12760
12761 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12762
12763         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12764         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12765
12766 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12769         default, it's better.
12770
12771 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12772
12773         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12774         summary line gnus-number property and ignore them (with a warning
12775         message).
12776
12777 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12780         macro caddr in the interactive form since it won't be expanded.
12781
12782 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12785         `charset'; fix name of function called recursively.
12786         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12787
12788 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12791         (gnus-mime-set-charset-parameters): New function.
12792         (gnus-mime-view-part-as-charset): Use it to correctly display part
12793         specifying wrong charset.
12794
12795 2008-09-08  David Engster  <dengste@eml.cc>
12796
12797         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12798         in completing-read for back end server.
12799
12800 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12801
12802         * message.el (message-confirm-send): New variable to confirm sending a
12803         message.
12804         (message-send): Use it.
12805
12806 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12807
12808         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12809
12810 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12813
12814 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12815
12816         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12817         prevent tracking too many groups.
12818         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12819         Use it.
12820
12821 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12822
12823         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12824         moving point to the bottom of the window in order to avoid recentering.
12825
12826 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12829
12830         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12831         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12832         (gnus-article-beginning-of-window): Fix calculation.
12833
12834 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-msg.el (gnus-summary-supersede-article)
12837         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12838         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12839         message header.
12840
12841 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12842
12843         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12844         pending output coming after the status change.
12845
12846 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12847
12848         * message.el:
12849         * gnus-start.el:
12850         * gnus-registry.el: Remove VMS support.
12851
12852 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12855         macro.
12856         (rfc2104-hash): Use it.
12857
12858 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12861         (gnus-summary-sort-by-most-recent-date): New commands.
12862         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12863         and menu entries.
12864
12865 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12868         don't redisplay article for raw contents; remove plural articles stuff.
12869
12870         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12871         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12872         on gnus-summary-save-article; display results properly.
12873
12874 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * lpath.el: No need to fbind ns-focus-frame.
12877
12878 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12881
12882 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (gnus-summary-save-in-pipe):
12885         Consider gnus-save-all-headers.
12886
12887 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12888
12889         * gnus-util.el (ns-focus-frame): Remove declaration.
12890         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12891         like x.
12892
12893 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12894
12895         * rfc2104.el (rfc2104-zero): Delete defconst.
12896         (rfc2104-hex-alist): Likewise.
12897         (rfc2104-hex-to-int): Delete func.
12898         (rfc2104-hexstring-to-bitstring): Likewise.
12899         (rfc2104-nybbles): New defconst.
12900         (rfc2104-hash): Rewrite for speed.
12901
12902 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * tls.el (open-tls-stream): Make it work with the 2nd argument
12905         BUFFER that is a string but does not exist as a buffer object, as
12906         mentioned in the doc-string.
12907
12908 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12911         SXEmacs.
12912
12913 2008-07-16  Glenn Morris  <rgm@gnu.org>
12914
12915         * gnus-util.el (ns-focus-frame): Declare for compiler.
12916
12917 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12920         set as a group parameter.
12921         (gnus-summary-save-in-pipe): Work when it is called independently.
12922         (gnus-summary-pipe-to-muttprint): Don't modify
12923         gnus-summary-pipe-output-default-command.
12924
12925 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12926
12927         * message.el (message-send-mail-with-sendmail):
12928         Display the error message.
12929
12930 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-art.el (gnus-default-article-saver):
12933         Add gnus-summary-save-in-pipe to choices.
12934         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12935         gnus-summary-pipe-output-default-command as the default command.
12936         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12937         instead of gnus-last-shell-command.
12938
12939         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12940         New user option.
12941         (gnus-summary-muttprint-program): Mention the value will be changed.
12942         (gnus-summary-save-article): Force showing of all headers.
12943         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12944
12945 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12946
12947         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12948
12949 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12950
12951         * nnimap.el (nnimap-id):
12952         * sieve-manage.el (sieve-manage-open): Doc fixes.
12953
12954 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12955
12956         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12957         if available.
12958
12959 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12960
12961         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12962
12963         * nnkiboze.el (nnkiboze-generate-group):
12964         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12965
12966         * nnmairix.el: Require CL.
12967
12968 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * dgnushack.el: Autoload get-display-table and put-display-table for
12971         XEmacs 21.5.
12972
12973         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12974         21.4 and SXEmacs.
12975
12976 2008-06-15  David Engster  <dengste@eml.cc>
12977
12978         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12979
12980 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12981
12982         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12983         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12984         runtime choice under XEmacs.
12985
12986         * gnus-sum.el (gnus-summary-set-display-table):
12987         Use `gnus-put-display-table', `gnus-get-display-table',
12988         `gnus-set-display-table' for the display table, instead of `aset'.
12989
12990         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12991         Use `gnus-put-display-table', `gnus-get-display-table',
12992         `gnus-set-display-table' for the display table.
12993
12994 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * nnmairix.el: Add autoloads.
12997
12998 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * nnmairix.el (nnmairix-delete-recreate-group)
13001         (nnmairix-update-and-clear-marks): Fix error messages.
13002
13003 2008-06-14  David Engster  <dengste@eml.cc>
13004
13005         * nnmairix.el: Upgrade to version 0.6.
13006         (nnmairix-group-toggle-propmarks-this-group)
13007         (nnmairix-group-toggle-readmarks-this-group)
13008         (nnmairix-group-delete-recreate-this-group)
13009         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13010         (nnmairix-remove-tick-mark-original-article): New commands.
13011         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13012         (nnmairix-propagate-marks-to-nnmairix-groups)
13013         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13014         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13015         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13016         functions needed for marks propagation and manipulation of read marks.
13017         (nnmairix-update-groups): New function.
13018         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13019         (nnmairix-determine-original-group-from-registry)
13020         (nnmairix-determine-original-group-from-path)
13021         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13022         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13023         New helper functions.
13024         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13025         keystrokes for new commands.
13026         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13027         (nnmairix-request-group): Check allow-fast group parameter.
13028         (nnmairix-request-create-group): Set allow-fast group parameter if
13029         nnmairix-allowfast-default is set.
13030         (nnmairix-close-group): Propagate marks upon closing if needed.
13031         (nnmairix-group-toggle-threads-this-group): Use new.
13032         nnmairix-group-toggle-parameter helper function.
13033         (nnmairix-search): Better check for empty search result.
13034         (nnmairix-goto-original-article): Use new helper functions for
13035         determining original article.
13036         (nnmairix-show-original-article): Make sure message-id is in brackets.
13037         (nnmairix-call-mairix-binary): Change variable name.
13038         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13039         helper function.
13040         (nnmairix-widget-toggle-activate): Fix doc string.
13041
13042 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * nnir.el: Require edmacro when compiling with XEmacs.
13045         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13046         available in Emacs 21.
13047
13048 2008-06-11  Glenn Morris  <rgm@gnu.org>
13049
13050         * gnus-util.el (x-focus-frame):
13051         * gnus.el (image-size):
13052         * mm-decode.el (image-size): Declare.
13053
13054         * gnus-picon.el (declare-function): Add compat definition.
13055         (image-size): Declare.
13056
13057         * gnus-group.el (tool-bar-map):
13058         * gnus-sum.el (tool-bar-map): Define for compiler.
13059
13060         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13061
13062         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13063
13064         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13065         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13066         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13067         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13068         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13069         * sieve-manage.el, spam-report.el, spam.el:
13070         Remove unnecessary eval-and-compile of autoloads.
13071
13072 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13073
13074         * auth-source.el: Precise Tramp doc.
13075
13076 2008-06-07  Glenn Morris  <rgm@gnu.org>
13077
13078         * nnmairix.el: Remove unnecessary eval-when-compile.
13079
13080 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * lpath.el: Fbind propertize for XEmacs 21.4.
13083
13084 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * nnir.el: Move here from ../contrib.
13087
13088 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13089
13090         * gnus-util.el (gnus-read-shell-command): New function.
13091         * mm-decode.el (mm-pipe-part):
13092         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13093
13094 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13097
13098 2008-06-03  Glenn Morris  <rgm@gnu.org>
13099
13100         * pop3.el (nnheader-accept-process-output): Autoload it.
13101
13102 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13105         are not 2-digit hexadecimal characters that follow `%'s.
13106
13107 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * message.el (message-bogus-recipient-p): Fix type in doc string.
13110         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13111         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13112         Improve custom options.
13113         (message-bogus-recipient-p): Adjust accordingly.
13114
13115 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13116
13117         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13118         long-form month and day names.
13119
13120 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * dgnushack.el: Autoload debug, eudc-expand-inline and
13123         pgg-snarf-keys-region for XEmacs.
13124
13125         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13126
13127         * nnmairix.el: Require edmacro when compiling with XEmacs.
13128
13129 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13132         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13133
13134 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * auth-source.el: Add more docs.
13137
13138         * netrc.el (netrc-machine): Always match if the port is not given.
13139
13140 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13141
13142         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13143         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13144         retrieval faster in some cases, but might make CPU usage larger.
13145         If this has any bad side effects, we might revert this change.
13146
13147         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13148         seems to make mail retrieval much, much faster.
13149         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13150         unconditionally.
13151
13152         * gnus-draft.el (gnus-group-send-queue):
13153         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13154
13155 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13158
13159         * message.el (message-bogus-address-regexp): Fix and improve custom
13160         type.
13161         (message-setup-hook): Add message-check-recipients as custom option.
13162
13163 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * message.el (message-cite-function): Remove bogus autoload which crept
13166         in during merge from v5-10.
13167
13168 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13171
13172         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13173
13174         * auth-source.el: Preliminary Tramp docs.
13175         (auth-sources): Change the default auth-sources to use
13176         EPA .gpg files.
13177
13178 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * nntp.el: Autoload `auth-source-user-or-password'.
13181         (nntp-send-authinfo): Use it.
13182
13183         * nnimap.el: Autoload `auth-source-user-or-password'.
13184         (nnimap-open-connection): Use it.
13185
13186         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13187         for the gnus-message function.
13188         (auth-source-user-or-password): Use it.
13189
13190 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13191
13192         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13193         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13194         (rfc2104-hash): Use it.
13195
13196 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13197
13198         * gnus-art.el (gnus-article-toggle-truncate-lines):
13199         Don't use `iff' in docstring.
13200
13201 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13202
13203         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13204
13205         * gnus-util.el (gnus-extract-address-component-name)
13206         (gnus-extract-address-component-email): Convenience functions around
13207         `gnus-extract-address-components'.
13208
13209         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13210         Use `gnus-extract-address-component-email' to fix bug of comparing full
13211         sender name to `user-mail-address'.
13212
13213 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13214
13215         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13216         catch/throw to optimize.
13217         (gnus-registry-find-keywords): Just use member to find a keyword.
13218
13219 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13220
13221         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13222         is current before calling gnus-server-prepare.
13223         (gnus-server-setup-buffer, gnus-server-update-server)
13224         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13225
13226 2008-05-04  Juri Linkov  <juri@jurta.org>
13227
13228         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13229         (mailcap-file-default-commands): Use mailcap-replace-in-string
13230         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13231         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13232
13233 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13234
13235         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13236
13237 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13238
13239         * gnus.el: Bump version to 0.11.
13240
13241 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13242
13243         * gnus.el: No Gnus v0.10 is released.
13244
13245 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13246
13247         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13248         hooks.
13249         (gnus-update-read-articles): Speed up non-marks-using users.
13250         (gnus-use-marks): Define gnus-use-marks.
13251         (gnus-propagate-marks): Rename variable to something more sensible.
13252
13253 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13254
13255         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13256         (gmm-image-load-path-for-library): Fix typos in docstrings.
13257         (gmm-message): Reflow docstring.
13258
13259 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * mail-source.el (mail-source-set-1, mail-source-bind):
13262         Move auth-source code out of the macro to clean it up and fix bugs.
13263
13264 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13265
13266         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13267         by sender if it's equal to user-mail-address, it's likely to be
13268         useless.
13269
13270         * mail-source.el (mail-source-bind): Don't use user or password if they
13271         are not bound.  Unintern them if they are nil.  Don't use server unless
13272         it's bound, and default it to empty string otherwise.
13273
13274 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13275
13276         * mail-source.el: Load auth-source.el.
13277         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13278         get user name or password, if auth-sources is set up.
13279
13280         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13281         strategy of splitting with parent.
13282         (gnus-registry-split-fancy-with-parent)
13283         (gnus-registry-post-process-groups): Use it and fix prior
13284         bug (returning a list as the split result).
13285
13286         * auth-source.el (auth-sources): Remove server parameter.
13287         (auth-source-pick, auth-source-user-or-password)
13288         (auth-source-user-or-password-imap)
13289         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13290         (auth-source-user-or-password-sftp)
13291         (auth-source-user-or-password-smtp): Remove server parameter.
13292
13293 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13294
13295         * smime.el (smime-sign-region, smime-encrypt-region)
13296         (smime-decrypt-region):
13297         Remove redundant calls to `generate-new-buffer-name'.
13298
13299 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13300
13301         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13302         Don't use QP for message/rfc822.
13303         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13304
13305 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13306
13307         * sieve-manage.el (sieve-string-bytes): Remove.
13308         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13309         correct byte-length only if the process's coding-system is the same as
13310         the one used internally by Emacs to represent strings.
13311
13312 2008-04-22  Juri Linkov  <juri@jurta.org>
13313
13314         * mailcap.el (mailcap-file-default-commands): New function.
13315
13316 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * message.el (message-signature-separator, message-cite-function):
13319         Change custom version.
13320
13321 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13322
13323         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13324         commands.
13325         (tls-checktrust): Ditto.
13326
13327 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * mm-decode.el (mm-display-external): Make temp file read-only.
13330
13331 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13334         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13335         `C-c C-f d'.
13336
13337 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13338
13339         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13340
13341 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus.el: Bump version to 0.9.
13344
13345 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * gnus.el: No Gnus v0.8 is released.
13348
13349 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13350
13351         * mail-source.el (mail-source-value):
13352         Prefer fboundp to functionp so it works with macros as well.
13353
13354 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13355
13356         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13357         Fix last change in case the element is not even a symbol.
13358
13359 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13360
13361         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13362         Prefer fboundp to functionp so it works with macros as well.
13363
13364 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13365
13366         * auth-source.el: Add docs.
13367         (auth-sources): Modify format to support server.
13368         (auth-source-pick, auth-source-user-or-password)
13369         (auth-source-user-or-password-imap)
13370         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13371         (auth-source-user-or-password-sftp)
13372         (auth-source-user-or-password-smtp): Add server parameter.
13373
13374 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         * gnus-registry.el: Initialize the registry when gnus-registry-install
13377         is t.
13378
13379 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * compface.el (uncompface): Make buffer unibyte.
13382
13383 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13384
13385         * mail-source.el (mail-source-value):
13386         Prefer fboundp to functionp so it works with macros as well.
13387
13388 2008-04-05  Glenn Morris  <rgm@gnu.org>
13389
13390         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13391
13392 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13393
13394         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13395         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13396
13397         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13398         multibyteness after rather than before erasing it.
13399
13400         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13401         mm-with-multibyte.
13402         (gnus-request-article-this-buffer): Make sure the proper decoding is
13403         used if gnus-original-article-buffer happens to be unibyte.
13404
13405         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13406         default-enable-multibyte-characters.
13407
13408         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13409         default-enable-multibyte-characters.
13410
13411         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13412
13413         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13414
13415 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13416
13417         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13418         Fix last change in case the element is not even a symbol.
13419
13420 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13421
13422         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13423         (imap-message-copyuid-1): Use it.
13424         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13425         J. Williams in
13426         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13427
13428         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13429         imap-enable-exchange-bug-workaround.
13430         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13431
13432 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13433
13434         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13435         a 100 byte status-checks into a 2-3MB transfer for each group.
13436         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13437         to enable bug workaround or not.
13438         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13439
13440 2008-03-31  Glenn Morris  <rgm@gnu.org>
13441
13442         * message.el (mml2015-use): Declare for compiler.
13443         (message-info): Require mml2015 when appropriate.
13444
13445 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13448         whitespace.
13449
13450 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13451
13452         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13453         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13454         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13455         (nntp-service-to-port): New function.
13456         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13457         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13458         (nntp-open-netcat-stream): New function.
13459         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13460
13461 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13462
13463         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13464
13465 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13466
13467         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13468
13469 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13470
13471         * dns.el (dns-write): Use set-buffer-multibyte.
13472
13473 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13474
13475         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13476
13477 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * message.el (message-signature-separator): Change default.
13480         Improve custom type.
13481         (message-cite-function): Change default to
13482         message-cite-original-without-signature.
13483
13484         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13485         toggle.
13486
13487         * message.el (message-check-news-body-syntax): Fix signature check.
13488         (message-setup-1): Mark buffer as unmodified _after_ running
13489         message-setup-hook and handling message-alternative-emails.
13490         (message-shorten-references): Be more strict when building list of
13491         valid references to comply with GNKSA.
13492
13493         * gnus-group.el (gnus-read-ephemeral-bug-group)
13494         (gnus-read-ephemeral-debian-bug-group)
13495         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13496
13497         * message.el (message-info): Don't use booleanp which isn't supported
13498         in Emacs 21 and XEmacs.
13499
13500 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13503         gnus-group-gmane-group-download-format.
13504         (gnus-group-read-ephemeral-gmane-group): Rename from
13505         gnus-group-read-ephemeral-gmane-group.
13506         (gnus-read-ephemeral-gmane-group-url): Rename from
13507         gnus-group-read-ephemeral-gmane-group-url.
13508         (gnus-bug-group-download-format-alist): New variable.
13509         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13510         (gnus-read-ephemeral-emacs-bug-group): New commands.
13511
13512 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13515         (gnus-visible-headers): Improve custom type.
13516
13517 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * mml.el (mml-menu): Add workarounds for XEmacs.
13520
13521         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13522         X-Boundary header.
13523
13524         * message.el (message-simplify-recipients): Fix previous commit.
13525
13526 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13527
13528         * mm-util.el (mm-set-buffer-multibyte): New function.
13529         * mm-decode.el (mm-copy-to-buffer): Use it.
13530
13531         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13532         Prefer fboundp to functionp so it works with macros as well.
13533
13534 2008-03-19  Glenn Morris  <rgm@gnu.org>
13535
13536         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13537         Accidentally removed in the sync process with Emacs.
13538
13539 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * message.el (message-alter-recipients-discard-bogus-full-name):
13542         New function.
13543         (message-alter-recipients-function): New variable.
13544         (message-get-reply-headers): Use it.
13545         (message-replace-header): New helper function.
13546         (message-recipients-without-full-name): New variable.
13547         (message-simplify-recipients): New command.
13548
13549         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13550
13551         * message.el (message-info): Handle EasyPG manual.
13552
13553         * mml.el (mml-menu): Add entry for EasyPG.
13554
13555 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13556
13557         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13558         parameter.
13559
13560         * message.el (message-disassociate-draft): Specify drafts group name
13561         fully.
13562
13563 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13564
13565         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13566         Eliminate unnecessary duplicates from the match list.
13567
13568 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13571
13572         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13573
13574         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13575         args of `how-many' of which the XEmacs version doesn't take; declare
13576         Info-index-next as function.
13577
13578 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-score.el (gnus-score-headers): Fix handling of
13581         gnus-inhibit-slow-scoring.
13582
13583         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13584         string.
13585         (gnus-button-url-regexp): Improve handling of parenthesis.
13586         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13587         (gnus-button-handle-info-keystrokes): Handle index entries.
13588
13589 2008-03-15  Glenn Morris  <rgm@gnu.org>
13590
13591         * parse-time.el (parse-time-string): Simplify.
13592
13593 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13596         Incoming* files.
13597
13598 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * auth-source.el (auth-sources): Rename from auth-source-choices.
13601         (auth-source-pick): Use it.
13602
13603 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13604
13605         * binhex.el (binhex-decode-region-internal):
13606         * uudecode.el (uudecode-decode-region-internal):
13607         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13608         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13609         setting default-enable-multibyte-characters.
13610
13611 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13612
13613         * auth-source.el (auth-source-protocols)
13614         (auth-source-protocols-customize, auth-source-choices): Add and
13615         modified variable customizations and defaults.
13616         (auth-source-pick, auth-source-user-or-password)
13617         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13618         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13619         (auth-source-user-or-password-sftp)
13620         (auth-source-user-or-password-smtp): Use new variables and provide an
13621         interface to netrc.el.
13622
13623 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13626         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13627         Make sure the nntp port to specify is a string.
13628
13629 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13630
13631         * nntp.el: Use with-current-buffer.
13632         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13633         dubious mm-with-unibyte-current-buffer.
13634         (nntp-with-open-group-function): New function extracted from
13635         nntp-with-open-group macro.
13636         (nntp-with-open-group): Use the function, so it's easier to debug.
13637         Add indentation and debugging info.
13638         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13639         Recommend the use of the netcat alternatives.
13640
13641         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13642         Avoid mm-string-as-multibyte as well.
13643
13644         * nnweb.el (nnweb-insert-html):
13645         Remove use of nnheader-string-as-multibyte.
13646
13647         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13648         (nnheader-string-as-multibyte): Remove.
13649
13650         * mm-view.el: Use inhibit-read-only.
13651         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13652         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13653         or unibyte-string.
13654
13655         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13656         (mm-uu-yenc-extract): Use with-current-buffer.
13657
13658         * gnus-soup.el (gnus-soup-send-packet): Don't use
13659         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13660
13661         * nnmh.el: Use with-current-buffer.
13662         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13663         mm-string-as-multibyte on the output of mm-encode-coding-string.
13664
13665         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13666         (nnimap-request-move-article): Use with-current-buffer.
13667
13668         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13669         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13670         conversion uses string-make-unibyte rather than string-as-unibyte.
13671
13672         * gnus-msg.el: Use with-current-buffer.
13673
13674         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13675
13676 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13677
13678         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13679         string for caching if it is 'PIN.
13680
13681 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * lpath.el: Consider the case without Emacs/W3.
13684
13685 2008-03-08  Glenn Morris  <rgm@gnu.org>
13686
13687         * time-date.el (date-to-time, time-subtract, time-add)
13688         (safe-date-to-time): Doc fixes.
13689
13690 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * mail-source.el (mail-source-delete-old-incoming-confirm):
13693         Change default to nil.
13694         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13695
13696 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * lpath.el: Rearrange.
13699
13700         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13701         (gnus-article-goto-prev-page): Work for articles having ^L's.
13702
13703         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13704
13705         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13706
13707 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13708
13709         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13710         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13711         (gnus-bookmark-jump): Adjust some variable names.
13712
13713 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * auth-source.el: New package.
13716         (auth-source-choices): Add customization entry point variable.
13717
13718         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13719         bug.
13720
13721 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13724         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13725         (gnus-registry-install-shortcuts): Rename from
13726         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13727         the `gnus-registry-mark-map' keymap dynamically from
13728         `gnus-registry-marks'.  The generated functions update the summary line
13729         when a registry mark is added or deleted, and will call
13730         `gnus-registry-install-p' (see the comments in the code).
13731         (gnus-registry-user-format-function-M): Use concat intelligently.
13732
13733         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13734         the registry mark functions.
13735
13736 2008-03-05  Glenn Morris  <rgm@gnu.org>
13737
13738         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13739         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13740         gnus-art.
13741         (top-level): No need to load own source when compiling.
13742
13743 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13746         Suggested by <chris.anderton@zetnet.co.uk>.
13747
13748 2008-03-04  Glenn Morris  <rgm@gnu.org>
13749
13750         * gnus-sum.el (top-level): No need to require gnus when compiling,
13751         since unconditionally required near start of file.
13752         (gnus-summary-display-while-building): Move definition before use.
13753
13754 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * gnus-registry.el (gnus-registry-user-format-function-M):
13757         Add formatting function.
13758
13759 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13760
13761         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13762         with plists.
13763         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13764         Use new format.
13765
13766 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13769         `where-is-internal' that returns a range of key sequences.
13770
13771 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13772
13773         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13774
13775         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13776         (gnus-summary-jump-to-group): Consider windows on other displayed
13777         frames as well.  Similar changes might be needed elsewhere, but that's
13778         the one I've bumped into during my use.
13779
13780         * nndoc.el (nndoc-oe-dbx-type-p):
13781         * gnus-msg.el (gnus-debug):
13782         * gnus-group.el (gnus-update-group-mark-positions):
13783         Use mm-string-to-multibyte.
13784
13785 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13788         doesn't handle NotDashEscaped.
13789
13790         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13791         (mml-dnd-attach-options): Fix typo in custom choice.
13792
13793         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13794         Change nndoc-article-type to mbox.
13795         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13796
13797         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13798         to nil, instead of html2text.
13799
13800         * imap.el (imap-debug): Add `imap-ping-server'.
13801
13802         * gnus-bookmark.el: Add FIXMEs.
13803
13804         * message.el (message-form-letter-separator)
13805         (message-send-form-letter-delay): New variables.
13806         (message-send-form-letter): Use them.  New command to send form
13807         letters.  Requested by Uwe Siart.
13808         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13809
13810 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * Update copyright years.
13813
13814 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         Sync from EMACS_22_BASE.
13817
13818         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13819
13820 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13821
13822         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13823         empty author.
13824
13825 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13826
13827         * gnus-registry.el (gnus-registry-marks): Add variable for
13828         customization of marks and their appearance.
13829         (gnus-registry-read-mark): Use it.
13830         (gnus-registry-do-marks): Add utility function to loop through
13831         `gnus-registry-marks'.
13832         (gnus-registry-install-shortcuts-and-menus): Add function to install
13833         shortcuts and menus.
13834         (gnus-registry-initialize): Use it.
13835         (gnus-registry-default-mark): Clarify documentation.
13836
13837 2008-02-29  Glenn Morris  <rgm@gnu.org>
13838
13839         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13840         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13841         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13842         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13843         Change defcustom :version from 23.0 to 23.1.
13844
13845 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13846
13847         * gnus-registry.el (gnus-registry-follow-group-p)
13848         (gnus-registry-post-process-groups): Add functions to aid registry
13849         splitting and improve logging.  Clarify behavior in function
13850         documentation.
13851         (gnus-registry-split-fancy-with-parent): Use them.
13852
13853 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13854
13855         * gnus-art.el: Use with-current-buffer.
13856
13857 2008-02-27  David Engster  <dengste@eml.cc>
13858
13859         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13860         Express real group name in the response.
13861
13862 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13865         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13866         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13867         autoload gnus-registry-fetch-group when compiling.
13868         (nnmairix-request-group-with-article-number-correction):
13869         Remove unreferenced argument passed to nnmairix-call-backend.
13870
13871 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13874         (mm-uu-extract): Improve face for low color ttys.
13875         Reported by Sascha Wilde.
13876
13877 2008-02-27  Glenn Morris  <rgm@gnu.org>
13878
13879         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13880         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13881         variables to defconsts.  Convert comments to doc-strings.
13882         (nnmairix-last-server, nnmairix-current-server): Convert from free
13883         variables to defvars.  Convert comments to doc-strings.
13884         (gnus-registry-fetch-group): Autoload.
13885         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13886         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13887         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13888         caddr.
13889         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13890         nnmairix-request-group-with-article-number-correction call.
13891         (nnmairix-fast, nnmairix-group): New, less general names, for free
13892         variables passed from nnmairix-request-group to
13893         nnmairix-request-group-with-article-number-correction.  Declare.
13894         (nnmairix-request-group-with-article-number-correction):
13895         Use nnmairix-fast, nnmairix-group rather than fast, group.
13896
13897 2008-02-26  David Engster  <dengste@eml.cc>
13898
13899         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13900         version 0.5.
13901
13902 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13905         instead of making an extra function call.  Don't add the current group
13906         to articles only when they have the group.  Use
13907         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13908         Reported by David <de_bb@arcor.de>.
13909
13910 2008-02-24  Miles Bader  <miles@gnu.org>
13911
13912         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13913         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13914         (mm-find-mime-charset-region):
13915         * mm-bodies.el (mm-encode-body):
13916         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13917
13918 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13921         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13922
13923 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13924
13925         * mail-source.el (mail-source-delete-incoming): Change default.
13926         Supplement doc string.
13927
13928         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13929
13930 2008-02-14  Glenn Morris  <rgm@gnu.org>
13931
13932         * time-date.el (format-seconds): New function.
13933
13934 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * nnmail.el (nnmail-message-id-cache-file): Derive from
13937         `gnus-home-directory'.
13938
13939 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13942         Document negative prefix.
13943
13944         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13945
13946 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13947
13948         * message.el (message-unsent-separator): Add the Exim bounce
13949         separator.
13950
13951 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13952
13953         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13954         list.
13955         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13956         recipient/signer list.
13957
13958 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * Makefile.in (datarootdir): Define.
13961         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13962         name that might contain whitespace.
13963
13964 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13967         fbound (Emacs 23 unicode), signal an error.
13968
13969 2008-02-08  Glenn Morris  <rgm@gnu.org>
13970
13971         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13972
13973 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13974
13975         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13976         ports to the calls to `netrc-machine-user-or-password' in addition to
13977         "imap" and "imaps".
13978
13979 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13980
13981         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13982
13983         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13984
13985 2008-02-01  Kenichi Handa  <handa@m17n.org>
13986
13987         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13988         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13989         (rfc2104-hash): Convert the result of concat to unibyte string.
13990
13991 2008-02-01  Dave Love  <fx@gnu.org>
13992
13993         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13994         coding-system-for-read.
13995         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13996
13997 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14000         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14001         <hanche@math.ntnu.no>.
14002
14003 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14006
14007         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14008
14009 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14010
14011         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14012         * message.el (message-beginning-of-line): Use featurep instead of bound
14013         tests in order to resolve conditionals at compile time.
14014
14015 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14016
14017         * mail-source.el (mail-sources): Add `group' choice.
14018
14019         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14020         parameter `in-group' to control into which group the articles go.
14021         Add treatment of `group' mail-source.
14022
14023 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14026
14027         * mm-decode.el (mm-dissect-buffer): Decode description.
14028
14029         * mml.el (mml-to-mime): Encode message header first.
14030
14031 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14034         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14035
14036         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14037         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14038
14039 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14042
14043 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14046         prefix keys.
14047         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14048         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14049         gnus-xmas.el.
14050
14051         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14052         (gnus-xmas-article-describe-bindings): New function.
14053         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14054         gnus-xmas-article-describe-bindings.
14055
14056         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14057
14058 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14061         Add new variables for article mark management.
14062         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14063         list of extra data entries which, when present, will indicate that the
14064         article ID should not be trimmed from the registry.
14065         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14066         functions.
14067         (gnus-registry-read-mark): New function to read a mark name from the
14068         user.
14069         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14070         (gnus-registry-set-article-mark-internal): New functions to add and
14071         remove marks.
14072         (gnus-registry-get-article-marks): New function to show the marks for
14073         an article, or retrieve them for further use.
14074
14075 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14078         keys when no argument is given.
14079
14080 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * imap.el (imap-ping-server): New variable.
14083         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14084         (imap-ping-server): Minor doc string fixes.
14085
14086 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14087
14088         * imap.el (imap-ping-server): New function.
14089         (imap-opened): Call imap-ping-server.
14090
14091 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * gnus-sum.el (gnus-article-sort-by-random)
14094         (gnus-thread-sort-by-random): Fix doc strings.
14095         Reported by jidanni@jidanni.org.
14096
14097 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-art.el (gnus-article-describe-bindings): New function.
14100         (gnus-article-read-summary-keys): Use it.
14101         (gnus-article-mode-map): Bind `C-h b' to it.
14102
14103 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14106         XEmacs.
14107         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14108         Protect against non-character events.
14109
14110         * lpath.el: Fbind map-keymap for Emacs 21.
14111
14112 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14115         New command.
14116         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14117         instead of END.  Change name of the temp file.
14118         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14119         customizable.
14120
14121 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14124         bind `S W' to gnus-article-wide-reply-with-original; set default
14125         binding to gnus-article-read-summary-send-keys.
14126         (gnus-article-read-summary-keys): Fix the order of keys; display
14127         continuation keys correctly in the echo area; describe bindings
14128         correctly when keys end with `C-h'.
14129         (gnus-article-read-summary-send-keys): New function.
14130         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14131         Work for gnus-article-read-summary-send-keys; display continuation keys
14132         correctly in the echo area.
14133         (gnus-article-reply-with-original): Ignore prefix argument.
14134         (gnus-article-wide-reply-with-original): New function.
14135
14136         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14137         Emacs 21.
14138
14139 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14142         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14143
14144 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14147         (gnus-group-read-ephemeral-gmane-group): New command.
14148
14149 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14150
14151         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14152
14153 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * message.el (message-send-mail-function): Increase custom version.
14156
14157         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14158         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14159
14160 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14161
14162         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14163         for the cases where imap-authenticate is called with a nil buffer
14164         parameter.
14165
14166 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14169         html parts correctly; support forwarded messages.
14170         (gnus-article-browse-html-article): Remove work buffers.
14171
14172         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14173         compiling.
14174         (netrc-bound-and-true-p): New macro.
14175         (netrc-parse): Use it instead of bound-and-true-p that is not available
14176         in XEmacs 21.4.
14177
14178 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14179
14180         * gnus-registry.el (gnus-registry-mark-article)
14181         (gnus-registry-article-marks): Add functionality to mark articles
14182         through the Gnus registry.
14183
14184         * encrypt.el: Clarify documentation for the new pgg method.
14185         (encrypt-file-alist): Add PGG option.
14186         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14187         functionality.  Abstract password key and messaging to external
14188         functions.
14189         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14190         (encrypt-message-method-and-cipher): Add new convenience external
14191         functions.
14192         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14193         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14194
14195         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14196         (netrc-parse): Use encrypt-file-alist to determine if
14197         encrypt-find-model or encrypt-insert-file-contents should be used.
14198
14199         * encrypt.el: Clarify documentation.  Load password-cache or
14200         password, whichever one is found first, instead of autoloading.
14201
14202 2007-12-19  Glenn Morris  <rgm@gnu.org>
14203
14204         * mml.el (message-options-set, message-narrow-to-head)
14205         (message-in-body-p, message-mail-p, message-encode-message-body):
14206         Autoload.
14207         (message-remove-header, message-narrow-to-headers-or-head)
14208         (message-subscribed-p, message-make-mail-followup-to)
14209         (message-position-on-field, message-news-p)
14210         (message-options-set-recipient, message-generate-headers)
14211         (message-sort-headers): Declare as functions.
14212
14213 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14216         convention in doc string.
14217
14218 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14221         title to html parts.
14222         (gnus-article-browse-html-article): Pass message header to it.
14223
14224         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14225
14226 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14229         or password compatible with XEmacs.
14230
14231 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14234         format document.
14235         (gnus-mime-delete-part): Don't write description line if empty.
14236         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14237
14238 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14239
14240         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14241         (gnus-summary-mark-read-and-unread-as-read)
14242         (gnus-summary-mark-current-read-and-unread-as-read)
14243         (gnus-summary-mark-unread-as-ticked): Doc fix.
14244         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14245
14246 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14249         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14250
14251 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14254         yes-or-no-p.
14255
14256 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * mm-decode.el (mm-add-meta-html-tag): New function.
14259         (mm-save-part-to-file, mm-pipe-part): Use it.
14260
14261         * gnus-art.el (gnus-article-browse-delete-temp-files):
14262         Use gnus-y-or-n-p instead of y-or-n-p.
14263         (gnus-article-browse-html-parts): Work with message/external-body; use
14264         mm-add-meta-html-tag.
14265
14266 2007-12-11  Glenn Morris  <rgm@gnu.org>
14267
14268         * gnus-cache.el: Require gnus-sum not just when compiling.
14269
14270         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14271
14272         * gnus-int.el (gnus-server-opened, gnus-status-message):
14273         Move definitions before use.
14274
14275         * mm-decode.el: Require gnus-util.
14276         (mm-remove-part): Only call delete-annotation on XEmacs.
14277
14278         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14279
14280         * nnmail.el: Require gnus-int.
14281
14282         * spam.el: Move `require's before `eval-when-compile's.
14283
14284         * gnus-ems.el (gnus-alive-p):
14285         * gnus-fun.el (message-goto-eoh):
14286         * gnus-util.el (gnus-group-name-decode):
14287         * mail-source.el (gnus-compress-sequence):
14288         * message.el (Info-goto-node, format-spec):
14289         * mm-bodies.el (message-options-get):
14290         * mm-decode.el (mm-view-pkcs7):
14291         * mm-util.el (gmm-write-region):
14292         * mml-smime.el (mml-compute-boundary)
14293         (gnus-completing-read-with-default):
14294         * mml.el (widget-button-press, gnus-make-hashtable):
14295         * mml1991.el (mm-decode-content-transfer-encoding)
14296         (mm-encode-content-transfer-encoding)
14297         (message-options-get, message-options-set):
14298         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14299         * nnfolder.el (gnus-request-group):
14300         * nnheader.el (ietf-drums-unfold-fws):
14301         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14302         * smime.el (gnus-run-mode-hooks):
14303         * spam-stat.el (gnus-message): Autoload.
14304
14305         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14306         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14307         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14308         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14309         Add declare-function compatibility definition.
14310
14311         * gnus-cache.el (nnvirtual-find-group-art):
14312         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14313         (gnus-add-image, gnus-add-wash-type):
14314         * gnus-group.el (nnkiboze-score-file):
14315         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14316         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14317         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14318         (message-tokenize-header, gnus-get-buffer-create)
14319         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14320         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14321         * gnus.el (gnus-group-decoded-name):
14322         * mail-source.el (imap-capability):
14323         * mm-bodies.el (message-options-set):
14324         * mm-decode.el (gnus-configure-windows):
14325         * mm-extern.el (message-goto-body):
14326         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14327         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14328         (epg-sub-key-validity, message-options-set):
14329         * mml.el (widget-event-point, gnus-configure-windows):
14330         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14331         * mml2015.el (epg-check-configuration, epg-configuration)
14332         (message-options-set):
14333         * nndb.el (nndb-request-article):
14334         * nnfolder.el (gnus-request-create-group):
14335         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14336         * nnmaildir.el (gnus-group-mark-article-read):
14337         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14338         * rfc1843.el (message-fetch-field):
14339         * spam.el (gnus-extract-address-components):
14340         Declare as functions.
14341
14342 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14345
14346         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14347
14348         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14349         bind show-trailing-whitespace for XEmacs.
14350
14351 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14354         new no-op macro for backward compatibility.
14355
14356         * imap.el (imap-string-to-integer): New function.
14357
14358 2007-12-09  Glenn Morris  <rgm@gnu.org>
14359
14360         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14361
14362         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14363         * message.el, mm-view.el, sieve-manage.el, smime.el:
14364         Add declare-function compatibility definition.
14365
14366         * gnus-art.el (w3-region, w3m-region, Info-menu):
14367         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14368         * gnus-sum.el (gnus-get-predicate):
14369         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14370         * message.el (mail-abbrev-in-expansion-header-p):
14371         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14372         (w3m-detect-meta-charset, w3m-region):
14373         * sieve-manage.el (password-read, password-cache-add)
14374         (password-cache-remove):
14375         * smime.el (password-read-and-add): Declare as functions.
14376
14377 2007-12-08  David Kastrup  <dak@gnu.org>
14378
14379         * gnus-sum.el (gnus-summary-simplify-subject-query):
14380         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14381         `message'.
14382
14383 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14386         it to bind idna-program, installation-directory, defined-colors, and
14387         face-attribute for XEmacs of the version that compiles defcustom forms.
14388
14389 2007-12-07  Glenn Morris  <rgm@gnu.org>
14390
14391         * gnus-art.el (article-make-date-line): Revert previous change.
14392
14393 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14396
14397 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14398
14399         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14400         Call gnus-add-to-range ranges only once with a prepared article-list.
14401
14402 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14403
14404         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14405         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14406         group names with backslashes.
14407         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14408
14409 2007-12-06  Deepak Goel  <deego3@gmail.com>
14410
14411         * gnus-art.el (article-make-date-line):
14412         * gnus-start.el (gnus-load):
14413         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14414
14415 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (gnus-use-idna):
14418         * gnus-start.el (gnus-site-init-file):
14419         * message.el (message-use-idna):
14420         * mm-uu.el (mm-uu-hide-markers):
14421         * smiley.el (smiley-style): Revert changes that suppress warnings.
14422
14423 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14426         specify charset to html source.
14427         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14428
14429 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14432         idna-program in order to suppress byte compile warning issued by XEmacs
14433         that came to byte compile the default value section of defcustom forms
14434         recently.
14435
14436         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14437         value of installation-directory.
14438
14439         * message.el (message-use-idna): Don't directly refer to the value of
14440         idna-program.
14441
14442         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14443
14444         * smiley.el (smiley-style): Don't directly call face-attribute.
14445
14446 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14449
14450         * gnus-dired.el: Reduce Gnus dependencies.
14451         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14452         Don't require.  Use autoloads instead.
14453         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14454         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14455         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14456         (gnus-dired-mode): Adjust doc string.
14457         (gnus-dired-mail-mode): New variable.
14458         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14459         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14460         (gnus-dired-mail-buffers): New function.  Return mail or message
14461         composition buffers.
14462         (gnus-dired-attach): Use it.
14463         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14464         NO-DECODE.
14465         (gnus-dired-print): Use `gnus-print-buffer' depending on
14466         `gnus-dired-mail-mode'.
14467
14468 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * rfc2047.el (rfc2047-encoded-word-regexp)
14471         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14472         explaining what regexp patterns are for.
14473
14474 2007-12-04  Glenn Morris  <rgm@gnu.org>
14475
14476         * password.el: Move to password-cache.el.
14477
14478         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14479         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14480         * mml-smime.el (password-read, password-cache-add)
14481         (password-cache-remove):
14482         No need to autoload, since mml-sec requires password.
14483
14484         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14485         * message.el (gnus-extract-address-components):
14486         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14487
14488         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14489         password.
14490
14491 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * mailcap.el: Reduce dependencies.
14494         (mail-header-parse-content-type): Autoload.
14495         (mailcap-delete-duplicates): New alias.
14496         (mailcap-mime-info): Add optional argument NO-DECODE.
14497         (mailcap-mime-types): Use mailcap-delete-duplicates.
14498
14499         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14500
14501 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14502
14503         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14504         (imap-parse-status): Upcase status-att for servers that sends them
14505         lower-case (e.g., MS Exchange 2007).
14506
14507 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14508
14509         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14510         function.
14511
14512         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14513         (gnus-uu-yenc-article): New function.
14514
14515         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14516
14517         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14518
14519 2007-12-02  Glenn Morris  <rgm@gnu.org>
14520
14521         * binhex.el (binhex): New custom group.
14522         (binhex-decoder-program, binhex-decoder-switches)
14523         (binhex-use-external): Move to the binhex custom group.
14524
14525         * uudecode.el (uudecode): New custom group.
14526         (uudecode-decoder-program, uudecode-decoder-switches)
14527         (uudecode-use-external): Move to the uudecode custom group.
14528
14529         * netrc.el (top-level): Don't load `encrypt' features.
14530         (netrc-parse): Don't use encrypt.
14531         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14532
14533         * encrypt.el: Remove file.
14534
14535 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14538         matches on patches.
14539
14540         * gnus-art.el (gnus-article-browse-html-article):
14541         Mention `mm-text-html-renderer' in the doc string.
14542
14543         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14544         string.  Add comments.
14545
14546         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14547         if rhs is ASCII.
14548
14549 2007-12-01  Glenn Morris  <rgm@gnu.org>
14550
14551         * mail-source.el (top-level): Require format-spec before
14552         eval-when-compile.
14553
14554 2007-11-30  Glenn Morris  <rgm@gnu.org>
14555
14556         * encrypt.el: Require password, rather than autoloading password-read.
14557
14558 2007-11-29  Glenn Morris  <rgm@gnu.org>
14559
14560         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14561         (sasl-make-client, sasl-next-step, sasl-step-data)
14562         (sasl-step-set-data): Declare as functions.
14563
14564 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14567
14568 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14569
14570         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14571         certs should be verified and what is to be done in the event of a
14572         verification failure.
14573
14574         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14575         caller can indicate whether the cache should be disregarded for this
14576         call.  This way the result of the call is reproducible at all times and
14577         can be considered a canonical server name for the supplied method.
14578         (gnus-agent-method-p): Canonicalize server names by pushing their
14579         method through `gnus-method-to-server' using the no-cache argument.
14580
14581         * gnus-srvr.el (gnus-server-insert-server-line):
14582         Call `gnus-method-to-server' with `no-cache' argument.
14583
14584         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14585         gnus-agent-possibly-synchronize-flags as this should be called when the
14586         server is actually being opened.
14587         (gnus-agent-possibly-synchronize-flags)
14588         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14589         flags file of an agentized server to the latter function.
14590
14591         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14592         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14593         after a connection has been established successfully.
14594
14595 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-art.el (article-display-face): Force to display face if called
14598         interactively; check if gnus-article-x-face-too-ugly matches author.
14599         (article-display-x-face): Display face even if From header is missing
14600         as article-display-face does.
14601
14602 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14603
14604         * hashcash.el (message-narrow-to-headers-or-head)
14605         (message-fetch-field, message-goto-eoh)
14606         (message-narrow-to-headers): Declare as functions.
14607
14608 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * mail-source.el (mail-sources): Default to fetch from file for
14611         compatibility with default of nnmail-spool-file.
14612
14613 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14616         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14617         to look for encoded word that should be encoded again.
14618         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14619         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14620         encoding pattern.
14621         (rfc2047-decode-region): Switch strict regexp and loose one according
14622         to rfc2047-allow-irregular-q-encoded-words.
14623
14624 2007-11-25  Romain Francoise  <romain@orebokech.com>
14625
14626         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14627
14628 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * tls.el (tls-program): Provide more custom choices from
14631         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14632         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14633
14634 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14637         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14638
14639         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14640         `nnmail-spool-file'.
14641
14642         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14643         `nnmail-spool-file'.
14644
14645         * gnus-move.el (gnus-change-server): Ditto.
14646
14647         * gnus-kill.el (gnus-batch-score): Ditto.
14648
14649         * gnus-cache.el (gnus-jog-cache): Ditto.
14650
14651         * gnus-msg.el (gnus-summary-reply):
14652         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14653
14654 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14655
14656         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14657         version.  Minor improvement to doc strings.
14658         (tls-program): Add comment.
14659
14660 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14661
14662         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14663         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14664         mismatch between the hostname provided in the certificate and the name
14665         of the host connnecting to.
14666         (open-tls-stream): Use them.  Check certificates against trusted root
14667         certificates.
14668
14669 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14670
14671         * gnus-cache.el (gnus-cache-generate-nov-databases):
14672         Use nnml-generate-nov-databases-directory instead of
14673         nnml-generate-nov-databases-1.
14674
14675 2007-11-24  Glenn Morris  <rgm@gnu.org>
14676
14677         * message.el (message-tool-bar-retro): Update for rename
14678         mail_send.xpm->mail-send.xpm.
14679
14680 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14683         `smime-ldap-search' for Emacs 22 and up.
14684
14685 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14686
14687         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14688
14689         * message.el (message-send-mail-function): Fix error convention.
14690         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14691         (message-widen-reply, message-send-mail, message-talkative-question)
14692         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14693         (message-clone-locals, message-send-news): Use with-current-buffer.
14694         (message-insert-or-toggle-importance): Remove unused var `valid'.
14695         (message-make-references): Remove unused var `new-references'.
14696         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14697
14698 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14699
14700         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14701         (spam-split-symbolic-return-positive): Reflow docstring.
14702         (spam-backends, spam-summary-exit-behavior)
14703         (spam-mark-ham-unread-before-move-from-spam-group)
14704         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14705         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14706         (spam-clear-cache, spam-backend-check, spam-install-backend)
14707         (spam-install-statistical-backend, spam-list-of-processors)
14708         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14709         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14710         (spam-check-crm114, spam-initialize, spam-unload-hook):
14711         Fix typos in docstrings.
14712
14713 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14716         been checked if they have never been read and those group levels are
14717         higher than the one that a user specified.
14718
14719 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14722         foreign groups unless a group level is specified by a user.
14723         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14724
14725 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * message.el (message-send-mail-function): Require sendmail.
14728
14729 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * message.el (message-send-mail-function): Check for smtpmail too.
14732
14733         * utf7.el (utf7-encode, utf7-decode): Use coding system
14734         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14735
14736         * message.el (message-send-mail-function): New function.
14737         (message-send-mail-function): Set default using
14738         message-send-mail-function.  Adjust doc string.
14739         (message-send-mail-with-mailclient): New function.
14740
14741 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14742
14743         * smime.el (from):
14744         * rfc2047.el (message-posting-charset):
14745         * qp.el (mm-use-ultra-safe-encoding):
14746         * pop3.el (parse-time-months):
14747         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14748         * nnml.el (files):
14749         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14750         (jka-compr-compression-info-list, ange-ftp-path-format)
14751         (efs-path-regexp):
14752         * nndiary.el (files):
14753         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14754         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14755         (epg-digest-algorithm-alist, inhibit-redisplay)
14756         (password-cache-expiry):
14757         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14758         (pgg-output-buffer, password-cache-expiry):
14759         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14760         (efs-path-regexp):
14761         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14762         (inhibit-redisplay):
14763         * mm-uu.el (file-name, start-point, end-point, entry)
14764         (gnus-newsgroup-name, gnus-newsgroup-charset):
14765         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14766         (latin-unity-ucs-list):
14767         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14768         (mm-uu-binhex-decode-function):
14769         * message.el (gnus-message-group-art, gnus-list-identifiers)
14770         (rmail-enable-mime-composing, gnus-local-organization)
14771         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14772         (gnus-read-active-file, facemenu-add-face-function)
14773         (facemenu-remove-face-function, gnus-article-decoded-p)
14774         (tool-bar-mode):
14775         * mail-source.el (display-time-mail-function):
14776         * gnus-util.el (nnmail-pathname-coding-system)
14777         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14778         (gnus-original-article-buffer, gnus-user-agent)
14779         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14780         (xemacs-codename, sxemacs-codename, emacs-program-version):
14781         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14782         * gnus-start.el (gnus-agent-covered-methods)
14783         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14784         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14785         (gnus-newsgroup-headers, gnus-group-list-mode)
14786         (gnus-group-mark-positions, gnus-newsgroup-data)
14787         (gnus-newsgroup-unreads, nnoo-state-alist)
14788         (gnus-current-select-method, mail-sources)
14789         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14790         (nnmail-spool-file, gnus-cache-active-hashtb):
14791         * gnus-mh.el (mh-lib-progs):
14792         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14793         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14794         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14795         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14796         (gnus-group-buffer):
14797         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14798         (font-lock-set-defaults):
14799         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14800         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14801         (gnus-summary-post-menu, total-parts, type, condition, length):
14802         * gnus-agent.el (gnus-agent-read-agentview):
14803         * flow-fill.el (show-trailing-whitespace):
14804         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14805         eval-and-compile wrappers for byte compiler pacifiers.
14806
14807         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14808         (mm-display-inline-fontify): Check for featurep 'xemacs not
14809         extent-list.
14810
14811         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14812         itimer-list.
14813         (mm-create-image-xemacs): Only do something for XEmacs.
14814         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14815
14816         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14817
14818         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14819         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14820
14821 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14822
14823         * nnimap.el (nnimap-split-download-body):
14824         * gnus-demon.el (gnus-demon):
14825         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14826
14827 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14830         New macros.
14831         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14832         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14833         copy data from unibyte buffer to multibyte current buffer.
14834         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14835         to copy data from unibyte current buffer to multibyte buffer.
14836         (nntp-make-process-buffer): Make process buffer unibyte.
14837
14838         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14839
14840 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14841
14842         * pop3.el (pop3-open-server): Accept and process data more robustly at
14843         connection start to avoid spurious "POP SSL connection failed" errors.
14844
14845 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14848         read group names.
14849
14850 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14853
14854 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14857         (nnmail-save-active): Use a unibyte buffer when saving active file,
14858         which may contain non-ASCII group names.
14859
14860         * nnml.el (nnml-request-group): Decode group names in messages.
14861
14862 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * message.el (message-citation-line-function)
14865         (message-insert-formatted-citation-line): Fix spelling of
14866         `message-insert-formated-citation-line'.
14867
14868 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14871
14872 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14875         nnmail-pathname-coding-system.
14876
14877         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14878         that a user enters; decode group names in messages.
14879
14880         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14881
14882 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14883
14884         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14885
14886         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14887
14888         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14889         risky local variable.
14890
14891         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14892
14893 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14894
14895         * encrypt.el: Improve documentation to fix function name typo.
14896         Reported by Daiki Ueno <ueno@unixuser.org>.
14897
14898 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14901         even if the point is not in the last page of an article.
14902         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14903         back to the previous page.
14904
14905 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14908
14909 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14912
14913 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14914
14915         * message.el (message-check-news-body-syntax):
14916         Avoid mm-string-as-multibyte.
14917         (message-hide-headers): Don't assume (point-min)==1.
14918
14919 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * message.el (message-remove-blank-cited-lines): Fix if remove is
14922         given.
14923         (message-bogus-address-regexp): New variable.
14924         (message-bogus-recipient-p): New function.
14925         (message-check-recipients): New command.
14926         (message-syntax-checks): Add `bogus-recipient'.
14927         (message-fix-before-sending): Add `bogus-recipient'.
14928
14929         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14930         (gnus-treat-body-boundary): Don't test window-system.
14931
14932 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14933
14934         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14935
14936 2007-10-28  Miles Bader  <miles@gnu.org>
14937
14938         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14939         at compile-time too.
14940
14941 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-msg.el (gnus-message-setup-hook):
14944         Add `message-remove-blank-cited-lines' to options.
14945
14946 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * message.el (message-remove-blank-cited-lines): New function.
14949         Suggested by Karl Plästerer.
14950
14951 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14954         mapc.
14955
14956         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14957         (top-level): Use mapc to set functions to be traced for debugging.
14958
14959         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14960         called for effect with while loop.
14961
14962         * message.el (message-talkative-question): Replace mapcar called for
14963         effect with mapc.
14964
14965         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14966         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14967         called for effect with dolist.
14968
14969         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14970
14971         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14972         gnus-extra-headers and nnmail-extra-headers.
14973
14974         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14975         called for effect with dolist.
14976         (top-level): Use mapc to set functions to be traced for debugging.
14977
14978         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14979         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14980         dolist.
14981
14982         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14983         Replace mapcar called for effect with mapc.
14984         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14985         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14986         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14987         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14988
14989         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14990         remove-if that's a cl function.
14991
14992         * webmail.el (webmail-debug): Replace mapcar called for effect with
14993         dolist.
14994
14995         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14996         with mapc.
14997
14998 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15001         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15002         with while loop.
15003
15004         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15005         functions from article-* functions.
15006         (gnus-multi-decode-header): Replace mapcar called for effect with
15007         dolist.
15008
15009         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15010         (gnus-bookmark-show-details): Replace mapcar called for effect with
15011         while loop.
15012
15013         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15014         called for effect with while loop.
15015
15016         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15017         with dolist.
15018
15019         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15020         Replace mapcar called for effect with dolist.
15021
15022         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15023
15024         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15025         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15026         Replace mapcar called for effect with dolist.
15027         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15028         mapc.
15029
15030         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15031         Replace mapcar called for effect with dolist.
15032         (gnus-topic-list): Replace mapcar called for effect with mapc.
15033
15034         * gnus.el: Use mapc instead of mapcar to add autoloads.
15035
15036 2007-10-23  Richard Stallman  <rms@gnu.org>
15037
15038         * gnus-group.el (gnus-group-highlight): Mark as risky.
15039
15040 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus.el (gnus-server-to-method): Return method found first in
15043         gnus-newsrc-alist.
15044
15045         * gnus-art.el (gnus-article-highlight-signature)
15046         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15047         button overlay without the front stickiness.
15048
15049 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15050
15051         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15052         overview buffer needed a catch to receive its throw.
15053         (gnus-agent-flush-cache): Declare as interactive to make this function
15054         easier to use.
15055
15056 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15059         `next-line'.
15060
15061 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15064         exclude address matching message-dont-reply-to-names.
15065
15066 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-util.el (gnus-string<): New function.
15069
15070         * gnus-sum.el (gnus-article-sort-by-author)
15071         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15072
15073 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15076         the frame-focus tag is set in gnus-buffer-configuration.
15077
15078 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15081         the front stickiness.
15082
15083 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15086         url pattern; remove duplicate one.
15087         (gnus-article-extend-url-button): New function.
15088         (gnus-article-add-buttons): Use it.
15089         (gnus-button-push): Use concatenated url that it makes.
15090
15091 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15092
15093         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15094
15095 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15096
15097         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15098         Don't hardcode point-min==1.
15099
15100 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15103         Fix comment about "iso8859-1".
15104
15105 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15106
15107         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15108         ones returned from the verify-function.
15109
15110         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15111         Call mml2015-extract-cleartext-signature if extraction failed.
15112
15113 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15114
15115         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15116         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15117         failed.
15118
15119 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15122
15123 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15126         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15127         recommends to use EasyPG instead of PGG.
15128
15129         * pgg.el: Revert to revision 6.23.2.16.
15130
15131         * pgg-def.el: Revert to revision 6.6.2.14.
15132
15133         * pgg-gpg.el: Revert to revision 6.23.2.34.
15134
15135 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15136
15137         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15138         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15139         thread for both the null and zero (kill/expire thread) universal prefix
15140         cases.
15141         (gnus-summary-expire-thread): Add new function to expire a thread,
15142         using gnus-summary-kill-thread.
15143         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15144         shortcuts for gnus-summary-expire-thread.
15145         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15146         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15147
15148 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15151         extras value, so an extras entry can be deleted.
15152         (gnus-registry-delete-extra-entry): Use it.
15153         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15154         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15155         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15156         storage through the gnus-registry, and provide an appropriate API for
15157         it.
15158
15159 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15162         Suggested by Leo <sdl.web@gmail.com>.
15163
15164         * gnus.el: Do.
15165
15166 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15169         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15170
15171         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15172
15173         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15174         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15175
15176 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15179         newline.
15180         (nnmbox-request-accept-article): Don't change article in source buffer;
15181         narrow to header to use message-fetch-field rather than
15182         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15183         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15184         as delimiters; make sure article ends with newline.
15185         (nnmbox-delete-mail): Correct last position of article to be deleted;
15186         ignore X-Gnus-Newsgroup header in article body.
15187         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15188         positions; make sure article ends with newline.
15189
15190         * message.el (message-display-abbrev): Don't infloop when a user
15191         inserts SPC in the beginning of header.
15192
15193         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15194         coding-system-for-read and coding-system-for-write for XEmacs having no
15195         file-coding feature.
15196
15197         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15198
15199 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15200
15201         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15202         list of groups not followed by default.  Fix type to be regexp.
15203         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15204
15205 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15206
15207         * hmac-def.el (define-hmac-function): Switch from old-style to
15208         new-style backquotes.
15209
15210         * md4.el (md4-make-step): Likewise.
15211
15212 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15215         raw-text coding system when saving .newsrc file, which may contain
15216         non-ASCII group names.
15217
15218 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-cus.el (gnus-score-extra): New widget.
15221         (gnus-score-extra-convert): New function.
15222         (gnus-score-customize): Use it for Extra.
15223
15224 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15225
15226         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15227         (mml2015-mailcrypt-clear-verify): Use it.
15228         (mml2015-gpg-clear-verify): Use it.
15229         (mml2015-pgg-clear-verify): Use it.
15230         (mml2015-epg-clear-verify): Replace the current part with the output
15231         from GnuPG; don't extract the plaintext by itself.
15232
15233         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15234         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15235         mml2015-clear-verify-function; don't touch the armor headers or
15236         dash-escaped text here.
15237
15238 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15241         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15242         parts, or application/octet-stream as a last resort.
15243         (gnus-mime-view-part-as-type): Don't toggle display.
15244         (gnus-mime-view-part-as-charset): Don't turn off display before
15245         querying charset.
15246
15247         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15248         stuff to undisplayer function in Emacs.
15249         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15250
15251         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15252         text/calendar parts.
15253
15254 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15257         decoding text/calendar parts.
15258
15259         * message.el (message-forward-make-body-mime): Always mark body as
15260         having no illegible text; remove signed-or-encrypted argument.
15261         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15262
15263         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15264         (mml-generate-mime-1): Don't encode body if it is specified to be in
15265         raw form; don't make buffer be unibyte when inserting multibyte string.
15266
15267 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15268
15269         * sha1.el: Fix up comment style.
15270         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15271         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15272
15273         * hex-util.el: Fix up comment style.
15274         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15275
15276         * gnus-salt.el: Use with-current-buffer.
15277         (gnus-pick-setup-message): Fix long-standing typo.
15278
15279 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * imap.el (imap-logout-timeout): New variable.
15282         (imap-logout, imap-logout-wait): New functions.
15283         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15284
15285         * nnimap.el (nnimap-logout-timeout): New server variable.
15286         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15287         nnimap-logout-timeout.
15288
15289         * gnus-art.el (gnus-article-summary-command-nosave)
15290         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15291
15292 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus.el (gnus-maximum-newsgroup): New variable.
15295
15296         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15297         according to gnus-maximum-newsgroup.
15298
15299         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15300         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15301         Limit the range of articles according to gnus-maximum-newsgroup.
15302
15303 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15304
15305         * gnus-art.el (gnus-sticky-article): Fix problems described in
15306         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15307         Don't perform gnus-configure-windows here; reuse existing sticky
15308         article buffer.
15309
15310         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15311         it doesn't exist in gnus-article-mode.
15312
15313 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15316         (gnus-agent-decoded-group-name): New function.
15317         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15318         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15319
15320 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15321
15322         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15323         Add binding for gnus-sticky-article.
15324         (gnus-summary-exit): Don't kill sticky article buffers.
15325
15326         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15327         article buffer.
15328         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15329         (gnus-kill-sticky-article-buffers): New commands.
15330
15331 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * nntp.el (nntp-xref-number-is-evil): New server variable.
15334         (nntp-find-group-and-number): If it is non-nil, don't trust article
15335         numbers in the Xref header.
15336
15337 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-agent.el (gnus-agent-read-group): New function.
15340         (gnus-agent-flush-group, gnus-agent-expire-group)
15341         (gnus-agent-regenerate-group): Use it.
15342         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15343         nnmail-pathname-coding-system.
15344
15345 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15348
15349         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15350         that are unread as unread, and also as selected so that information of
15351         marks having been changed by a user may be updated when exiting group.
15352
15353 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15356
15357 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15360         calculated ignoring signature parts to gnus-treat-article.
15361
15362 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15365         a point here in order to keep the window start.
15366         (gnus-insert-mime-security-button): Make a button overlay without the
15367         front stickiness.
15368         (gnus-mime-display-security): Goto the end of a button.
15369
15370         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15371
15372 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15375         group-name-at-point.
15376         (gnus-group-completing-read): New function that offers decoded
15377         non-ASCII group names for completion.
15378         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15379         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15380         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15381         (gnus-group-fetch-control): Use it.
15382         (gnus-fetch-group): Use group-name-at-point for the initial value
15383         rather than the default value; use gnus-alive-p.
15384
15385         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15386         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15387         (gnus-summary-post-news): Use gnus-group-completing-read.
15388
15389         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15390         (gnus-read-move-group-name): Decode group name for completion.
15391
15392 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15393
15394         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15395         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15396         Yamaoka slightly modified the code).
15397
15398 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15401         (nnmail-split-incoming): Bind it.
15402
15403         * nnml.el (nnml-group-name-charset): New function.
15404         (nnml-decoded-group-name): Use it; don't decode group name if
15405         nnmail-group-names-not-encoded-p is non-nil.
15406         (nnml-encoded-group-name): New function.
15407         (nnml-group-pathname): Inline nnml-decoded-group-name.
15408         (nnml-request-expire-articles): Decode group name in message.
15409         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15410         nnmail-pathname-coding-system.
15411         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15412         not decoded ones according to nnmail-group-names-not-encoded-p.
15413         (nnml-generate-active-info): Use nnml-encoded-group-name.
15414
15415 2007-08-08  Glenn Morris  <rgm@gnu.org>
15416
15417         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15418         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15419         doc-strings and comments.
15420
15421 2007-07-25  Glenn Morris  <rgm@gnu.org>
15422
15423         * Relicense all FSF files to GPLv3 or later.
15424
15425 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-sum.el (gnus-summary-move-article):
15428         Make gnus-summary-respool-article work.
15429
15430 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15433         string.
15434
15435 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15436
15437         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15438         that should be ignored when comparing distant RSS articles with local
15439         ones.
15440         (nnrss-make-hash-index): New function.  Create a hash index according
15441         to the ignored fields.
15442         (nnrss-check-group): Use it.
15443
15444 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15447
15448         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15449
15450         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15451         the new optional argument ENCODED is non-nil.
15452         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15453         coding system for encoding group name.
15454         (gnus-group-make-rss-group): Pass un-encoded group name to
15455         gnus-group-make-group.
15456         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15457         encoded.
15458
15459         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15460         Encode group name to which articles are moved or copied.
15461         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15462         coding system for encoding Newsgroup, Followup-To and Xref headers.
15463
15464         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15465         marks; use nnheader-file-coding-system to write a file.
15466         (nnagent-retrieve-headers): Bind file-name-coding-system to
15467         nnmail-pathname-coding-system.
15468
15469         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15470
15471         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15472         (nnml-request-article, nnml-request-create-group)
15473         (nnml-request-rename-group, nnml-find-id)
15474         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15475         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15476         (nnml-save-marks): Use nnml-group-pathname instead of
15477         nnmail-group-pathname.
15478
15479         (nnml-request-create-group, nnml-request-expire-articles)
15480         (nnml-request-move-article, nnml-request-delete-group)
15481         (nnml-deletable-article-p, nnml-possibly-create-directory)
15482         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15483         (nnml-open-marks): Bind file-name-coding-system to
15484         nnmail-pathname-coding-system.
15485
15486         (nnml-request-article): Pass server argument to nnml-find-group-number.
15487         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15488         Pass server argument to nnml-possibly-create-directory.
15489         (nnml-request-accept-article): Pass server argument to
15490         nnml-active-number and nnml-save-mail.
15491         (nnml-find-group-number): Pass server argument to nnml-find-id.
15492         (nnml-request-update-info): Pass server argument to
15493         nnml-marks-changed-p.
15494
15495         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15496         (nnml-save-mail, nnml-active-number): Add server argument.
15497
15498         (nnml-request-delete-group): Warn if group is missing.
15499         (nnml-get-nov-buffer): Decode group name.
15500         (nnml-generate-active-info): Encode group name.
15501         (nnml-open-marks): Decode group name in messages.
15502
15503 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15506         if it is not specified.
15507         (gnus-article-pipe-part, gnus-article-save-part)
15508         (gnus-article-interactively-view-part, gnus-article-copy-part)
15509         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15510         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15511         (gnus-article-replace-part, gnus-article-delete-part)
15512         (gnus-article-view-part-as-type): Pass raw prefix argument to
15513         gnus-article-part-wrapper.
15514
15515 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-agent.el (gnus-agent-save-active):
15518         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15519
15520         * gnus-cache.el (gnus-cache-save-buffers)
15521         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15522         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15523         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15524         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15525         (gnus-cache-generate-active, gnus-cache-rename-group)
15526         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15527         (gnus-cache-update-overview-total-fetched-for):
15528         Bind file-name-coding-system to nnmail-pathname-coding-system.
15529         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15530         New variables.
15531         (gnus-cache-decoded-group-name): New function.
15532         (gnus-cache-file-name): Use it.
15533         (gnus-cache-generate-active): Use non-decoded group name for active.
15534
15535         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15536         right place.
15537         (gnus-write-active-file): Don't break non-ASCII group names.
15538
15539         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15540         nnmail-pathname-coding-system.
15541
15542         * lpath.el: Bind default-file-name-coding-system,
15543         file-name-coding-system and language-info-alist for XEmacs.
15544
15545         * gnus-uu.el (gnus-uu-decode-save): Typo.
15546
15547 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15550
15551 2007-07-14  David Kastrup  <dak@gnu.org>
15552
15553         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15554         finishing actions if we did not edit the article.
15555
15556 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15559         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15560         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15561         (gnus-agent-flush-group, gnus-agent-flush-cache)
15562         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15563         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15564         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15565         (gnus-agent-regenerate-group)
15566         (gnus-agent-update-files-total-fetched-for)
15567         (gnus-agent-update-view-total-fetched-for):
15568         Bind file-name-coding-system to nnmail-pathname-coding-system.
15569         (gnus-agent-group-pathname): Don't encode file names by
15570         nnmail-pathname-coding-system.
15571         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15572         coding-system-for-write instead of buffer-file-coding-system to
15573         gnus-agent-file-coding-system.
15574
15575         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15576         Decode group name.
15577
15578         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15579
15580         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15581         (gnus-read-newsrc-el-file): Make group names unibyte.
15582
15583         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15584         nnmail-pathname-coding-system.
15585
15586         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15587         (nnrss-request-delete-group): Bind file-name-coding-system to
15588         nnmail-pathname-coding-system.
15589         (nnrss-read-server-data, nnrss-read-group-data):
15590         Bind file-name-coding-system correctly.
15591         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15592
15593         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15594         (nntp-server-to-method-cache): New variable.
15595         (nntp-group-pathname): New function that decodes non-ASCII group names.
15596         (nntp-possibly-create-directory, nntp-marks-changed-p)
15597         (nntp-save-marks, nntp-open-marks): Use it.
15598         (nntp-possibly-create-directory, nntp-open-marks):
15599         Bind file-name-coding-system to nnmail-pathname-coding-system.
15600         (nntp-open-marks): Decode group names when bootstrapping marks.
15601
15602         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15603         Newsgroups and Followup-To headers.
15604
15605 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15608         (gnus-server-closed-face, gnus-server-denied-face)
15609         (gnus-server-offline-face): Remove variable.
15610         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15611
15612         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15613         of modifying message-stack directly for XEmacs.
15614
15615         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15616         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15617         if the coding-system argument is nil for XEmacs.
15618
15619         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15620         mm-charset-override-alist.
15621
15622         * rfc2047.el: Don't require base64; require rfc2045 for the function
15623         rfc2045-encode-string.
15624         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15625         to quote the parameter value.
15626
15627 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15630         form in gnus-group-name-charset-method-alist.
15631
15632         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15633         overrides the default layout edit-form.
15634
15635         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15636
15637         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15638
15639 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15642         as unfetched articles.
15643
15644 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15647
15648 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15651         original back end that keeps marks in the local system.
15652
15653 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15656         arg of pop-to-buffer for XEmacs.
15657         (gnus-article-read-summary-keys): Ditto; don't restore window
15658         configuration if summary command ends up with neither article buffer
15659         nor summary buffer; describe bindings if summary keys end with C-h.
15660
15661 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * message.el (message-fix-before-sending): Skip raw message part to be
15664         forwarded while checking illegible text.
15665         (message-forward-make-body-mime, message-forward-make-body):
15666         Mark signed or encrypted raw message as having no illegible text.
15667
15668 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15671         (gnus-message-with-timestamp-1): New macro.
15672         (gnus-message-with-timestamp): New function.
15673         (gnus-message): Use them.
15674
15675         * nnheader.el (nnheader-message): Use them.
15676
15677 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15680         .newsrc.eld file.
15681
15682 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-agent.el (gnus-agent-fetch-headers)
15685         (gnus-agent-retrieve-headers):
15686         Bind gnus-decode-encoded-address-function to identity.
15687
15688         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15689         available also when the server returns simply a dot.
15690
15691         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15692
15693 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15696
15697 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-ems.el (gnus-x-splash): Make it work.
15700
15701         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15702         from being used.
15703
15704         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15705
15706 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15709         4th and the 5th arguments.
15710
15711         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15712         the front stickiness.
15713         (gnus-article-summary-command-nosave): Correct the order of the
15714         arguments passed to pop-to-buffer.
15715         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15716         summary command ends up with the article buffer.
15717
15718         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15719         the same faces.
15720
15721 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15722
15723         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15724
15725 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15726
15727         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15728         * gnus-sum.el (gnus-summary-highlight):
15729         * pgg.el (pgg-sign-region, pgg-sign):
15730         * mail-source.el (mail-source-delete-old-incoming-confirm):
15731         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15732
15733 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-art.el (gnus-mime-view-part-externally)
15736         (gnus-mime-view-part-internally): Fix predicate function passed to
15737         completing-read.
15738
15739         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15740
15741         * gnus.el (gnus-update-message-archive-method): Add :version.
15742
15743 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus.el (gnus-update-message-archive-method): New variable.
15746
15747         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15748         according to gnus-message-archive-method if
15749         gnus-update-message-archive-method is non-nil.
15750
15751 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15754         Suggested by Loic Dachary <loic@dachary.org>.
15755         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15756
15757 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * message.el (message-pop-to-buffer): Add switch-function argument.
15760         (message-mail): Pass switch-function argument to it.
15761
15762 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15765         Improve doc string.
15766
15767 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15770         (gnus-header-content):
15771         * gnus-cite.el (gnus-cite-10):
15772         * gnus-srvr.el (gnus-server-closed):
15773         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15774         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15775         (gnus-group-mail-3-empty, gnus-group-mail-low)
15776         (gnus-group-mail-low-empty, gnus-splash):
15777         * message.el (message-header-to, message-header-cc)
15778         (message-header-subject, message-header-other, message-header-name)
15779         (message-header-xheader, message-separator, message-cited-text)
15780         (message-mml): Lighten colors of faces used for dark background.
15781
15782 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15783
15784         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15785         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15786
15787 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * message.el (message-narrow-to-headers-or-head):
15790         Ignore mail-header-separator in the body.
15791
15792 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15795         same as window size.
15796
15797 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15798
15799         * message.el (message-font-lock-keywords): Use message-header-xheader
15800         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15801         ahead of the anything pattern, to get it recognized.
15802
15803 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15806         spam.el loads uses it in the compiled defadvice form.
15807
15808 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15809
15810         * gnus-sum.el (gnus-articles-to-read)
15811         (gnus-summary-insert-old-articles): Don't truncate group name for
15812         `read-string'.
15813
15814         * gnus-util.el (gnus-limit-string): Delete this function.
15815
15816         * gnus-sum.el (gnus-simplify-subject-fully):
15817         Use `truncate-string-to-width' instead.
15818
15819 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15820
15821         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15822         Tell if, on summary exit, the next group has to be selected.
15823         (gnus-summary-exit): Use it.
15824
15825 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15828         non-break space.
15829
15830 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15833         Check if group is not a directory.
15834         (nnfolder-request-expire-articles): Don't delete articles if the target
15835         group is not available.
15836
15837         * nnml.el (nnml-request-create-group): Properly check if group is not a
15838         file.
15839         (nnml-request-expire-articles): Don't delete articles if the target
15840         group is not available.
15841
15842         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15843         Don't quote characters that are within parentheses.
15844
15845 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15848         (gnus-handle-ephemeral-exit): Select article according to it.
15849
15850 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * message.el (message-insert-formated-citation-line): Remove newline.
15853         (message-citation-line-format): Add final \n here so that the user can
15854         avoid a blank line.
15855
15856 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15857
15858         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15859         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15860         Update lanl/arXiv support.
15861
15862 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * gnus.el: Bump version number.
15865
15866 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867
15868         * gnus.el (gnus-version-number): Bump version.
15869
15870 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15871
15872         * gnus.el: No Gnus v0.6 is released.
15873
15874 2007-04-27  Didier Verna  <didier@xemacs.org>
15875
15876         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15877         * gmm-utils.el (gmm-regexp-concat): ... here.
15878         * message.el: Don't require 'gnus-util.
15879         (message-dont-reply-to-names): Handle name change above.
15880         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15881
15882 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15885         since the initial value varies according to the system.
15886
15887 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15890
15891 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15892
15893         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15894
15895 2007-04-24  Didier Verna  <didier@xemacs.org>
15896
15897         Improve the type of gnus-ignored-from-addresses.
15898         * gnus-util.el (gnus-orify-regexp): New function.
15899         * message.el (gnus-util): Require it.
15900         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15901         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15902         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15903
15904 2007-04-24  Didier Verna  <didier@xemacs.org>
15905
15906         * gnus-sum.el:
15907         * gnus-utils.el: Fix some trailing whitespaces.
15908
15909 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15912         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15913         article's Message-ID; refer parent article in summary buffer.
15914
15915         * message.el (message-bounce): Call mime-to-mml.
15916
15917         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15918         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15919         optimize and/or forms properly.
15920
15921 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15924         URL.
15925
15926 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15929
15930 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15933         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15934         displayed of multipart/alternative part if it is invoked from summary
15935         buffer.
15936
15937         * mm-view.el (mm-inline-text-html-render-with-w3m)
15938         (mm-inline-text-html-render-with-w3m-standalone)
15939         (mm-inline-render-with-function): Use mail-parse-charset by default.
15940
15941 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15942
15943         * parse-time.el (parse-time-string-chars): Check if CHAR
15944         is less than the length of parse-time-syntax.
15945
15946 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15949         from gnus-newsgroup-processable.
15950
15951 2007-04-16  Didier Verna  <didier@xemacs.org>
15952
15953         * gnus-msg.el (gnus-configure-posting-styles):
15954         Handle message-signature-directory properly with :file syntax.
15955         Reported by "Leo".
15956
15957 2007-04-11  Didier Verna  <didier@xemacs.org>
15958
15959         New user option: message-signature-directory.
15960         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15961         * message.el (message-insert-signature): Ditto.
15962         * message.el (message-signature-file): Doc update.
15963         * message.el (message-signature-directory): New.
15964
15965 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-msg.el (gnus-inews-yank-articles):
15968         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15969
15970 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * message.el (message-yank-original): Make sure cited text ends with
15973         newline; don't exchange point and mark.
15974
15975 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15976
15977         * tls.el (open-tls-stream): Properly handle case where there
15978         is no associated buffer.
15979
15980 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15981
15982         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15983         message-yank-original, make sure (< mark TEXT point).
15984
15985 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * message.el (message-fill-column): New variable.
15988         (message-mode): Use it.  Add comment on a possible new hook.
15989
15990         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15991         (nnmail-get-new-mail): Reformat.
15992
15993         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15994
15995         * gmm-utils.el: Fix Commentary.
15996         (gmm-tool-bar-from-list): Fix typo in doc string.
15997
15998 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15999
16000         * message.el (message-yank-original): Don't switch point and mark
16001         unnecessarily to put point and mark as documented.
16002
16003 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004
16005         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16006         from the message heads.
16007
16008 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16009
16010         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16011         article buffer does not have a window.  This may not be the best
16012         solution but is certainly better than setting the start of the null,
16013         that is the current, window.
16014
16015 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16018         (gnus-draft-setup): Run it.
16019
16020         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16021         gnus-score-fast-scoring.  Allow regexp.
16022         (gnus-score-headers): Use it.
16023
16024         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16025         XEmacs.
16026
16027         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16028         string.
16029         (gnus-button-alist): Also catch `<f1> k ...'.
16030         (gnus-treat-display-x-face): Fix doc string.
16031
16032 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16033
16034         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16035         evaluation of gnus-extended-version to ensure correct generation of the
16036         User-Agent header when message-generate-headers-first is used.
16037
16038 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16039
16040         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16041         hashcash-path is nil.  Don't call callback with incorrect number of
16042         parameters if val is 0.
16043
16044 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16045
16046         * message.el (message-required-news-headers):
16047         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16048
16049 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16050
16051         * tls.el (open-tls-stream): In handshake-waiting loop,
16052         don't wait more if there is output available to process.
16053
16054 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16055
16056         * tls.el (tls-program): Doc fix.
16057
16058 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * message.el (message-generate-new-buffers): Change the meaning of the
16061         nil value; add `standard' to the choices; treat t as `unique'; improve
16062         doc string.
16063         (gnus-select-frame-set-input-focus): Autoload.
16064         (message-buffer-name): Search for the existing message buffer if
16065         message-generate-new-buffers is nil or `standard'; treat the value t of
16066         message-generate-new-buffers as `unique'.
16067         (message-pop-to-buffer): Raise the frame already displaying the message
16068         buffer; clear the echo area after querying.
16069         (message-setup): Pass the `continue' argument to compose-mail.
16070         (message-mail): Prefer `switch-function' if it is given; search for the
16071         existing message buffer if the `continue' argument is non-nil; pass
16072         continue and switch-function arguments to compose-mail by way of
16073         message-setup.
16074         (message-mail-other-window): Adjust argument of message-setup.
16075         (message-mail-other-frame): Ditto.
16076
16077 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16080         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16081         to turn font-lock on when turning gnus-message-citation-mode on.
16082
16083 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16084
16085         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16086         (mml-smime-function-alist): New variable; add epg as the backend.
16087         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16088         mml-smime- functions instead.
16089         * mm-view.el: Require smime.
16090
16091 2007-03-05  Didier Verna  <didier@xemacs.org>
16092
16093         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16094         instead of just inheritance for posting styles.
16095         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16096
16097 2007-02-24  Chris Moore  <dooglus@gmail.com>
16098
16099         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16100         * pgg-pgp.el (pgg-pgp-encrypt-region):
16101         * pgg-gpg.el (pgg-gpg-encrypt-region):
16102         Check pgg-encrypt-for-me if no other recipients.
16103
16104 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16105
16106         * tls.el (tls-certtool-program): Fix custom type.
16107
16108 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16111         and point-at-eol instead of line-(beginning|end)-position.
16112
16113         * assistant.el (assistant-parse-buffer): Ditto.
16114
16115         * netrc.el (netrc-parse-services): Ditto.
16116
16117 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16118
16119         * mml2015.el (mml2015-epg-find-usable-key): New function.
16120         (mml2015-epg-sign): Use it.
16121         (mml2015-epg-encrypt): Use it.
16122
16123 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * message.el (message-make-in-reply-to): Quote name containing
16126         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16127         if there are special characters.  Reported by NAKAJI Hiroyuki
16128         <nakaji@jp.freebsd.org>.
16129
16130 2007-02-27  Didier Verna  <didier@xemacs.org>
16131
16132         Include the group parameters as well as the topic ones in the
16133         inheritance filter process.
16134         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16135         argument GROUP-PARAMS-LIST.
16136         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16137
16138 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * nntp.el (nntp-never-echoes-commands)
16141         (nntp-open-connection-functions-never-echo-commands): New variables.
16142         (nntp-send-command): Use them.
16143
16144 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16145
16146         * mml2015.el (mml2015-epg-verify): Simplify.
16147
16148 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * mml.el (mml-content-disposition-alist): New user option.
16151         (mml-content-disposition): New function.
16152         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16153         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16154
16155 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16156
16157         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16158         verification.
16159
16160 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16161
16162         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16163         articles posted in the last 24 hours.
16164
16165 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16166
16167         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16168
16169 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16170
16171         * nntp.el (nntp-send-command): Don't wait for echoes when
16172         nntp-open-ssl-stream is used.
16173
16174 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16177         (gnus-message-add-citation-keywords)
16178         (gnus-message-remove-citation-keywords): Remove.
16179         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16180         directly, make the variables in font-lock-defaults buffer-local, add
16181         gnus-message-citation-keywords to them and then update the value of
16182         font-lock-keywords.
16183
16184 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * message.el (message-cite-original-1): Don't call
16187         gnus-article-highlight-citation.
16188
16189         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16190         citations; fix line count.
16191
16192 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16195         (gnus-message-add-citation-keywords)
16196         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16197         versions of font-lock-add-keywords and font-lock-remove-keywords to
16198         work with XEmacs correctly.
16199
16200 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-cite.el (gnus-cite-face-list): Set the values of
16203         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16204         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16205         (gnus-message-cite-prefix-regexp): New variable.
16206         (gnus-message-search-citation-line): Use it; protect against long
16207         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16208         the 0th match data for Emacs.
16209         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16210         (gnus-message-add-citation-keywords): Append keywords rather than
16211         prepending; emulate font-lock-add-keywords if it is not available.
16212         (gnus-message-remove-citation-keywords):
16213         Emulate font-lock-remove-keywords if it is not available.
16214
16215         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16216
16217         * message.el (message-cite-prefix-regexp): Set the value of
16218         gnus-message-cite-prefix-regexp.
16219
16220 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16221
16222         * nnweb.el (nnweb-google-parse-1): Update parser.
16223
16224 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16225
16226         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16227
16228 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16229
16230         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16231         regexp.
16232
16233 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16236         string-to-multibyte.
16237         (uudecode-decode-region-internal): Use it.
16238
16239         * lpath.el: Fbind string-as-multibyte for XEmacs.
16240
16241 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16244         Fix custom choice.
16245
16246         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16247
16248 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16249
16250         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16251
16252         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16253         `write-region' to respect `mm-inhibit-file-name-handlers'.
16254
16255 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16258         Use gnus-home-directory instead of "~/" or "$HOME".
16259
16260 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16263         to mention filename.
16264         Add comments at beginning regarding usage.
16265         (encrypt-write-file-contents): Change interactive so a string is
16266         acceptable.  If the file has no associated model, show an error instead
16267         of a nonsense prompt.
16268
16269 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16270
16271         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16272         Thanks to Yoshihiko Yamada for kind notification of this typo.
16273
16274 2007-01-12  Kenichi Handa  <handa@m17n.org>
16275
16276         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16277         multibyte buffer.
16278
16279 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * gnus-score.el (gnus-score-fast-scoring): New variable.
16282         (gnus-score-headers): Use it.
16283
16284         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16285
16286         * message.el (message-cite-original-1):
16287         Call gnus-article-highlight-citation if requested.
16288         (message-make-from): Allow name and address as optional arguments.
16289
16290         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16291
16292         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16293         bugs to doc string.
16294         (gnus-button-alist): Add mid\\|message-id.
16295         (gnus-button-fetch-group): Extend for use in
16296         `browse-url-browser-function'.
16297         (gnus-button-url-regexp): Try to catch paired parentheses like in
16298         Wikipedia URLs.
16299
16300         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16301         Suggested by Simon Krahnke <overlord@gmx.li>.
16302
16303 2007-01-13  Romain Francoise  <romain@orebokech.com>
16304
16305         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16306         Update copyright.
16307
16308 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16309
16310         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16311
16312 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16313
16314         * gnus-registry.el (gnus-registry-unfollowed-groups)
16315         (gnus-registry-split-fancy-with-parent): Fix documentation.
16316
16317 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16318
16319         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16320         from nnweb groups.
16321
16322 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16323
16324         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16325         Xref urls.  Erase buffer before requesting head.
16326
16327         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16328
16329 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16330
16331         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16332         customizable.
16333
16334 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16335
16336         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16337         no signing key is found.
16338         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16339         no encrypting and/or signing key is found.
16340
16341 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16344
16345 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16346
16347         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16348         headers read from disk with the ones newly found in the current search.
16349         This should no longer cause problems, because the article numbers in
16350         Gmane's `nov.php' output are ignored since the previous change.
16351
16352 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16353
16354         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16355
16356 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16359         replace-regexp-in-string; bind url-version; fbind display-images-p and
16360         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16361         find-face and set-itimer-function for Emacs; bind itimer-list for
16362         Emacs.
16363
16364         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16365
16366 2007-01-01  Romain Francoise  <romain@orebokech.com>
16367
16368         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16369
16370 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16371
16372         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16373         `define-minor-mode' macro definition expanded properly.
16374         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16375         exclude it there.
16376
16377         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16378         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16379         `fboundp' test.
16380         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16381         This is OK to autoload in (S)XEmacs now.
16382
16383 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16384
16385         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16386         keystroke.
16387         (gnus-summary-limit-to-singletons): Fix typo.
16388
16389         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16390         else fails.
16391
16392 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16393
16394         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16395         docstring.
16396
16397         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16398         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16399         (gnus-summary-insert-dormant-articles): Fix typo in message.
16400
16401 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16404         nil for XEmacs.
16405         (gnus-message-citation-mode): Don't autoload in XEmacs.
16406
16407         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16408
16409 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16410
16411         * nnimap.el (nnimap-expunge-search-string):
16412         Mention nnimap-search-uids-not-since-is-evil in docstring.
16413
16414 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * spam.el: Revert to make-obsolete-variable because
16417         define-obsolete-variable-alias is not supported in Emacs 21.
16418
16419         * spam.el (spam-ifile-path, spam-ifile-database-path)
16420         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16421         make-obsolete-variable.
16422         (spam-bsfilter-path, spam-bsfilter-program)
16423         (spam-spamassassin-path, spam-spamassassin-program)
16424         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16425         Don't use "path" inappropriately.
16426         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16427         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16428         variable names.
16429
16430 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16431
16432         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16433         summary buffer.
16434
16435         * password.el (password-cache-remove): Use clear-string to burn
16436         password, if available.
16437
16438 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16441
16442         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16443
16444         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16445         (gnus-message-highlight-citation): Move defcustom here from
16446         gnus-cite.el.
16447         (gnus-message-citation-mode): Autoload.
16448
16449         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16450         checks to make it compile with XEmacs.
16451         (gnus-message-citation-mode): New minor mode.
16452         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16453         (gnus-message-highlight-citation): New variables.
16454         (gnus-message-search-citation-line)
16455         (gnus-message-add-citation-keywords)
16456         (gnus-message-remove-citation-keywords)
16457         (turn-on-gnus-message-citation-mode)
16458         (turn-off-gnus-message-citation-mode): New functions.
16459
16460 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16461
16462         * gnus-cite.el: Enable highlighting of different citation levels in
16463         message-mode.
16464
16465 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16466
16467         * message.el (message-make-fqdn): Fix comment.
16468         (message-bogus-system-names): Add ".local".
16469
16470         * spam.el (spam-ifile-path, spam-ifile-program)
16471         (spam-ifile-database-path, spam-ifile-database)
16472         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16473         Don't use "path" inappropriately.
16474         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16475         strings.
16476         (spam-check-ifile, spam-ifile-register-with-ifile)
16477         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16478         Use new variable names.
16479
16480         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16481         (gnus-treat-display-smileys): Simplify using
16482         gnus-image-type-available-p.
16483
16484         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16485         available.
16486
16487         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16488         Use `display-images-p' if available.
16489
16490 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16493         one after turning on the buffer's multibyteness instead of decoding
16494         them directly in the unibyte buffer that causes unexpected conversion
16495         in Emacs 23 (unicode).
16496
16497 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16498
16499         * message.el (message-generate-hashcash): Fix custom type.
16500
16501 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16502
16503         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16504
16505 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16508         disconnect icons.  Add help text.
16509
16510 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16511
16512         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16513         negated to be consistent with the others we handle.
16514
16515 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16516
16517         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16518         version of gnus-summary-buffer to something, so that we can use two
16519         article buffers at the same time.
16520
16521 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16522
16523         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16524         trigger all the extra headers.
16525         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16526         sorting.
16527
16528 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16529
16530         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16531         solid groups.
16532
16533 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16534
16535         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16536
16537 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * legacy-gnus-agent.el: Add Copyright notice.
16540
16541 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16542
16543         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16544
16545 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16546
16547         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16548
16549         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16550         to make it work reliably in CVS Emacs.
16551         (gnus-summary-limit-strange-charsets-predicate)
16552         (gnus-summary-limit-to-predicate): New functions.
16553
16554 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16555
16556         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16557         specifying array size.
16558         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16559         array if it is too small.
16560         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16561         (gnus-sort-threads-loop): New function.
16562
16563 2006-12-06  Chris Moore  <dooglus@gmail.com>
16564
16565         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16566         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16567
16568 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16569
16570         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16571         options.
16572
16573 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16574
16575         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16576         DOS-ing the recipient.
16577
16578         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16579         the headers when creating the mapping to avoid mismappings.
16580         (nnweb-gmane-create-mapping): Always nix out old mapping.
16581
16582 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16585         and mm-verify-option to never.
16586
16587 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * message.el (message-signed-or-encrypted-p): New function.
16590         (message-forward-make-body): Use it.
16591
16592         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16593         Replace encode-coding-string with mm-encode-coding-string.
16594
16595 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * nneething.el (nneething-decode-file-name):
16598         Replace decode-coding-string with mm-decode-coding-string.
16599
16600         * gnus-int.el (gnus-open-server): Say failed server's name.
16601
16602 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16603
16604         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16605         strings to a single string.  Quote `errors-file-name'.
16606         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16607         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16608         Adjust calls.  Use `shell-quote-argument'.
16609
16610 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16611
16612         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16613         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16614
16615         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16616         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16617         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16618         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16619         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16620         (gnus-subscribe-newsgroup, gnus-1):
16621         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16622         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16623         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16624         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16625
16626 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16627
16628         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16629         keystroke.
16630         (gnus-summary-limit-to-bodies): Implement headersp.
16631
16632 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16633
16634         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16635
16636 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16639
16640 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16641
16642         * message.el (message-generate-hashcash): Expand range of values to
16643         include `opportunistic'.
16644         (message-send-mail): Use it.
16645
16646 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16647
16648         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16649         and comment it.
16650
16651         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16652
16653 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-util.el (gnus-extract-address-components): Improve comment.
16656
16657 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-util.el (gnus-extract-address-components): Work with address in
16660         which the name portion contains @.
16661
16662         * lpath.el: Fbind custom-autoload.
16663
16664 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * gnus.el (gnus-start): Move custom group up.
16667         (gnus-select-method): Don't autoload, but make it available for
16668         `customize-variable'.
16669         (gnus-getenv-nntpserver): Don't autoload.
16670
16671 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16672
16673         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16674
16675 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * message.el (message-sendmail-extra-arguments): New variable.
16678         (message-send-mail-with-sendmail): Use it.
16679
16680 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16683         mm-with-unibyte-current-buffer to make string unibyte.
16684
16685         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16686         mm-string-as-multibyte.
16687
16688 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16689
16690         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16691         Reported by Werner Koch <wk@gnupg.org>.
16692
16693 2006-11-14  Daiki Ueno  <ueno@p360>
16694
16695         * mml2015.el: Autoload epa-select-keys when compiling.
16696
16697 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16698
16699         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16700         message-options.
16701         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16702
16703 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16704
16705         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16706         EasyPG (< 0.0.6).
16707         (mml2015-always-trust): New user option.
16708         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16709         prompt.
16710
16711 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * nntp.el (nntp-authinfo-force): New variable.
16714         (nntp-send-authinfo): Use it.
16715
16716 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16719         decode encoded words.  Improve prompt.  Add comment about forwarding.
16720         (message-replacement-char): Move up.
16721
16722 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16723
16724         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16725         instead of gnus-intersection because arguments of gnus-sorted-nunion
16726         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16727
16728 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16731         (message-simplify-subject-functions):
16732         Enable message-strip-subject-encoded-words by default.
16733
16734 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * message.el (message-strip-subject-encoded-words): New function.
16737         (message-simplify-subject-functions): New variable.
16738         (message-simplify-subject): Use it.  Fix typo in doc string.
16739         Support message-strip-subject-encoded-words.
16740
16741 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16742
16743         * gnus-diary.el (gnus-diary-delay-format-function):
16744         * nndiary.el (nndiary-reminders):
16745         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16746
16747 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16748
16749         * gnus-art.el (article-hide-boring-headers): Fetch date from
16750         gnus-original-article-buffer to avoid problems with localized date
16751         strings.
16752
16753 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16756
16757 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16758
16759         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16760         New variables.
16761         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16762         (mm-charset-synonym-alist): Move some entries to
16763         mm-codepage-iso-8859-list.
16764         (mm-charset-synonym-alist, mm-charset-override-alist):
16765         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16766
16767 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16770
16771 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16772
16773         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16774         with Emacs 21 and XEmacs.
16775
16776 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16777
16778         * spam.el (spam-parse-address): New function for better parsing,
16779         catching errors, etc.
16780         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16781
16782 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16783
16784         * mm-view.el: Add interactive arg to html2text autoload.
16785
16786 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16789
16790 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16793         New variables.
16794         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16795         (mm-charset-synonym-alist): Move some entries to
16796         mm-codepage-iso-8859-list.
16797
16798         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16799
16800 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * message.el (message-citation-line-format)
16803         (message-insert-formated-citation-line): Fix implementation of %E, %N
16804         and %n according to the doc string.
16805
16806 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16807
16808         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16809         Use car-safe to avoid bad parses.
16810
16811 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16814         names.
16815
16816         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16817
16818 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16821         header.
16822
16823         * message.el (message-draft-headers): Add Date.
16824         (message-headers-to-generate): Fix typo in docstring.
16825
16826         * nndraft.el (nndraft-required-headers): New variable.
16827         (nndraft-generate-headers): Use it.
16828
16829         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16830
16831 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16832
16833         * gnus-registry.el (gnus-registry-wash-for-keywords)
16834         (gnus-registry-find-keywords): New functions to allow easy searching of
16835         articles that are in the registry.
16836
16837 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16838
16839         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16840         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16841         Reported by Damien Elmes <damien@repose.cx>.
16842
16843 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * gnus.el (gnus-mime): Remove unused custom group.
16846
16847 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16848
16849         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16850         "blank line" when searching for end of armor headers.
16851
16852 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gmm-utils.el (gmm-write-region): Fix variable name.
16855
16856 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * gmm-utils.el (gmm-write-region): New function based on compatibility
16859         code from `mm-make-temp-file'.
16860
16861         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16862
16863         * nnmaildir.el (nnmaildir--update-nov)
16864         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16865         Use `gmm-write-region'.
16866
16867 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16870         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16871
16872         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16873
16874         * message.el (message-replacement-char): New variable.
16875         (message-fix-before-sending): Use it.
16876         (message-simplify-subject): New function to remove duplicate code.
16877         (message-reply, message-followup): Use it.
16878
16879         * gnus-sum.el (gnus-summary-make-menu-bar):
16880         Clarify gnus-summary-limit-to-articles.
16881
16882 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-util.el (gnus-with-local-quit): New macro.
16885
16886         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16887
16888 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16889
16890         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16891         ignore non-string data.
16892
16893 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16894
16895         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16896         non-string data (needs to be done in the registry too).
16897
16898 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16901         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16902         (gnus-registry-split-fancy-with-parent)
16903         (gnus-registry-fetch-simplified-message-subject-fast)
16904         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16905         Remove text properties on ingress into the registry and when it's saved.
16906         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16907         registry from entries with no groups.
16908
16909 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16910
16911         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16912         function to remove string properties.
16913
16914 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * gmm-utils.el (gmm): Adjust custom version.
16917
16918         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16919         Adjust custom version.
16920
16921         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16922
16923 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * gnus-art.el (gnus-insert-prev-page-button)
16926         (gnus-insert-next-page-button): Simplify.  Reformat.
16927
16928 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16929
16930         * gnus-art.el (gnus-insert-prev-page-button)
16931         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16932
16933 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16934
16935         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16936
16937 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16938
16939         * gnus-art.el (gnus-insert-mime-button)
16940         (gnus-insert-mime-security-button):
16941         Apply gnus-article-button-face to MIME and security buttons.
16942
16943 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16946         readable.
16947
16948 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16951
16952 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16953
16954         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16955         `browse-url-of-file' instead of `browse-url'.
16956
16957 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16958
16959         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16960         regexp.  Articles containing quotation were cut prematurely.
16961
16962 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * message.el (message-cite-original-1): Use nobody by default for the
16965         value of From header.
16966         (message-reply): Ditto.
16967
16968 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16969
16970         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16971         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16972         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16973
16974 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16977         mails in the doc string.  Add some URLs in comment.
16978         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16979
16980 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16983         backslashes handling and the way to find boundaries of quoted strings.
16984
16985 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16986
16987         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16988         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16989         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16990         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16991
16992 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16993
16994         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16995         doc string.
16996         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16997
16998 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * lpath.el: Fbind epg-check-configuration.
17001
17002 2006-09-06  Simon Josefsson  <jas@extundo.com>
17003
17004         * mml2015.el (mml2015-use): Doc fix, mention epg.
17005
17006 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17007
17008         * mml2015.el (mml2015-use): Default to epg, if available.
17009
17010 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17011
17012         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17013         message-sender.
17014         (mml1991-epg-encrypt): Ditto.
17015         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17016         message-sender.
17017         (mml2015-epg-encrypt): Ditto.
17018
17019 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17020
17021         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17022         several common directories.
17023
17024 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17025
17026         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17027         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17028
17029 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * gnus-art.el (article-decode-encoded-words): Make it fast.
17032
17033 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17036
17037         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17038         in quoted string into `\'.
17039
17040 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17043         Use standard-syntax-table.
17044
17045 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-art.el (gnus-decode-address-function): New variable.
17048         (article-decode-encoded-words): Use it to decode headers which are
17049         assumed to contain addresses.
17050         (gnus-mime-delete-part): Remove useless `or'.
17051
17052         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17053         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17054         (gnus-nov-parse-line): Use it to decode From header.
17055         (gnus-get-newsgroup-headers): Ditto.
17056         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17057
17058         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17059         (mail-decode-encoded-address-string): New alias.
17060
17061         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17062         New function.
17063         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17064         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17065         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17066         (rfc2047-decode-string): Ditto.
17067         (rfc2047-decode-address-region): New function.
17068         (rfc2047-decode-address-string): New function.
17069
17070 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17071
17072         * message.el (message-caesar-buffer-body): Allow rotating headers.
17073
17074         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17075
17076         * message.el (message-insert-formated-citation-line): Fix %f.
17077         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17078
17079 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17082         (gnus-bookmark-mouse-available-p): New macro.
17083         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17084         (gnus-bookmark-bmenu-show-infos): Use it.
17085         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17086         (gnus-bookmark-bmenu-hide-infos): Ditto.
17087         (gnus-bookmark-remove-properties): New function.
17088         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17089         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17090         (gnus-bookmark-write-file): Bind coding-system-for-write.
17091         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17092         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17093         group before selecting it.
17094         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17095         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17096         quit-window if it is not available; use gnus-mouse-2 and bind it to
17097         gnus-bookmark-bmenu-select-by-mouse.
17098         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17099         (gnus-bookmark-bmenu-select-by-mouse): New function.
17100
17101 2006-08-13  Romain Francoise  <romain@orebokech.com>
17102
17103         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17104         space.
17105
17106 2006-08-10  Romain Francoise  <romain@orebokech.com>
17107
17108         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17109         (dns-mode-soa-auto-increment-serial): New user option.
17110         (dns-mode-soa-maybe-increment-serial): New function.
17111         (dns-mode): Add the latter to `write-contents-functions'.
17112
17113 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * compface.el (uncompface): Use binary rather than raw-text-unix.
17116
17117 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * compface.el (uncompface): Make sure the eol conversion doesn't take
17120         place when communicating with the external programs.
17121         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17122
17123 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17126
17127 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17128
17129         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17130         Make it more robust by parsing author and date independently.
17131
17132 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17135
17136 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17137
17138         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17139         first matching secret key.
17140         (mml2015-epg-encrypt): Ditto.
17141
17142         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17143         first matching secret key.
17144         (mml1991-epg-encrypt): Ditto.
17145
17146         * mml2015.el (mml2015-encrypt-to-self): New user option.
17147         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17148         mml2015-epg-encrypt-to-self is set.
17149
17150         * mml1991.el (mml1991-encrypt-to-self): New variable.
17151         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17152         mml1991-epg-encrypt-to-self is set.
17153
17154         * mml2015.el (mml2015-signers): New user option.
17155         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17156         (mml2015-epg-encrypt): Allow to select signing keys.
17157
17158         * mml1991.el (mml1991-signers): New variable.
17159         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17160         (mml1991-epg-encrypt): Allow to select signing keys.
17161
17162 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * nnheader.el (nnheader-insert-head): Make it work even if the file
17165         uses CRLF for the line-break code.
17166
17167 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17168
17169         * mml2015.el: Require mml-sec instead of password.
17170         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17171         (mml2015-cache-passphrase): Inherit the default value from
17172         mml-secure-cache-passphrase.
17173         (mml2015-passphrase-cache-expiry): Inherit the default value from
17174         mml-secure-passphrase-cache-expiry.
17175
17176         * mml1991.el: Require mml-sec instead of password.
17177         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17178         (mml1991-cache-passphrase): Inherit the default value from
17179         mml-secure-cache-passphrase.
17180         (mml1991-passphrase-cache-expiry): Inherit the default value from
17181         mml-secure-passphrase-cache-expiry.
17182
17183         * mml-sec.el: Require password.
17184         (mml-secure-verbose): New user option.
17185         (mml-secure-cache-passphrase): New user option.
17186         (mml-secure-passphrase-cache-expiry): New user option.
17187
17188 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17189             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17190
17191         * pgg-def.el (pgg-truncate-key-identifier):
17192         Truncate the key ID to 8 letters from the end.
17193
17194 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17195
17196         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17197         workaround for the url package included with Emacs.
17198
17199         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17200
17201 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17204         correctly.  This fixes a bug caused by the 2006-05-12 change.
17205
17206 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17207
17208         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17209         some information about the error when saying that the `bogus' mail
17210         group will be used.
17211
17212 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17215         string.
17216
17217 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17218
17219         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17220
17221 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17222
17223         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17224
17225 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17226
17227         * mml1991.el (mml1991-function-alist): Add epg.
17228         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17229         (mml1991-epg-encrypt): New functions.
17230
17231 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17232
17233         * mml2015.el (mml2015-verbose): New variable.
17234         (mml2015-cache-passphrase): Ditto.
17235         (mml2015-passphrase-cache-expiry): Ditto.
17236         (mml2015-function-alist): Add epg.
17237         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17238         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17239         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17240         New functions.
17241
17242 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17243
17244         * message.el (message-cite-original-1): Preserve region when removing
17245         quoted text due to X-No-Archive in order to avoid bogus attribution
17246         when citing multiple messages.
17247
17248 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17249
17250         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17251         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17252
17253 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * gnus-diary.el (gnus-user-format-function-d)
17256         (gnus-user-format-function-D): Autoload.
17257
17258         * imap.el (Commentary): Fix typo.
17259
17260         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17261         2006-04-22 contribution.
17262
17263 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17264
17265         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17266         It didn't really fix the bogosity I'm seeing with solid web groups.
17267
17268 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17269
17270         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17271         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17272         created using server names.  If we use the feature without declaring
17273         it, Gnus does not properly manage server and group state.
17274
17275         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17276         bound.
17277
17278 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17279
17280         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17281         looking up the method using GROUP's prefix before inventing a new one.
17282         It is used on killed/unknown groups in various places where returning
17283         an all-new method isn't expected by the caller.
17284
17285         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17286         and match semantics of gnus-group-real-prefix.
17287
17288 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * nnmail.el (nnmail-broken-references-mailers): New variable.
17291         (nnmail-ignore-broken-references): New function generalizing
17292         nnmail-fix-eudora-headers.
17293         (nnmail-fix-eudora-headers): Now obsolete.
17294
17295         * gnus-art.el (gnus-button-handle-custom):
17296         Support `customize-apropos*'.
17297
17298 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17299
17300         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17301
17302         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17303         articles.
17304
17305 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * message.el (message-cite-reply-above): New variable.
17308         (message-yank-original): Use it.
17309
17310 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17313
17314 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17315
17316         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17317         as read.
17318
17319         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17320
17321 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17322
17323         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17324         (gnus-bookmark-default-file): Use gnus-directory.
17325         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17326         Remove "*" in doc string.
17327         (gnus-bookmark-write-file): Simplify.
17328         (gnus-bookmark-maybe-sort-alist): Use `when'.
17329         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17330         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17331         Add FIXME about Emacs 21 and XEmacs compatibility.
17332         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17333         compatibility.
17334         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17335         compatibility.
17336         (gnus-bookmark-menu-heading): Fix version.
17337
17338 2006-06-19  Bastien Guerry  <bzg@altern.org>
17339
17340         * gnus-bookmark.el: New file.
17341
17342 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * message.el (message-syntax-checks): Doc fix.
17345
17346 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17347
17348         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17349         unsubscribed groups as if they were killed ones.  It causes duplicate
17350         entries in gnus-newsrc-alist.
17351
17352 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * message.el (message-syntax-checks): Doc fix.
17355         (message-send-mail): Add check for continuation headers.
17356         (message-check-news-header-syntax): Fix regexp used to check for
17357         continuation headers.
17358
17359 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17362
17363 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17366
17367 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17370         default-truncate-lines.
17371
17372 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17375         to fill the utf-8 entry.
17376
17377         * lpath.el: Fbind unicode-precedence-list.
17378
17379 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17380
17381         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17382
17383 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17384
17385         * gnus-agent.el (directory-files-and-attributes): Move all the way
17386         forward (the third and final move).
17387         (gnus-agent-read-agentview): Trap reconstruction errors due to
17388         nonexistent directory.  Handle by returning nil.
17389
17390 2006-05-30  Didier Verna  <didier@xemacs.org>
17391
17392         * message.el (message-dont-reply-to-names): Update the custom type.
17393         * message.el (message-dont-reply-to-names): New defsubst: potentially
17394         convert a list of regexps into a single one.
17395         * message.el (message-get-reply-headers): Use it.
17396         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17397
17398 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-agent.el (directory-files-and-attributes): Move forward.
17401
17402 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * gnus-ml.el (gnus-mailing-list-subscribe)
17405         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17406         (gnus-mailing-list-message): Fix doc strings.
17407
17408 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17409
17410         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17411         of doing it manually.
17412
17413 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17416         comment.
17417
17418 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17419
17420         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17421         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17422         (gnus-agent-read-local): All symbols allocated in my-obarray.
17423         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17424         (gnus-agent-regenerate-group): Check numeric names to see if they are
17425         messages or groups.
17426         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17427         better way of do this...)
17428
17429         * gnus-cache.el (gnus-agent-total-fetched-for):
17430         Ignore 'dummy.group' (there should be a better way of do this...)
17431
17432 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17435         (gnus-saved-headers): Ditto.
17436         (gnus-default-article-saver): Mention functions may have properties.
17437         (gnus-article-save): Override gnus-save-all-headers and
17438         gnus-saved-headers by :headers property which saver function may have.
17439         (gnus-summary-save-in-file): Add :headers property.
17440         (gnus-summary-write-to-file): Ditto.
17441
17442         * gnus-sum.el (gnus-summary-save-article): Bind
17443         gnus-prompt-before-saving to t when saving many articles in a file;
17444         always show all headers.
17445
17446         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17447
17448 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17451         marks.
17452
17453         * message.el (message-indent-citation): Add optional arguments to allow
17454         using it outside of message buffers.
17455
17456         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17457         (gnus-article-treat-unfold-headers): Use it.
17458         (gnus-article-truncate-lines): New variable.
17459         (gnus-article-mode): Use it.
17460         (gnus-article-toggle-truncate-lines): New function.
17461
17462         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17463         Add gnus-article-toggle-truncate-lines.
17464
17465         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17466         coding system in XEmacs, use binary.
17467
17468 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17471         after-load-alist.
17472
17473         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17474         this function should save decoded articles.
17475         (gnus-summary-write-to-file): Use property to specify this function
17476         should save decoded articles and specify gnus-summary-save-in-file
17477         should be used to save articles other than the first one when saving
17478         many articles.
17479         (gnus-summary-save-body-in-file): Use property to specify this
17480         function should save decoded articles.
17481         (gnus-summary-write-body-to-file): Use property to specify this
17482         function should save decoded articles and specify
17483         gnus-summary-save-body-in-file should be used to save articles other
17484         than the first one when saving many articles.
17485
17486         * gnus-sum.el (gnus-summary-save-article): Simplify.
17487
17488 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-art.el (gnus-default-article-saver):
17491         Add gnus-summary-write-body-to-file.
17492         (gnus-article-save-coding-system): Don't use coding system object
17493         in XEmacs.
17494         (gnus-read-save-file-name): Add optional `dir-var' argument which
17495         specifies directory in which files are saved; work even if optional
17496         `variable' argument is not specified.
17497         (gnus-summary-write-to-file): Read file name.
17498         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17499         (gnus-summary-write-body-to-file): New function.
17500
17501         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17502         (gnus-summary-local-variables): Add it.
17503         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17504         (gnus-summary-save-article): Remove optional `decode' argument;
17505         determine whether to decode articles by the value of
17506         gnus-default-article-saver; when saving many files using
17507         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17508         it first and use gnus-summary-save-in-file or
17509         gnus-summary-save-body-in-file thereafter unless
17510         gnus-prompt-before-saving is always; move point to article which
17511         will be saved.
17512         (gnus-summary-save-article-file): Revert.
17513         (gnus-summary-write-article-file): Revert.
17514         (gnus-summary-save-article-body-file): Revert.
17515         (gnus-summary-write-article-body-file): New function.
17516
17517 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-art.el (gnus-default-article-saver): Doc fix.
17520         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17521         from gnus-summary-save-article-coding-system, and default to a
17522         certain coding system.
17523         (gnus-output-to-file): Add coding cookie and encode text according
17524         to gnus-article-save-coding-system; don't use mm-append-to-file.
17525
17526         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17527         gnus-art.el and rename to gnus-article-save-coding-system.
17528         (gnus-summary-save-article): Require gnus-art; don't show all
17529         headers if it decodes articles; don't add coding cookie here;
17530         don't bind mm-text-coding-system-for-write.
17531         (gnus-summary-save-article-file): Save decoded articles.
17532         (gnus-summary-write-article-file): When saving many files, use
17533         gnus-summary-write-to-file first and gnus-summary-save-in-file
17534         thereafter unless gnus-prompt-before-saving is always.
17535         (gnus-summary-save-article-body-file): Save decoded articles.
17536
17537         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17538
17539 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17540
17541         * nnrss.el (nnrss-check-group): Bind hash-index.
17542
17543 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17544
17545         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17546         its hash index.  Store this hash in `nnrss-group-data'.
17547         (nnrss-read-group-data): Update accordingly.
17548
17549 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17552         entry.
17553
17554         * gnus-sum.el (gnus-summary-make-menu-bar):
17555         Add gnus-article-browse-html-article.
17556
17557 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17558
17559         * gnus-sum.el (gnus-summary-mime-map):
17560         Add gnus-article-browse-html-article.
17561
17562         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17563
17564 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17565
17566         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17567         suitable coding systems in customize.
17568
17569 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * mail-source.el (mail-sources): Fix custom type.
17572
17573 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17576         (gnus-summary-expire-articles-now): Shorten prompt.
17577
17578         * gmm-utils.el (wid-edit): Require.
17579         (defun-gmm): Rename from `gmm-defun-compat'.
17580         (gmm-image-search-load-path): Use it.
17581         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17582
17583 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-sum.el (gnus-summary-save-article-coding-system):
17586         New variable.
17587         (gnus-summary-save-article): Add optional `decode' argument.
17588         If it is set and gnus-summary-save-article-coding-system is non-nil,
17589         save decoded article.
17590         (gnus-summary-write-article-file): Save decoded article if
17591         gnus-summary-save-article-coding-system is non-nil.
17592
17593         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17594         type.
17595
17596 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17599
17600 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17603         first to test gnus-single-article-buffer which may be buffer-local.
17604
17605         * gnus-sum.el (gnus-summary-setup-buffer):
17606         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17607         group; make gnus-article-buffer, gnus-article-current, and
17608         gnus-original-article-buffer always buffer-local.
17609         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17610         group.
17611         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17612
17613 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * nnml.el (nnml-request-compact-group): Compressed files might not
17616         have .gz extension.
17617
17618 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17619
17620         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17621         (mm-copy-to-buffer): Use with-current-buffer.
17622         (mm-display-part): Simplify.
17623         (mm-inlinable-p): Add optional arg `type'.
17624
17625 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17626
17627         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17628         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17629         Try harder to show the attachment internally or externally using
17630         gnus-mime-view-part-as-type.
17631
17632 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * message.el (message-from-style, message-signature-separator)
17635         (message-user-organization-file, message-send-mail-function)
17636         (message-citation-line-function, message-yank-prefix)
17637         (message-indent-citation-function, message-signature)
17638         (message-signature-file, message-signature-insert-empty-line):
17639         Remove autoloads.
17640
17641         * gnus-art.el (gnus-buttonized-mime-types):
17642         Remove "multipart/signed".  Revert 2006-04-26 change.
17643
17644 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17645
17646         * gnus.el (gnus-version-number): Bump version.
17647
17648 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17649
17650         * gnus.el: No Gnus v0.5 is released.
17651
17652 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17653
17654         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17655         fetching articles by message-id.
17656
17657 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * message.el (hashcash): Require hashcash as normal.
17660
17661         * ecomplete.el (ecomplete-highlight-match-line):
17662         Use point-at-eol.
17663         (ecomplete-highlight-match-line): Use `highlight', because that
17664         face exists in both Emacs and XEmacs.
17665
17666         * message.el (message-display-abbrev): Use point-at-bol.
17667
17668         * mail-source.el: Don't require timer/timer-funcs.
17669
17670         * gnus-async.el: Ditto.
17671
17672         * password.el: Ditto.
17673
17674         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17675
17676         * mm-url.el: Ditto.
17677
17678         * gnus-xmas.el: Don't require timer-funcs.
17679
17680         * mm-util.el: Require timer/timer-funcs.
17681
17682 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17683
17684         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17685         Close.
17686
17687 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17690         unibyte after clear-decrypt function runs.
17691
17692         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17693         returns as a unibyte string.
17694
17695 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * lpath.el: Revert.
17698
17699         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17700         (pgg-gpg-process-sentinel): Revert.
17701
17702         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17703         (pgg-pgp-lookup-key): Revert.
17704
17705         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17706         (pgg-pgp5-lookup-key): Revert.
17707
17708         * pgg.el (pgg-fetch-key): Revert.
17709
17710 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * lpath.el: Fbind string-as-multibyte for XEmacs.
17713
17714         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17715         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17716         (mml1991-pgg-encrypt): Ditto.
17717
17718         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17719         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17720         a multibyte buffer.
17721
17722         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17723         (pgg-pgp-lookup-key): Ditto.
17724
17725         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17726         (pgg-pgp5-lookup-key): Ditto.
17727
17728         * pgg.el (pgg-fetch-key): Ditto.
17729
17730 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * message.el (message-user-organization-file): Check several
17733         locations of the organization file.
17734
17735         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17736         Add gnus-article-view-part-as-type.
17737
17738         * gnus-art.el (gnus-article-view-part-as-type): New function.
17739
17740         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17741         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17742
17743         * mml.el: Simplify autoload.
17744         (mml-mode): defvar dnd-protocol-alist instead of using
17745         symbol-value.
17746         (mml-default-directory): New variable.
17747         (mml-minibuffer-read-file): Use it.
17748         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17749
17750         * message.el (message-citation-line-format): New variable.
17751         (message-insert-formated-citation-line): New function.
17752         (message-citation-line-function):
17753         Add `message-insert-formated-citation-line' to custom type.
17754
17755         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17756         to doc string.
17757
17758         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17759         depending on mm-verify-option.
17760
17761 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17764         binding pgg-* variables; reimplement the section which prevents
17765         MIME header from being signed.
17766         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17767         pgg-text-mode; remove a blank line at the top of body.
17768
17769         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17770         lines at the top of body; use gnus-newsgroup-charset if there's no
17771         Charset header.
17772
17773 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * message.el (message-self-insert-commands): Doc fix.
17776
17777         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17778         (mm-uu-pgp-encrypted-test): Ditto.
17779         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17780         between header and body; return application/pgp-encrypted handle
17781         if decryption failed; decode decrypted body by charset.
17782
17783         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17784         element match to application/pgp-*.
17785
17786 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17787
17788         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17789         HTML.
17790
17791 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17792
17793         * mail-source.el (mail-source-call-script): Message the error
17794         string.
17795
17796 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17797
17798         * gnus-util.el (gnus-byte-compile): Use it.
17799
17800 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17801
17802         * gnus-util.el (kill-empty-logs): New function.
17803
17804 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17805
17806         * message.el (message-mail-alias-type): Doc fix.
17807         (message-mail-alias-type-p): New function.
17808         (message-send): Use it.
17809         (message-mode): Ditto.
17810         (message-strip-forbidden-properties): Ditto.
17811
17812         * ecomplete.el (ecomplete-database-file-coding-system):
17813         New variable.
17814         (ecomplete-save): Use it.
17815         (ecomplete-setup): Use it.
17816
17817 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * message.el (message-self-insert-commands): New variable.
17820         (message-strip-forbidden-properties): Use it.
17821
17822 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17823
17824         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17825         that doesn't make XEmacs choke.
17826
17827 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17828
17829         * gnus-util.el (gnus-replace-in-string):
17830         Prefer replace-regexp-in-string over of replace-in-string.
17831
17832 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-util.el (gnus-select-frame-set-input-focus):
17835         Use select-frame-set-input-focus if it is available in XEmacs; use
17836         definition defined in Emacs 22 for old Emacsen.
17837
17838         * dgnushack.el: Autoload unmorse-region for XEmacs.
17839
17840         * lpath.el: Bind cursor-in-non-selected-windows and
17841         select-frame-set-input-focus for XEmacs.
17842
17843 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17846
17847 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17848
17849         * gnus-registry.el (gnus-registry-cache-save): Remove text
17850         properties when saving via the temp buffer.
17851
17852 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17853
17854         * message.el (message-generate-hashcash): Honor custom type.
17855
17856 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * message.el (message-generate-hashcash): Default to non-nil when
17859         hashcash is found.
17860
17861         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17862         (gnus-refer-thread-limit): Increase default to 500.
17863
17864         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17865
17866         * flow-fill.el (fill-flowed): Allow delete-space.
17867
17868 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17869
17870         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17871         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17872         Remove autoloads.
17873
17874 2006-04-18  Simon Josefsson  <jas@extundo.com>
17875
17876         * message.el (message-generate-hashcash): Default to.
17877
17878 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17881         concatenating segments rather than before concatenating them.
17882
17883 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17884
17885         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17886
17887 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17888
17889         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17890
17891         * message.el (message-forward-make-body-plain):
17892         Allow message-forward-ignored-headers to be a list.
17893         (message-remove-ignored-headers): Factor out into function.
17894         (message-forward-make-body-mml): Use it.
17895
17896         * imap.el (imap-quote-specials): New function.
17897         (imap-login-auth): Quote specials.
17898
17899         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17900         (rfc2231-parse-string): Allow concatanation of parameters that
17901         aren't contiguous.  The test case is
17902           (mail-header-parse-content-type "message/external-body;
17903             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17904             access-type=LOCAL-FILE;
17905             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17906
17907 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17908
17909         * nntp.el (nntp-accept-process-output): Return the value of
17910         `nnheader-accept-process-output'.
17911
17912 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17913
17914         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17915         (gnus-button-alist): Recognize more diff formats.
17916         (gnus-button-patch): Strip directory.
17917
17918 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17919
17920         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17921         Emacs 22 when setting focus.
17922
17923 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * gnus-art.el (gnus-article-treat-types): Do treatment of
17926         text/x-verbatim parts.
17927         (gnus-button-patch): New command.
17928
17929         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17930         addresses that contain invalid characters.
17931
17932 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17933
17934         * message.el (message-put-addresses-in-ecomplete):
17935         Use gnus-replace-in-string.
17936         (message-is-yours-p): Use the more correct
17937         mail-header-parse-address instead of
17938         mail-extract-address-components.
17939         (message-put-addresses-in-ecomplete): Fix typo.
17940
17941         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17942         keystroke.
17943
17944         * gnus-art.el (gnus-treatment-function-alist): Change order of
17945         newsgroups/generic header folding to avoid double-folding.
17946
17947         * message.el (message-hidden-headers): Add X-Draft-From.
17948
17949         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17950         New command.
17951         (gnus-summary-repeat-search-article-backward): New command.
17952
17953         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17954         groups in the parent topic.
17955
17956 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17957
17958         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17959         (spam-extra-header-to-number): Return the CRM114 number as a
17960         number instead of a string.
17961
17962 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17963
17964         * gnus-art.el (gnus-face-properties-alist): Move here from
17965         gnus-fun.
17966
17967         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17968
17969 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17970
17971         * message.el (message-strip-forbidden-properties): Only display on
17972         self-insert-command.
17973
17974         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17975         reindent.
17976         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17977
17978 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17979
17980         * smiley.el (smiley-style): Fix typo.
17981
17982 2006-03-23  Kenichi Handa  <handa@m17n.org>
17983
17984         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17985         instead of set-buffer-multibyte.
17986
17987 2006-03-23  Kenichi Handa  <handa@m17n.org>
17988
17989         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17990         buffer and then decode the buffer text if necessary.
17991         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17992         first, and after mm-encode-body, change the buffer to unibyte.
17993
17994 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995
17996         * hashcash.el (hashcash-insert-payment-async-2):
17997         Use message-goto-eoh instead of doing it manually.
17998         (mail-add-payment): Use message-narrow-to-header instead of trying
17999         to do the same itself.
18000
18001         * message.el (message-hidden-headers): Add Face.
18002
18003         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18004         reparenting code.
18005         (gnus-summary-reparent-children): Refactored out code.
18006         (gnus-summary-thread-map): New keystroke.
18007         (gnus-summary-reparent-children): Make into command.
18008
18009         * smiley.el (smiley-style): Default to `medium' if using a large
18010         font.
18011
18012         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18013         does it itself.
18014
18015         * message.el (message-point-in-header-p): Simplify definition.
18016
18017 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18018
18019         * nnagent.el (nnagent-request-set-mark): Silence log file
18020         writing.
18021         (nnagent-request-set-mark): Use write-region instead of
18022         append-to-file.
18023
18024         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18025         strange select method.
18026
18027         * ecomplete.el (ecomplete-display-matches): Get highlightling
18028         right.
18029         (ecomplete-display-matches): Use literals.
18030         (ecomplete-display-matches): Disable message logging.
18031
18032         * message.el (message-display-abbrev): Small optimization.
18033
18034         * ecomplete.el (ecomplete-display-matches): Allow automatic
18035         display.
18036
18037         * message.el (message-strip-forbidden-properties):
18038         Display abbrevs.
18039         (message-display-abbrev): Get automatic display right.
18040
18041         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18042         keystrokes.
18043
18044 2006-04-13  Romain Francoise  <romain@orebokech.com>
18045
18046         TODO: Backport to v5-10!
18047
18048         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18049         Move here (and rename) from gnus-registry.el.
18050
18051         * gnus-registry.el: Require gnus-util.
18052         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18053
18054 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18055
18056         * gnus-group.el (gnus-group-catchup-current):
18057         Change if-then-else-if-then-else into cond.
18058         (gnus-group-catchup): Indent.
18059         (group-name-at-point): New function.
18060         (gnus-fetch-group): Provide default from thing at point.
18061
18062 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18063
18064         * message.el (message-display-abbrev): Fix regexp.
18065
18066         * ecomplete.el (ecomplete-highlight-match-line):
18067         Reimplement choosing.
18068         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18069         dead variables.
18070
18071         * message.el (message-newline-and-indent): Remove debugging.
18072         (message-display-abbrev): Use new implementation.
18073
18074 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * gnus-art.el (gnus-article-mode):
18077         Set cursor-in-non-selected-windows to nil.
18078
18079         * smiley.el: Revert previous change.
18080         (smiley-data-directory): defvar it before using it in the
18081         defcustom of `smiley-style'.
18082
18083 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18084
18085         * message.el (message-newline-and-indent): New function.
18086
18087         * ecomplete.el: Implement more bits.
18088
18089         * message.el (message-put-addresses-in-ecomplete): Clean up the
18090         string.
18091
18092         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18093
18094         * gnus-sum.el (gnus-summary-save-parts):
18095         Bind gnus-summary-save-parts-counter and use it to make unique file
18096         names.
18097
18098         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18099
18100         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18101         parameter to say whether to actually parse the individual
18102         addresses.
18103
18104         * message.el (message-put-addresses-in-ecomplete): New function.
18105         (ecomplete): Require.
18106         (message-mail-alias-type): Add ecomplete as an option.
18107
18108 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18109
18110         * flow-fill.el (fill-flowed): Remove trailing space from blank
18111         quoted lines.
18112
18113 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * smiley.el (smiley-style): Move definition later to avoid a
18116         compilation warning.
18117
18118 2006-04-12  Kenichi Handa  <handa@m17n.org>
18119
18120         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18121         buffer and then decode the buffer text if necessary.
18122         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18123         first, and after mm-encode-body, change the buffer to unibyte.
18124         Use mm-disable-multibyte instead of set-buffer-multibyte.
18125
18126 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18129         Content-Type header instead of Content-Disposition header.
18130         (gnus-mime-inline-part): Ditto.
18131         (gnus-mime-view-part-as-charset): Ignore charset that the part
18132         specifies.
18133
18134         * mm-decode.el (mm-display-part): Work with external parts and
18135         usual parts similarly.
18136
18137         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18138         instead of gnus-display-mime.
18139
18140         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18141         instead of with-temp-buffer.
18142
18143         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18144         tag to summarized topics part in order to encode non-ASCII text.
18145
18146 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18147
18148         * smiley.el (smiley-style): New variable.
18149         (smiley-directory): New function.
18150         (smiley-data-directory): Derive from `smiley-style' using
18151         `smiley-directory'.
18152         (smiley-regexp-alist): Add new entries.
18153
18154         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18155         (gnus-article-browse-delete-temp): Add :version.
18156
18157 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18158
18159         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18160         the sieve region.
18161
18162 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18163
18164         * gnus.el (gnus-version-number): Bump version.
18165
18166 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18167
18168         * gnus.el: No Gnus v0.4 is released.
18169
18170 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18171
18172         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18173         layout.
18174
18175         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18176         unknown charset.
18177
18178         * message.el (message-header-synonyms): Add Original-To to the
18179         default.
18180
18181         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18182         optional parameter.
18183
18184 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18185
18186         * gnus-fun.el (gnus): Require it for gnus-directory.
18187
18188 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18191
18192 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18193
18194         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18195
18196 2006-04-05  Simon Josefsson  <jas@extundo.com>
18197
18198         * password.el (password-reset): New function.
18199
18200 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18201
18202         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18203         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18204
18205 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18206
18207         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18208         Some whitespace was matched into the url, which broke browsing hits
18209         > 100 when mm-url-use-external was nil.
18210
18211 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18212
18213         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18214         Check gnus-extra-headers for 'Newsgroups.
18215
18216         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18217         bound.
18218
18219 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18220
18221         * pgg-gpg.el: Clean up process buffers every time gpg processes
18222         complete.
18223
18224 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18225
18226         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18227         doc string.
18228
18229 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18230
18231         * pgg-gpg.el (pgg-gpg-process-filter)
18232         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18233
18234         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18235         lines, temporary fix.
18236
18237 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18240
18241 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18242
18243         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18244         default-enable-multibyte-characters.  This reverts the change from
18245         revision 6.17 which is no longer necessary because the passphrase
18246         is sent separately now.  GnuPG messages are unreadable under
18247         multibyte locales with default-enable-multibyte-characters set to
18248         nil.
18249
18250 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18251
18252         * message.el (message-tool-bar-gnome): Move "spell".
18253
18254 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18257         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18258         instead.
18259
18260 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18261
18262         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18263         Improve newsgroups handling for NNTP overviews which don't include
18264         Newsgroups.
18265
18266 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18267
18268         * message.el (message-resend): Bind message-generate-hashcash to nil.
18269
18270 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18271
18272         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18273         when searching for already-paid recipients.
18274
18275 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18276
18277         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18278         passphrases when it is not needed.
18279         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18280         passphrase stuff from gpg, should only be necessary when you use
18281         gpg with a smartcard.
18282
18283 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * mml.el (mml-insert-mime): Ignore cached contents of
18286         message/external-body part.
18287
18288         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18289         (mm-insert-part): Ditto.
18290
18291 2006-03-23  Simon Josefsson  <jas@extundo.com>
18292
18293         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18294         Reiner.
18295         (pgg-gpg-use-agent-p): Use it again.
18296
18297 2006-03-23  Simon Josefsson  <jas@extundo.com>
18298
18299         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18300         older emacsen.
18301         (pgg-gpg-use-agent-p): Don't use it.
18302
18303 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18304
18305         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18306         if we can.
18307
18308 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18309
18310         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18311         (pgg-gpg-update-agent): New function.
18312         (pgg-gpg-use-agent-p): New function.
18313         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18314         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18315         (pgg-gpg-sign-region): Use it.
18316
18317 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18320         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18321
18322 2006-03-21  Simon Josefsson  <jas@extundo.com>
18323
18324         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18325         <wilde@sha-bang.de>.
18326         (pgg-gpg-use-agent): New variable.
18327         (pgg-gpg-process-region): Use it.
18328         (pgg-gpg-encrypt-region): Likewise.
18329         (pgg-gpg-encrypt-symmetric-region): Likewise.
18330         (pgg-gpg-decrypt-region): Likewise.
18331         (pgg-gpg-sign-region): Likewise.
18332         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18333
18334 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18337
18338         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18339         Add comment on version.
18340
18341 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * smiley.el: Add missing test smiley.
18344
18345 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-decode.el (mm-with-part): New macro.
18348         (mm-get-part): Use it; work with message/external-body as well.
18349         (mm-save-part): Treat name and filename equally.
18350
18351         * mm-extern.el (mm-extern-cache-contents): New function.
18352         (mm-inline-external-body): Use it; force the part to be displayed;
18353         move undisplayer added to the cached handle to the parent.
18354
18355         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18356         (gnus-mime-view-part-as-type): Work with message/external-body.
18357
18358         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18359
18360 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18363         images in image-load-path.  [Sync with image.el, revision 1.60, in
18364         Emacs.]
18365
18366 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18369         path rather than symbol.  Always return list of directories.
18370         Guarantee that image directory comes first.  [Sync with image.el,
18371         revision 1.59, in Emacs.]
18372
18373         * message.el (message-make-tool-bar): Adjust to new API of
18374         `gmm-image-load-path-for-library'.
18375
18376         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18377
18378         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18379
18380 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18381
18382         * gnus-art.el (gnus-article-only-boring-p):
18383         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18384         intangible text.
18385         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18386
18387 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18390         Use `defun' instead of `gmm-defun-compat'.
18391
18392 2006-03-14  Simon Josefsson  <jas@extundo.com>
18393
18394         * message.el (message-unique-id): Don't use message-number-base36
18395         if (user-uid) is a float.
18396         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18397
18398 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18401
18402         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18403         empty line between a part and a message part.
18404
18405 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18406
18407         * smiley.el: Add more test smileys.
18408         (smiley-data-directory, smiley-regexp-alist)
18409         (gnus-smiley-file-types): Fix doc strings.
18410         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18411         adding new elements.
18412         (smiley-mouse-map): Unused code.  Make it a comment.
18413
18414 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18417         scan latest NoCeM messages instead of old ones.
18418         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18419         delimiters that are recently used.
18420         (gnus-nocem-load-cache): Add autoload cookie.
18421
18422         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18423
18424         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18425         level which is larger than gnus-use-nocem is specified.
18426
18427         * gnus-group.el (gnus-group-get-new-news): Ditto.
18428
18429 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18430
18431         * gnus-util.el (gnus-tool-bar-update): New function.
18432
18433         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18434         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18435
18436         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18437
18438         * gnus-group.el (gnus-group-redraw-when-idle)
18439         (gnus-group-redraw-check): Remove.
18440         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18441
18442 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18445         if optional last element is specified in splits (FIELD VALUE...).
18446
18447 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18450         to gmm-image-load-path-for-library.  Call with no-error argument.
18451         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18452
18453         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18454
18455         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18456
18457         * gmm-utils.el (gmm-image-load-path): Remove alias.
18458
18459 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * gmm-utils.el (gmm-image-load-path): Add alias.
18462
18463         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18464         nnml-generate-nov-databases-1.
18465         (nnml-generate-nov-databases): Use it.
18466         (nnml-generate-nov-databases-directory): Document no-active
18467         argument.
18468
18469         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18470         directory if path is t.  Add no-error.
18471
18472         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18473         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18474
18475         * gnus-art.el (gnus-article-browse-delete-temp-files):
18476         Simplify resetting gnus-article-browse-html-temp-list.
18477
18478         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18479         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18480         Add example to docstring.  Rename local variables.  Move error
18481         checks to default case in cond and simplify.
18482
18483 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18486         handle is multipart when calling it recursively.
18487         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18488
18489 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18490
18491         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18492         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18493
18494 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18497         is loaded.
18498
18499         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18500         loaded.
18501
18502 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18503
18504         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18505         to "Emacs 23 (unicode)" in doc string.
18506
18507         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18508         "Emacs 23 (unicode)" in comment.
18509
18510 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18513
18514         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18515         characters 160 through 255 in Emacs 23.
18516
18517 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18518
18519         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18520         gnus-article-browse-html-temp.
18521         (gnus-article-browse-delete-temp): Make it customizable.
18522         Add `file'.  Adjust doc string.
18523         (gnus-article-browse-delete-temp-files): Add argument.
18524         Allow query for each file.  Adjust doc string.
18525         (gnus-article-browse-html-parts):
18526         Add `gnus-article-browse-delete-temp-files' to
18527         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18528
18529 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18530
18531         * gnus-art.el (gnus-article-browse-html-temp)
18532         (gnus-article-browse-delete-temp): New variables.
18533         (gnus-article-browse-delete-temp-files): New function.
18534         (gnus-article-browse-html-parts): Use it.
18535
18536 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18539
18540         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18541         string.
18542
18543         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18544         gnus-summary-insert-new-articles when unplugged.
18545         Remove gnus-summary-search-article-forward.
18546
18547         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18548         display-visual-class instead of display-color-cells.
18549
18550 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * dgnushack.el: Autoload customize-group for XEmacs.
18553
18554         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18555         message/* containing non-ASCII text properly.
18556
18557 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18558
18559         * message.el: Require gmm-utils, remove autoloads.
18560         (message-tool-bar): Set default based on
18561         gmm-tool-bar-style.
18562         (message-tool-bar-gnome): Add gmm-customize-mode.
18563
18564         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18565         gmm-tool-bar-style.
18566         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18567
18568         * gnus-group.el (gnus-group-tool-bar): Set default based on
18569         gmm-tool-bar-style.
18570         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18571
18572         * gmm-utils.el (gmm-image-directory): Rename variable from
18573         gmm-image-load-path.
18574         (gmm-image-load-path): Use gmm-image-directory.
18575         (gmm-customize-mode): New function.
18576         (gmm-tool-bar-style): New variable.
18577
18578         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18579         gnus-group-redraw-line-number.
18580         (gnus-group-redraw-check): Simplify.
18581         (gnus-group-tool-bar-update): Remove redraw check.
18582         (gnus-group-make-tool-bar): Add redraw check.
18583
18584 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18585
18586         * gnus-art.el (gnus-button): Add missing parentheses.
18587
18588 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * lpath.el: Fbind line-number-at-pos.
18591
18592 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18595
18596 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18597
18598         * gnus-art.el (gnus-button): New face.
18599         (gnus-article-button-face): Use it.
18600
18601         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18602         Add gnus-summary-next-page.  Re-order.
18603
18604         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18605         next-node are now included.
18606         (gnus-group-redraw-line-number): New internal variable.
18607         (gnus-group-redraw-check): Helper function for updating the tool
18608         bar.
18609         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18610
18611         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18612
18613         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18614         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18615         Use it to match format of Spamassassin 3.0 and later.
18616         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18617         (spam-check-bogofilter)
18618         (spam-bogofilter-register-with-bogofilter): Fix args of
18619         `gnus-error' calls.
18620
18621 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18622
18623         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18624         unnecessary interaction when sending queued mails.
18625         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18626
18627 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18628
18629         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18630         first or last are nil.
18631
18632 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18633
18634         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18635
18636 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18637
18638         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18639
18640 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18641
18642         * dns.el (query-dns): Protect more against buggy tcp output.
18643
18644 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18645
18646         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18647         nov.php.
18648
18649 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18650
18651         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18652         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18653         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18654         output on the server side.
18655         (nnweb-google-create-mapping): Update regexps and add some
18656         progress indication.
18657
18658 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * gnus-group.el (gnus-group-tool-bar-gnome):
18661         Fix gnus-agent-toggle-plugged.  Re-order icons.
18662         (gnus-group-tool-bar-gnome):
18663         Add gnus-group-{prev,next}-unread-group.
18664         (gnus-group-tool-bar-gnome): Re-order icons.
18665
18666         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18667         Move gnus-summary-insert-new-articles.
18668
18669         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18670         Fix comments.
18671
18672         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18673         also available in Emacs 21.3.
18674
18675         * message.el (message-fix-before-sending): Change "Emacs 22" to
18676         "Emacs 23 (unicode)" in comment.
18677
18678         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18679         "Emacs 23 (unicode)" in comment.
18680
18681         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18682         comment.
18683         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18684
18685         * mm-view.el (mm-fill-flowed): Add :version.
18686
18687 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18690         and load-path.
18691
18692 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18693
18694         * message.el: Autoload gmm-image-load-path.
18695         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18696         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18697         consitency.
18698
18699         * gmm-utils.el (gmm-image-load-path): Also search in
18700         "../etc/images".  Don't set gmm-image-load-path if we don't find
18701         the image.
18702
18703 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * gmm-utils.el (gmm-image-load-path): Don't make
18706         `gmm-image-load-path' include subdirectories which the second arg
18707         `image' might specify.
18708
18709         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18710         subdirectory to icon file names.
18711
18712         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18713
18714 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18717         gmm-image-load-path calls.
18718
18719         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18720
18721         * message.el (message-make-tool-bar): Ditto.
18722
18723         * mml.el (mml-preview): Add comment concerning tool bar icons.
18724
18725         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18726         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18727
18728         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18729         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18730
18731         * message.el (message-tool-bar-gnome): Use new icon names.
18732         (message-make-tool-bar): Use `gmm-image-load-path'.
18733
18734         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18735         New functions from MH-E.
18736         (gmm-image-load-path): New variable from MH-E.
18737         (gmm-image-load-path): New function from MH-E.  Add arguments
18738         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18739         *-image-load-path-called-flag.
18740
18741 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18742
18743         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18744
18745 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18746
18747         * nnimap.el (nnimap-request-move-article): Change folder back to
18748         source group before deleting.
18749
18750 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18751
18752         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18753
18754         * gnus-art.el (mm-url-insert-file-contents-external):
18755         Autoload mm-url.
18756
18757         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18758
18759 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18762         coding system which mm-charset-to-coding-system returns for a
18763         given charset is valid.
18764
18765 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18766
18767         * html2text.el (html2text-remove-tag-list):
18768         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18769
18770 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18771
18772         * gnus-cus.el: Revert 2005-10-17 change.
18773
18774 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * gnus-art.el (article-strip-banner):
18777         Call article-really-strip-banner only when the regexp match is made.
18778
18779 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-art.el (article-strip-banner):
18782         Use gnus-extract-address-components instead of
18783         mail-header-parse-addresses to make it work with non-ASCII text;
18784         remove mail-encode-encoded-word-string.
18785
18786         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18787         values which are surrounded with \"...\"; make it never cause a
18788         Lisp error; give up parsing of parameters if it failed in
18789         extracting type.
18790
18791 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18792
18793         * smime.el (smime-cert-by-ldap-1): Fix bug where
18794         `smime-ldap-search' returns results without userCertificates.
18795
18796 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18799
18800 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * spam.el (spam-check-spamassassin-headers): Adapt format for
18803         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18804         <ari@mbf.ocn.ne.jp>.
18805         (spam-list-of-processors): Add spam-use-gmane.
18806
18807 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18810         make-temp-file; make it work with XEmacs as well.
18811
18812         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18813         mm-make-temp-file.
18814
18815         * mm-decode.el (mm-display-external): Use the 3rd arg of
18816         mm-make-temp-file.
18817         (mm-create-image-xemacs): Ditto.
18818
18819 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18822         with message-narrow-to-headers.
18823         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18824         (gnus-draft-check-draft-articles): New function.
18825         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18826
18827 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * gnus-art.el (gnus-article-browse-html-parts):
18830         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18831         Don't use suffix argument for mm-make-temp-file for Emacs 21
18832         compatibility.  Remove useless `format'.
18833
18834 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18835
18836         * nnweb.el (nnweb-google-wash-article): Update regexps.
18837         (nnweb-group-alist): Use defvoo instead of defvar.
18838
18839 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18842         re-loading nn* modules.
18843
18844 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18847         for `tool-bar-mode' and don't check it's default-value.
18848
18849         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18850
18851         * message.el (message-make-tool-bar): Ditto.
18852
18853         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18854         `substring'.  Shorten tmp-file name.
18855
18856         * gnus.el: Remove bogus comment.
18857
18858 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18859
18860         * gnus-art.el (gnus-article-browse-html-parts): New function.
18861         (gnus-article-browse-html-article): New function for viewing html
18862         articles with a browser.
18863
18864 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18865
18866         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18867         in elisp.
18868         (pgg-gpg-encrypt-symmetric-region): Ditto.
18869         (pgg-gpg-sign-region): Ditto.
18870
18871         * pgg-def.el (pgg-text-mode): New variable.
18872
18873         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18874         (mml2015-pgg-encrypt): Ditto.
18875
18876         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18877         (mml1991-pgg-encrypt): Ditto.
18878
18879 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * nnfolder.el (nnfolder-insert-newsgroup-line):
18882         Use message-make-date instead of current-time-string.
18883
18884         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18885         to gnus-decoded which mm-uu might set.
18886
18887 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18890         don't decode quoted parameters; remove misimported Emacs code.
18891         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18892         (rfc2231-decode-encoded-string): Don't use split-string which
18893         behaves differently according to Emacs version; use
18894         mm-decode-coding-region to convert charset to coding-system.
18895         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18896         (rfc2231-encode-string): Remove misimported Emacs code.
18897
18898 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18899
18900         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18901         when calling mail-header-parse-content-type.
18902         (article-de-quoted-unreadable): Ditto.
18903         (article-de-base64-unreadable): Ditto.
18904         (article-wash-html): Ditto.
18905
18906         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18907         calling mail-header-parse-content-type and
18908         mail-header-parse-content-disposition.
18909         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18910         mail-header-parse-content-type.
18911
18912         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18913         insert charset and format parameters; encode description after
18914         inserting it to buffer.
18915         (mml-insert-parameter): Fold lines properly even if a parameter is
18916         segmented into two or more lines; change the max column to 76.
18917
18918         * rfc1843.el (rfc1843-decode-article-body): Don't use
18919         ignore-errors when calling mail-header-parse-content-type.
18920
18921         * rfc2231.el (rfc2231-parse-string): Return at least type if
18922         possible; don't cause an error even if it fails in parsing of
18923         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18924         (rfc2231-encode-string): Don't break lines at the beginning, leave
18925         it to mml-insert-parameter.
18926
18927         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18928         calling mail-header-parse-content-type.
18929
18930 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * spam-report.el (spam-report-gmane-use-article-number):
18933         Improve doc string.
18934         (spam-report-gmane-internal): Check if a suitable header was found
18935         in the article.
18936
18937 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18940         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18941
18942 2006-02-05  Romain Francoise  <romain@orebokech.com>
18943
18944         Update copyright notices of all files in the gnus directory.
18945
18946 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18947
18948         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18949
18950 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18953         segmented lines of parameter value to cope with Thunderbird 1.5
18954         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18955         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18956         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18957
18958 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18959
18960         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18961         parts.
18962
18963 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18964
18965         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18966         there's only one active file for all servers.
18967         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18968         solid groups.  Gnus might have used a FAST request to select the group.
18969         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18970         and nnweb-search redundantly in the active file.
18971         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18972         (nnweb-request-create-group): Don't use ARGS.
18973         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18974         initializations.  Let nnoo do the work.
18975
18976 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18979         Say the part has been decoded.
18980
18981         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18982
18983 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18984
18985         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18986         mailcap-viewer-test-cache when there's no 'test clause, since that
18987         will invert the meaning of a "nil" test previously determined by
18988         mailcap-mailcap-entry-passes-test.
18989
18990 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18993         compiling.
18994
18995         * gnus-sum.el: Ditto.
18996
18997         * message.el: Don't bind tool-bar-map when compiling.
18998
18999 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19000
19001         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19002
19003 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19004
19005         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19006         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19007         current Google Groups.
19008
19009 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19012         and tool-bar-mode.
19013
19014         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19015         and tool-bar-mode.
19016
19017         * message.el (message-tool-bar-update): Simplify.
19018         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19019
19020         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19021         gnus-summary-buffer.
19022         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19023         gnus-summary-reply.
19024
19025         * gmm-utils.el (gmm): Add :version.
19026
19027 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * Makefile.in (clean): New rule.
19030         (distclean): Use it.
19031
19032 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19033
19034         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19035         Don't autoload.
19036
19037 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * gmm-utils.el (gmm-verbose): Add :group.
19040
19041 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19042
19043         * message.el: Change some comments WRT tool-bars.
19044
19045         * gnus-sum.el (gnus-summary-tool-bar)
19046         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19047         (gnus-summary-tool-bar-zap-list): New variables.
19048         (gnus-summary-make-tool-bar): Complete rewrite using
19049         `gmm-tool-bar-from-list'.
19050
19051         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19052         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19053         New variables.
19054         (gnus-group-make-tool-bar): Complete rewrite using
19055         `gmm-tool-bar-from-list'.
19056         (gnus-group-tool-bar-update): New function.
19057
19058         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19059
19060 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19063         is dissected into a single part of which the type is the same as
19064         the given one; decode charset.
19065
19066 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19067
19068         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19069         into alists as symbol not string, since that's what
19070         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19071         look for.
19072
19073 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19074
19075         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19076         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19077
19078         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19079
19080 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19083         (gnus-xmas-mime-security-button-menu): New function.
19084
19085         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19086         (gnus-mime-security-button-menu): New definition.
19087         (gnus-mime-security-button-map): Use them.
19088         (gnus-mime-security-button-menu): New function.
19089         (gnus-insert-mime-security-button): Addition to help echo.
19090         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19091         (gnus-mime-security-pipe-part): New functions.
19092
19093         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19094         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19095
19096         * mm-decode.el (mm-handle-set-disposition): Remove.
19097         (mm-handle-set-description): Remove.
19098
19099 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19102         (mm-w3m-standalone-supports-m17n-p): New function.
19103         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19104         w3m usage.
19105
19106         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19107         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19108
19109 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19110
19111         * message.el (message-tool-bar-zap-list):
19112         Use gmm-tool-bar-zap-list as custom type.
19113         (message-tool-bar-update): New function.
19114         (message-tool-bar, message-tool-bar-gnome)
19115         (message-tool-bar-retro): Add message-tool-bar-update.
19116         (message-tool-bar-gnome): Add flyspell-buffer.
19117
19118         * gnus-util.el (gnus-error): Describe `args'.
19119
19120         * gmm-utils.el (gmm-error): Describe `args'.
19121         (gmm-tool-bar-zap-list): New widget.
19122         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19123
19124 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19127         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19128         the number of recursive calls.
19129
19130         * mm-decode.el (mm-handle-set-disposition): New macro.
19131         (mm-handle-set-description): New macro.
19132
19133 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19136         encoding.
19137
19138 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19139
19140         * message.el (message-tool-bar-zap-list, message-tool-bar)
19141         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19142         (message-tool-bar-local-item-from-menu): Remove.
19143         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19144         (message-make-tool-bar): New function.
19145         (message-mode): Use `message-make-tool-bar'.
19146
19147         * gmm-utils.el: New file.
19148         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19149         (gmm-lazy): New widget copied from `nnmail.el'.
19150         (gmm-tool-bar-from-list): New function for creating customizable
19151         tool bars.
19152         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19153         output.
19154         (gmm): Add :prefix to defgroup.
19155
19156 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19157
19158         * gmm-utils.el (gmm-widget-p): New function.
19159
19160 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19161
19162         * mml.el (mml-attach-file): Describe `description' in doc string.
19163         (mml-menu): Add Emacs MIME manual and PGG manual.
19164
19165 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19166
19167         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19168
19169 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19170
19171         * nntp.el (nntp-end-of-line): Doc fix.
19172
19173 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19174
19175         * imap.el (imap-open): Handle case where buffer is a buffer
19176         object.
19177
19178 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19179
19180         * gnus-delay.el (gnus-delay): Don't autoload.
19181         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19182         to be re-loaded when customizing the `gnus-delay' group.
19183
19184 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19185
19186         * message.el (message-insert-citation-line): Use newlines.
19187
19188 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19189
19190         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19191         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19192         these routines, so the passphrase can be managed externally and
19193         passed in to the system.
19194         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19195         pgg-add-passphrase-to-cache function.
19196
19197         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19198         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19199         these routines, so the passphrase can be managed externally and
19200         passed in to the system.
19201         (pgg-pgp5-sign-region): Use new name of
19202         pgg-add-passphrase-to-cache function.
19203
19204 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19205
19206         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19207         part of the decoded armor to find the key-identifier.
19208         (pgg-gpg-lookup-key-owner): New function to return the
19209         human-readable identifier of a key owner.
19210         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19211         itself.
19212         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19213         the key value) if we have a key and can match it against a secret
19214         key.  Also, added a note pointing out fact that the prompt only
19215         indicates the first matching key.
19216
19217         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19218         pgg-decrypt-region.
19219         (pgg-add-passphrase-to-cache): Rename from
19220         `pgg-add-passphrase-cache' to reduce confusion (all callers
19221         changed).
19222         (pgg-remove-passphrase-from-cache): Rename from
19223         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19224         changed).
19225         (pgg-read-passphrase, pgg-add-passphrase-cache)
19226         (pgg-remove-passphrase-cache): Add informative docstrings.
19227         (pgg-decrypt): Convey provided passphrase in subordinate call to
19228         pgg-decrypt-region.
19229
19230 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19231
19232         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19233         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19234         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19235         'passphrase' argument, so the passphrase can be managed externally
19236         and then passed in to the system.
19237
19238         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19239         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19240         so the passphrase cache can be used reliably with identifiers
19241         besides a pgp packet's key id.
19242
19243         * pgg-gpg.el (pgg-gpg-encrypt-region)
19244         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19245         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19246         these routines, so the passphrase can be managed externally and
19247         passed in to the system.
19248
19249         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19250         'notruncate' argument, so the passphrase cache can be used
19251         reliably with identifiers besides a pgp packet's key id.
19252
19253 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19254
19255         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19256         symmetric encryption.
19257         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19258         encrypted session key.
19259         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19260         message ask for the passphrase in a proper way.
19261
19262         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19263         New user commands for symmetric encryption.
19264
19265 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19268
19269         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19270
19271 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19272
19273         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19274
19275 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * mm-decode.el (mm-inlined-types): Add application/pgp.
19278         (mm-automatic-display): Ditto.
19279
19280         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19281         part as text.
19282
19283 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * nnrss.el: Update copyright.
19286         (nnrss-opml-import): Query whether to subscribe to each entry.
19287
19288         * gnus-art.el:
19289         * gnus-sum.el:
19290         * gnus-xmas.el:
19291         * messagexmas.el:
19292         * mm-uu.el:
19293         * mm-view.el: Update copyright.
19294
19295 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19296
19297         * message.el (message-info): New function.
19298         (message-mode-menu): Add it.
19299         Update copyright.
19300
19301         * ChangeLog: Fix and update copyright.
19302
19303 2006-01-13  Romain Francoise  <romain@orebokech.com>
19304
19305         * message.el (message-forward-subject-name-subject): Prefer the
19306         address to 'nowhere' if the sender has no name.
19307         Fix typo.  Update copyright year.
19308
19309 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-art.el (article-wash-html):
19312         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19313         (gnus-article-wash-html-with-w3m-standalone): New function.
19314
19315         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19316         mm-inline-text-html-render-with-w3m-standalone.
19317         (mm-text-html-washer-alist): Map w3m-standalone to
19318         gnus-article-wash-html-with-w3m-standalone.
19319         (mm-inline-text-html-render-with-w3m-standalone): New function.
19320
19321 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19322
19323         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19324         Improve LaTeX.
19325
19326 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19329         (nnrss-request-article): Render text/plain parts as HTML.
19330
19331         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19332         the buffer.
19333
19334 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19337         custom definition of `gnus-posting-styles'.
19338
19339         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19340         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19341
19342 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19345         Use nntp for bug archive.
19346
19347 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19350         parts.
19351         (nnrss-normalize-date): New function converts ISO 8601 date into
19352         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19353         (nnrss-check-group): Use it.
19354
19355 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19358
19359         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19360         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19361         (nnrss-insert-w3): Ditto.
19362
19363 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19366         the articles to be forwarded including the case where neither a
19367         number of articles nor a region is specified.
19368
19369 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * nnrss.el (nnrss-request-article): Fix last change; fill
19372         text/plain parts.
19373
19374 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19377         in text/plain part.
19378         (nnrss-check-group): Don't add excessive newline to dc:subject.
19379
19380 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19381
19382         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19383         article.
19384
19385 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19388         (nnml-use-compressed-files, nnml-save-mail): Support other
19389         comression programs such as bzip2.
19390
19391 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19392
19393         * dns.el (query-dns): Make sure we check the buffer size before
19394         removing tcp headers.
19395
19396 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19399         remove MIME buttons associated with multipart/alternative parts.
19400         (gnus-mime-display-alternative): Tag buttons using `article-type'
19401         text property.
19402
19403         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19404         associated with multipart/alternative parts.
19405
19406         * gnus-art.el (gnus-signature-separator): Fix custom type.
19407
19408         * mm-decode.el (mm-inlined-types): Fix custom type.
19409         (mm-keep-viewer-alive-types): Ditto.
19410         (mm-automatic-display): Ditto.
19411         (mm-attachment-override-types): Ditto.
19412         (mm-inline-override-types): Ditto.
19413         (mm-automatic-external-display): Ditto.
19414
19415 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19416
19417         * spam-report.el (spam-report-user-mail-address)
19418         (spam-report-user-agent): New variables.
19419         (spam-report-url-ping-plain): Use spam-report-user-agent.
19420
19421 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19422
19423         * gnus-art.el (gnus-button-handle-custom): Do not just use
19424         `customize-apropos' for any "M-x customize-*" button but the
19425         function called for.  Accept both the function name and its
19426         argument in order to achieve this.
19427         (gnus-button-alist): Remove support for "custom:" URL's.
19428         Pass function name to `gnus-button-handle-custom' in case of "M-x
19429         customize-*" buttons.
19430
19431 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19434         multipart/alternative and add xref to mm-discouraged-alternatives
19435         in doc string.
19436
19437         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19438         gnus-buttonized-mime-types in doc string.
19439
19440 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19441
19442         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19443         Suggest image/.* in the doc string.
19444
19445 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19448         message-marks (Debian bug #342521).
19449
19450 2005-12-12  Simon Josefsson  <jas@extundo.com>
19451
19452         * password.el (password-read-from-cache): Add.
19453         (password-read): Use it.
19454
19455 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * rfc2047.el (rfc2047-charset-to-coding-system):
19458         Recognize us-ascii as a MIME charset.
19459
19460         * mm-bodies.el (mm-decode-content-transfer-encoding):
19461         Protect against the case where the 2nd arg TYPE is nil.
19462
19463 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19464
19465         * pop3.el (pop3-stream-type): Fix custom version.
19466
19467         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19468
19469 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19470
19471         * mm-decode.el (mm-display-external): Add missing cdr.
19472
19473 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19476         RFC1524) if it is in mailcap or add a suffix according to
19477         mailcap-mime-extensions when generating a temp filename; postpone
19478         deleting a temp file for 2 seconds for some wrappers, shell
19479         scripts, and so on, which might exit right after having started a
19480         viewer command as a background job.
19481
19482 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * nntp.el (nntp-marks-directory): Fix custom group.
19485
19486         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19487         steps when < 10.
19488
19489         * gnus-start.el (gnus-no-server-1):
19490         Mention `gnus-level-default-subscribed' in doc string.
19491
19492 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19493
19494         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19495         parens.
19496
19497 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19498
19499         * gnus-xmas.el (gnus-use-toolbar): Revert.
19500         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19501         gnus-use-toolbar is default.
19502
19503         * messagexmas.el (message-use-toolbar): Revert.
19504         (message-setup-toolbar): Use global default-toolbar if
19505         message-use-toolbar is default.
19506
19507 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19510         according to default-toolbar-visible-p.
19511
19512         * messagexmas.el (message-use-toolbar): Ditto.
19513
19514 2005-11-26  Dave Love  <fx@gnu.org>
19515
19516         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19517         (tls-program, tls-success): Provide openssl alternative.
19518
19519         * starttls.el: Doc fixes.
19520         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19521         SERVICE to PORT.
19522
19523         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19524         port null or service name.
19525         (starttls-negotiate): Autoload.
19526
19527 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * message.el (message-kill-to-signature): Fix interactive spec.
19530
19531 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * pop3.el (pop3-open-server): Recognize a string as a service name.
19534
19535 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19536
19537         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19538
19539 2005-11-23  Dave Love  <fx@gnu.org>
19540
19541         Add pop3s, pop3/starttls.
19542
19543         * pop3.el (pop3-authentication-scheme): Clarify doc.
19544         (open-tls-stream, starttls-open-stream): Autoload.
19545         (pop3-stream-type): New.
19546         (pop3-open-server): Use it.
19547
19548         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19549         for POP.
19550         (mail-source-keyword-map): Add :stream for POP.
19551         (mail-source-fetch-pop): Use pop3-stream-type.
19552
19553 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19554
19555         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19556         of current-time-string.
19557
19558 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19559
19560         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19561         date header.
19562
19563 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19564
19565         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19566         it can seriously impact performance as it bypasses the agent's
19567         local caches.
19568
19569 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19570
19571         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19572         must be explicitly online rather than "not explicitly offline" for
19573         its flags to be synchronized.
19574
19575         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19576         that gnus-uu-unmark-thread will function correctly.
19577
19578         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19579         1024K is instead displayed as 1M.
19580
19581 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19582
19583         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19584
19585 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19586
19587         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19588
19589 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19590
19591         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19592         error message to display actual error condition.
19593         (gnus-agent-save-local): Avoid saving symbols that are bound to
19594         nil as they simply result in a warning message in
19595         gnus-agent-read-local.
19596
19597 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19598
19599         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19600         rather than make-variable-buffer-local for file-precious-flag.
19601
19602 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19603
19604         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19605         for duplicates which are removed.  The invalid sort check then
19606         triggers a rescan after the sort as sorting may have moved
19607         duplicate entries such that they can be cheaply detected.
19608
19609 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19612
19613 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19614
19615         * gnus-agent.el (gnus-agent-article-alist-save-format):
19616         Change internal variable to a custom variable.  Change default value
19617         from compressed(2) to uncompressed(1).
19618         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19619         support for uncompressed agentview files.  Taken together, reading
19620         the agentview file should now be 6-7 times faster.
19621
19622 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19623
19624         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19625         as a buffer-local variable.  This avoids creating truncated
19626         dribble files as a result of a hang up, eg.
19627
19628 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19629
19630         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19631         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19632         XEmacs.
19633
19634 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19635
19636         * gnus-start.el (gnus-start-draft-setup):
19637         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19638
19639         * gnus.el (gnus-splash): Change custom group.
19640         (gnus-group-get-parameter, gnus-group-parameter-value):
19641         Describe allow-list argument.
19642
19643         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19644         string.
19645
19646 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * gnus-art.el (gnus-default-article-saver): Add user-defined
19649         `function' to custom type.
19650
19651 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19652
19653         * imap.el (imap-open): Handle case where buffer is a buffer
19654         object.
19655
19656 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19657
19658         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19659         long lines.
19660         (gnus-cache-delete-group): Wrap doc strings.
19661
19662         * gnus-agent.el (gnus-agent-rename-group)
19663         (gnus-agent-delete-group): Wrap doc strings.
19664
19665 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * messagexmas.el (message-use-toolbar): Change the valid values
19668         into default, top, bottom, left, and right.
19669         (message-toolbar-thickness): New variable.
19670         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19671         well.
19672         (message-setup-toolbar): Make it work.
19673
19674         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19675         (gnus-use-toolbar): Change the valid values into default, top,
19676         bottom, left, and right.
19677         (gnus-toolbar-thickness): New variable.
19678         (gnus-xmas-setup-toolbar): New function.
19679         (gnus-xmas-setup-group-toolbar): Use it.
19680         (gnus-xmas-setup-summary-toolbar): Use it.
19681
19682 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * gnus-start.el (gnus-1): Add "native" to
19685         gnus-predefined-server-alist.
19686
19687         * gnus.el (gnus-method-to-server): Don't add "native" to the
19688         lists here, because that leads to problems when
19689         gnus-select-method is bound.
19690
19691 2005-11-09  Simon Josefsson  <jas@extundo.com>
19692
19693         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19694         use (not sort-by-date) instead.
19695
19696 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19697
19698         * gnus-delay.el (gnus-delay-group): Don't autoload.
19699         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19700         to be re-loaded when customizing the `gnus-delay' group.
19701
19702 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19703
19704         * message.el: Revert last changes.
19705         (message-insert-citation-line): Use newlines.
19706
19707 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19708
19709         * message.el (message-courtesy-message)
19710         (message-mark-insert-begin, message-mark-insert-end)
19711         (message-elide-ellipsis, message-cancel-message)
19712         (message-add-header, message-change-subject)
19713         (message-cross-post-followup-to-header)
19714         (message-cross-post-insert-note, message-reduce-to-to-cc)
19715         (message-widen-reply, message-delete-not-region)
19716         (message-kill-to-signature, message-insert-signature)
19717         (message-insert-importance-high, message-insert-importance-low)
19718         (message-insert-or-toggle-importance)
19719         (message-insert-disposition-notification-to)
19720         (message-indent-citation, message-yank-original)
19721         (message-cite-original-without-signature, message-cite-original)
19722         (message-insert-citation-line, message-position-on-field)
19723         (message-fix-before-sending, message-send-mail-partially)
19724         (message-send-mail, message-send-mail-with-sendmail)
19725         (message-send-mail-with-qmail, message-send-news)
19726         (message-check-news-header-syntax, message-generate-headers)
19727         (message-insert-courtesy-copy, message-fill-address)
19728         (message-fill-header, message-shorten-references)
19729         (message-setup-1, message-cancel-news)
19730         (message-forward-make-body-plain, message-forward-make-body-mime)
19731         (message-forward-make-body-mml, message-encode-message-body)
19732         (message-forward-make-body-digest-plain)
19733         (message-forward-make-body-digest-mime)
19734         (message-use-alternative-email-as-from): Insert `hard-newline'
19735         instead of ordinary newlines.
19736
19737 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * message.el (message-generate-headers): Downcase the argument
19740         given to message-check-element.
19741
19742 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19743
19744         * nntp.el (nntp-authinfo-rejected): New error condition.
19745         (nntp-wait-for): Use new error condition to signal authentication
19746         error.
19747         (nntp-retrieve-data): Rethrow new error condition to break out of
19748         recursive call to nntp-send-authinfo.
19749
19750 2005-11-08  Romain Francoise  <romain@orebokech.com>
19751
19752         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19753         (gnus-summary-exit-map): Bind to `Z p'.
19754         (gnus-summary-make-menu-bar): Add menu item.
19755
19756 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19757
19758         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19759         (gnus-treat-*): Add `first' in all doc strings.
19760
19761         * gnus-group.el (gnus-group-compact-group): Fix typo.
19762
19763 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * gnus.el (gnus-parameters-case-fold-search): New variable.
19766         (gnus-parameters-get-parameter): Use it.
19767
19768         * gnus-score.el (gnus-home-score-file): Doc fix.
19769
19770 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19771
19772         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19773
19774 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * mm-util.el (mm-special-display-p): New function.
19777
19778         * mml.el (mml-preview): Use it; doc fix.
19779
19780 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19781
19782         * imap.el (imap-open): Handle case where buffer is a buffer object.
19783
19784 2005-10-29  Romain Francoise  <romain@orebokech.com>
19785
19786         * message.el (message-fix-before-sending): Fix comment.
19787
19788 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19789
19790         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19791
19792 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19793
19794         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19795         Used in gnus-score.el.
19796
19797 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19800
19801 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19804         whitespace removed in revision 7.8.  Use concatenated string to
19805         protect trailing whitespace.
19806
19807 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19808
19809         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19810         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19811         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19812         Courier IMAP ("some version from 2004").  Mostly based on similar
19813         code in the same function.
19814
19815 2005-10-26  Didier Verna  <didier@xemacs.org>
19816
19817         * gnus-group.el (gnus-group-compact-group): Invalidate original
19818         article buffer.
19819         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19820         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19821         NOV database and in article itself.
19822         Invalidate article backlog.
19823
19824 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19827
19828 2005-10-26  Simon Josefsson  <jas@extundo.com>
19829
19830         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19831         part of 2004-07-25 change.
19832
19833 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * message.el (message-display-completion-list): New function.
19836         (message-expand-group): Use it; make sure the Completions buffer
19837         is modifiable.
19838 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19839
19840         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19841         user-mail-name is an empty string.
19842
19843 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19844
19845         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19846         depending on gnus-score-decay-constant.
19847
19848         * encrypt.el (encrypt-insert-file-contents)
19849         (encrypt-write-file-contents): Don't use `gnus-message'.
19850
19851         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19852         arguments.
19853         (mm-uu-type-alist): Add message-marks and insert-marks.
19854         Pass arguments to mm-uu-verbatim-marks-extract.
19855         (mm-uu-hide-markers): New variable.
19856         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19857
19858         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19859         (gnus-convert-image-to-face-command): Use "convert" by default to
19860         allow other input image formats.
19861         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19862         accordingly.
19863
19864 2005-10-23  Simon Josefsson  <jas@extundo.com>
19865
19866         * imap.el (imap-gssapi-program): Align command line parameters
19867         with latest GNU SASL.
19868         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19869
19870 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19871
19872         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19873         HTML.
19874         (nnslashdot-request-article): Ditto.
19875
19876         * lpath.el (featurep): Add nobreak-char-display.
19877
19878 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19879
19880         * mail-source.el (mail-source-fetch-pop): Require pop3.
19881         (mail-source-check-pop): Ditto.
19882
19883 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19884
19885         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19886         errors.
19887
19888 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19889
19890         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19891         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19892
19893         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19894
19895         * mm-bodies.el (mm-decode-string):
19896         Call `mm-charset-to-coding-system' with allow-override argument.
19897
19898 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19901         (rfc2047-charset-to-coding-system): New function.
19902         (rfc2047-decode-encoded-words): New function.
19903         (rfc2047-decode-region): Use them.
19904         (rfc2047-decode-cte): Remove.
19905         (rfc2047-parse-and-decode): Remove.
19906         (rfc2047-decode): Remove.
19907
19908 2005-10-15  Kenichi Handa  <handa@m17n.org>
19909
19910         * rfc2047.el (rfc2047-decode-cte): New function.
19911         (rfc2047-decode-region): Change the way to decode successive
19912         encoded-words: decode B- or Q-encoding in each encoded-word,
19913         concatenate them, and decode it as charset.
19914
19915 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * lpath.el: Fbind codepage-setup for XEmacs.
19918
19919 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19920
19921         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19922         widget-move-and-invoke.
19923         (gnus-custom-mode): Use gnus-custom-map.
19924
19925 2005-10-15  Bill Wohler  <wohler@newt.com>
19926
19927         * message.el (message-tool-bar-map): Rename image file from
19928         mail_send to mail/send.
19929
19930 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19931
19932         * message.el (message-expand-group): Pass the common
19933         prefix substring of completion to `display-completion-list'.
19934
19935 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19936
19937         * mml-sec.el (mml-secure-method): New internal variable.
19938         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19939         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19940         New functions using mml-secure-method.
19941
19942         * mml.el (mml-mode-map): Add key bindings for those functions.
19943         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19944         Harder <harder@myrealbox.com>.
19945         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19946         Goto end of message if point is the headers of the message.
19947
19948         * message.el (message-in-body-p): New function.
19949
19950         * assistant.el: Autoload gnus-util and netrc.
19951
19952         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19953         Use `mm-charset-override-alist' only when decoding.
19954
19955         * mm-bodies.el (mm-decode-body):
19956         Call `mm-charset-to-coding-system' with allow-override argument.
19957
19958         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19959         `filename' from Content-Disposition if Content-Type doesn't
19960         provide `name'.
19961         (gnus-mime-view-part-as-type): Set default instead of
19962         initial-input.
19963
19964 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19965
19966         * format-spec.el (format-spec): Propagate text properties of % spec.
19967
19968 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-art.el (gnus-treat-predicate): Add `first'.
19971
19972 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19973
19974         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19975         (mm-charset-override-alist): New variable.
19976         (mm-charset-to-coding-system): Use it.
19977         (mm-codepage-setup): New helper function.
19978         (mm-charset-eval-alist): New variable.
19979         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19980         Warn about unknown charsets.
19981
19982         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19983
19984 2005-10-04  David Hansen  <david.hansen@gmx.net>
19985
19986         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19987         (nnrss-check-group): Ditto.
19988
19989 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19990
19991         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19992         Rename x-gnus-verbatim to x-verbatim.
19993         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19994
19995         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19996         x-verbatim.
19997
19998         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19999
20000         * gnus-util.el (gnus-remove-duplicates): Remove.
20001
20002         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20003         instead of gnus-remove-duplicates.
20004
20005         * message.el (message-remove-duplicates): Remove.
20006         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20007         message-remove-duplicates.
20008
20009         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20010         available, else use implementation from `delete-dups'.
20011
20012         * message.el (message-insert-expires): New function.
20013         (message-mode-map): Add key binding.
20014         (message-mode-field-menu): Add menu entry.
20015         (message-mode): Document it.
20016         (message-make-expires-date): Use `message-make-date'.
20017
20018 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20019
20020         * message.el (message-make-expires-date): New function.
20021
20022 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * Makefile.in (list-installed-shadows): New entry.
20025         (install): Use it.
20026         (remove-installed-shadows): New entry.
20027
20028         * dgnushack.el (dgnushack-default-load-path): New variable.
20029         (dgnushack-find-lisp-shadows): New function.
20030         (dgnushack-remove-lisp-shadows): New function.
20031
20032 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20033
20034         * Makefile.in (install-el-elc): New entry.
20035         (install): Use it so that .el files are necessarily installed.
20036
20037 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20040
20041 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20042
20043         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20044         function rather than the diff-mode.el package.
20045         (mm-display-external): Use with-current-buffer.
20046         (mm-viewer-completion-map, mm-viewer-completion-map):
20047         Move initialization inside declaration.
20048
20049 2005-09-29  Simon Josefsson  <jas@extundo.com>
20050
20051         * spam.el: Load hashcash when compiling, to avoid warnings.
20052         Don't autoload mail-check-payment.
20053         (spam-check-hashcash): Define unconditionally, since hashcash.el
20054         is part of Gnus now.  Ignore errors from payment checking.
20055
20056 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * message.el (message-bold-region, message-unbold-region):
20059         Rename from `bold-region' and `unbold-region'.
20060
20061         * message.el: Remove useless autoloads.
20062
20063 2005-09-28  Simon Josefsson  <jas@extundo.com>
20064
20065         * message.el (message-use-idna): Default to t.
20066         (message-use-idna): Test whether encoding works too.  Doc fix.
20067
20068 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20069
20070         * nntp.el (nntp-warn-about-losing-connection): Remove.
20071
20072 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20073
20074         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20075         customizable.  Change default value.
20076         (mm-uu-diff-groups-regexp): Change default value.
20077         (mm-uu-type-alist): Add doc string.
20078         (mm-uu-configure): Add doc string.  Make it interactive.
20079         (mm-uu-tex-groups-regexp): New variable.
20080         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20081         (mm-uu-type-alist): Add LaTeX documents.
20082         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20083         of "text/verbatim".
20084         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20085
20086         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20087         instead of "text/verbatim".
20088
20089         * message.el (message-mark-inserted-region)
20090         (message-mark-insert-file): Use slrn style marks when called with
20091         prefix argument.
20092
20093 2005-09-27  Simon Josefsson  <jas@extundo.com>
20094
20095         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20096
20097 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20098
20099         * message.el (message-remove-duplicates): New function.
20100         Implementation borrowed from `gnus-remove-duplicates'.
20101         (message-idna-to-ascii-rhs): Also encode idna addresses in
20102         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20103         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20104         only ask about the same idna domain once per header and also tell
20105         in what header to replace the idna domain.
20106
20107         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20108         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20109         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20110         a header is decoded and not just the last one.
20111
20112 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20115         has been decoded.
20116
20117         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20118         (mm-insert-part): Don't modify text if it has been decoded.
20119
20120         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20121         decoded.
20122
20123         * mm-view.el (mm-inline-text): Don't strip text props unless
20124         decoding enriched or richtext parts.
20125
20126 2005-09-25  Romain Francoise  <romain@orebokech.com>
20127
20128         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20129         * gnus-start.el (gnus-subscribe-interactively):
20130         * gnus-uu.el (gnus-uu-grab-articles):
20131         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20132         space.
20133
20134 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20135
20136         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20137         * mm-view.el (mm-view-pkcs7-decrypt):
20138         * gnus-sum.el (gnus-summary-limit-to-extra)
20139         (gnus-summary-respool-article, gnus-read-move-group-name):
20140         * gnus-score.el (gnus-summary-increase-score):
20141         * gnus-util.el (gnus-completing-read-with-default):
20142         * gnus-art.el (gnus-read-save-file-name)
20143         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20144         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20145         * message.el (message-check-news-header-syntax):
20146         Follow convention for reading with the minibuffer.
20147
20148 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20149
20150         * spam-report.el (spam-report-url-ping-plain):
20151         Use gnus-extended-version as User-Agent.
20152
20153         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20154         default value is nil.
20155
20156         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20157         (mm-uu-verbatim-marks-extract): New function.
20158         (mm-uu-extract): New face.
20159         (mm-uu-copy-to-buffer): Use it.
20160
20161         * spam-report.el (spam-report-gmane-ham): Rename from
20162         `spam-report-gmane-unspam'.
20163         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20164         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20165
20166         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20167         Autoload.
20168         (spam-report-gmane-unregister-routine):
20169         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20170
20171 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20172
20173         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20174         (spam-report-gmane-unregister-routine): Add support for gmane
20175         unregistration.
20176
20177         * spam-report.el (spam-report-gmane-unspam)
20178         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20179         (spam-report-gmane): Change to take a single article and do unspam
20180         registration.
20181
20182 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20183
20184         * mm-url.el (mm-url-decode-entities): Fix regexp.
20185
20186 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20187
20188         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20189         default to nil, to be able to use Gnus at all.  If the default
20190         switches to something else, then the function should be fixed not
20191         be exceedingly slow.
20192
20193 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20194
20195         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20196         fail hard.
20197
20198         * spam-report.el: Add better Keywords line.
20199
20200         * spam.el: Add Maintainer and better Keywords line.
20201
20202 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20203
20204         * gnus-art.el (gnus-article-replace-part)
20205         (gnus-mime-replace-part): New functions.
20206         (gnus-mime-action-alist, gnus-mime-button-commands)
20207         (gnus-mime-save-part-and-strip): Add file argument.
20208         (gnus-article-part-wrapper): Add interactive argument.
20209
20210         * gnus-sum.el (gnus-summary-mime-map):
20211         Add `gnus-article-replace-part'.
20212
20213 2005-09-19  Didier Verna  <didier@xemacs.org>
20214
20215         The nnml compaction feature:
20216         * nnml.el (nnml-request-compact-group): New function.
20217         * nnml.el (nnml-request-compact): New function.
20218         * gnus-int.el (gnus-request-compact-group): New function.
20219         * gnus-int.el (gnus-request-compact): New function.
20220         * gnus-group.el (gnus-group-compact-group): New function.
20221         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20222         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20223         * gnus-srvr.el (gnus-server-compact-server): New function.
20224         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20225         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20226
20227 2005-09-18  Deepak Goel  <deego@gnufans.org>
20228
20229         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20230         format spec.
20231
20232 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20235
20236 2005-09-15  Romain Francoise  <romain@orebokech.com>
20237
20238         * message.el (message-fill-paragraph): Clarify docstring.
20239
20240 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * gnus-art.el (gnus-mime-display-part): Protect against broken
20243         MIME messages.
20244
20245 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20246
20247         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20248         before parsing header.
20249
20250 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20251
20252         * html2text.el (html2text-replace-list): Add new entities.
20253
20254 2005-09-11  Romain Francoise  <romain@orebokech.com>
20255
20256         * message.el (message-alternative-emails): Improve docstring.
20257         (message-setup-1): Call `message-use-alternative-email-as-from'
20258         after `message-setup-hook' to give it precedence over posting
20259         styles, etc.
20260         (message-use-alternative-email-as-from): Add docstring.
20261         Remove the original From header if present.
20262
20263         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20264         (nnml-save-mail): Use it.
20265
20266         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20267         articles.  Add new argument `silent'.
20268         (gnus-uu-mark-all): Report the total number of marked articles.
20269
20270 2005-09-10  Romain Francoise  <romain@orebokech.com>
20271
20272         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20273         (gnus-uu-mark-series): Likewise.
20274
20275 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20276
20277         * spam-report.el (spam-report-gmane): Fix generation of spam
20278         report URL.
20279
20280 2005-09-10  Simon Josefsson  <jas@extundo.com>
20281
20282         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20283         t, based on discussion on the ding list with Robert Epprecht
20284         <epprecht@solnet.ch>.
20285
20286 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * spam-report.el (spam-report-gmane): Make it work without
20289         X-Report-Spam header.  Gmane now only provides Archived-At.
20290         This is only used if `spam-report-gmane-use-article-number' is nil.
20291         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20292
20293         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20294         make `gnus-summary-sort-by-recipient' work with threading.
20295
20296         * nnweb.el (nnweb-google-wash-article): Print a message if article
20297         is not available.
20298
20299 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20300
20301         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20302         change.  Decode text/* parts content before displaying.
20303
20304 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20307
20308 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20309
20310         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20311
20312         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20313         url-package-name, url-package-version,
20314         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20315         w3m-display-inline-images, and w3m-minor-mode-map.
20316
20317 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20318
20319         * message.el (message-tab-body-function): Fix mismatched custom type.
20320
20321         * gnus.el (gnus-group-change-level-function): Ditto.
20322
20323         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20324
20325         * gnus-art.el (gnus-signature-limit)
20326         (gnus-article-mime-part-function): Ditto.
20327
20328 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20329
20330         * mml.el (mml-mode): Silence the byte compiler.
20331
20332         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20333         using `(sit-for 0)' before moving the point to the specified part;
20334         skip unbuttonized parts.
20335         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20336         return to the summary window if gnus-auto-select-part is non-nil.
20337
20338 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20341         New variables.
20342         (mml-dnd-attach-file, mml-mode): Use them.
20343
20344         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20345         Make fetching article by MID work again for Google Groups.
20346         Add FIXME concerning gnus-group-make-web-group.
20347
20348         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20349         Don't depend on Gnus by using mail-extract-address-components if
20350         gnus-extract-address-components is not bound.
20351
20352 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20353
20354         * gnus-art.el (gnus-mime-display-security): Don't display the
20355         signature, but only the signed part.
20356
20357 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20358
20359         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20360
20361         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20362         list, not listp.
20363
20364 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20365
20366         * mm-encode.el (mm-encode-content-transfer-encoding):
20367         Likewise when encoding.
20368
20369         * mm-bodies.el (mm-decode-content-transfer-encoding):
20370         De-canonicalize CRLF for all text content types, not just
20371         text/plain.
20372
20373 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20376         valid article; point arrow and cursor at the MIME button.
20377
20378 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20379
20380         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20381         Suggested by Dan Christensen <jdc@uwo.ca>.
20382
20383         * mm-decode.el (mm-save-part): Enable change of prompt.
20384
20385 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20386
20387         * gnus-msg.el (gnus-inews-add-send-actions):
20388         Make `message-post-method' lambda parameter ARG `&optional'.
20389
20390 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20391
20392         * gnus-sum.el (gnus-summary-mime-map):
20393         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20394         gnus-article-jump-to-part.
20395
20396         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20397         (gnus-article-edit-part): Use it.
20398         (gnus-article-part-wrapper): Add no-handle argument.
20399         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20400         New functions.
20401
20402 2005-08-29  Romain Francoise  <romain@orebokech.com>
20403
20404         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20405         docstring.
20406         (gnus-face-from-file): Likewise.
20407
20408 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20409
20410         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20411         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20412         non-nil.
20413         (gnus-auto-select-part): New variable.
20414         (gnus-article-jump-to-part): New function.
20415         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20416         (gnus-mime-delete-part): Allow selecting specified part after
20417         deleting or stripping parts.
20418         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20419         part if argument is bogus.
20420
20421 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20422
20423         * gnus-art.el (w3m-minor-mode-map):
20424         * gnus-spec.el (gnus-newsrc-file-version):
20425         * gnus-util.el (nnmail-active-file-coding-system)
20426         (gnus-original-article-buffer, gnus-user-agent):
20427         * gnus.el (gnus-ham-process-destinations)
20428         (gnus-parameter-ham-marks-alist)
20429         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20430         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20431         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20432         * mm-decode.el (gnus-current-window-configuration):
20433         * mm-extern.el (gnus-article-mime-handles):
20434         * mm-url.el (url-current-object, url-package-name)
20435         (url-package-version):
20436         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20437         (smime-keys, w3m-cid-retrieve-function-alist)
20438         (w3m-current-buffer, w3m-display-inline-images)
20439         (w3m-minor-mode-map):
20440         * mml-smime.el (gnus-extract-address-components):
20441         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20442         (gnus-newsrc-hashtb, message-default-charset)
20443         (message-deletable-headers, message-options)
20444         (message-posting-charset, message-required-mail-headers)
20445         (message-required-news-headers):
20446         * mml1991.el (mc-pgp-always-sign):
20447         * mml2015.el (mc-pgp-always-sign):
20448         * nnheader.el (nnmail-extra-headers):
20449         * rfc1843.el (gnus-decode-encoded-word-function)
20450         (gnus-decode-header-function, gnus-newsgroup-name):
20451         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20452
20453 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20454
20455         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20456         the end of the date treatments.
20457
20458 2005-08-15  Simon Josefsson  <jas@extundo.com>
20459
20460         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20461         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20462         Capello and Romain Francoise.
20463         (pgg-fetch-key-function): Remove, not used?
20464         (pgg-insert-url-with-w3): Require url, to get
20465         url-insert-file-contents regardless of where it is defined.
20466
20467 2005-08-13  Romain Francoise  <romain@orebokech.com>
20468
20469         * message.el (message-cite-original-1): New function.
20470         (message-cite-original): Use it.
20471         (message-cite-original-without-signature): Ditto.
20472
20473 2005-08-08  Romain Francoise  <romain@orebokech.com>
20474
20475         * message.el (message-yank-empty-prefix): New variable.
20476         (message-indent-citation): Use it.
20477         (message-cite-original-without-signature): Respect X-No-Archive.
20478
20479 2005-08-08  Simon Josefsson  <jas@extundo.com>
20480
20481         * pgg.el: Autoload url-insert-file-contents instead of loading
20482         w3/url.
20483         (pgg-insert-url-with-w3): Don't load url here.
20484
20485 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20486
20487         * message.el (message-kill-to-signature): Don't insert newline at
20488         bol.
20489         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20490
20491 2005-08-06  Romain Francoise  <romain@orebokech.com>
20492
20493         * message.el (message-user-fqdn): Fix typo in docstring.
20494
20495 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20496
20497         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20498
20499         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20500
20501 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * mm-bodies.el (mm-encode-body): Use coding system rather than
20504         charset to encode text.
20505
20506         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20507         number of charsets if utf-8 is available (XEmacs).
20508
20509 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20510
20511         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20512         taken from `gnus-button-mid-or-mail-regexp'.
20513         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20514         (gnus-button-alist): Improve regexp for domain part of the MIDs
20515         for news:localpart@domain buttons.
20516         (gnus-button-ctan-directory-regexp): Update.
20517
20518 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * sieve-manage.el (sieve-manage-interactive-login):
20521         Use make-local-variable rather than make-variable-buffer-local.
20522         (sieve-manage-open): Ditto.
20523         (sieve-manage-authenticate): Ditto.
20524
20525         * mml.el (mml-generate-mime-1): Make the content type default to
20526         text/plain if the filename is not specified.
20527
20528 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20531         instead of insert-buffer.
20532
20533         * message.el (message-yank-original): Ditto; set the mark at the
20534         end of the yanked message.
20535
20536 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20539         lines to scroll rather than to stop it.
20540
20541         * mml.el (mml-generate-default-type): Add doc string.
20542         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20543         default to application/octet-stream when determining the content
20544         type if it is not specified for the part or the mml contents; add
20545         a comment about mml-generate-default-type.
20546
20547 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20550         make it default to application/octet-stream when determining the
20551         content type if it is not specified for the external contents.
20552
20553 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20556         segmented parameter but also other parameters might be there.
20557
20558 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * mm-decode.el (mm-display-external): Delete temp file, directory
20561         and buffer immediately if the external process is exited.
20562
20563 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20564
20565         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20566         fewer lines than that of scroll-margin.
20567         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20568
20569 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-art.el (gnus-article-next-page): Revert.
20572         (gnus-article-beginning-of-window): New macro.
20573         (gnus-article-next-page-1): Use it.
20574         (gnus-article-prev-page): Ditto.
20575         (gnus-article-edit-part): Use insert-buffer-substring instead of
20576         insert-buffer.
20577         (gnus-article-edit-exit): Ditto.
20578
20579         * gnus-util.el (gnus-beginning-of-window): Remove.
20580         (gnus-end-of-window): Remove.
20581
20582         * lpath.el: Don't bind header-line-format and scroll-margin.
20583
20584 2005-07-25  Simon Josefsson  <jas@extundo.com>
20585
20586         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20587         to have the url package without w3.  Reported by Daiki Ueno
20588         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20589
20590 2005-07-20  Didier Verna  <didier@xemacs.org>
20591
20592         * gnus-diary.el: Remove the description comment (nndiary is now
20593         properly documented in the Gnus manual).
20594         Fix the spelling of "Back End".
20595         * nndiary.el: Ditto.
20596         Fix the copyright notice.
20597
20598 2005-07-18  Romain Francoise  <romain@orebokech.com>
20599
20600         * gnus-sum.el (gnus-summary-to-prefix)
20601         (gnus-summary-newsgroup-prefix): New variables.
20602         (gnus-summary-from-or-to-or-newsgroups): Use them.
20603
20604 2005-07-17  Romain Francoise  <romain@orebokech.com>
20605
20606         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20607         space as it's generally not especially interesting to the user.
20608
20609 2005-07-16  Romain Francoise  <romain@orebokech.com>
20610
20611         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20612         nil to avoid prompting and file modification if one of the
20613         messages at the top of the nnfolder file contains a copyright
20614         notice.
20615         Update copyright notice.
20616
20617         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20618         instead of `current-time-string' as the latter creates a time
20619         string that is not RFC 2822 compliant (it lacks the zone).
20620         Update copyright notice.
20621
20622 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20623
20624         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20625         for text/rtf.  Display default in prompt.  Pass default for M-n.
20626
20627         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20628
20629 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20630
20631         * gnus-msg.el (gnus-button-mailto):
20632         Remove save-selected-window-window hackery because it relies on
20633         save-selected-window internals.
20634
20635 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20636
20637         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20638         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20639         (gnus-article-prev-page): Ditto.
20640
20641         * gnus-util.el (gnus-beginning-of-window): New function.
20642         (gnus-end-of-window): New function.
20643
20644         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20645
20646 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20647
20648         * gnus-score.el (gnus-score-edit-all-score):
20649         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20650         gnus-message.
20651
20652 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20653
20654         * gnus-msg.el (gnus-button-mailto):
20655         Remove save-selected-window-window hackery because it relies on
20656         save-selected-window internals.
20657
20658 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20661         add-minor-mode.
20662         (gnus-binary-mode): Ditto.
20663
20664         * gnus-topic.el (gnus-topic-mode): Ditto.
20665
20666 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20667
20668         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20669         (gnus-article-prev-page): Take scroll-margin into consideration.
20670
20671 2005-07-04  Lute Kamstra  <lute@gnu.org>
20672
20673         Update FSF's address in GPL notices.
20674
20675 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20676
20677         * gnus.el (gnus-exit):
20678         * gnus-group.el (gnus-group-icons):
20679         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20680
20681         * gnus-nocem.el (gnus-nocem):
20682         * message.el (message-various, message-buffers, message-sending)
20683         (message-interface, message-forwarding, message-insertion)
20684         (message-headers, message-news, message-mail):
20685         * pgg-gpg.el (pgg-gpg):
20686         * pgg-parse.el (pgg-parse):
20687         * pgg-pgp.el (pgg-pgp):
20688         * pgg-pgp5.el (pgg-pgp5):
20689         * pop3.el (pop3): Finish `defgroup' description with period.
20690
20691 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus-art.el (article-display-face): Improve the efficiency.
20694         (article-display-x-face): Ditto; remove gray x-face stuff.
20695
20696 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20697
20698         * gnus-art.el (article-display-face): Correct the position in
20699         which Faces are inserted.
20700
20701 2005-06-29  Didier Verna  <didier@xemacs.org>
20702
20703         * gnus-art.el (article-display-face): Display faces in correct
20704         order.
20705
20706 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20707
20708         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20709         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20710         (gnus-nocem-check-article): Fetch the Type header.
20711         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20712         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20713         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20714         make sure gnus-nocem-hashtb is initialized.
20715         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20716         (gnus-nocem-unwanted-article-p): Ditto.
20717
20718         * pgg.el (pgg-verify): Return the verification result.
20719
20720 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20721
20722         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20723         is ascii.
20724
20725 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20726
20727         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20728         `show-nonbreak-escape'.
20729
20730 2005-06-23  Lute Kamstra  <lute@gnu.org>
20731
20732         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20733
20734         * dig.el (dig-mode):
20735         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20736
20737 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20738
20739         * nnimap.el (nnimap-split-download-body): Fix spellings.
20740
20741 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20742
20743         * gnus-art.el (gnus-article-encrypt-body):
20744         * gnus-cus.el (gnus-score-customize):
20745         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20746         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20747
20748 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20749
20750         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20751         header by looking for magic "MII" at the beginning.
20752
20753 2005-06-16  Miles Bader  <miles@gnu.org>
20754
20755         * gnus-xmas.el (gnus-xmas-group-startup-message):
20756         Use renamed gnus-splash face.
20757
20758         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20759         (assistant-field-face): New backward-compatibility alias for renamed
20760         face.
20761         (assistant-render-text): Use renamed assistant-field face.
20762
20763         * spam.el (spam): Remove "-face" suffix from face name.
20764         (spam-face): New backward-compatibility alias for renamed face.
20765         (spam-face, spam-initialize): Use renamed spam face.
20766
20767         * message.el (message-header-to, message-header-cc)
20768         (message-header-subject, message-header-newsgroups)
20769         (message-header-other, message-header-name)
20770         (message-header-xheader, message-separator, message-cited-text)
20771         (message-mml): Remove "-face" suffix from face names.
20772         (message-header-to-face, message-header-cc-face)
20773         (message-header-subject-face, message-header-newsgroups-face)
20774         (message-header-other-face, message-header-name-face)
20775         (message-header-xheader-face, message-separator-face)
20776         (message-cited-text-face, message-mml-face):
20777         New backward-compatibility aliases for renamed faces.
20778         (message-font-lock-keywords): Use renamed message faces.
20779
20780         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20781         (sieve-test-commands, sieve-tagged-arguments):
20782         Remove "-face" suffix from face names.
20783         (sieve-control-commands-face, sieve-action-commands-face)
20784         (sieve-test-commands-face, sieve-tagged-arguments-face):
20785         New backward-compatibility aliases for renamed faces.
20786         (sieve-control-commands-face, sieve-action-commands-face)
20787         (sieve-test-commands-face, sieve-tagged-arguments-face):
20788         Use renamed sieve faces.
20789
20790         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20791         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20792         (gnus-group-news-3-empty, gnus-group-news-4)
20793         (gnus-group-news-4-empty, gnus-group-news-5)
20794         (gnus-group-news-5-empty, gnus-group-news-6)
20795         (gnus-group-news-6-empty, gnus-group-news-low)
20796         (gnus-group-news-low-empty, gnus-group-mail-1)
20797         (gnus-group-mail-1-empty, gnus-group-mail-2)
20798         (gnus-group-mail-2-empty, gnus-group-mail-3)
20799         (gnus-group-mail-3-empty, gnus-group-mail-low)
20800         (gnus-group-mail-low-empty, gnus-summary-selected)
20801         (gnus-summary-cancelled, gnus-summary-high-ticked)
20802         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20803         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20804         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20805         (gnus-summary-low-undownloaded)
20806         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20807         (gnus-summary-low-unread, gnus-summary-normal-unread)
20808         (gnus-summary-high-read, gnus-summary-low-read)
20809         (gnus-summary-normal-read, gnus-splash):
20810         Remove "-face" suffix from face names.
20811         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20812         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20813         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20814         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20815         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20816         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20817         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20818         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20819         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20820         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20821         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20822         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20823         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20824         (gnus-summary-normal-ticked-face)
20825         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20826         (gnus-summary-normal-ancient-face)
20827         (gnus-summary-high-undownloaded-face)
20828         (gnus-summary-low-undownloaded-face)
20829         (gnus-summary-normal-undownloaded-face)
20830         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20831         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20832         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20833         (gnus-splash-face):
20834         New backward-compatibility aliases for renamed faces.
20835         (gnus-group-startup-message): Use renamed gnus faces.
20836
20837         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20838         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20839         (gnus-server-agent): Remove "-face" suffix from face names.
20840         (gnus-server-agent-face, gnus-server-opened-face)
20841         (gnus-server-closed-face, gnus-server-denied-face)
20842         (gnus-server-offline-face):
20843         New backward-compatibility aliases for renamed faces.
20844         (gnus-server-agent-face, gnus-server-opened-face)
20845         (gnus-server-closed-face, gnus-server-denied-face)
20846         (gnus-server-offline-face): Use renamed gnus faces.
20847
20848         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20849         Remove "-face" suffix from face names.
20850         (gnus-picon-xbm-face, gnus-picon-face):
20851         New backward-compatibility aliases for renamed faces.
20852
20853         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20854         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20855         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20856         (gnus-cite-11): Remove "-face" suffix from face names.
20857         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20858         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20859         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20860         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20861         New backward-compatibility aliases for renamed faces.
20862         (gnus-cite-attribution-face, gnus-cite-face-list)
20863         (gnus-article-boring-faces): Use renamed gnus faces.
20864
20865         * gnus-art.el (gnus-signature, gnus-header-from)
20866         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20867         (gnus-header-content): Remove "-face" suffix from face names.
20868         (gnus-signature-face, gnus-header-from-face)
20869         (gnus-header-subject-face, gnus-header-newsgroups-face)
20870         (gnus-header-name-face, gnus-header-content-face):
20871         New backward-compatibility aliases for renamed faces.
20872         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20873
20874         * gnus-sum.el (gnus-summary-selected-face)
20875         (gnus-summary-highlight): Use renamed gnus faces.
20876         * gnus-group.el (gnus-group-highlight): Likewise.
20877
20878 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20879
20880         * gnus-sieve.el (gnus-sieve-article-add-rule):
20881         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20882         * spam-stat.el (spam-stat-buffer-change-to-spam)
20883         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20884
20885         * message.el (message-is-yours-p):
20886         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20887
20888 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * mm-view.el (mm-inline-text): Withdraw the last change.
20891
20892 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20895         executing enriched-decode.
20896
20897 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20900         charset of tar files.
20901
20902 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20903
20904         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20905
20906 2005-06-04  Lute Kamstra  <lute@gnu.org>
20907
20908         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20909         information is never recorded.
20910
20911 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20912
20913         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20914
20915 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * pop3.el (pop3-apop): Run md5 in the binary mode.
20918
20919         * starttls.el (starttls-set-process-query-on-exit-flag):
20920         Use eval-and-compile.
20921
20922 2005-05-31  Simon Josefsson  <jas@extundo.com>
20923
20924         * smime.el (smime-replace-in-string): Define.
20925         (smime-cert-by-ldap-1): Use it.
20926
20927 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * gnus-art.el (article-display-x-face): Replace
20930         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20931
20932         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20933         set-process-query-on-exit-flag or process-kill-without-query.
20934
20935         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20936         loop instead of replace-regexp.
20937
20938         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20939         instead of process-kill-without-query if it is available.
20940
20941         * lpath.el: Fbind ldap-search-entries.
20942
20943         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20944         instead of find-file-hooks if it is available.
20945
20946         * mml1991.el: Bind pgg-default-user-id when compiling.
20947
20948         * mml2015.el: Bind pgg-default-user-id when compiling.
20949
20950         * nndraft.el (nndraft-request-associate-buffer):
20951         Use write-contents-functions instead of write-contents-hooks if it is
20952         available.
20953
20954         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20955         instead of find-file-hooks if it is available.
20956
20957         * nntp.el (nntp-open-connection): Replace
20958         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20959         (nntp-open-ssl-stream): Ditto.
20960         (nntp-open-tls-stream): Ditto.
20961
20962         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20963         set-process-query-on-exit-flag or process-kill-without-query.
20964         (starttls-open-stream-gnutls): Use it instead of
20965         process-kill-without-query.
20966         (starttls-open-stream): Ditto.
20967
20968 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20969
20970         * smime.el (smime-cert-by-ldap-1): Don't use
20971         replace-regexp-in-string.
20972
20973 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20974
20975         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20976
20977         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20978         in PEM format.  Adjust to the XEmacs compatibility.
20979
20980 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20981
20982         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20983         by `string-to-number'.
20984         * gnus-agent.el (gnus-agent-regenerate-group)
20985         (gnus-agent-fetch-articles): Ditto.
20986         * gnus-art.el (gnus-button-fetch-group): Ditto.
20987         * gnus-cache.el (gnus-cache-generate-active)
20988         (gnus-cache-articles-in-group): Ditto.
20989         * gnus-group.el (gnus-group-set-current-level)
20990         (gnus-group-insert-group-line): Ditto.
20991         * gnus-score.el (gnus-score-set-expunge-below)
20992         (gnus-score-set-mark-below, gnus-summary-score-effect)
20993         (gnus-summary-score-entry): Ditto.
20994         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20995         (gnus-soup-pack): Ditto.
20996         * gnus-spec.el (gnus-xmas-format): Ditto.
20997         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20998         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20999         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21000         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21001         * nndb.el (nndb-get-remote-expire-response): Ditto.
21002         * nndiary.el (nndiary-parse-schedule-value)
21003         (nndiary-string-to-number, nndiary-request-replace-article)
21004         (nndiary-request-article): Ditto.
21005         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21006         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21007         * nneething.el (nneething-make-head): Ditto.
21008         * nnfolder.el (nnfolder-request-article)
21009         (nnfolder-retrieve-headers): Ditto.
21010         * nnheader.el (nnheader-file-to-number): Ditto.
21011         * nnkiboze.el (nnkiboze-request-article): Ditto.
21012         * nnmail.el (nnmail-process-unix-mail-format)
21013         (nnmail-process-babyl-mail-format): Ditto.
21014         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21015         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21016         (nnmh-request-create-group, nnmh-request-list-1)
21017         (nnmh-request-group, nnmh-request-article): Ditto.
21018         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21019         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21020         * nnsoup.el (nnsoup-make-active): Ditto.
21021         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21022         * nntp.el (nntp-find-group-and-number)
21023         (nntp-retrieve-headers-with-xover): Ditto.
21024         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21025         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21026         (pgg-format-key-identifier): Ditto.
21027         * pop3.el (pop3-last, pop3-stat): Ditto.
21028         * qp.el (quoted-printable-decode-region): Ditto.
21029
21030         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21031         of concat.
21032
21033 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21036
21037         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21038
21039         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21040
21041         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21042
21043         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21044
21045         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21046
21047         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21048         (gnus-carpal-mode): Ditto.
21049
21050         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21051         (gnus-browse-mode): Ditto.
21052
21053         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21054
21055         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21056
21057 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21058
21059         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21060
21061 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * gnus-util.el (gnus-run-mode-hooks): New function.
21064
21065         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21066
21067         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21068         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21069
21070 2005-05-27  Lute Kamstra  <lute@gnu.org>
21071
21072         * dns-mode.el (dns-mode): Specify customization group.
21073
21074 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21075
21076         * gnus-agent.el (gnus-agent-make-mode-line-string):
21077         Use mode-line-highlight as mouse-face.
21078
21079 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * canlock.el (canlock): Change the parent group to news.
21082
21083         * deuglify.el (gnus-outlook-deuglify): Add :group.
21084
21085         * dig.el (dig): Add :group.
21086
21087         * dns-mode.el (dns-mode): Add :group.
21088
21089         * encrypt.el (encrypt): Add :group.
21090
21091         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21092         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21093         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21094         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21095         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21096
21097         * gnus-diary.el (gnus-diary): Add :group.
21098
21099         * gnus.el (gnus-group-news-1-face): Add :group.
21100         (gnus-group-news-1-empty-face): Ditto.
21101         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21102         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21103         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21104         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21105         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21106         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21107         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21108         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21109         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21110         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21111         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21112         (gnus-summary-high-ticked-face): Ditto.
21113         (gnus-summary-low-ticked-face): Ditto.
21114         (gnus-summary-normal-ticked-face): Ditto.
21115         (gnus-summary-high-ancient-face): Ditto.
21116         (gnus-summary-low-ancient-face): Ditto.
21117         (gnus-summary-normal-ancient-face): Ditto.
21118         (gnus-summary-high-undownloaded-face): Ditto.
21119         (gnus-summary-low-undownloaded-face): Ditto.
21120         (gnus-summary-normal-undownloaded-face): Ditto.
21121         (gnus-summary-high-unread-face): Ditto.
21122         (gnus-summary-low-unread-face): Ditto.
21123         (gnus-summary-normal-unread-face): Ditto.
21124         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21125         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21126
21127         * hashcash.el (hashcash): New custom group.
21128         (hashcash-default-payment): Add :group.
21129         (hashcash-payment-alist): Ditto.
21130         (hashcash-default-accept-payment): Ditto.
21131         (hashcash-accept-resources): Ditto.
21132         (hashcash-path): Ditto.
21133         (hashcash-extra-generate-parameters): Ditto.
21134         (hashcash-double-spend-database): Ditto.
21135         (hashcash-in-news): Ditto.
21136
21137         * message.el (message-minibuffer-local-map): Add :group.
21138
21139         * netrc.el (netrc): Add :group.
21140
21141         * sieve-manage.el (sieve-manage-log): Add :group.
21142         (sieve-manage-default-user): Diito.
21143         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21144         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21145         (sieve-manage-authenticators): Ditto.
21146         (sieve-manage-authenticator-alist): Ditto.
21147         (sieve-manage-default-port): Ditto.
21148
21149         * sieve-mode.el (sieve-control-commands-face): Add :group.
21150         (sieve-action-commands-face): Ditto.
21151         (sieve-test-commands-face): Ditto.
21152         (sieve-tagged-arguments-face): Ditto.
21153
21154         * smime.el (smime): Add :group.
21155
21156         * spam-report.el (spam-report): Add :group.
21157
21158         * spam.el (spam, spam-face): Add :group.
21159
21160 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21161
21162         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21163         return \n.\n.\n at the end of articles.  Protect against that.
21164         (nntp-with-open-group): Allow debugging.
21165
21166         * nnheader.el (mail-header-set-extra): Make into a function
21167         because I just could't understand how to quote the list properly.
21168
21169         * dns.el (query-dns-cached): New function.
21170
21171 2005-05-26  Lute Kamstra  <lute@gnu.org>
21172
21173         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21174
21175 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21176
21177         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21178
21179         * gnus-art.el: Don't autoload mail-extract-address-components.
21180
21181         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21182         eval-and-compile to evaluate it.
21183
21184         * hashcash.el: Don't autoload executable-find.
21185
21186         * nndb.el: Don't declare the nndb back end two or more times; don't
21187         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21188
21189         * nntp.el: Autoload format-spec instead of format; use
21190         eval-and-compile to evaluate autoload forms.
21191
21192 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21193
21194         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21195
21196 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21197
21198         * gnus.el (gnus-version-number): Bump version.
21199
21200 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21201
21202         * gnus.el: No Gnus v0.3 is released.
21203
21204 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21205
21206         * lpath.el (featurep): Bind show-nonbreak-escape.
21207
21208 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * gnus-art.el (gnus-article-edit-part): Disable undo.
21211
21212 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21213
21214         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21215         gnus-article-date-lapsed-new-header is t if date timer is active;
21216         skip headers in which the original date value is empty.
21217         (gnus-article-save-original-date): Redefine it as a macro.
21218         (gnus-display-mime): Use it.
21219
21220 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * gnus-art.el (article-date-ut): Support converting date in
21223         forwarded parts as well.
21224         (gnus-article-save-original-date): New function.
21225         (gnus-display-mime): Use it.
21226
21227 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21228
21229         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21230         enclosure element of <item>.
21231
21232 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21233
21234         * message.el (message-kill-buffer-query): Rename from
21235         `message-kill-buffer-query-if-modified'.  Add :version.
21236
21237 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21238
21239         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21240         window layout.
21241
21242 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * mml.el: Autoload dnd when compiling.
21245
21246 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21247
21248         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21249         x-dnd-*.
21250
21251 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * qp.el (quoted-printable-encode-region): Save excursion.
21254
21255 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21256
21257         * message.el (message-kill-buffer-query-if-modified): Add new variable
21258         so the user can kill a modified message buffer quickly.
21259         (message-kill-buffer): Use it.
21260
21261 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21262
21263         * lpath.el: Fbind display-time-event-handler; don't fbind
21264         string-to-multibyte.
21265
21266         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21267
21268 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21271         contained in text because xml.el decodes entities) with LFs.
21272
21273 2005-04-11  Lute Kamstra  <lute@gnu.org>
21274
21275         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21276         differently.
21277
21278 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21279
21280         * mm-util.el (mm-detect-coding-region): Typo.
21281
21282 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21283
21284         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21285
21286 2005-04-06  Deepak Goel  <deego@gnufans.org>
21287
21288         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21289         user-function allow user modifications of the scores.
21290         (spam-stat-score-buffer-user): New function, to allow
21291         user-computed modifications to the score.
21292         (spam-stat-score-buffer-user-functions): List of additional
21293         scoring functions.
21294         (spam-stat-error-holder): Global temporary error holder.
21295         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21296         variable.
21297
21298 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21299
21300         * gnus-registry.el (gnus-registry-clean-empty-function)
21301         (gnus-registry-trim, gnus-registry-fetch-groups)
21302         (gnus-registry-delete-group): Groups that match
21303         `gnus-registry-ignored-groups' are removed from the registry
21304         entries, not just ignored for splitting.  This helps clean up the
21305         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21306         to get all the groups a message ID is in.
21307
21308         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21309         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21310         (spam-stat-score-buffer-user-functions): Add :number custom type.
21311
21312 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21315         argument in XEmacs.
21316
21317         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21318         (nnrss-request-group): Decode group name first.
21319         (nnrss-request-article): Make a text/plain article if mml-to-mime
21320         failed.
21321         (nnrss-get-encoding): Return a compatible encoding according to
21322         nnrss-compatible-encoding-alist.
21323         (nnrss-find-el): Use consp instead of listp.
21324         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21325
21326 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21327
21328         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21329         which Emacs 20 doesn't support.
21330         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21331
21332 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21335         silence the byte compiler inside the defun.
21336
21337         * gnus-demon.el (parse-time-string): Add autoload.
21338
21339         * gnus-delay.el (parse-time-string): Add autoload.
21340
21341         * gnus-art.el (parse-time-string): Add autoload.
21342
21343         * nnultimate.el (parse-time): Require for `parse-time-string'.
21344
21345 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21346
21347         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21348
21349         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21350
21351         * smime.el (smime-ldap-host-list): Add :version.
21352
21353 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21354
21355         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21356         pass it to `gnus-browse-read-group'.
21357         (gnus-browse-read-group): Add NUMBER argument and pass it to
21358         `gnus-group-read-ephemeral-group'.
21359
21360         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21361         argument and pass it to `gnus-group-read-group'.
21362
21363 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21364
21365         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21366         mm-xemacs-find-mime-charset-1 if we have the mule feature
21367         available at runtime.
21368
21369 2005-03-25  Werner Lemberg  <wl@gnu.org>
21370
21371         * nnmaildir.el: Replace `illegal' with `invalid'.
21372
21373 2005-03-23  Lute Kamstra  <lute@gnu.org>
21374
21375         * time-date.el: Add comment on time value formats.
21376         Don't require parse-time.
21377         (with-decoded-time-value): New macro.
21378         (encode-time-value): New function.
21379         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21380         (days-to-time): Return a valid time value when arg is huge.
21381         (time-since): Use time-subtract.
21382         (time-to-number-of-days): Use time-to-seconds.
21383
21384 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21385
21386         * gnus-start.el (gnus-display-time-event-handler):
21387         Check display-time-timer at runtime rather than only at load time
21388         in case display-time-mode is turned off in the mean time.
21389
21390 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21391
21392         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21393         used.
21394
21395         * nneething.el (nneething-map-file-directory): Derive from
21396         `gnus-directory'.
21397
21398         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21399         the To/Cc button.
21400
21401 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21402
21403         * nnmaildir.el (nnmaildir-request-accept-article):
21404         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21405
21406 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21407
21408         * gnus-async.el: Require timer-funcs at compile time when in
21409         XEmacs for `run-with-idle-timer'.
21410
21411 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21412
21413         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21414         autoloaded function.
21415
21416 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21417
21418         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21419
21420 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21421
21422         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21423
21424 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21425
21426         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21427         Add gnus-expert-user to default.
21428
21429 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21430
21431         * nnimap.el (nnimap-open-server): Ditto.
21432
21433         * imap.el (imap-authenticate): Fix typo.
21434
21435 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21436
21437         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21438         buffer (since IMAP server might return FETCH response out of
21439         order, and the nntp buffer must be sorted).
21440
21441 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21442
21443         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21444         comparison on string.
21445
21446         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21447         (gnus-agent-score): Rename category keywords to match gnus-cus.
21448         (gnus-agent-summary-fetch-series): Modify to protect against
21449         gnus-agent-summary-fetch-group clearing processable flags.
21450         (gnus-agent-synchronize-group-flags): Update live group buffer as
21451         synchronization may occur due to the user toggle the plugged
21452         status.
21453         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21454         successfully downloaded.
21455         (gnus-agent-expire-group-1): Avoid using markers when the overview
21456         is in ascending order; greatly improves performance.
21457         (gnus-agent-regenerate-group):
21458         Use gnus-agent-synchronize-group-flags to reset read status in both
21459         gnus and server.
21460         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21461
21462 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21463
21464         * message.el: Don't autoload former message-utils variables.
21465         (message-strip-subject-trailing-was): Change doc string.
21466
21467         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21468         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21469         (nnweb-google-search): Add "hl=en" here.
21470         (nnweb-google-parse-1, nnweb-google-create-mapping):
21471         Don't hardcode URL.
21472
21473 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21474
21475         * message.el (message-get-reply-headers, message-followup):
21476         Mention related variables `message-use-followup-to' and
21477         `message-use-mail-followup-to', in the information buffer.
21478
21479         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21480         of broken groups(-beta).google.com.
21481
21482 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21483
21484         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21485         parameter to invoked gnus-request-move-article; remove the
21486         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21487         all at once instead of once per article.
21488         (gnus-summary-remove-process-mark): Accept a list of articles as
21489         well as a single article for processing.
21490
21491         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21492         parameter.
21493
21494         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21495
21496         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21497
21498         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21499         parameter.
21500
21501         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21502         parameter.
21503
21504         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21505         parameter and remove the gnus-sum-hint-move-is-internal variable.
21506
21507         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21508         parameter.
21509
21510         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21511         parameter.
21512
21513         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21514         parameter.
21515
21516         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21517
21518         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21519         parameter.
21520
21521         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21522         parameter.
21523
21524 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21525
21526         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21527         a more conservative way.
21528
21529 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21530
21531         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21532         buffer, so it moves the window's cursor.
21533
21534 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21535
21536         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21537         `mm-dissect-multipart' and receive the from field as an (optional)
21538         argument from `mm-dissect-multipart'.
21539         (mm-dissect-multipart): Receive the from field as an argument and
21540         pass it on when we call `mm-dissect-buffer' on MIME parts.
21541         Fixes verification/decryption of signed/encrypted MIME parts.
21542
21543 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21544
21545         * gnus-sum.el (gnus-summary-move-article):
21546         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21547         whatever it calls (right now, only nnimap-request-move article
21548         respects it).
21549
21550         * nnimap.el (nnimap-request-move-article):
21551         When gnus-sum-hint-move-is-internal is set, don't do the extra
21552         nnimap-request-article.
21553
21554 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21555
21556         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21557
21558         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21559         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21560
21561         * gnus-sum.el (gnus-summary-caesar-message):
21562         Apply `gnus-treat-article' after rotation.
21563
21564         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21565         doc string.
21566
21567 2005-02-22  Simon Josefsson  <jas@extundo.com>
21568
21569         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21570         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21571         <arne@arnested.dk>.
21572         (encrypt): Add password-cache and password-cache-expiry as group
21573         members.
21574
21575 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21576
21577         * smime.el (smime-ldap-host-list): Doc fix.
21578         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21579         cache) password.
21580         (smime-sign-region): Use it.
21581         (smime-decrypt-region): Use it.
21582         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21583         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21584         fails.
21585         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21586         certificate from DER to PEM format rather than calling openssl.
21587
21588         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21589
21590         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21591         for signing/encryption.
21592
21593         * mml.el (mml-parse-1): Use them.
21594
21595 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21596
21597         * nnrss.el (nnrss-verbose): Remove.
21598         (nnrss-request-group): Use `nnheader-message' instead.
21599
21600 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21601
21602         * nnrss.el (nnrss-verbose): New variable.
21603         (nnrss-request-group): Make it say nnrss is requesting a group.
21604
21605 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21606
21607         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21608         Handle news URL with given port correctly.
21609
21610 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21611
21612         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21613         containing special characters.
21614
21615         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21616
21617         * mml.el (mime-to-mml): Ditto.
21618
21619         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21620         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21621         (rfc2047-decode-region): Quote decoded words containing special
21622         characters when rfc2047-quote-decoded-words-containing-tspecials
21623         is non-nil.
21624
21625 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21626
21627         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21628
21629         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21630
21631 2005-02-15  Simon Josefsson  <jas@extundo.com>
21632
21633         * nnimap.el (nnimap-debug): Doc fix.
21634
21635         * imap.el (imap-debug): Doc fix.
21636
21637 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21638
21639         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21640
21641 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21642
21643         * gnus.el (spam-contents): Improve docs for spam-contents
21644         parameter in its variable incarnation.
21645
21646 2005-02-14  Simon Josefsson  <jas@extundo.com>
21647
21648         * smime-ldap.el: Use require instead of load-library for ldap.
21649         (smime-ldap-search): Indent.
21650         (smime-ldap-search-internal): Shorten line.
21651
21652         * smime.el (smime-cert-by-dns): Add doc-string.
21653         (smime-cert-by-ldap-1): Indent.
21654
21655         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21656         mml-smime-get-dns-ldap.
21657         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21658
21659 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21660
21661         * smime.el: Require smime-ldap.
21662         (smime-ldap-host-list): New variable.
21663         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21664
21665         * mml-smime.el (mml-smime-encrypt-query): New function.
21666         (mml-smime-encrypt-query): Use it.
21667
21668         * smime-ldap.el: New file.
21669
21670 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21671
21672         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21673
21674 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21675
21676         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21677         argument in doc string.  Make query for type more clear.
21678
21679 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21680
21681         * gnus.el (gnus-group-startup-message): Search for gnus images in
21682         etc/images/gnus.
21683         * mm-util.el (mm-image-load-path): Likewise.
21684         * smiley.el (smiley-data-directory): Search for smilies in
21685         etc/images/smilies.
21686
21687 2005-02-09  Kim F. Storm  <storm@cua.dk>
21688
21689         Change Emacs release version from 21.4 to 22.1 throughout.
21690         Change Emacs development version from 21.3.50 to 22.0.50.
21691
21692 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21695
21696         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21697         non-Mule XEmacs as well.
21698         (mm-decompress-buffer): Signal an error intentionally if it does
21699         not decompress compressed data because auto-compression-mode is
21700         disabled.
21701
21702 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21703
21704         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21705         an ID in the registry even if it has no groups.
21706
21707 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21710         merge it into mm-decompress-buffer.
21711         (gnus-mime-copy-part): Use the MIME part charset, the value which
21712         a user specified or gnus-newsgroup-charset for decoding, like
21713         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21714         save-buffer what was used.  Suggested by Kevin Ryde
21715         <user42@zip.com.au>.
21716         (gnus-mime-inline-part): Allow the name parameter as well as the
21717         filename parameter; force decompressing of compressed data; always
21718         display contents being not decoded as unibyte.
21719
21720         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21721         as well as the filename parameter.
21722
21723         * mm-util.el (mm-decompress-buffer):
21724         Merge gnus-mime-jka-compr-maybe-uncompress.
21725         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21726         of compressed data.
21727
21728 2005-02-08  Simon Josefsson  <jas@extundo.com>
21729
21730         * imap.el (imap-log): Doc fix.
21731
21732 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21735         the coding cookies; decompress compressed parts.
21736
21737         * mml.el (mml-generate-mime-1): Add the charset parameter according
21738         to the value which a user specified manually or the coding cookie.
21739
21740         * mm-util.el (mm-string-to-multibyte): New function.
21741         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21742         (mm-coding-system-to-mime-charset): New function.
21743         (mm-decompress-buffer): New function.
21744         (mm-find-buffer-file-coding-system): New function.
21745
21746         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21747         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21748         parts.
21749
21750 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21751
21752         * mm-view.el (mm-display-inline-fontify): Decode a part according
21753         to the charset parameter.
21754
21755 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21758         prefix arg is neither nil nor a number, as info specifies.
21759
21760 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21761
21762         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21763         timestamps.
21764
21765 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21766
21767         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21768         groups error checking and notify user.
21769
21770 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21771
21772         * message.el (message-send-mail-function): Check existence of
21773         sendmail-program first before using default value
21774         `message-send-mail-with-sendmail'.  Otherwise use more generic
21775         `smtpmail-send-it'.
21776
21777 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21778
21779         * nntp.el (nntp-request-update-info): Always return nil.
21780
21781 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21782
21783         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21784
21785 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21786
21787         * message.el (message-beginning-of-line): Change the behavior when
21788         invoked between BOL and : so that it first moves backward.
21789
21790 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21793         article buffer when editing of the article is discarded.
21794         (gnus-article-prepare): Revert.
21795
21796 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21797
21798         * gnus-art.el (gnus-article-prepare):
21799         Remove message-strip-forbidden-properties from the local hook.
21800
21801 2005-01-27  Simon Josefsson  <jas@extundo.com>
21802
21803         * password.el (password-cache-add): Only start one timer per key.
21804         Reported by Derek Atkins <warlord@MIT.EDU>.
21805
21806 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21807
21808         * run-at-time.el: Remove.  It is no longer needed as
21809         timer-funcs.el in the xemacs-base package has a working version of
21810         `run-at-time'.
21811
21812         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21813
21814         * password.el: Require timer-funcs instead of run-at-time in
21815         XEmacs.
21816         Remove `password-run-at-time' macro.
21817         (password-cache-add): Use `run-at-time' instead of
21818         `password-run-at-time'.
21819
21820         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21821         Remove `nnheader-cancel-function-timers' alias,
21822         `cancel-function-timers' exists in XEmacs in timer-funcs.
21823
21824         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21825         for `run-with-idle-timer'.
21826
21827         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21828         for `run-at-time'.
21829
21830         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21831         for `with-timeout'.
21832
21833         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21834         the same as for XEmacs 21.4.
21835         No need to ignore `run-with-idle-timer', this function exists in
21836         XEmacs now in timer-funcs.el in the xemacs-base package.
21837         (dgnushack-compile): No need to delete
21838         run-at-time.el from the list of files to compile because it
21839         doesn't exist anymore.
21840
21841 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21842
21843         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21844         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21845
21846 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21847
21848         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21849         sensitively.
21850
21851 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21852
21853         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21854
21855 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21858         which will be inserted according to the multibyteness of a buffer
21859         rather than the type of contents.  Suggested by ARISAWA Akihiro
21860         <ari@mbf.ocn.ne.jp>.
21861
21862         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21863         of string which old xml.el may return rather than a string.
21864
21865 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21868
21869 2005-01-16  Simon Josefsson  <jas@extundo.com>
21870
21871         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21872         idn/idna.el isn't available.
21873         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21874         <michael@waxrat.com>.
21875
21876         * hashcash.el: Remove non-FSF copyright header.
21877
21878         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21879         (hashcash-generate-payment): Use it.
21880         (hashcash-generate-payment-async): Use it.
21881
21882 2005-01-15  Simon Josefsson  <jas@extundo.com>
21883
21884         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21885         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21886
21887         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21888         gnus-summary-idna-message.
21889         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21890         (gnus-summary-idna-message): New function.
21891
21892 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21893
21894         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21895         gnus-novice-user.
21896
21897 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21898
21899         * nnrss.el (nnrss-request-delete-group): Delete entries in
21900         nnrss-group-alist as well.
21901         (nnrss-save-server-data): Insert newline.
21902
21903 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21904
21905         * gnus.el (gnus-user-agent): Use list of symbols instead of
21906         symbols.  Display full version number for (S)XEmacs.
21907         Optionally display (S)XEmacs codename.
21908
21909         * gnus-util.el (gnus-emacs-version): Update for new
21910         `gnus-user-agent'.
21911
21912         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21913         Gnus version.
21914
21915 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21916
21917         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21918         which is unreadable in some setups.
21919
21920 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21921
21922         * gnus-spec.el (gnus-update-format-specifications): Flush the
21923         group format spec cache if it doesn't support decoded group names.
21924
21925 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21926
21927         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21928         Allow to apply decay on score files matching a regexp.
21929
21930 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21931
21932         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21933         compatibility in %g and %c.
21934
21935 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21936
21937         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21938         name for only %g and %c.
21939         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21940         of gnus-tmp-group to decoded group name.
21941         (gnus-group-make-rss-group): Exclude `/'s from group names.
21942
21943 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21944
21945         * nnrss.el (nnrss-get-encoding): Fix regexp.
21946
21947 2004-12-27  Simon Josefsson  <jas@extundo.com>
21948
21949         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21950         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21951         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21952
21953 2004-12-17  Kim F. Storm  <storm@cua.dk>
21954
21955         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21956
21957         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21958
21959 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21960
21961         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21962
21963 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21964
21965         * nnrss.el: Require rfc2047 and mml.
21966         (nnrss-file-coding-system): New variable.
21967         (nnrss-format-string): Redefine it as an inline function.
21968         (nnrss-decode-group-name): New function.
21969         (nnrss-string-as-multibyte): Remove.
21970         (nnrss-retrieve-headers): Decode group name; don't use
21971         nnrss-format-string.
21972         (nnrss-request-group): Decode group name.
21973         (nnrss-request-article): Decode group name; allow a Message-ID as
21974         well as an article number; don't use nnrss-format-string; encode a
21975         Message-ID string which may contain non-ASCII characters; use
21976         mml-to-mime to compose a MIME article.
21977         (nnrss-request-expire-articles): Decode group name.
21978         (nnrss-request-delete-group): Decode group name.
21979         (nnrss-fetch): Clarify error message.
21980         (nnrss-read-server-data): Use insert-file-contents instead of load;
21981         bind file-name-coding-system; use multibyte buffer.
21982         (nnrss-save-server-data): Bind coding-system-for-write to the
21983         value of nnrss-file-coding-system; bind file-name-coding-system;
21984         add coding cookie.
21985         (nnrss-read-group-data): Use insert-file-contents instead of load;
21986         bind file-name-coding-system; use multibyte buffer.
21987         (nnrss-save-group-data): Bind coding-system-for-write to the
21988         value of nnrss-file-coding-system; bind file-name-coding-system.
21989         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21990         make it work with non-ASCII text.
21991         (nnrss-find-el): Make it work with old xml.el as well.
21992
21993 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21994
21995         * nnrss.el (nnrss-get-encoding): New function.
21996         (nnrss-fetch): Use unibyte buffer initially; bind
21997         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21998         decode contents according to the encoding attribute.
21999         (nnrss-save-group-data): Add coding cookie.
22000         (nnrss-mime-encode-string): New function.
22001         (nnrss-check-group): Use it to encode subject and author.
22002
22003 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22004
22005         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22006         imaginary variable.
22007
22008 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22011         correctly even if there are wide characters.
22012
22013 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22014
22015         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22016         downcased symbol names; make a new cache instead of reusing
22017         bbdb-hashtable.
22018
22019 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22020
22021         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22022         concatenating segments rather than before concatenating them.
22023         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22024
22025         * message.el (message-get-reply-headers): Bind `extra'.
22026
22027 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22028
22029         * message.el (message-extra-wide-headers): New variable.
22030         (message-get-reply-headers): Use it.
22031
22032 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22035         (gnus-agent-group-pathname): Ditto.
22036
22037         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22038
22039         * gnus-group.el (gnus-group-make-group): Decode group name.
22040         (gnus-group-make-rss-group): Register the group data after opening
22041         the nnrss group.
22042
22043 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22044
22045         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22046         by expiry now get marked as read.
22047
22048 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22049
22050         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22051
22052 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22053
22054         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22055         unify Latin characters in XEmacs.
22056         (mm-find-mime-charset-region): Use it.
22057
22058 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * gnus-util.el (gnus-delete-directory): New function.
22061
22062         * gnus-agent.el (gnus-agent-delete-group): Use it.
22063
22064         * gnus-cache.el (gnus-cache-delete-group): Use it.
22065
22066 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22067
22068         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22069         names.
22070
22071 2004-12-16  Simon Josefsson  <jas@extundo.com>
22072
22073         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22074
22075 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22076
22077         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22078
22079         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22080         (gnus-group-set-current-level): Decode group name.
22081
22082 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22083
22084         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22085         failed.
22086
22087 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22088
22089         * gnus-group.el (gnus-group-delete-group): Decode group name.
22090         (gnus-group-make-rss-group): Encode group name.
22091         (gnus-group-catchup-current): Decode group name.
22092         (gnus-group-kill-group): Decode group name.
22093
22094 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22095
22096         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22097
22098 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22099
22100         * gnus-group.el (gnus-group-make-rss-group):
22101         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22102
22103         * gnus-start.el (gnus-setup-news): Honor user's setting to
22104         gnus-message-archive-method.  Suggested by Lute Kamstra
22105         <lute@gnu.org>.
22106
22107 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22108
22109         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22110         global counterparts of the buffer-local variables.
22111
22112 2004-11-16  Romain Francoise  <romain@orebokech.com>
22113
22114         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22115         counterparts of the buffer-local variables.
22116
22117 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22118
22119         * message.el (message-forbidden-properties): Fix typo in doc
22120         string.
22121
22122 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22123
22124         * gnus-util.el (gnus-replace-in-string): Add doc string.
22125
22126         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22127         to avoid problems when splitting mails with many recipients.
22128
22129 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22130
22131         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22132         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22133
22134 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22135
22136         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22137         if there is no hashtable in memory or file modification time is
22138         newer than cached timestamp.
22139
22140 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22141
22142         * gnus-sum.el (gnus-summary-limit-to-recipient):
22143         Implement not-matching option.
22144
22145 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22146
22147         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22148         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22149         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22150         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22151         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22152         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22153
22154 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22155
22156         * message.el (message-forward-make-body-mml): Remove headers
22157         according to message-forward-ignored-headers if a message is decoded.
22158
22159 2004-12-02  Romain Francoise  <romain@orebokech.com>
22160
22161         * message.el (message-forward-make-body-plain): Always remove
22162         headers according to message-forward-ignored-headers.
22163
22164 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22165
22166         * spam.el (spam-summary-prepare-exit): Remove the
22167         gnus-summary-limit pop for now, it has problems with ham marks for
22168         me.
22169
22170 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22171
22172         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22173         correctly.
22174
22175 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22176
22177         * format-spec.el (format-spec): Message the char.
22178
22179 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22180
22181         * gnus-art.el (gnus-split-methods): Reformat comments.
22182
22183         * spam.el (spam-summary-prepare-exit): Remove article limits
22184         before exiting the summary buffer.
22185
22186 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22189         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22190
22191         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22192         order to silence the byte compiler.
22193
22194         * spam.el: Fix the way to silence the byte compiler, which
22195         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22196         bbdb-search-simple, spam-BBDB-register-routine,
22197         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22198         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22199         spam-stat-buffer-is-spam, spam-stat-load,
22200         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22201         spam-stat-save and spam-stat-split-fancy.
22202
22203 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22204
22205         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22206         which may confuse users.
22207         (canlock-password-for-verify): Ditto.
22208
22209         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22210
22211         * gnus-art.el (gnus-emphasis-alist): Ditto.
22212
22213         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22214
22215         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22216
22217         * gnus-start.el (gnus-save-killed-list): Ditto.
22218
22219         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22220         (gnus-sum-thread-tree-root): Ditto.
22221         (gnus-sum-thread-tree-false-root): Ditto.
22222         (gnus-sum-thread-tree-single-indent): Ditto.
22223
22224         * message.el (message-courtesy-message): Ditto.
22225         (message-archive-note): Ditto.
22226         (message-subscribed-address-file): Ditto.
22227         (message-user-fqdn): Ditto.
22228
22229         * spam-report.el (spam-report-gmane-regex): Ditto.
22230
22231         * spam.el (spam-blackhole-good-server-regex): Ditto.
22232
22233 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * mml.el (mml-preview): Widen the message buffer before copying
22236         the contents to the preview buffer; sort headers before previewing.
22237
22238         * message.el (message-hidden-headers): Fix the way to avoid a bug
22239         in the `repeat' widget in Emacs 21.3 or earlier.
22240
22241 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * message.el (message-hidden-headers): Default to "^References:".
22244         Improve customization type.  Suggested by Reiner Steib
22245         <Reiner.Steib@gmx.de>.
22246
22247 2004-11-25  Romain Francoise  <romain@orebokech.com>
22248
22249         * message.el (message-strip-forbidden-properties): Remove check for
22250         obsolete `message-hidden' text property, hidden headers are not
22251         accessible in the buffer anymore.
22252
22253 2004-11-22  Romain Francoise  <romain@orebokech.com>
22254
22255         * message.el (message-header-format-alist): Add `From' in list
22256         so that it can be sorted.
22257         (message-fix-before-sending): Widen and sort headers before
22258         sending.
22259         (message-hide-headers): Use narrowing to hide headers by moving
22260         them to the top of the buffer and narrowing to the region
22261         underneath.
22262
22263 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22264
22265         * message.el (message-strip-forbidden-properties):
22266         Bind buffer-read-only (etc) to nil.
22267
22268 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22271         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22272
22273 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22274
22275         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22276
22277 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22278
22279         * dns.el (query-dns): Use sit-for to time instead of
22280         accept-process-output, since that doesn't seem to work on udp
22281         sockets.
22282
22283 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22284
22285         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22286
22287 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22288
22289         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22290         doc string.  Improve doc string.
22291
22292 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22293
22294         * nntp.el (nntp-request-update-info): Return nil if
22295         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22296         may not call gnus-activate-group which uselessly issues the GROUP
22297         commands for all nntp groups and wastes time.  Reported by Romain
22298         Francoise <romain@orebokech.com>.
22299
22300         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22301
22302 2004-11-15  Simon Josefsson  <jas@extundo.com>
22303
22304         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22305         headers separately.
22306         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22307         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22308
22309 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22310
22311         * gnus-start.el (gnus-convert-old-newsrc):
22312         Assign legacy-gnus-agent to 5.10.7.
22313
22314 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22315
22316         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22317         start of the lines.
22318
22319 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22320
22321         * hashcash.el (hashcash-default-payment): Change default to 20.
22322         (hashcash-default-accept-payment): Change default to 20.
22323         (hashcash-process-alist): New variable.
22324         (hashcash-generate-payment-async): Add.
22325         (hashcash-already-paid-p): Add.
22326         (hashcash-insert-payment): Don't generate payments twice.
22327         (hashcash-insert-payment-async): Add.
22328         (hashcash-insert-payment-async-2): Add.
22329         (hashcash-cancel-async): Add.
22330         (hashcash-wait-async): Add.
22331         (hashcash-processes-running-p): Add.
22332         (hashcash-wait-or-cancel): Add.
22333         (mail-add-payment): New optional argument.  Conditionally start
22334         asynchronous calculation.
22335         (mail-add-payment-async): Add.
22336
22337         * message.el (message-send-mail): Wait for asynchronous hashcash
22338         results.  Don't clobber existing X-Hashcash headers.
22339         (message-setup-1): Call mail-add-payment-async when
22340         message-generate-hashcash is non-nil.
22341
22342 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22343
22344         * message.el (message-use-alternative-email-as-from): Examine the
22345         From header as well; use message-make-from in order to include a
22346         user's full name.
22347
22348 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22349
22350         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22351         default; improve customization type.
22352         (gnus-emphasis-custom-with-format): New macro.
22353         (gnus-emphasis-custom-value-to-external): New function.
22354         (gnus-emphasis-custom-value-to-internal): New function.
22355
22356 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22357
22358         * dns.el (query-dns): Resolve reverse addresses.
22359
22360 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22361
22362         * gnus-group.el (gnus-group-get-new-news): Use it.
22363
22364         * gnus-start.el (gnus-check-reasonable-setup): New function.
22365
22366 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22369         "Args out of range" error.  Reported by Arnaud Giersch
22370         <arnaud.giersch@free.fr>.
22371
22372 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22373
22374         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22375
22376 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22377
22378         * spam.el (spam group): Add :version.
22379
22380         * pgg-def.el (pgg group): Add :version.
22381
22382 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * gnus-art.el (gnus-article-edit-article): Don't associate the
22385         article buffer with a draft file.  This is a temporary measure
22386         against the 2004-08-22 change to gnus-article-edit-mode.
22387
22388 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22389
22390         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22391         (html2text-format-tags): Remove unused variable `attr'.
22392
22393 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22394
22395         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22396
22397         * tls.el (tls-process-connection-type, tls-success)
22398         (tls-certtool-program): Add :version.
22399
22400         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22401         (starttls-extra-arguments, starttls-process-connection-type)
22402         (starttls-connect, starttls-failure, starttls-success): Add :version.
22403
22404         * spam-stat.el (spam-stat): Add :version.
22405
22406         * sieve.el (sieve): Add :version.
22407
22408         * sha1.el (sha1): Add :version.
22409         (sha1-use-external): Remove redundant version.
22410
22411         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22412         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22413         (nnmail-split-fancy-match-partial-words)
22414         (nnmail-split-lowercase-expanded): Add :version.
22415
22416         * nndiary.el (nndiary): Add :version.
22417
22418         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22419
22420         * mml-sec.el (mml-default-sign-method)
22421         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22422         Add :version.
22423
22424         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22425
22426         * mm-url.el (mm-url-use-external, mm-url-program)
22427         (mm-url-arguments): Add :version.
22428
22429         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22430         (mm-attachment-file-modes, mm-decrypt-option)
22431         (mm-w3m-safe-url-regexp): Add :version.
22432
22433         * message.el (message-cite-prefix-regexp)
22434         (message-sendmail-envelope-from, message-minibuffer-local-map)
22435         (message-user-fqdn, message-completion-alist): Add :version.
22436
22437         * gnus-win.el (gnus-configure-windows-hook)
22438         (gnus-use-frames-on-any-display): Add :version.
22439
22440         * gnus-art.el (gnus-article-address-banner-alist)
22441         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22442         (gnus-treat-from-picon, gnus-treat-mail-picon)
22443         (gnus-treat-x-pgp-sig): Add :version.
22444
22445         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22446         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22447         (gnus-summary-article-delete-hook)
22448         (gnus-summary-display-while-building): Add :version.
22449
22450         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22451         (gnus-get-top-new-news-hook): Add :version.
22452
22453         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22454         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22455
22456         * gnus-registry.el (gnus-registry): Add :version.
22457
22458         * gnus-spec.el (gnus-use-correct-string-widths)
22459         (gnus-make-format-preserve-properties): Add :version.
22460
22461         * gnus.el (gnus-group-charter-alist)
22462         (gnus-group-fetch-control-use-browse-url)
22463         (gnus-install-group-spam-parameters): Add :version.
22464
22465         * gnus-diary.el (gnus-diary): Add :version.
22466
22467         * gnus-delay.el (gnus-delay): Add :version.
22468
22469         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22470         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22471         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22472         Add :version.
22473
22474         * gnus-agent.el (gnus-agent-max-fetch-size)
22475         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22476         (gnus-agent-prompt-send-queue): Add :version.
22477
22478         * deuglify.el (gnus-outlook-deuglify): Add :version.
22479
22480         * html2text.el: Beautify code.  Improve doc strings.
22481         Some checkdoc cleanup.
22482         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22483
22484 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22485
22486         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22487
22488 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22489
22490         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22491         when package is loaded.
22492
22493         * spam.el (spam-summary-score-preferred-header): Add global preference
22494         for people who want to override the default SpamAssassin over
22495         Bogofilter preference (when both are set).
22496         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22497         (spam-user-format-function-S):
22498         Check spam-summary-score-preferred-header.
22499         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22500         (spam-user-format-function-S): Format the score correctly.
22501
22502 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22505         signature file.  Suggested by Manoj Srivastava
22506         <srivasta@golden-gryphon.com>.
22507
22508         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22509         iso-2022-jp even in the Japanese language environment.
22510         Suggested by Jason Rumney <jasonr@gnu.org>.
22511
22512 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22513
22514         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22515         use the same characters as the dummy marks; make it free from
22516         getting affected by the language environment.
22517         (gnus-summary-read-group-1): Update mark positions only when the
22518         format spec is updated.
22519
22520         * gnus-spec.el (gnus-update-format-specifications): Return a list
22521         of updated types.
22522
22523 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22526         of boundp to check if display-warning is available.
22527
22528 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22529
22530         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22531
22532 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22533
22534         * nnspool.el (nnspool-spool-directory): Use news-path if the
22535         news-directory variable is not bound.
22536
22537         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22538         function instead of display-warning if it is not available.
22539
22540 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22541
22542         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22543         v5-10: Use `point-at-bol'.
22544
22545 2004-10-26  Simon Josefsson  <jas@extundo.com>
22546
22547         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22548         <chenggao@gmail.com>.
22549
22550 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22551
22552         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22553         instead.
22554
22555 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22556
22557         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22558         to remove a server from the nnimap-server-buffer-alist.
22559         (nnimap-open-connection, nnimap-close-server): Use it.
22560
22561         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22562
22563 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22564
22565         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22566         running the major-mode function.
22567
22568 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22569
22570         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22571         dummy marks in the right way.
22572
22573 2004-10-18  David Edmondson  <dme@dme.org>
22574
22575         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22576         excessively.
22577
22578 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22579
22580         * gnus-util.el (gnus-split-references): Accept a nil references
22581         string and go on blissfully.
22582
22583         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22584         cases where the references string is non-nil but has no references.
22585
22586         * encrypt.el: Add autoload tags.
22587
22588         * spam.el (spam-resolve-registrations-routine): Remove article
22589         from unregistration list too.  Reported by David Hanak
22590         <dhanak@isis.vanderbilt.edu>
22591
22592 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22593
22594         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22595         nil.  Change custom type.
22596
22597 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22598
22599         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22600
22601         * gnus-sum.el (gnus-summary-move-article): Use it.
22602
22603 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22604
22605         * encrypt.el: Add autoload cookies.
22606
22607         * spam.el (spam-backend-article-list-property)
22608         (spam-backend-get-article-todo-list)
22609         (spam-backend-put-article-todo-list)
22610         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22611         Resolve registrations separately.
22612         (spam-register-routine): Format comments.
22613         (spam-unregister-routine, spam-register-routine): Always call with
22614         specific-articles, no default list.
22615         (spam-summary-prepare-exit): Use the spam-classifications function.
22616
22617         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22618         gnus-encrypt.el.
22619
22620         * encrypt.el: Copied from gnus-encrypt.el.
22621
22622         * gnus-encrypt.el: Commented that it's obsolete.
22623
22624 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22625
22626         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22627         (gnus-score-save): Use it.
22628
22629         * message.el (message-bury): Use `window-dedicated-p'.
22630
22631 2004-10-15  Simon Josefsson  <jas@extundo.com>
22632
22633         * pop3.el (top-level): Don't require nnheader.
22634         (pop3-read-timeout): Add.
22635         (pop3-accept-process-output): Add.
22636         (pop3-read-response, pop3-retr): Use it.
22637
22638 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22639
22640         * spam.el (spam-register-routine): Move comment.
22641         (spam-verify-bogofilter): Use 'unknown for the initial
22642         spam-bogofilter-valid state, not 'never.
22643
22644         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22645         for netrc-machine.
22646
22647         * nnimap.el (nnimap-open-connection):
22648         Use netrc-machine-user-or-password.
22649
22650 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22651
22652         * gnus-registry.el (gnus-registry-unload-hook):
22653         Set as a variable with add-hook.
22654
22655         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22656         of news-path.
22657
22658         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22659
22660         * spam.el: Delete duplicate `provide'.
22661         (spam-unload-hook): Set as a variable with add-hook.
22662
22663 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22664
22665         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22666         in the doc string.
22667
22668         * message.el (message-ignored-news-headers)
22669         (message-ignored-supersedes-headers)
22670         (message-ignored-resent-headers)
22671         (message-forward-ignored-headers): Improve custom type.
22672
22673 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * message.el (message-tokenize-header): Fix 2004-09-06 change
22676         which used point-min in the wrong place.
22677
22678 2004-10-12  Simon Josefsson  <jas@extundo.com>
22679
22680         * tls.el (tls-certtool-program): New variable.
22681         (tls-certificate-information): New function, based on
22682         ssl-certificate-information.
22683
22684 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * compface.el: Move the version of ELisp-based uncompface program
22687         to the contrib directory because of the copyright problem.
22688
22689 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22690
22691         * message.el (message-kill-buffer): Raise the current frame.
22692
22693 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22694
22695         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22696
22697         * gnus.el (message-y-or-n-p): Autoload.
22698
22699         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22700         (pop3-password-required, pop3-authentication-scheme)
22701         (pop3-leave-mail-on-server): Make customizable.
22702         (pop3): New custom group.
22703         (pop3-retr): Remove `sleep-for' statements.
22704         Suggested by Dave Love <fx@gnu.org>.
22705
22706         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22707         Windows/DOS.
22708
22709         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22710         (imap-parse-body): Fix incorrect use of `assert'.
22711         Suggested by Dave Love <fx@gnu.org>.
22712
22713         * mml.el (mml-minibuffer-read-disposition): Require match.
22714         Suggested by Dave Love <fx@gnu.org>.
22715
22716 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22717
22718         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22719         doc string.
22720
22721 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22722
22723         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22724
22725 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22726
22727         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22728         instead of calling `mm-insert-inline', to decode text/* parts
22729         before displaying them.
22730
22731 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22732
22733         * mm-uu.el (mm-uu-text-plain-type): New variable.
22734         (mm-uu-pgp-signed-extract-1): Use it.
22735         (mm-uu-pgp-encrypted-extract-1): Use it.
22736         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22737         bind mm-uu-text-plain-type with that value.
22738         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22739         mm-uu-dissect.
22740
22741 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22742
22743         * gnus-group.el (gnus-update-group-mark-positions):
22744         * gnus-sum.el (gnus-update-summary-mark-positions):
22745         * message.el (message-check-news-body-syntax):
22746         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22747         of string-as-multibyte.
22748
22749 2004-10-05  Juri Linkov  <juri@jurta.org>
22750
22751         * gnus-group.el (gnus-update-group-mark-positions):
22752         * gnus-sum.el (gnus-update-summary-mark-positions):
22753         * message.el (message-check-news-body-syntax):
22754         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22755         8-bit unibyte values to a multibyte string for search functions.
22756
22757 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22758
22759         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22760         (mm-uu-dissect-text-parts): New function.
22761
22762         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22763         dissect text parts.
22764
22765         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22766         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22767
22768         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22769
22770         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22771         Use gnus-current-topics instead of gnus-current-topic.
22772
22773 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22774
22775         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22776
22777 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22778
22779         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22780         where appropriate.
22781
22782         * nnml.el (nnml-generate-active-info): do.
22783
22784         * nndiary.el (nndiary-generate-active-info): do.
22785
22786         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22787         (gnus-topic-move): do.
22788
22789         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22790         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22791
22792         * gnus-srvr.el (gnus-server-prepare)
22793         (gnus-server-open-all-servers): do.
22794
22795         * gnus-msg.el (gnus-summary-cancel-article)
22796         (gnus-summary-resend-message)
22797         (gnus-summary-mail-crosspost-complaint): do.
22798
22799         * gnus-move.el (gnus-change-server): do.
22800
22801         * gnus-group.el (gnus-group-unmark-all-groups)
22802         (gnus-group-set-current-level): do.
22803
22804 2004-10-04  Simon Josefsson  <jas@extundo.com>
22805
22806         * message.el (message-generate-hashcash): Doc fix.
22807
22808 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22809
22810         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22811         avoid infinite recursion via gnus-get-function.
22812
22813 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22814
22815         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22816
22817         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22818
22819         * nnmail.el (nnmail-split-history): do.
22820
22821         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22822         (nnml-request-delete-group): do.
22823
22824         * nnslashdot.el (nnslashdot-read-groups): do.
22825
22826         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22827         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22828
22829         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22830         (nnspool-sift-nov-with-sed): Use last.
22831         (nnspool-retrieve-headers-with-nov): Use mapc.
22832         (nnspool-request-newgroups): Use dolist.
22833         (nnspool-request-group): Use last.
22834
22835         * nntp.el (nntp-read-server-type): Use dolist.
22836
22837         * nnvirtual.el (nnvirtual-create-mapping)
22838         (nnvirtual-update-read-and-marked): Use dolist.
22839         (nnvirtual-convert-headers): Simplify.
22840
22841 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22842
22843         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22844         Add support for sync'ing tick marks.
22845
22846 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22847
22848         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22849         there's no visible header.
22850
22851 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22852
22853         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22854         When necessary, pass full group name to gnus-request-set-marks.
22855
22856 2004-10-01  Simon Josefsson  <jas@extundo.com>
22857
22858         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22859         acroread.
22860
22861 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22862
22863         * spam-report.el (spam-report-gmane): Fix interactive.
22864
22865         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22866
22867         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22868         when writing file.
22869         (gnus-agent-synchronize-flags): Don't default to being
22870         interactive.
22871
22872 2004-09-30  Simon Josefsson  <jas@extundo.com>
22873
22874         * message.el (message-generate-hashcash): Add.
22875         (message-send-mail): Use it, call mail-add-payment.
22876
22877 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22878
22879         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22880
22881 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22882
22883         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22884         gnus-requst-update-info with explicit code to sync the in-memory
22885         info read flags with the marks being sync'd to the backend.
22886
22887         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22888
22889 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22890
22891         * spam.el (spam-verify-bogofilter): Add new function.
22892         (spam-check-bogofilter)
22893         (spam-bogofilter-register-with-bogofilter): Use it.
22894         (spam-verify-bogofilter): Add small fixes.
22895
22896 2004-09-28  Simon Josefsson  <jas@extundo.com>
22897
22898         * hashcash.el (hashcash-generate-payment): Revert.
22899
22900 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22901
22902         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22903         Use gnus-extract-references instead of gnus-split-references.
22904
22905         * gnus-util.el (gnus-extract-references): Add new function, analogous
22906         to gnus-split-references but extracts only the message-ID without
22907         anything extra.
22908
22909         * hashcash.el (hashcash-generate-payment)
22910         (hashcash-check-payment): Do the right thing if hashcash-path is
22911         nil (because the hashcash program could not be found).
22912
22913         * spam.el (spam-use-hashcash): Remove comment.
22914
22915 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22916
22917         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22918         (gnus-cache-enter-article, gnus-cache-remove-article)
22919         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22920
22921         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22922
22923         * gnus-art.el (article-hide-boring-headers)
22924         (article-translate-strings, article-display-face)
22925         (gnus-article-mime-match-handle-first)
22926         (gnus-article-highlight-headers)
22927         (gnus-article-add-buttons-to-head): do.
22928
22929 2004-09-27  Simon Josefsson  <jas@extundo.com>
22930
22931         * hashcash.el: New version, from
22932         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22933         ../contrib/.
22934
22935 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22936
22937         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22938
22939 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22940
22941         * gnus-dup.el (gnus-dup-open): Use mapc.
22942         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22943
22944         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22945         Reported by Stefan Wiens <s.wi@gmx.net>.
22946
22947         * gnus.el (gnus-shutdown): Use dolist.
22948
22949         * gnus-undo.el (gnus-undo): Use mapc.
22950
22951         * nnrss.el (nnrss-generate-active): do.
22952
22953         * message.el (message-cite-original-without-signature)
22954         (message-cite-original): Use mapc.
22955         (message-do-actions, message-make-forward-subject): Use dolist.
22956
22957 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22958
22959         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22960         deletion to remove entire duplicate line.  Fixes merged article
22961         number bug.
22962
22963 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22964
22965         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22966         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22967         first ask if you want to open a server and then, even when you
22968         responded with no, asking if you want to synchronize the server's
22969         flags.
22970         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22971         multi-line expressions.
22972         (gnus-agent-synchronize-group-flags): New internal function.
22973         Updates marks in memory (in the info structure) AND in the
22974         backend.
22975
22976         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22977
22978         * nnagent.el (nnagent-request-set-mark):
22979         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22980         method, to ensure that synchronization updates marks in the
22981         backend and in the info (in memory) structure.
22982
22983 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22984
22985         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22986         convention fully; don't miss the root article of a thread; make
22987         the X-Draft-From header with correct article numbers.
22988
22989 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22990
22991         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22992         unless plugged.  Disable the agent so that an open failure causes
22993         an error.
22994
22995         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22996         Revert 2004-09-21 change.  The backend must be opened while
22997         synchronizing flags even when the backend stores the flags
22998         locally.
22999
23000 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23001
23002         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23003         in `header' match.  Reported by Svend Tollak Munkejord.
23004
23005         * message.el (message-cite-original): Fix use of
23006         `message-cite-articles-with-x-no-archive'.
23007
23008 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23009
23010         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23011         (gnus-window-to-buffer): Ditto.
23012
23013         * mml.el (mml-preview-buffer): New variable.
23014         (mml-preview): Manage window layout with gnus-buffer-configuration.
23015
23016         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23017         X-Draft-From header even if those articles aren't quoted.
23018
23019 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23020
23021         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23022         (gnus-request-set-mark, gnus-request-update-mark): Use new
23023         g-s-t-u-l-m to decide to use backend even when unplugged.
23024
23025 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23028         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23029
23030 2004-09-20  Simon Josefsson  <jas@extundo.com>
23031
23032         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23033         "utf-16-le".
23034
23035 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23036
23037         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23038
23039 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23040
23041         * uudecode.el (uudecode-use-external): Add :version.
23042
23043         * smime.el (smime-CA-file, smime-encrypt-cipher)
23044         (smime-dns-server): Add :version.
23045
23046         * smiley.el (gnus-smiley-file-types): Add :version.
23047
23048         * sha1.el (sha1-use-external): Add :version.
23049
23050         * pgg-def.el (pgg-query-keyserver): Add :version.
23051
23052         * nnmail.el (nnmail-fancy-expiry-targets)
23053         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23054         Add :version.
23055
23056         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23057         (nnimap-retrieve-groups-asynchronous): Add :version.
23058         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23059
23060         * mml.el (mml-content-disposition-parameters)
23061         (mml-insert-mime-headers-always): Add :version.
23062
23063         * mm-util.el (mm-coding-system-priorities): Add :version.
23064
23065         * mm-decode.el (mm-inline-text-html-with-images)
23066         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23067         (mm-verify-option): Add :version.
23068         (mm-text-html-renderer): Change :version.
23069
23070         * message.el (message-fcc-externalize-attachments)
23071         (message-required-headers, message-draft-headers)
23072         (message-subject-trailing-was-query)
23073         (message-subject-trailing-was-ask-regexp)
23074         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23075         (message-mark-insert-end, message-archive-header)
23076         (message-archive-note, message-cross-post-default)
23077         (message-cross-post-note, message-followup-to-note)
23078         (message-cross-post-note-function, message-use-mail-followup-to)
23079         (message-subscribed-address-functions)
23080         (message-subscribed-address-file, message-subscribed-addresses)
23081         (message-subscribed-regexps, message-allow-no-recipients)
23082         (message-yank-cited-prefix, message-signature-insert-empty-line)
23083         (message-hidden-headers, message-hierarchical-addresses)
23084         (message-mail-user-agent, message-use-idna)
23085         (message-valid-fqdn-regexp)
23086         (message-strip-special-text-properties, message-header-synonyms)
23087         (message-beginning-of-line, message-tab-body-function): Add :version.
23088         (message-insert-canlock, message-wide-reply-confirm-recipients):
23089         Change :version.
23090
23091         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23092         and :version.
23093         (mail-source-delete-old-incoming-confirm)
23094         (mail-source-movemail-program): Add :version.
23095
23096         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23097         (gnus-agent-cache, gnus-agent): Change :version.
23098
23099         * gnus-util.el (gnus-use-byte-compile): Change :version.
23100
23101         * gnus-sum.el (gnus-summary-make-false-root-always)
23102         (gnus-summary-default-high-score)
23103         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23104         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23105         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23106         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23107         (gnus-sum-thread-tree-single-indent)
23108         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23109         (gnus-sum-thread-tree-leaf-with-other)
23110         (gnus-sum-thread-tree-single-leaf): Add :version.
23111         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23112         (gnus-article-loose-mime): Change :version.
23113
23114         * gnus-start.el (gnus-backup-startup-file)
23115         (gnus-save-startup-file-via-temp-buffer): Add :version.
23116
23117         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23118         (gnus-server-offline-face): Add :version.
23119
23120         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23121
23122         * gnus-msg.el (gnus-gcc-externalize-attachments)
23123         (gnus-debug-files, gnus-debug-exclude-variables)
23124         (gnus-discouraged-post-methods): Change :version.
23125         (gnus-confirm-mail-reply-to-news)
23126         (gnus-confirm-treat-mail-like-news): Add :version.
23127
23128         * gnus-int.el (gnus-server-unopen-status): Add :version.
23129
23130         * gnus-group.el (gnus-group-jump-to-group-prompt)
23131         (gnus-large-ephemeral-newsgroup)
23132         (gnus-fetch-old-ephemeral-headers): Add :version.
23133
23134         * gnus-fun.el (gnus-x-face-directory)
23135         (gnus-convert-pbm-to-x-face-command)
23136         (gnus-convert-image-to-x-face-command)
23137         (gnus-convert-image-to-face-command): Add :version.
23138
23139         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23140
23141         * gnus-cite.el (gnus-cite-blank-line-after-header)
23142         (gnus-article-boring-faces): Add :version.
23143
23144         * gnus-art.el (gnus-buttonized-mime-types)
23145         (gnus-inhibit-mime-unbuttonizing)
23146         (gnus-treat-display-face)
23147         (gnus-treat-body-boundary): Change :version.
23148         (gnus-body-boundary-delimiter, gnus-picon-databases)
23149         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23150         (gnus-treat-date-english, gnus-treat-fold-headers)
23151         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23152         (gnus-treat-mail-picon, gnus-treat-wash-html)
23153         (gnus-article-encrypt-protocol)
23154         (gnus-use-idna, gnus-article-over-scroll)
23155         (gnus-mime-display-multipart-alternative-as-mixed)
23156         (gnus-mime-display-multipart-related-as-mixed)
23157         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23158         (gnus-ctan-url, gnus-button-ctan-handler)
23159         (gnus-button-handle-ctan-bogus-regexp)
23160         (gnus-button-ctan-directory-regexp)
23161         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23162         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23163         (gnus-button-man-level, gnus-button-emacs-level)
23164         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23165
23166         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23167         (gnus-agent-go-online): Change :version.
23168         (gnus-agent-expire-unagentized-dirs)
23169         (gnus-agent-auto-agentize-methods): Add :version.
23170
23171         * flow-fill.el (fill-flowed-display-column)
23172         (fill-flowed-encode-column): Add :version.
23173
23174         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23175         (gnus-outlook-deuglify-unwrap-max)
23176         (gnus-outlook-deuglify-cite-marks)
23177         (gnus-outlook-deuglify-unwrap-stop-chars)
23178         (gnus-outlook-deuglify-no-wrap-chars)
23179         (gnus-outlook-deuglify-attrib-cut-regexp)
23180         (gnus-outlook-deuglify-attrib-verb-regexp)
23181         (gnus-outlook-deuglify-attrib-end-regexp)
23182         (gnus-outlook-display-hook): Add :version.
23183
23184         * binhex.el (binhex-use-external): Add :version.
23185
23186 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23187
23188         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23189         and `invisible'.
23190
23191 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23192
23193         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23194         in gnus-registry-trim.
23195
23196 2004-09-13  Simon Josefsson  <jas@extundo.com>
23197
23198         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23199
23200         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23201
23202         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23203         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23204         <yamaoka@jpl.org>.
23205         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23206         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23207         <yamaoka@jpl.org>.
23208
23209         * sieve.el (sieve-manage-mode): Ditto.
23210
23211 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23212
23213         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23214
23215 2004-09-11  Simon Josefsson  <jas@extundo.com>
23216
23217         * dns-mode.el: Add.
23218
23219         * mm-view.el (mm-display-dns-inline): Add.
23220
23221         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23222         (mm-automatic-display): Ditto.
23223
23224         * mailcap.el (mailcap-mime-data): Add text/dns.
23225         (mailcap-mime-extensions): Map .soa to text/dns.
23226
23227 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23228
23229         * gnus-art.el (article-decode-mime-words, article-babel)
23230         (gnus-article-highlight-signature, gnus-article-add-buttons)
23231         (gnus-signature-toggle): Remove unnecessary bindings of
23232         `inhibit-read-only' inherited from v5.10 merge.
23233
23234 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23235
23236         * nntp.el (nntp): New customization group.
23237         (nntp-authinfo-file): Add customization group.
23238
23239         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23240
23241         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23242
23243         * gnus.el (to-address, to-list, subscribed)
23244         (large-newsgroup-initial): Ditto.
23245
23246         * flow-fill.el (fill-flowed-display-column)
23247         (fill-flowed-encode-column): Ditto.
23248
23249 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23250
23251         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23252         Use point-min rather than 1.
23253         (message-send-mail): Use buffer-size rather than point-max.
23254
23255         * gnus-sum.el (gnus-summary-search-article-forward):
23256         Signal a specific `search-failed' rather than a generic `error'.
23257
23258         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23259         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23260         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23261
23262 2004-09-10  Simon Josefsson  <jas@extundo.com>
23263
23264         * nndb.el (require): Remove tcp and duplicate cl.
23265
23266 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * gnus-agent.el (directory-files-and-attributes): Move forward.
23269
23270 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23271
23272         * gnus-agent.el (directory-files-and-attributes):
23273         Optionally defined to support XEmacs.
23274
23275 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23276
23277         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23278         to avoid run-time CL dependencies.
23279         (gnus-agent-unfetch-articles): New function.
23280         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23281         article numbers even when local .overview file is missing.
23282         (gnus-agent-read-article-number): New function.  Only accepts
23283         27-bit article numbers.
23284         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23285         Use gnus-agent-read-article-number.
23286         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23287         from backend while recognizing that article numbers in .overview
23288         must be valid.
23289         (gnus-agent-update-files-total-fetched-for):
23290         Use directory-files-and-attributes to improve performance.
23291         * gnus-int.el (gnus-request-move-article):
23292         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23293         improve performance.
23294
23295         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23296         some users confused by references to .newsrc when they only have a
23297         .newsrc.eld file.
23298         (gnus-convert-mark-converter-prompt)
23299         (gnus-convert-converter-needs-prompt): Fix use of property list.
23300         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23301         New function.  Used internally to only display 'gnus converting
23302         files' message when actually necessary.
23303
23304         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23305         methods now autoloaded.
23306
23307 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23308
23309         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23310         identifiers.
23311
23312 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23313
23314         * gnus-picon.el: Fix indentation and closing parenthesis.
23315
23316 2004-09-01  Simon Josefsson  <jas@extundo.com>
23317
23318         * message.el (message-canlock-generate): Require sha1, not
23319         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23320         to require within a function.  Sadly, if sha1.el isn't loaded, the
23321         let binding in m-c-g will hide the defcustom definition, which is
23322         bad.)
23323
23324         * canlock.el: Require sha1, not sha1-el.
23325
23326         * message.el: Don't autoload sha1 (there is a autoload cookie in
23327         sha1.el).
23328
23329         * sha1-el.el: Rename to sha1.el.
23330
23331 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23332
23333         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23334
23335 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23336
23337         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23338
23339 2004-08-30  Kim F. Storm  <storm@cua.dk>
23340
23341         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23342
23343         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23344         Add :group 'nnimap.
23345
23346 2004-08-30  Andreas Schwab  <schwab@suse.de>
23347
23348         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23349         ?* and ?\;.
23350
23351         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23352         and ?\' to symbol instead of whitespace.
23353
23354 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23355
23356         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23357
23358         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23359         instead of re-search-forward.
23360
23361         * gnus-uu.el (gnus-uu-save-article): Ditto.
23362         (gnus-uu-post-encode-uuencode): Ditto.
23363
23364         * html2text.el (html2text-clean-list-items): Ditto.
23365         (html2text-clean-dtdd): Ditto.
23366         (html2text-format-tags): Ditto.
23367
23368         * message.el (message-send-mail-with-sendmail): Fix regexp.
23369         (message-fill-field-general): Use search-forward instead of
23370         re-search-forward.
23371         (unbold-region): Ditto.
23372
23373         * nnrss.el (nnrss-request-article): Ditto.
23374
23375         * nnslashdot.el (nnslashdot-request-article): Ditto.
23376
23377         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23378
23379         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23380         "Unrecognized menu descriptor" error in XEmacs.
23381
23382 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23383
23384         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23385         parent article of a sparse article in the thread hashtb.
23386
23387 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23388
23389         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23390         (nnmail-expand-newtext): Lowercase expanded entries if
23391         nnmail-split-lowercase-expanded is non-nil.
23392
23393 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23394
23395         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23396
23397         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23398         of gnus-tmp-news-method into string under XEmacs.  It will be
23399         passed to gnus-correct-length which takes only a string argument.
23400
23401 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23402
23403         * gnus-util.el (gnus-bind-print-variables): New macro.
23404         (gnus-prin1): Use it.
23405         (gnus-prin1-to-string): Use it.
23406         (gnus-pp): New function.
23407         (gnus-pp-to-string): New function.
23408
23409         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23410         Replace pp-to-string with gnus-pp-to-string.
23411         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23412         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23413         * gnus-msg.el (gnus-debug): Ditto.
23414         * gnus-score.el (gnus-score-save): Ditto.
23415         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23416         gnus-pp-to-string.
23417         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23418         with gnus-pp.
23419         * score-mode.el (gnus-score-pretty-print): Ditto.
23420         * webmail.el (webmail-debug): Ditto.
23421
23422 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * gnus-art.el (article-display-face, article-display-x-face):
23425         Use buffer-read-only.
23426
23427 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23428
23429         * gnus-art.el (article-hide-list-identifiers):
23430         Bind inhibit-read-only as t.
23431
23432 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23433
23434         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23435
23436 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23437
23438         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23439         (gnus-narrow-to-page): Don't assume point-min == 1.
23440         (gnus-article-edit-mode): Derive from message-mode.
23441
23442         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23443         point-min == 1.
23444
23445         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23446         Disable incorrect use of `assert'.
23447
23448         * message.el (message-mode): Set comment-start-skip.
23449
23450
23451 2004-08-22  Sam Steingold  <sds@gnu.org>
23452
23453         * pop3.el (pop3-leave-mail-on-server): New user variable.
23454         (pop3-movemail): Delete mail only when it is nil.
23455
23456 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23457
23458         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23459
23460         * mml.el (mml-preview): Use `pop-to-buffer'.
23461
23462         * message.el (message-goto-mail-followup-to): Insert after "To".
23463         (message-carefully-insert-headers): Add comment.
23464
23465         * gnus.el: Remove unused variable `gnus-article-check-size'.
23466
23467         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23468
23469         * gnus-art.el (gnus-button-alist):
23470         Improve `gnus-button-handle-library' entry.
23471
23472 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23473
23474         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23475         Use downcase, since XEmacs capitalizes error messages differently.
23476
23477 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23478
23479         * nntp.el: Add (require 'gnus) due to reference to
23480         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23481
23482 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23483
23484         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23485         Bind `mm-fill-flowed'.
23486
23487         * mm-decode.el (mm-dissect-singlepart): Check it.
23488
23489 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23490
23491         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23492         'imap' for netrc parsing.
23493
23494 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23495
23496         * mailcap.el (mailcap-mime-data): Mark as risky.
23497
23498 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23501         may be included in the encoded word.
23502         (rfc2047-encode): Don't append a space if the encoded word
23503         includes close parenthesis.
23504
23505 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23506
23507         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23508         of text within parentheses.
23509
23510 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23511
23512         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23513         (gnus-encrypt-write-file-contents): Make the password key the file
23514         name PLUS the cipher, not just the cipher.  Also remove failed
23515         passwords from the cache.
23516
23517 2004-08-06  Simon Josefsson  <jas@extundo.com>
23518
23519         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23520         Doc fix.
23521
23522 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23523
23524         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23525         LWSP.
23526
23527 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23528
23529         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23530         Try to append in-reply-to: data to the references: header.
23531
23532         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23533         (netrc-parse): Use gnus-encrypt.el functions.
23534
23535         * gnus-encrypt.el: Add new file for encryption support; currently
23536         does only a few GPG ciphers and an internal XOR cipher.
23537
23538         * password.el: Add comments on using password-read-and-add.
23539         (password-read-and-add): Add function to read and add the
23540         password to the cache at once.
23541
23542 2004-07-28  Simon Josefsson  <jas@extundo.com>
23543
23544         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23545         parameter (but don't use it, for now).
23546
23547         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23548         instead of hard coding to nil.
23549
23550 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23551
23552         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23553         as mm-inline-image-xemacs does.
23554
23555 2004-07-26  Simon Josefsson  <jas@extundo.com>
23556
23557         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23558         Revert part of 2004-07-17 change below.
23559
23560 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23563         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23564
23565 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23566
23567         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23568         quotes that actually start with ">" at the beginning of the
23569         lines.
23570
23571 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23572
23573         * rfc2047.el (rfc2047-encode-region): Fix last change.
23574         (rfc2047-encode-parameter): Remove useless concat.
23575
23576 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23579         encode special characters; fix some kind of misconfigured headers;
23580         signal a real error if debug-on-quit or debug-on-error is non-nil.
23581         (rfc2047-encode-max-chars): New variable.
23582         (rfc2047-encode-1): Use it.
23583         (rfc2047-encode-parameter): New function.
23584
23585         * mml.el (mml-insert-parameter): Remove an excessive space.
23586
23587 2004-07-17  Simon Josefsson  <jas@extundo.com>
23588
23589         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23590         Kai Grossjohann <kai@emptydomain.de>.
23591         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23592         (gnus-group-make-menu-bar): Ditto.
23593
23594         * gnus-util.el (gnus-group-server): Add.
23595
23596 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23597
23598         * message.el (message-clone-locals): Clone sendmail and smtp
23599         variables.
23600
23601 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23602
23603         * rfc2047.el (rfc2047-encode-region): Fix last change.
23604
23605 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23606
23607         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23608         characters as non-special.
23609
23610 2004-07-09  Simon Josefsson  <jas@extundo.com>
23611
23612         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23613         Users will lose all flag changes made while unplugged with
23614         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23615         good default.  See numerous reports on ding mailing list.
23616
23617 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23618
23619         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23620         add generate-head-function and generate-article-function to the
23621         rfc822-forward entry.
23622         (nndoc-rfc822-forward-generate-article): New function.
23623         (nndoc-rfc822-forward-generate-head): New function.
23624
23625         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23626
23627 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23628
23629         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23630         respect display group parameter and gnus-summary-expunge-below.
23631         (gnus-articles-to-read): Remove unused reference to display group
23632         parameter.
23633
23634 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23635
23636         * nnheader.el (nnheader-uniquify-message-id): New experimental
23637         variable.
23638         (nnheader-nov-read-message-id): Use it.
23639
23640         * spam-report.el (spam-report-gmane): Add interactive.
23641
23642 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23643
23644         * mm-encode.el (mm-content-transfer-encoding-defaults):
23645         Use qp-or-base64 for the application/* types.
23646
23647 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23648
23649         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23650
23651 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23652
23653         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23654         trim value.
23655
23656 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23657
23658         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23659         New macro and function.
23660         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23661
23662 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23665         after-load-alist.
23666
23667 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23668
23669         * gnus-group.el (gnus-group-get-new-news-this-group):
23670         Don't update info that isn't there.
23671
23672 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23673
23674         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23675         entry.
23676
23677 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * mm-view.el (mm-inline-render-with-function): Use multibyte
23680         buffer; decode html source by charset.
23681
23682         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23683
23684         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23685         Mule-UCS is loaded under XEmacs.
23686         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23687
23688 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23689
23690         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23691
23692 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23693
23694         * mm-util.el (mm-coding-system-p): Return a coding-system.
23695         (mm-mime-mule-charset-alist): Use shift_jis instead of
23696         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23697         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23698         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23699         instead of japanese-shift-jis and iso-latin-1 respectively in
23700         order to share the default value with both Emacs and XEmacs-mule.
23701         (mm-mule-charset-to-mime-charset):
23702         Make mm-coding-system-priorities effective.
23703         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23704         while predicating of candidates upon the priorities.
23705
23706 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23707
23708         * gnus-sum.el (gnus-summary-make-menu-bar):
23709         Add gnus-uu-invert-processable.
23710
23711         * gnus.el: Autoload gnus-uu-invert-processable.
23712
23713 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * mm-util.el (mm-with-multibyte-buffer): New macro.
23716
23717         * rfc2047.el (rfc2047-encode-string): Use it.
23718         (rfc2047-encode-region): Move point to the end of the region after
23719         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23720
23721 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23722
23723         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23724         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23725
23726 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23727
23728         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23729         (gnus-cite-parse): Ignore quoted envelope From_.
23730         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23731
23732 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23733
23734         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23735         invalid addresses.
23736
23737 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23738
23739         * spam.el: Change section markers, revise TODO list.
23740         (spam-backends): Make new master list of all installed backends.
23741         (spam-summary-exit-behavior): Add new variable to determine how
23742         messages moves are done at summary exit.
23743         (spam-move-spam-nonspam-groups-only)
23744         (spam-process-ham-in-nonham-groups)
23745         (spam-process-ham-in-spam-groups): Remove variables, the
23746         spam-summary-exit-behavior variable should be used to manage this
23747         behavior.
23748         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23749         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23750         and spam-old-spam-articles.
23751         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23752         Add empty variables, placeholders for the backends they represent.
23753         (spam-set-difference): Move, unchanged.
23754         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23755         unless the user has a processor variable.
23756         (spam-classifications, spam-classification-valid-p)
23757         (spam-backend-properties, spam-backend-property-valid-p)
23758         (spam-backend-function-type-valid-p)
23759         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23760         (spam-report-articles-gmane, spam-report-articles-resend):
23761         Remove functions, they are not needed.
23762         (spam-install-backend-super, spam-backend-list)
23763         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23764         (spam-backend-function, spam-backend-ham-registration-function)
23765         (spam-backend-spam-registration-function)
23766         (spam-backend-ham-unregistration-function)
23767         (spam-backend-spam-unregistration-function)
23768         (spam-backend-statistical-p, spam-backend-mover-p)
23769         (spam-install-backend-alias, spam-install-checkonly-backend)
23770         (spam-install-mover-backend, spam-install-nocheck-backend)
23771         (spam-install-backend, spam-install-statistical-backend)
23772         (spam-install-statistical-checkonly-backend): Add backend installation
23773         support.
23774         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23775         (spam-group-processor-p): Use the new backend code and respect the
23776         summary exit behavior.
23777         (spam-mark-spam-as-expired-and-move-routine): Remove.
23778         (spam-summary-prepare): Change to use the new spam-old-articles
23779         variable.
23780         (spam-copy-or-move-routine, spam-copy-spam-routine)
23781         (spam-move-spam-routine, spam-copy-ham-routine)
23782         (spam-move-ham-routine): Add code to copy/move ham or spam.
23783         (spam-fetch-field-fast): Improve doc and code, plus allow the
23784         'number request.
23785         (spam-list-of-checks, spam-list-of-statistical-checks):
23786         Remove variables.
23787         (spam-split, spam-find-spam): Use the new backend code.
23788         (spam-registration-functions): Remove variable.
23789         (spam-unregister-routine): Add convenience wrapper.
23790         (spam-log-undo-registration, spam-register-routine)
23791         (spam-log-processing-to-registry)
23792         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23793         where possible.
23794         (spam-check-gmane-xref, spam-check-regex-headers)
23795         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23796         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23797         (spam-check-bogofilter-headers, spam-check-spamoracle)
23798         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23799         (spam-check-crm114-headers): Use the spam-split-group that
23800         spam-split prepares, no need to determine it every time.
23801
23802         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23803         to the nnheader-parse-naked-head call.
23804
23805         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23806
23807         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23808         the nnheader-nov-read-message-id call.
23809
23810 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23813         gnus-activate-group twice.  Suggested by Markus Peter
23814         <warp@spin.de>.
23815
23816 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * gnus-art.el (gnus-article-time-format): Exchange the order of
23819         day and month in the default value; fix customization type.
23820         (article-date-ut): Use add-text-properties.
23821         (article-make-date-line): Use message-make-date instead of
23822         current-time-string.
23823
23824         * message.el (message-fetch-field): Don't use set-text-properties.
23825         (message-make-date): Simplify.
23826
23827         * messagexmas.el (message-xmas-make-date): New function.
23828         (message-xmas-redefine): Defalias message-make-date to it.
23829
23830 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23831
23832         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23833         (rfc2047-encode-region): Treat text within parentheses as special;
23834         show the original text when error has occurred.
23835
23836         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23837         already-computed method to gnus-activate-group.
23838
23839         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23840         same select-methods identical Lisp objects.
23841
23842         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23843         object when modifying the info.
23844
23845 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23846
23847         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23848         gnus-opened-servers since it has never been opened with the new
23849         configuration yet.
23850
23851 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23852
23853         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23854         arg to nnheader-generate-fake-message-id.
23855
23856 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23857
23858         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23859         number and build a fake message ID localized to a group and
23860         article number (so it's repeatable from that point on).
23861         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23862         ID format.
23863
23864         * gnus-sum.el (gnus-get-newsgroup-headers):
23865         Call nnheader-generate-fake-message-id with the article number.
23866
23867 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23868
23869         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23870         end-of-buffer.
23871
23872 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23873
23874         * message.el (message-ignored-supersedes-headers): Add Approved.
23875
23876 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23877
23878         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23879         goto-char.
23880         (rfc2047-encode): Fold the line before encoding.
23881
23882 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23883
23884         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23885         folding -- not all headers can be folded, and this should be done
23886         by the message composition mode.  Probably.  I think.
23887
23888 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23891         fast.
23892
23893         * gnus-ems.el (gnus-remove-image): Don't use
23894         message-text-with-property; remove only the image found first.
23895
23896         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23897         found first.
23898
23899 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23900
23901         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23902
23903 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23904
23905         * message.el (message-text-with-property): Make it fast and accept
23906         optional arguments.
23907         (message-strip-forbidden-properties): Use it.
23908         (message-fix-before-sending): Follow the m-t-w-p change.
23909
23910         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23911
23912 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23913
23914         * gnus-art.el (article-hide-headers): Don't change the buffer
23915         mistakenly when performing mml-preview even if
23916         gnus-single-article-buffer is nil.
23917
23918 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23919
23920         * message.el (message-expand-name-databases): New user option.
23921         (message-expand-name): Use it.
23922
23923 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23924
23925         * spam.el (spam-report-articles-resend)
23926         (spam-report-resend-register-routine): Allow ham reporting.
23927         (spam-report-resend-register-ham-routine): Add wrapper.
23928         (spam-registration-functions): Add ham resending functions.
23929         (spam-list-of-processors): Add ham resend processor.
23930
23931         * gnus.el (ham-resend-to): Add new group parameter.
23932         (spam-process): Add ham resend option.
23933
23934         * spam-report.el (spam-report-resend): Allow reporting ham.
23935         (spam-report-resend-ham): Add wrapper.
23936
23937 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23938
23939         * message.el (message-cite-articles-with-x-no-archive):
23940         New variable.
23941         (message-cite-original): Use it.
23942
23943 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23944
23945         * message.el (message-cite-original): Respect X-No-Archive.
23946
23947 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * gnus-art.el (article-hide-headers): Refer to the values for
23950         gnus-ignored-headers and gnus-visible-headers in the summary
23951         buffer since a user may have set them as group parameters.
23952
23953 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23954
23955         * assistant.el (assistant-node-name): Add convenience function.
23956         (assistant-render-text, assistant-render-node): Add error handling,
23957         plus handle multiple next nodes.
23958         (assistant-find-next-node): Comment out for now.
23959         (assistant-find-next-nodes): Add function, returns list of next
23960         nodes.
23961
23962 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23963
23964         * mail-source.el (mail-source-directory): Fix doc-string.
23965
23966 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23967
23968         * assistant.el (assistant-render-text, assistant-eval): Add :set
23969         widget type, which is different because it takes and returns a
23970         list.  Much hilarity ensues.
23971
23972 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23973
23974         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23975
23976         * gnus-group.el (gnus-group-get-new-news-this-group):
23977         Add doc-string.
23978
23979         * gnus-start.el (gnus-activate-group): Add doc-string.
23980
23981 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23982
23983         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23984
23985 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23986
23987         * assistant.el (assistant-render-text): Try to add a :set
23988         widget, more to come.
23989
23990         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23991         strings.
23992         (spam-report-articles-resend)
23993         (spam-register-routine): Do registration iff any articles warrant
23994         it.
23995         (spam-summary-prepare-exit): Change log message for nil group
23996         destinations.
23997
23998 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23999
24000         * spam.el (spam-report-resend-register-routine):
24001         Allow spam-report-resend-to to be a group parameter or a global value.
24002
24003 2004-05-26  Simon Josefsson  <jas@extundo.com>
24004
24005         * starttls.el: Merge with my GNUTLS based starttls.el.
24006         (starttls-gnutls-program, starttls-use-gnutls)
24007         (starttls-extra-arguments, starttls-process-connection-type)
24008         (starttls-connect, starttls-failure, starttls-success):
24009         New variables.
24010         (starttls-program, starttls-extra-args): Doc fix.
24011         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24012         New functions.
24013         (starttls-negotiate, starttls-open-stream):
24014         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24015         function if it is set.
24016
24017 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24020         structured fields.
24021
24022 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24023
24024         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24025
24026 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24027
24028         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24029         Add variable.
24030         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24031         assigning the spam-mark to new messages.
24032
24033 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24034
24035         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24036
24037 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24038
24039         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24040
24041         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24042         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24043         default.
24044
24045 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24046
24047         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24048         correct data.
24049
24050 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24051
24052         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24053         (spam-group-processor-p): Fix function.
24054         (spam-group-processor-multiple-p)
24055         (spam-group-spam-processor-report-gmane-p)
24056         (spam-group-spam-processor-report-resend-p)
24057         (spam-group-spam-processor-bogofilter-p)
24058         (spam-group-spam-processor-blacklist-p)
24059         (spam-group-spam-processor-ifile-p)
24060         (spam-group-ham-processor-ifile-p)
24061         (spam-group-spam-processor-spamoracle-p)
24062         (spam-group-spam-processor-crm114-p)
24063         (spam-group-ham-processor-bogofilter-p)
24064         (spam-group-spam-processor-stat-p)
24065         (spam-group-ham-processor-stat-p)
24066         (spam-group-ham-processor-whitelist-p)
24067         (spam-group-ham-processor-BBDB-p)
24068         (spam-group-ham-processor-spamoracle-p)
24069         (spam-group-ham-processor-copy-p): Remove functions with some
24070         prejudice against unneeded code.
24071         (spam-report-articles-resend)
24072         (spam-report-resend-register-routine): Allow the group/topic
24073         spam-resend-to value to override spam-report-resend-to.
24074         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24075         properly now.
24076
24077         * gnus.el (spam-resend-to): Add group/topic parameter.
24078         (spam-process): Move the OBSOLETE processors to the end of the
24079         choices.
24080
24081 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24082
24083         * spam-report.el (spam-report-resend-to, spam-report-resend):
24084         Start with resend-to set to nil, and then ask the user if necessary.
24085         (spam-report-resend): spam-report-resend takes a list of articles, not
24086         separate article numbers.
24087
24088 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24091         addition to emacs-w3m.
24092
24093 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24094
24095         * assistant.el (assistant-authinfo-data): New function.
24096         (assistant-eval): Eval for entire assistant.
24097
24098         * netrc.el (netrc-services-file): New variable.
24099         (netrc-parse-services): New function.
24100         (netrc-find-service-name): New function.
24101         (netrc-find-service-number): New function.
24102         (netrc-port-equal): New function.
24103         (netrc-machine): Use it.
24104
24105         * nnimap.el (nnimap-open-connection): Use netrc.
24106
24107         * gnus-util.el (gnus-netrc-get): Remove aliases.
24108
24109         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24110
24111         * assistant.el (wid-edit): Fix compilation.
24112
24113         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24114
24115 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24116
24117         * gnus-util.el (gnus-set-file-modes): New function.  (small
24118         patch).
24119
24120 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24121
24122         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24123
24124         * assistant.el (assistant-render-node): Fix up rendering and
24125         read-only text.
24126         (assistant-render-node): Reset.
24127         (assistant-make-read-only): Not sticky.
24128
24129 2004-05-20  Danny Siu  <dsiu@adobe.com>
24130
24131         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24132         centered even when gnus-auto-center-summary is t.
24133
24134 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24135
24136         * dns.el (dns-get-txt-answer): New function.
24137         (dns-read-txt): Ditto.
24138         (query-dns): Use it.
24139
24140 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24141
24142         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24143         active for foreign groups even if the group level is higher than
24144         the specified value.
24145
24146 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24147
24148         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24149         non-active groups.
24150
24151         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24152
24153 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24154
24155         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24156
24157 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24158
24159         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24160         (spam-crm114-header, spam-crm114-spam-switch)
24161         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24162         (spam-crm114-positive-spam-header)
24163         (spam-crm114-database-directory, spam-list-of-processors)
24164         (spam-group-spam-processor-crm114-p)
24165         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24166         (spam-generic-score, spam-list-of-checks)
24167         (spam-list-of-statistical-checks, spam-registration-functions)
24168         (spam-check-crm114-headers, spam-crm114-score)
24169         (spam-check-crm114, spam-crm114-register-with-crm114)
24170         (spam-crm114-register-spam-routine)
24171         (spam-crm114-unregister-spam-routine)
24172         (spam-crm114-register-ham-routine)
24173         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24174
24175 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24176
24177         * gnus.el: Add spam-use-crm114.
24178
24179         * spam.el (spam-list-of-processors, spam-registration-functions):
24180         Add spam-use-resend.
24181         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24182         (spam-report-articles-gmane): Add doc fix.
24183         (spam-report-articles-resend, spam-report-resend-register-routine):
24184         Add wrappers around spam-report-resend-to.
24185
24186         * spam-report.el (spam-report-resend-to, spam-report-resend):
24187         Add support for resending spam.
24188         (spam-report-gmane): Fix line length >80.
24189
24190         * gnus.el (spam-process): Add spam-use-resend.
24191
24192 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24193
24194         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24195         number of processed spam messages.
24196         (spam-ham-copy-or-move-routine): Return the number of processed
24197         ham messages.
24198         (spam-summary-prepare-exit): Use the above values to decide
24199         whether status messages shouled be displayed.
24200
24201 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24202
24203         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24204         `rfc2047-encoding-function-alist' in order to avoid conflicting
24205         with the old version.
24206         (rfc2047-encode-region): Concatenate words containing non-ASCII
24207         characters in structured fields; don't encode space-delimited
24208         ASCII words even in unstructured fields; don't break words at
24209         char-category boundaries.
24210         (rfc2047-encode-1): New function.
24211         (rfc2047-encode): Use it; encode text so that it occupies the
24212         maximum width within 76-column; work correctly on Q encoding for
24213         iso-2022-* charsets.
24214         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24215         sure not to break a line just after the header name.
24216         (rfc2047-b-encode-region): Remove.
24217         (rfc2047-b-encode-string): New function.
24218         (rfc2047-q-encode-region): Remove.
24219         (rfc2047-q-encode-string): New function.
24220
24221         * mm-util.el (mm-replace-in-string): New function.
24222
24223 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24224
24225         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24226         Really get it right.
24227         (gnus-inews-make-draft): Really.
24228
24229 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24230
24231         * nnmh.el (nnmh-request-list-1): Don't check the link count
24232         before descending.  (small patch)
24233
24234 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24235
24236         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24237         stuff.
24238
24239         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24240         Match on real group name.
24241
24242         * gnus-art.el (gnus-signature-limit): Doc fix.
24243
24244         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24245
24246         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24247
24248 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24249
24250         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24251         isn't a string.
24252
24253 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24254
24255         * gnus-draft.el (gnus-draft-send):
24256         Bind rfc2047-encode-encoded-words.
24257
24258         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24259         (rfc2047-encodable-p): Say that =? needs encoding.
24260         (rfc2047-encode-encoded-words): New variable.
24261
24262         * gnus-group.el (gnus-group-select-group): Doc fix.
24263
24264         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24265
24266         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24267         to nil.
24268
24269         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24270
24271         * nnheader.el (nnheader-get-lines-and-char): New function.
24272
24273 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24274
24275         * gnus-msg.el (gnus-summary-followup-with-original):
24276         Document yanking of region when active.
24277
24278 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24279
24280         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24281         groups if the group level is higher than the specified value.
24282
24283 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24284
24285         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24286         (gnus-group-jump-to-group): Add prefix argument using
24287         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24288         non-active group.
24289
24290         * compface.el (uncompface): Be verbose when changing
24291         `uncompface-use-external'.
24292
24293         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24294         handle manual section.
24295
24296 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24297
24298         * gnus-art.el (gnus-button-alist): Revert previous change.
24299
24300 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24301
24302         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24303
24304 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24305
24306         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24307         whether backend can accept message.
24308
24309         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24310
24311 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24312
24313         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24314         Avoid creating directory when nntp-marks-is-evil is true.
24315         Reported by Reiner Steib.
24316
24317 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24318
24319         * gnus-picon.el (gnus-picon-insert-glyph):
24320         Add optional `nostring' argument.
24321
24322 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24323
24324         * gnus-picon.el (gnus-picon-style): New variable.
24325         (gnus-picon-transform-address): Support `gnus-picon-style'.
24326
24327 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24328
24329         * message.el (message-fill-field): Return point.
24330         (message-generate-headers): Go to end of field.
24331
24332         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24333         stuff for non-living groups.
24334
24335 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24336
24337         * gnus-art.el (gnus-article-followup-with-original)
24338         (gnus-article-reply-with-original): gnus-mark-active-p ->
24339         gnus-region-active-p.
24340
24341 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24342
24343         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24344         only when there is spam or ham to be processed.
24345
24346 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24347
24348         * mail-source.el (mail-source-delete-crash-box): Refactor.
24349         (mail-source-fetch): Use it.
24350         (mail-source-fetch-file): Ditto.
24351         (mail-source-fetch-directory): Run postscript in loop.
24352         (mail-source-fetch-pop): Delete.
24353         (mail-source-fetch-maildir): Ditto.
24354         (mail-source-fetch-imap): Ditto.
24355
24356         * imap.el (imap-authenticators): Comment out sasl.
24357
24358         * message.el (message-skip-to-next-address): New function.
24359         (message-fill-header-address): Refactor.
24360         (message-fill-address): Use it.
24361         (message-delete-address): Use it.
24362         (message-fill-header-general): Refactor.
24363         (message-fill-field-address): Rename.
24364         (message-narrow-to-field): Find the start of the header.
24365         (message-header-format-alist): Don't pre-fill.
24366         (message-fill-header): Remove.
24367         (message-insert-header): New function.
24368         (message-shorten-references): Use it.
24369
24370         * rfc2047.el (rfc2047-field-value): Strip props.
24371
24372         * mail-parse.el (mail-header-make-address): New alias.
24373
24374         * ietf-drums.el (ietf-drums-make-address): New function.
24375
24376         * imap.el: Add compiler directives.
24377
24378         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24379
24380         * gnus-art.el (article-decode-idna-rhs): Don't use
24381         message-idna-inside-rhs-p.
24382
24383 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24384
24385         * message.el (message-idna-inside-rhs-p): Remove.
24386         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24387
24388         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24389         false positives.
24390
24391 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24392
24393         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24394
24395 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24396
24397         * nneething.el (nneething-file-name): Don't create spurious
24398         files.
24399
24400         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24401         (gnus-inews-do-gcc): Remove sleep.
24402
24403         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24404         part under point.
24405
24406         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24407         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24408
24409 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24410
24411         * spam.el (spam-summary-prepare-exit): Fix (length).
24412
24413 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24414
24415         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24416         as expired without moving it" message when there are spam
24417         messages left.
24418
24419 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24420
24421         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24422         header is not nil.
24423
24424 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24425
24426         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24427         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24428         (nntp-marks-changed-p): New arg SERVER.
24429         (nntp-request-update-info): Adjust caller.
24430
24431 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24432
24433         * nntp.el (nntp-save-marks): Pass missing arg.
24434
24435 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24436
24437         * nntp.el: Support marks.
24438         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24439         (nntp-marks-modtime, nntp-marks-directory): New variables.
24440         (nntp-request-set-mark, nntp-request-update-info)
24441         (nntp-possibly-create-directory, nntp-marks-changed-p)
24442         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24443         New functions.
24444
24445 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24446
24447         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24448         (gnus-xmas-redefine): Rename.
24449
24450         * gnus-score.el (gnus-score-insert-help):
24451         Use gnus-select-lowest-window.
24452
24453         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24454         appt-select-lowest-window and rename to gnus-select-lowest-window.
24455
24456         * gnus.el: do.
24457
24458 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24459
24460         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24461         encodings of MIME-encoded words, in order to improve
24462         interoperability with several broken MUAs.
24463
24464 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24465
24466         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24467         tags, only when charsets are not specified in headers.
24468         (mm-inline-text-html-render-with-w3m): Ditto.
24469
24470         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24471         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24472
24473 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24474
24475         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24476         instead of MIME-decoded from fields when checking
24477         `gnus-article-address-banner-alist'.
24478
24479 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24480
24481         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24482         description rather than subject.
24483
24484 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24485
24486         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24487
24488 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24489
24490         * gnus.el (gnus-version-number): Bump.
24491
24492 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24493
24494         * gnus.el: No Gnus v0.2 is released.
24495
24496 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24497
24498         * gnus-agent.el (gnus-agent-read-agentview):
24499         Inline gnus-uncompress-range.
24500
24501 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24502
24503         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24504         `exec-installed-p'.
24505
24506 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24507
24508         * gnus.el (spam-process, spam-autodetect-methods):
24509         Add bsfilter and bsfilter-headers.
24510
24511         * spam.el (spam-bsfilter): New customize group.
24512         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24513         (spam-bsfilter-header, spam-bsfilter-probability-header)
24514         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24515         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24516         (spam-bsfilter-database-directory): New options.
24517         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24518         (spam-list-of-statistical-checks, spam-registration-functions):
24519         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24520         (spam-bsfilter-score): New command.
24521         (spam-check-bsfilter-headers, spam-check-bsfilter)
24522         (spam-bsfilter-register-with-bsfilter)
24523         (spam-bsfilter-register-spam-routine)
24524         (spam-bsfilter-unregister-spam-routine)
24525         (spam-bsfilter-register-ham-routine)
24526         (spam-bsfilter-unregister-ham-routine): New functions.
24527         (spam-generic-score): Support bsfilter; Accept an optional argument
24528         to recalcurate spam score even if scoring header has already been
24529         added.
24530         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24531         optional argument to recalcurate spam score even if scoring header
24532         has already been added.
24533
24534 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24535
24536         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24537         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24538         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24539         link is missing.
24540
24541 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24542
24543         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24544         (html2text-get-attr): Rewrite.
24545
24546         * message.el (message-setup-1): Remove redundant put-text-property
24547         on mail-header-separator.
24548
24549 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24550
24551         * gnus-registry.el (gnus-registry-cache-whitespace)
24552         (gnus-registry-action, gnus-registry-spool-action)
24553         (gnus-registry-split-fancy-with-parent): Change message levels
24554         from 5 to 3 or 7, as needed.
24555
24556         * spam.el (spam-summary-prepare-exit)
24557         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24558         (spam-split, spam-find-spam, spam-log-undo-registration)
24559         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24560         level from 5 to 6.
24561
24562 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24563
24564         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24565         2004-03-04 change).
24566
24567 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24568
24569         * sieve-manage.el (sieve-manage-open):
24570         * nnweb.el (nnweb-insert-html):
24571         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24572         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24573         * nnspool.el (nnspool-request-group):
24574         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24575         * nnml.el (nnml-request-update-info):
24576         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24577         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24578         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24579         (nnimap-request-set-mark):
24580         * nnfolder.el (nnfolder-request-update-info):
24581         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24582         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24583         * gnus-uu.el (gnus-uu-find-articles-matching):
24584         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24585         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24586         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24587         * gnus-nocem.el (gnus-nocem-scan-groups):
24588         * gnus-int.el (gnus-start-news-server):
24589         * gnus-group.el (gnus-group-make-kiboze-group)
24590         (gnus-group-browse-foreign-server):
24591         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24592         Use mapc when appropriate.
24593
24594 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24595             Adam Sjøgren  <asjo@koldfront.dk>
24596             Wes Hardaker  <wes@hardakers.net>
24597             Michael Shields  <shields@msrl.com>
24598
24599         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24600         may need for spam sorting and scoring.
24601         (spam-user-format-function-S): Add user format function suitable for
24602         general use.
24603         (spam-article-sort-by-spam-status): Add sorting function for summary
24604         sorting.
24605         (spam-extra-header-to-number): Add function to get a score from a
24606         header.
24607         (spam-summary-score): Add function to get a numeric score from the
24608         headers.
24609         (spam-generic-score): Fix function doc, was in wrong place.
24610         (spam-initialize): Take symbols when it's run, and install the
24611         extra headers that spam-necessary-extra-headers thinks we need.
24612
24613 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24614
24615         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24616         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24617
24618 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24619
24620         * gnus-sum.el (gnus-set-global-variables)
24621         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24622         (gnus-article-get-xrefs, gnus-summary-best-group)
24623         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24624         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24625         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24626         Use with-current-buffer.
24627
24628 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24629
24630         * spam.el (spam-summary-prepare-exit): Simplify logic.
24631         (spam-fetch-article-header): Read the article header if it's not
24632         available.
24633         (spam-list-articles): Simplify logic.
24634         (spam-filelist-register-routine): Fix bug with unregister-list.
24635
24636         * gnus-registry.el: Fix comments at beginning.
24637
24638 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24639
24640         * message.el (message-cater-to-broken-inn): Remove.
24641         (message-shorten-references): Make sure the total folded length of
24642         References is shorter than 998 characters to cater to a bug in INN
24643         2.3.  Also, don't pretend that references aren't folded -- this
24644         hasn't worked for a while.
24645
24646 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24647
24648         * gnus-agent.el (gnus-agentize):
24649         gnus-agent-send-mail-real-function no longer set to current value
24650         of message-send-mail-function but rather a lambda that calls
24651         message-send-mail-function.  The change makes the agent real-time
24652         responsive to user changes to message-send-mail-function.
24653
24654 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24655
24656         * legacy-gnus-agent.el
24657         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24658         help from Florian Weimer <fw@deneb.enyo.de>
24659
24660 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24661
24662         * nnmail.el (nnmail-cache-insert): Revert last change.
24663
24664 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24665
24666         * nnmail.el (nnmail-cache-insert): Always check whether
24667         nnmail-cache-ignore-groups matches a group name.
24668
24669 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24670
24671         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24672         (spam-find-spam, spam-log-processing-to-registry)
24673         (spam-log-registered-p, spam-log-unregistration-needed-p)
24674         (spam-log-undo-registration): Use gnus-message instead of
24675         gnus-error, none of these errors are fatal.
24676
24677         * gnus-registry.el (gnus-registry-clean-empty-function)
24678         (gnus-registry-clean-empty): Remove only empty entries without
24679         extra data.
24680
24681 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24682
24683         * spam-stat.el (spam-stat-buffer-change-to-spam)
24684         (spam-stat-buffer-change-to-non-spam): Change (error) to
24685         (gnus-message 8) invocation.
24686
24687 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24688
24689         * nntp.el (nntp-via-netcat-command): New variable.
24690         (nntp-via-netcat-switches): New variable.
24691         (nntp-open-via-rlogin-and-netcat): New function.
24692         (nntp-open-connection-function): Doc fix.
24693         (nntp-telnet-command): Doc fix.
24694         (nntp-end-of-line): Doc fix.
24695         (nntp-via-rlogin-command): Doc fix.
24696         (nntp-via-user-name): Doc fix.
24697         (nntp-via-address): Doc fix.
24698
24699 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24700
24701         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24702         error in Emacs 21.1.
24703
24704 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24705
24706         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24707
24708 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24709
24710         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24711         (gnus-agent-with-refreshed-group): New macro.
24712         (gnus-agent-rename-group): New function.
24713         (gnus-agent-delete-group): New function.
24714         (gnus-agent-save-group-info): Use gnus-command-method when
24715         `method' parameter is nil.  Don't write nil entries into the
24716         active file.
24717         (gnus-agent-get-group-info): New function.
24718         (gnus-agent-fetch-articles):
24719         Use gnus-agent-update-files-total-fetched-for to increment disk space
24720         used.
24721         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24722         Use gnus-agent-update-view-total-fetched-for to increment disk space
24723         used.
24724         (gnus-agent-get-local): Add optional parameters to avoid calling
24725         gnus-group-real-name and gnus-find-method-for-group.
24726         (gnus-agent-set-local): Delete stored entry if either min, or max,
24727         are nil.
24728         (gnus-agent-fetch-session): Reworded error/quit messages.
24729         On quit, use gnus-agent-regenerate-group to record existance of any
24730         articles fetched to disk before the quit occurred.
24731         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24732         gnus-agent-update-view-total-fetched-for, and
24733         gnus-agent-update-files-total-fetched-for to decrement disk space
24734         used.
24735         (gnus-agent-retrieve-headers):
24736         Use gnus-agent-update-view-total-fetched-for to increment disk space
24737         used.
24738         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24739         with gnus-agent-update-files-total-fetched-for to decrement disk
24740         space and fresh group buffer.
24741         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24742         (gnus-agent-need-update-total-fetched-for): New variable.
24743         (gnus-agent-update-files-total-fetched-for): New function.
24744         (gnus-agent-update-view-total-fetched-for): New function.
24745         (gnus-agent-total-fetched-for): New function.
24746
24747         * gnus-cache.el (gnus-cache-save-buffers):
24748         Use gnus-cache-update-overview-total-fetched-for to change disk space
24749         used by this group.
24750         (gnus-cache-possibly-enter-article):
24751         Use gnus-cache-update-file-total-fetched-for to increment disk space
24752         used by this group.
24753         (gnus-cache-possibly-remove-article):
24754         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24755         used by this group.
24756         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24757         (gnus-cache-rename-group): New function.
24758         (gnus-cache-delete-group): New function.
24759         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24760         (gnus-cache-need-update-total-fetched-for): New variable.
24761         (gnus-cache-with-refreshed-group): New macro.
24762         (gnus-cache-update-file-total-fetched-for): New function.
24763         (gnus-cache-update-overview-total-fetched-for): New function.
24764         (gnus-cache-rename-group-total-fetched-for): New function.
24765         (gnus-cache-delete-group-total-fetched-for): New function.
24766         (gnus-cache-total-fetched-for): New function.
24767
24768         * gnus-group.el: Require gnus-sum and autoload functions to
24769         resolve warnings when gnus-group.el compiled alone.
24770         (gnus-group-line-format): Documented new %F.
24771         (size of Fetched data) group line format; identifies disk space
24772         used by agent and cache.
24773         (gnus-group-line-format-alist): Defined new F format.
24774         (gnus-total-fetched-for): New function.
24775         (gnus-group-delete-group): No longer update
24776         gnus-cache-active-altered as gnus-request-delete-group now keeps
24777         the cache in sync.
24778         (gnus-group-list-active): Let the agent store a server's active
24779         list if currently plugged.
24780
24781         * gnus-int.el (gnus-request-delete-group):
24782         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24783         local disk in sync with the server.
24784         (gnus-request-rename-group):
24785         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24786         local disk in sync with the server.
24787
24788         * gnus-start.el (gnus-get-unread-articles):
24789         Cosmetic simplification to logic.
24790
24791         * gnus-util.el (gnus-rename-file): New function.
24792
24793 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24794
24795         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24796
24797 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24798
24799         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24800         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24801
24802 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24803
24804         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24805         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24806
24807 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24808
24809         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24810
24811 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24812
24813         * spam.el (spam-set-difference): Add function to replace
24814         gnus-set-difference in spam.el.
24815         (spam-summary-prepare-exit): Use spam-set-difference.
24816
24817 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24818
24819         * gnus-registry.el (gnus-registry-cache-file): Update to use
24820         gnus-dribble-directory OR gnus-home-directory OR ~.
24821         (gnus-registry-split-fancy-with-parent): Fix doc.
24822
24823 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24824
24825         * message.el (message-exchange-point-and-mark):
24826         Use message-mark-active-p.  Suggested by Jesper Harder
24827         <harder@ifa.au.dk>.
24828
24829 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24830
24831         * message.el (message-exchange-point-and-mark): Don't activate
24832         region if it was inactive.  Suggested by Hiroshi Fujishima
24833         <pooh@nature.tsukuba.ac.jp>.
24834
24835 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24836
24837         * gnus-art.el (article-display-face): Display Faces in the same
24838         order as X-Faces.
24839
24840 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24841
24842         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24843
24844 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24845
24846         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24847         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24848         (gnus-article-mime-hierarchy): Remove.
24849         (gnus-article-mime-hierarchy-next): Remove.
24850         (gnus-article-mode): Revert 2004-03-19 change.
24851         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24852         (gnus-insert-mime-button): Revert 2004-03-19 change.
24853         (gnus-mime-accumulate-hierarchy): Remove.
24854         (gnus-mime-enter-multipart): Remove.
24855         (gnus-mime-leave-multipart): Remove.
24856         (gnus-mime-display-part): Revert 2004-03-19 change.
24857         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24858
24859         * mml.el (mml-preview): Revert 2004-03-19 change.
24860
24861 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24862
24863         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24864
24865 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24866
24867         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24868         t while entering a file name using the mm-with-multibyte macro.
24869         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24870
24871         * mm-util.el (mm-with-multibyte): New macro.
24872
24873 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24874
24875         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24876         New user option.
24877         (gnus-mime-multipart-functions): Doc and customization fix.
24878         (gnus-article-mime-hierarchy): New variable.
24879         (gnus-article-mime-hierarchy-next): New variable.
24880         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24881         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24882         gnus-article-mime-hierarchy-next to nil.
24883         (gnus-insert-mime-button): Show hierarchy numbers.
24884         (gnus-mime-accumulate-hierarchy): New function.
24885         (gnus-mime-enter-multipart): New function.
24886         (gnus-mime-leave-multipart): New function.
24887         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24888         (gnus-mime-display-alternative): Show hierarchy numbers.
24889
24890         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24891         gnus-article-mime-hierarchy-next to nil.
24892
24893 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24894
24895         * dns.el: Don't require gnus-xmas.
24896
24897 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24898
24899         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24900         inline PGP.
24901         (mml-menu): Disable mml-quote-region if mark is inactive.
24902
24903 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24904
24905         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24906         when the group's active is not available.
24907
24908 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24909
24910         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24911         error.
24912
24913 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24914
24915         * imap.el (imap-store-password): New variable.
24916         (imap-interactive-login): Use it.
24917         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24918
24919 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24922         window-start and hscroll to summary window.
24923
24924 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24925
24926         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24927         conversion message to newsrc-dribble when an actual conversion is
24928         performed.
24929
24930 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24931
24932         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24933
24934 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24935
24936         * mm-decode.el (mm-complicated-handles): New function reviving
24937         former definition of mm-multiple-handles.
24938
24939         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24940         (gnus-mime-delete-part): Use it.
24941
24942 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24943
24944         * gnus-agent.el (gnus-agent-read-local):
24945         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24946         avoid the implicit assumption that they will always be equal.
24947         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24948         coding-system-for-write, as the with-temp-file macro first prints
24949         to a buffer then saves the buffer.
24950
24951 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * gnus-art.el (gnus-article-edit-part): New function.
24954         (gnus-mime-save-part-and-strip): Use it; do query instead of
24955         signaling an error; don't use mm-multiple-handles.
24956         (gnus-mime-delete-part): Ditto.
24957
24958 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24959
24960         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24961         old file versions.
24962         (gnus-group-prepare-hook): Remove function that converted list
24963         form of gnus-agent-expire-days to group properties.
24964
24965         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24966         (gnus-request-accept-article): Re-indented.
24967
24968         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24969         converters to handle old agent file formats.  Add logic for a
24970         "backup before upgrading warning".
24971         (gnus-convert-mark-converter-prompt): Developers can mark
24972         functions as needing (default), or not needing,
24973         gnus-convert-old-newsrc's "backup before upgrading warning".
24974         (gnus-convert-converter-needs-prompt): Tests whether the user
24975         should be protected from potentially irreversable changes by the
24976         function.
24977
24978         * legacy-gnus-agent.el: New.  Provides converters that are only
24979         loaded when gnus-convert-old-newsrc needs to call them.
24980
24981 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24982
24983         * mail-source.el (mail-source-touch-pop): Doc fix.
24984
24985         * message.el (message-smtpmail-send-it): Doc fix.
24986
24987 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24988
24989         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24990
24991         * nnmail.el (nnmail-split-fancy): do.
24992
24993         * gnus-kill.el (gnus-kill, gnus-execute): do.
24994
24995 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24996
24997         * gnus-sum.el (gnus-widget-reversible-match)
24998         (gnus-widget-reversible-to-internal)
24999         (gnus-widget-reversible-to-external): New functions.
25000         (gnus-widget-reversible): New widget.
25001         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25002
25003 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25004
25005         * gnus-sum.el (gnus-thread-sort-functions)
25006         (gnus-article-sort-functions): Document `(not F)' items.
25007
25008 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25009
25010         * spam.el (spam-use-gmane-xref): Add new backend.
25011         (spam-gmane-xref-spam-group): Add variable to control the name of the
25012         Gmane spam group.
25013         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25014         (spam-regex-headers-spam, spam-regex-headers-ham)
25015         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25016         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25017         backends and checks.
25018         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25019
25020         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25021         an autodetect method.
25022
25023 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25024
25025         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25026         articles are being added to a group.
25027         (gnus-request-replace-article): Inform the agent that articles
25028         need to be uncached as the cached contents are no longer valid.
25029
25030 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25031
25032         * binhex.el: Don't autoload executable-find.
25033
25034         * canlock.el: Don't autoload mail-fetch-field.
25035
25036         * dgnushack.el: Autoload c-mode for XEmacs.
25037
25038         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25039
25040         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25041         rmail-dont-reply-to and rmail-output.
25042
25043         * gnus-score.el: Don't autoload ffap-string-at-point.
25044
25045         * gnus-setup.el: Don't autoload sc-cite-original.
25046
25047         * imap.el: Don't autoload base64-decode-string,
25048         base64-encode-string and md5.
25049
25050         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25051         and rmail-msg-restore-non-pruned-header.
25052
25053         * mm-decode.el: Don't autoload executable-find.
25054
25055         * mm-url.el: Don't autoload executable-find.
25056
25057         * mm-view.el: Don't autoload diff-mode.
25058
25059         * nndb.el: Don't autoload news-reply-mode, news-setup,
25060         cancel-timer and telnet.
25061
25062         * password.el: Don't autoload run-at-time for Emacs.
25063
25064         * sha1-el.el: Don't autoload executable-find.
25065
25066         * sieve-mode.el: Don't autoload c-mode.
25067
25068         * uudecode.el: Don't autoload executable-find.
25069
25070 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25071
25072         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25073         (gnus-agent-possibly-alter-active): Avoid null in numeric
25074         comparison.
25075         (gnus-agent-set-local): Refuse to save null in local object table.
25076         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25077         list of articles that will be marked as unread.
25078
25079 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25080
25081         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25082
25083 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25084
25085         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25086         language tags.
25087
25088 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25089
25090         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25091         Don't bind "obarray".
25092
25093         * gnus-sum.el (gnus-thread-sort-functions):
25094         Add `gnus-thread-sort-by-most-recent-number' and
25095         `gnus-thread-sort-by-most-recent-date'.
25096         Reported by Kai Grossjohann <kai@emptydomain.de>.
25097
25098 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25099
25100         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25101
25102 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25103
25104         * gnus-cus.el (gnus-agent-customize-category):
25105         Remove ignore-errors macro reference that required cl to be loaded at
25106         run-time.
25107
25108         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25109         single-interval range of the form (min . max).  Previously the
25110         range had to look like ((min . max)).  Likewise, return
25111         (min . max) rather than ((min . max)).
25112         (gnus-range-map): Use gnus-range-normalize to accept
25113         single-interval range.
25114
25115         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25116         the cache, but not the agent, now appear with their usual face.
25117
25118         * dgnushack.el (loaddir): New variable that is bound to the
25119         directory containing the dgnushack.el file. Use loaddir, rather
25120         than srcdir, to update load-path. Change lets dgnushack compile
25121         code in directories other than GNUS/lisp.
25122
25123 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25124
25125         * lpath.el: Don't bind w3m-safe-url-regexp.
25126
25127         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25128         w3m-safe-url-regexp variable buffer-local.
25129
25130         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25131
25132 2004-02-27  Simon Josefsson  <jas@extundo.com>
25133
25134         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25135         gnus-group-real-prefix.
25136         (gnus-summary-move-article): Use it, instead of
25137         gnus-group-real-prefix.
25138
25139 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * lpath.el: Bind w3m-safe-url-regexp.
25142
25143         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25144         w3m-safe-url-regexp variable buffer-local and set it as the value
25145         of mm-w3m-safe-url-regexp.
25146
25147         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25148
25149         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25150         parsing gnus-posting-styles when the message is not for replying.
25151
25152         * dgnushack.el: Autoload sgml-mode for XEmacs.
25153
25154         * nnrss.el (nnrss-opml-export):
25155         Use mm-set-buffer-file-coding-system instead of
25156         set-buffer-file-coding-system.
25157
25158 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25159
25160         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25161         of checkdoc.el).
25162         * nnrss.el: do.
25163         * gnus-mlspl.el: do.
25164         * gnus-ml.el: do.
25165         * gnus-srvr.el: do.
25166
25167         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25168
25169 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25170
25171         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25172         Corrections to custom-manual links.
25173
25174         * gnus-art.el (gnus-article): Ditto.
25175
25176         * mm-decode.el (mime-display, mime-security): Ditto.
25177
25178 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25179
25180         * flow-fill.el: Typo.
25181
25182 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25183
25184         * spam-wash.el: New file.
25185
25186 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25187
25188         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25189
25190 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25191
25192         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25193         to be run with new-articles as LIST1, not LIST2.
25194         (spam-registration-functions): Add spam-use-ham-copy as a nil
25195         registration backend.
25196
25197 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25198
25199         * spam-stat.el (spam-stat-washing-hook): New option.
25200         (spam-stat-buffer-words): Use it.
25201         (spam-stat-process-directory, spam-stat-test-directory):
25202         Use insert-file-contents-literally.
25203         (spam-stat-coding-system): New variable.
25204         (spam-stat-load, spam-stat-save): Use it.
25205
25206 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25207
25208         * spam-report.el (spam-report-plug-agent):
25209         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25210
25211 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25212
25213         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25214         Allow / in mailto URLs.
25215
25216 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25217
25218         * spam-report.el (spam-report-process-queue): Fix interactive use.
25219         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25220         (spam-report-unplug-agent): Doc fixes.
25221         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25222         (spam-report-agentize, spam-report-deagentize): Autoload.
25223
25224 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25225
25226         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25227
25228         * message.el (message-setup-fill-variables): Add mml tags to
25229         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25230         <ajk@iu.edu>.
25231         (message-mode): Don't modify paragraph-separate there.
25232
25233 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25234
25235         * compface.el (uncompface-use-external): Default to undecided.
25236         (uncompface-use-external-threshold): New variable.
25237         (uncompface-float-time): New macro.
25238         (uncompface): Determine whether to use the external decoder if
25239         uncompface-use-external is undecided.
25240
25241 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25242
25243         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25244         after images.
25245
25246         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25247
25248 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25249
25250         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25251
25252         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25253
25254         * gnus-sum.el (gnus-summary-limit-to-age)
25255         (gnus-summary-limit-children): do.
25256
25257         * gnus-int.el (gnus-request-scan): do.
25258
25259         * gnus-group.el (gnus-group-suspend): do.
25260
25261         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25262
25263         * gnus-cite.el (gnus-cite-parse-attributions): do.
25264
25265         * gnus-agent.el (gnus-summary-set-agent-mark)
25266         (gnus-agent-regenerate-group): do.
25267
25268         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25269
25270         * binhex.el (binhex-decode-region-internal): do.
25271
25272 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * gnus-fun.el (gnus-face-properties-alist): New user option.
25275         (gnus-display-x-face-in-from): Use it.
25276
25277         * gnus-art.el (article-display-face): Ditto.
25278
25279         * compface.el (uncompface-use-external): Default to nil.
25280
25281 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25282
25283         * nntp.el (nntp-erase-buffer): New function.
25284         (nntp-retrieve-data, nntp-send-command)
25285         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25286         (nntp-possibly-change-group): Use it.
25287
25288         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25289         Use with-current-buffer.
25290
25291 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25292
25293         * compface.el: Merge the ELisp-based uncompface program.
25294         (compface): New customization group.
25295         (uncompface-use-external): New user option.
25296         (uncompface): Call uncompface-internal if uncompface-use-external
25297         is nil.
25298         (uncompface-internal): New function.  Note that there are also
25299         some other functions and variables added for this function.
25300
25301 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25302
25303         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25304         if necessary.
25305
25306 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25307
25308         * spam-report.el (spam-report-unplug-agent)
25309         (spam-report-plug-agent, spam-report-deagentize)
25310         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25311         Add support for the Agent in spam-report: when unplugged, report to a
25312         file; when plugged, submit all the requests.
25313
25314         * spam.el (spam-register-routine): Fix message about
25315         registration.
25316
25317 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25318
25319         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25320         dependencies.
25321         (rfc2047-encode): Use it.
25322
25323         * gnus-art.el (gnus-button-marker-list): Move before first
25324         reference.
25325
25326         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25327         (imap-parse-body): Fix format string mismatch.
25328
25329         * gnus-score.el (gnus-summary-increase-score): do.
25330
25331         * nnrss.el (nnrss-close): New function.
25332
25333 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25334
25335         * nnrss.el (nnrss-make-filename): New function.
25336         (nnrss-request-delete-group, nnrss-read-server-data)
25337         (nnrss-save-server-data, nnrss-read-group-data)
25338         (nnrss-save-group-data): Use it.
25339         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25340         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25341         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25342
25343 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25344
25345         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25346
25347 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25348
25349         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25350         files.
25351
25352         * message.el (message-generate-headers-first): Don't quote nil
25353         and t in docstrings.
25354
25355         * imap.el (imap-id): do.
25356
25357         * gnus-agent.el (gnus-agent-consider-all-articles)
25358         (gnus-agent-queue-mail): do.
25359
25360 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25361
25362         * spam-report.el (spam-report-process-queue): New function.
25363         Process requests from `spam-report-requests-file'.
25364         (spam-report-process-queue): Doc fix.
25365
25366 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25367
25368         * spam.el (spam-register-routine)
25369         (spam-log-processing-to-registry, spam-log-registered-p)
25370         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25371         Change "check" to "spam-check" for semi-clarity.
25372
25373 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25374
25375         * pop3.el: Require nnheader.
25376
25377         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25378
25379         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25380
25381         * gnus-picon.el: Require cl.
25382
25383         * gnus-fun.el: Require gnus-ems and gnus-util.
25384
25385         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25386
25387         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25388
25389         * gnus-art.el (gnus-article-edit-mode): Define before first
25390         reference.
25391
25392 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25393
25394         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25395         (gnus-uu-post-encoded): Use point-at-bol.
25396
25397         * gnus-topic.el (gnus-group-active-topic-p): do.
25398
25399         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25400
25401         * gnus-group.el (gnus-group-kill-region): do.
25402
25403         * gnus-art.el (article-date-ut): do.
25404
25405         * message.el (message-fetch-field): Remove redundant
25406         case-fold-search binding.
25407         (message-narrow-to-field): Simplify.
25408
25409 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25410
25411         * spam.el (spam-directory): Derive from `gnus-directory'.
25412
25413         * spam-report.el (spam-report-url-to-file)
25414         (spam-report-requests-file): New function and variable for offline
25415         reporting.
25416         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25417         and user defined function.
25418         (spam-report-url-ping-mm-url): Remove doubled slash.
25419
25420 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25421
25422         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25423
25424 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25425
25426         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25427         Fix format string mismatch.
25428
25429         * sieve.el (sieve-deactivate-all): do.
25430
25431         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25432
25433         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25434
25435         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25436
25437         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25438
25439 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25440
25441         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25442         the list of checks.
25443
25444 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25445
25446         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25447         padding.
25448
25449 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25450
25451         * mm-view.el (mm-fill-flowed): New variable.
25452         (mm-inline-text): Use it.
25453
25454 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25455
25456         * spam.el (spam-spamassassin-register-ham-routine)
25457         (spam-spamassassin-register-spam-routine): Fix function names.
25458
25459 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25460
25461         * gnus.el (gnus-tmp-grouplens): Remove.
25462         (gnus-summary-line-format): Remove grouplens.
25463
25464         * gnus-group.el (gnus-group-line-format): Ditto.
25465
25466         * gnus-spec.el (gnus-format-specs): Ditto.
25467         (gnus-update-format-specifications): Flush the group format spec
25468         cache if there's the grouplens stuff.
25469         (gnus-parse-simple-format): Replace %l with the empty string.
25470
25471 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25472
25473         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25474         omission.
25475
25476 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25477
25478         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25479         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25480
25481 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25482
25483         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25484         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25485         New macros and functions.
25486         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25487         Handle > NLINK_MAX messages.
25488         * nnmaildir.el (nnmaildir-request-set-mark):
25489         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25490
25491 2004-01-25  Alex Schroeder  <alex@gnu.org>
25492
25493         * spam-stat.el (spam-stat-process-directory-age): New option.
25494         (spam-stat-process-directory): Use it.
25495
25496 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25497
25498         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25499         (spam-stat-save): Accept prefix argument.
25500
25501 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25502
25503         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25504         links" error.
25505
25506 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25507
25508         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25509         the rest of the and/or forms.
25510
25511 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25512
25513         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25514         compatibility with old .newsrc.eld files.
25515
25516         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25517
25518         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25519
25520         * gnus-start.el (gnus-1): do.
25521
25522         * gnus-group.el (gnus-group-line-format-alist): do.
25523
25524         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25525
25526         * gnus-gl.el: Remove.
25527
25528 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25529
25530         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25531         marks consisting of a single range {for example, (3 . 5)} rather
25532         than a list of a single range { ((3 . 5)) }.
25533
25534 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25535
25536         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25537         Use with-current-buffer.
25538         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25539         avoid consing a string.
25540
25541         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25542         Remove obsolete entries for big5 and gb2312.
25543
25544 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25545
25546         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25547         uncompressed list.
25548
25549 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25550
25551         * spam-stat.el (spam-stat-strip-xref): New function.
25552         (spam-stat-process-directory): Use it.
25553
25554         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25555         here -- it's done in message-fetch-field.
25556
25557 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25558
25559         * gnus-agent.el (gnus-agent-queue-mail)
25560         (gnus-agent-prompt-send-queue): New variables.
25561         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25562         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25563         "nndraft:queue" along to gnus-draft-send.
25564         Use gnus-agent-prompt-send-queue.
25565         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25566         is "nndraft:queue".  Suggested by Gaute Strokkenes
25567         <gs234@srcf.ucam.org>
25568
25569         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25570         (agent-enable-undownloaded-faces): Add.
25571         (gnus-agent-cat-groups): Use eval-and-compile, not
25572         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25573         method of gnus-agent-cat-groups even when the buffer has been
25574         evaled.
25575         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25576         delete gnus-agent-save-active-1.
25577         (gnus-agent-save-groups): Delete.  Identical to
25578         gnus-agent-save-active.
25579         (gnus-agent-write-active): No longer adjust agent's copy of active
25580         file as agent's adjustments are now stored in their own
25581         file.  Remove optional parameter.
25582         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25583         servers.  Add use of min/max range limits from server's local
25584         file.
25585         (gnus-agent-save-alist): Remove unused optional argument.
25586         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25587         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25588         (gnus-agent-set-local): A per-server file that keeps min/max range
25589         limits for articles known to the agent.  Provides a fast mechanism
25590         for altering many active ranges.
25591         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25592         active file (local makes it unnecessary).
25593         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25594
25595         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25596         (agent-enable-undownloaded-faces): Add.
25597
25598         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25599         disable it when sending to "nndraft:queue".
25600         (gnus-group-send-queue): Add safety check to avoid sending queue
25601         when unplugged.
25602
25603         * gnus-group.el (gnus-group-catchup): Use new
25604         gnus-sequence-of-unread-articles, not
25605         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25606         numbers of articles.  Use gnus-range-map to avoid having to
25607         uncompress the unread list.
25608         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25609         Fix invalid ange-ftp reference.
25610
25611         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25612         (gnus-sorted-range-intersection): Intersection of two ranges
25613         without requiring that they first be uncompressed.
25614
25615         * gnus-start.el (gnus-activate-group): Unless blocked by the
25616         caller, possibly expand the active range to include both cached
25617         and agentized articles.
25618         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25619         multiple version-dependent converters.
25620         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25621         gnus-agent-save-active.
25622         (gnus-save-newsrc-file): Save dirty agent range limits.
25623
25624         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25625         gnus-agent-possibly-alter-active.
25626         (gnus-adjust-marked-articles): Faster handling of simple lists.
25627
25628 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25629
25630         * spam-stat.el (spam-stat-test-directory): New optional argument
25631         displays a list of files detected.  Suggested by Andrew Cohen
25632         <cohen@andy.bu.edu>.
25633         (spam-stat-buffer-words-with-scores): Don't narrow and change
25634         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25635
25636 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25637
25638         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25639         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25640         (spam-spamassassin-arguments)
25641         (spam-spamassassin-spam-flag-header)
25642         (spam-spamassassin-positive-spam-flag-header)
25643         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25644         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25645         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25646         (spam-list-of-processors, spam-list-of-checks)
25647         (spam-list-of-statistical-checks, spam-registration-functions)
25648         (spam-check-spamassassin-headers, spam-check-spamassassin)
25649         (spam-spamassassin-score)
25650         (spam-spamassassin-register-with-sa-learn)
25651         (spam-spamassassin-register-spam-routine)
25652         (spam-spamassassin-register-ham-routine)
25653         (spam-assassin-register-spam-routine)
25654         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25655         (spam-bogofilter-score): Fix to show article before scoring.
25656
25657 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25658
25659         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25660         default scoring function.
25661         (spam-generic-score): Call spam-spamassassin-score if
25662         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25663         spam-bogofilter-score otherwise.
25664
25665         * gnus.el (spam-process, spam-autodetect-methods):
25666         Add spamassassin and spamassassin-headers.
25667
25668 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25669
25670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25671         Suppress unnecessary messages.
25672
25673 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25674
25675         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25676         make-hash-table.
25677
25678 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25679
25680         * canlock.el (base64-encode-string): Don't autoload it.
25681
25682 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25683
25684         * run-at-time.el: Remove useless (require 'itimer),
25685         eval-and-compile and (featurep 'xemacs).
25686
25687 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25688
25689         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25690         GROUP is a virtual group.
25691
25692 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25693
25694         * gnus.el: Autoload `message-y-or-n-p'.
25695
25696 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25697
25698         * pgg-parse.el: Remove unnecessary (require 'custom).
25699
25700         * pgg-def.el: do.
25701
25702         * nnmail.el: do.
25703
25704         * gnus-undo.el: do.
25705
25706         * gnus-picon.el: do.
25707
25708         * gnus-util.el: do.
25709
25710 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25711
25712         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25713
25714 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25715
25716         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25717         handle, as well as a list.
25718
25719         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25720         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25721         (mm-w3m-cid-retrieve): Simplify.
25722
25723 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25724
25725         * message.el (message-kill-to-signature): Allow prefix arg to
25726         specify number of lines to keep before signature.
25727
25728 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25729
25730         * message.el (message-kill-to-signature): Change docstring.
25731
25732 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25733
25734         * canlock.el: Always require sha1-el.
25735         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25736
25737         * message.el: Autoload sha1 only when compiling.
25738
25739         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25740         eudc-expand-inline for XEmacs.
25741
25742 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25743
25744         * message.el (message-canlock-generate): Require sha1-el.
25745
25746 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25747
25748         * message.el (message-expand-name): Silence the byte compiler.
25749
25750         * lpath.el: Add detect-coding-system.
25751
25752         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25753         cus-edit.
25754
25755 2004-01-13  Simon Josefsson  <jas@extundo.com>
25756
25757         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25758         Invoke gnus-score-mode.
25759         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25760
25761         * gnus-range.el (gnus-compress-sequence): Doc fix.
25762         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25763
25764 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25765
25766         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25767
25768 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25769
25770         * spam.el (spam-get-article-as-string): Update to use
25771         gnus-request-article-this-buffer, much simpler.
25772         (spam-get-article-as-buffer): Remove.
25773
25774 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25775
25776         * message.el (message-expand-name): Use EUDC if the user uses that.
25777
25778 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25779
25780         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25781         character for the encoding to avoid consing a string.
25782
25783         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25784         unnecessarily.
25785
25786         * mm-util.el (mm-replace-chars-in-string): Remove.
25787
25788         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25789         of mm-replace-chars-in-string.
25790
25791 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25792
25793         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25794
25795         * mm-util.el (mm-subst-char-in-string): Support inplace.
25796
25797         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25798         a new string in every iteration.  Use shy groups.
25799
25800 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25801
25802         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25803         * gnus-soup.el (gnus-soup-group-brew):
25804         * gnus-msg.el (gnus-put-message):
25805         * gnus-move.el (gnus-group-move-group-to-server):
25806         * gnus-kill.el (gnus-batch-score):
25807         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25808         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25809         (gnus-group-update-group, gnus-group-read-group)
25810         (gnus-group-make-group, gnus-group-make-help-group)
25811         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25812         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25813         (gnus-group-sort-by-unread, gnus-group-catchup)
25814         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25815         (gnus-group-yank-group, gnus-group-set-info)
25816         (gnus-group-list-groups):
25817         * gnus.el (gnus-generate-new-group-name):
25818         * gnus-delay.el (gnus-delay-send-queue):
25819         * nnvirtual.el (nnvirtual-catchup-group):
25820         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25821         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25822         (gnus-group-prepare-topics, gnus-topic-check-topology):
25823         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25824         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25825         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25826         (gnus-group-make-articles-read):
25827         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25828         (gnus-group-change-level, gnus-kill-newsgroup)
25829         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25830         (gnus-get-unread-articles, gnus-make-articles-unread)
25831         (gnus-make-ascending-articles-unread): Use accessor
25832         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25833         to get group information for improved readability.
25834
25835
25836 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25837
25838         * gnus-art.el (article-decode-mime-words, article-babel)
25839         (gnus-article-highlight-signature, gnus-article-add-buttons)
25840         (gnus-signature-toggle): Use gnus-with-article-buffer.
25841
25842         * gnus-art.el (gnus-article-highlight-headers)
25843         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25844
25845         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25846         (gnus-article-set-globals, gnus-request-article-this-buffer)
25847         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25848         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25849         (gnus-mime-display-alternative): Use with-current-buffer.
25850
25851 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25852
25853         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25854         also under 80 char limit, and call gnus-error if needed.
25855         (spam-fetch-article-header): Fix - it was a
25856         buffer-local variable (gnus-newsgroup-data).
25857         (spam-find-spam): Use spam-generate-fake-headers, forget about
25858         spam-insert-fake-headers.
25859         (spam-insert-fake-headers): Remove.
25860
25861 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25862
25863         * deuglify.el (gnus-article-outlook-unwrap-lines)
25864         (gnus-outlook-rearrange-article)
25865         (gnus-outlook-repair-attribution-outlook)
25866         (gnus-outlook-repair-attribution-block)
25867         (gnus-outlook-repair-attribution-other): Remove redundant
25868         save-excursion.
25869
25870 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25871
25872         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25873         (spam-fetch-field-subject-fast)
25874         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25875         (spam-fetch-article-header): Add functions to deal with Gnus
25876         internals for fast retrieval of article header data.
25877         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25878
25879 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25880
25881         * pop3.el (pop3-md5): Remove.
25882         (pop3-apop): Replace pop3-md5 with md5.
25883
25884         * mm-bodies.el: base64 is always built-in.
25885
25886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25887         Use with-current-buffer.
25888
25889 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25890
25891         * canlock.el (canlock-insert-header): Remove excessive grouping in
25892         regexp.
25893
25894         * gnus-sum.el (gnus-summary-read-document): Ditto.
25895
25896         * gnus-uu.el (gnus-uu-part-number): Ditto.
25897
25898         * html2text.el (html2text-remove-tags): Ditto.
25899         (html2text-format-tags): Ditto.
25900         (html2text-format-single-elements): Ditto.
25901
25902         * mml.el (mml-parse-1): Ditto.
25903
25904 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25905
25906         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25907
25908         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25909
25910         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25911
25912         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25913
25914 2003-11-15  Simon Josefsson  <jas@extundo.com>
25915
25916         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25917         (pgg-gpg-lookup-key): Use regexp match instead of
25918         split-string (split-string is different between emacs 21.2 and
25919         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25920
25921 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25922
25923         * gnus-art.el (gnus-mime-view-all-parts)
25924         (gnus-article-part-wrapper, gnus-article-view-part):
25925         Use with-current-buffer.
25926
25927 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25928
25929         * spam.el (spam-disable-spam-split-during-ham-respool)
25930         (spam-spamoracle-database, spam-cache-lookups)
25931         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25932         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25933         (spam-group-ham-marks, spam-group-spam-marks)
25934         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25935         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25936         also add spam-use-blackholes to the statistical checks.
25937         (spam-fetch-field-fast): Add interface to fetching fields, may
25938         become a macro.
25939         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25940         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25941         (spam-insert-fake-headers): Fake an article when needed.
25942         (spam-find-spam): Fake article when possible.
25943         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25944         (spam-check-bogofilter-headers): Use message-fetch-field instead
25945         of nnmail-fetch-field.
25946
25947 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25948
25949         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25950
25951 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25952
25953         * spam.el (spam-split): Do not require spam-use-CHECK to be
25954         enabled if that check is passed to spam-split explicitly; also
25955         fix so 'spam doesn't get converted to spam-split-group when
25956         spam-split-symbolic-return is t.
25957         (spam-find-spam): Find registrations of the article and use those
25958         instead of re-running spam-split to find the spam/ham
25959         classification of the article.
25960         (spam-log-processing-to-registry, spam-log-registered-p)
25961         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25962         Use gnus-error instead of gnus-message.
25963         (spam-log-registration-type): Add function to determine the
25964         classification of a message based on registry entries; will
25965         return nil if both 'spam and 'ham are found.
25966         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25967         a reasonably fast local cache without the loading errors.
25968         (spam-cache-lookups): Set to t by default.
25969         (spam-find-spam): Don't try to guess spam-cache-lookups.
25970         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25971         spam-caches entry.
25972         (spam-filelist-build-cache, spam-filelist-check-cache):
25973         Fix caching of whitelist/blacklist entries.
25974         (spam-check-whitelist, spam-check-blacklist):
25975         Invoke spam-from-listed-p with a type, not a cache variable.
25976         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25977
25978 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25979
25980         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25981
25982         * nnmail.el (nnmail-split-fancy): do.
25983
25984         * mml.el (mml-parse): do.
25985
25986         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25987         (gnus-score-adaptive): do.
25988
25989 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25992         (gnus-mime-button-map): Don't set keymap parent.
25993         (gnus-button-ctan-directory-regexp): Use shy grouping.
25994         (gnus-prev-page-map): Don't set keymap parent.
25995         (gnus-prev-page-map): Remove duplicated one.
25996         (gnus-next-page-map): Don't set keymap parent.
25997         (gnus-mime-security-button-map): Ditto.
25998
25999         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26000         version number.
26001
26002         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26003
26004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26005
26006         * canlock.el (canlock-sha1-function): Remove.
26007         (canlock-sha1-function-for-verify): Remove.
26008         (canlock-openssl-program): Remove.
26009         (canlock-openssl-args): Remove.
26010         (canlock-ignore-errors): Remove.
26011         (canlock-sha1-with-openssl): Remove.
26012         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26013         (canlock-verify): Don't use canlock-ignore-errors.
26014
26015         * sha1-el.el (sha1-string-external): Make it can return a string
26016         in binary form.
26017         (sha1-region-external): Ditto.
26018         (sha1-string-internal): Ditto.
26019         (sha1-region-internal): Ditto.
26020         (sha1-region): Ditto.
26021         (sha1-string): Ditto.
26022         (sha1): Ditto.
26023
26024 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26025
26026         * spam.el (spam-report-articles-gmane): New command.
26027
26028 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26029
26030         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26031
26032         * run-at-time.el (run-at-time-saved): Remove.
26033         (run-at-time): Doc fix.
26034
26035 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26036
26037         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26038         (gnus-summary-limit-map): Add it.
26039         (gnus-summary-make-menu-bar): do.
26040
26041 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26042
26043         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26044         Make attempt at some caching support (done for BBDB only now).
26045         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26046         addresses to be checked.
26047         (spam-clear-cache-BBDB): Add function, to be invoked by
26048         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26049         (spam-check-BBDB): Check and use the caches, if
26050         spam-cache-lookups is on, remove superfluous (provide).
26051
26052 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26053
26054         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26055
26056 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26057
26058         * run-at-time.el (run-at-time-saved): Move to after the definition
26059         of `run-at-time'.
26060
26061         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26062
26063 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26064
26065         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26066         mm-w3m-local-map-property.
26067
26068         * mm-view.el (mm-w3m-mode-map): Remove.
26069         (mm-w3m-local-map-property): Remove.
26070         (mm-inline-text-html-render-with-w3m): Don't use
26071         mm-w3m-local-map-property.
26072
26073 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26074
26075         * run-at-time.el: New file.
26076
26077         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26078         under Emacs.
26079
26080         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26081         of gnus-set-text-properties.
26082
26083         * gnus-uu.el (gnus-uu-save-article): Ditto.
26084
26085         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26086
26087         * gnus-cite.el (gnus-cite-parse): Ditto.
26088
26089         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26090         of gnus-.
26091
26092         * gnus-xmas.el (run-at-time): Require run-at-time.
26093
26094         * gnus.el: Change calls to nnheader-run-at-time and
26095         password-run-at-time throughout to use run-at-time directly.
26096
26097         * password.el: Remove definition of run-at-time.
26098
26099         * nnheaderxm.el: Remove definition of run-at-time.
26100
26101 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26102
26103         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26104         in prompt.
26105
26106 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26107
26108         * messagexmas.el (message-xmas-redefine): Alias
26109         `message-make-caesar-translation-table' to
26110         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26111         version.
26112
26113         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26114         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26115         `gnus-xmas-set-text-properties'.
26116         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26117         `gnus-xmas-completing-read'.
26118         (gnus-xmas-completing-read): Removed.
26119         (gnus-xmas-open-network-stream): Removed.
26120
26121         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26122         XEmacs version.
26123
26124         * dns.el (dns-make-network-process): Use `open-network-stream'
26125         instead of `gnus-xmas-open-network-stream'.
26126
26127         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26128
26129         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26130
26131 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26132
26133         * gnus-art.el (gnus-mime-display-alternative)
26134         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26135         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26136         Don't use gnus-local-map-property.
26137
26138         * gnus-util.el (gnus-local-map-property): Remove.
26139
26140         * mm-view.el (mm-view-pkcs7-decrypt):
26141         Replace gnus-completing-read-maybe-default with completing-read.
26142
26143         * gnus-util.el (gnus-completing-read): do.
26144         (gnus-completing-read-maybe-default): Remove.
26145
26146 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26147
26148         * password.el: Only autoload `run-at-time' if not XEmacs.
26149         Only autoload the itimer functions if XEmacs.
26150
26151 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26152
26153         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26154         XEmacsen.
26155
26156         * dgnushack.el: Autoload executable-find for XEmacs.
26157
26158 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26159
26160         * gnus-art.el (gnus-read-string): Remove.
26161         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26162         read-string.
26163
26164 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26165
26166         * netrc.el: Autoload password-read.
26167         (netrc): Add configuration group.
26168         (netrc-encoding-method, netrc-openssl-path):
26169         Add variables for encoding and decoding of files with symmetric
26170         ciphers.
26171         (netrc-encode): Add assistant function to encode a file with
26172         netrc-encoding-method.
26173         (netrc-parse): Add interactive parameter, added optional
26174         decoding if netrc-encoding-method is non-nil but otherwise
26175         behavior is standard.
26176         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26177         Do s/encode/encrypt/ everywhere.
26178
26179         * spam.el: Remove executable-find autoload.
26180
26181 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26182
26183         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26184
26185         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26186
26187 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26188
26189         * gnus-art.el (gnus-treat-ansi-sequences)
26190         (article-treat-ansi-sequences): New variable and function.
26191         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26192
26193         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26194         Use it.
26195
26196 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26197
26198         * mm-util.el (mm-quote-arg): Remove.
26199
26200         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26201         shell-quote-argument.
26202
26203         * gnus-uu.el (gnus-uu-command): do.
26204
26205         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26206
26207         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26208         with make-char.
26209
26210         * mm-util.el (mm-make-char): Remove.
26211
26212         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26213         add-minor-mode.
26214
26215         * gnus-undo.el (gnus-undo-mode): do.
26216
26217         * gnus-topic.el (gnus-topic-mode): do.
26218
26219         * gnus-sum.el (gnus-dead-summary-mode): do.
26220
26221         * gnus-start.el (gnus-slave-mode): do.
26222
26223         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26224
26225         * gnus-ml.el (gnus-mailing-list-mode): do.
26226
26227         * gnus-gl.el (gnus-grouplens-mode): do.
26228
26229         * gnus-draft.el (gnus-draft-mode): do.
26230
26231         * gnus-dired.el (gnus-dired-mode): do.
26232
26233         * gnus-ems.el (gnus-add-minor-mode): Remove.
26234
26235         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26236         Replace gnus-char-width with char-width.
26237
26238         * gnus-ems.el (gnus-char-width): Remove.
26239
26240         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26241         Replace gnus-char-width with char-width.
26242
26243         * gnus-ems.el (gnus-char-width): Remove.
26244
26245         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26246         definition.
26247         Remove Emacs 20 hash table compatibility code.
26248
26249         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26250         20 compatibility code.
26251
26252         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26253
26254         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26255
26256         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26257         Replace with point-at-{eol,bol}.
26258
26259         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26260
26261         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26262
26263         * flow-fill.el (fill-flowed-point-at-bol)
26264         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26265
26266         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26267         Replace with point-at-{eol,bol} throughout all files.
26268
26269 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26270
26271         * ntlm.el (ntlm-string-as-unibyte): New macro.
26272         (ntlm-build-auth-response): Use it.
26273
26274         Remove Emacs 20 stuff:
26275         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26276         (butlast, mapc, remove): Remove the compiler macros.
26277         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26278         of delq and copy-sequence.
26279         * gnus-art.el (popup-menu): Remove the compiler macro.
26280         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26281         Emacs 20.
26282
26283 2004-01-05  Simon Josefsson  <jas@extundo.com>
26284
26285         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26286         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26287         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26288         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26289         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26290         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26291         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26292         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26293         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26294         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26295         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26296         string-xor into ntlm-string-xor.
26297         Suggested by Jesper Harder <harder@myrealbox.com>.
26298
26299         * ntlm.el: Don't include poem.
26300
26301         * md4.el (print-int32, print-string-hexa): Remove.
26302         Suggested by Jesper Harder <harder@myrealbox.com>.
26303
26304         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26305
26306         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26307         probably breaks emacs with DL patch, but do we care? Is anyone
26308         still using the DL stuff?)
26309
26310         * sieve-manage.el: Use the password package.
26311         (sieve-manage-read-passwd): Remove.
26312         (sieve-manage-interactive-login): Use password.  Re-add
26313         condition-case around loop.
26314
26315         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26316         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26317         Use the password package.
26318
26319 2003-02-19  Simon Josefsson  <jas@extundo.com>
26320
26321         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26322         token.
26323
26324 2002-08-07  Simon Josefsson  <jas@extundo.com>
26325
26326         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26327         (sieve-manage-authenticators):
26328         (sieve-manage-authenticator-alist): Add some SASL mechs.
26329         (sieve-sasl-auth): New function.
26330         (sieve-manage-cram-md5-auth):
26331         (sieve-manage-plain-auth): Rewrite using SASL library.
26332         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26333         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26334         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26335         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26336
26337 2004-01-05  Simon Josefsson  <jas@extundo.com>
26338
26339         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26340         New files.
26341
26342 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26343
26344         * gnus-group.el (gnus-no-groups-message): Update.
26345
26346         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26347
26348 2003-11-09  Simon Josefsson  <jas@extundo.com>
26349
26350         * imap.el: Support for ID IMAP extension (RFC 2971).
26351         (imap-local-variables): Add imap-id.
26352         (imap-id): New variable.
26353         (imap-id): New function.
26354         (imap-parse-response): Parse untagged ID response.
26355         * nnimap.el (nnimap-id): New variable.
26356         (nnimap-open-connection): Use it.
26357
26358 2003-12-28  Simon Josefsson  <jas@extundo.com>
26359
26360         * gnus-score.el (gnus-score-edit-all-score): New.
26361         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26362
26363 2004-01-04  Simon Josefsson  <jas@extundo.com>
26364
26365         * password.el: Add.
26366
26367 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26368
26369         * dns.el (dns-query-types): Fix typo.
26370         (dns-query-types): New function.
26371         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26372         PTR and SOA replies, see RFC 1035.
26373
26374 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26375
26376         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26377
26378         * Move to Changelog.2.
26379
26380 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26381
26382         * gnus.el (gnus-version-number): Bump version.
26383
26384 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26385
26386         * gnus.el: No Gnus v0.1 is released.
26387
26388 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26389
26390         * gnus.el: No Gnus v0.0 is released.
26391
26392 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26393
26394         * gnus.el (gnus-version-number): Bump.
26395         (gnus-version): No.
26396
26397 See ChangeLog.2 for earlier changes.
26398
26399   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26400
26401   This file is part of GNU Emacs.
26402
26403   GNU Emacs is free software: you can redistribute it and/or modify
26404   it under the terms of the GNU General Public License as published by
26405   the Free Software Foundation, either version 3 of the License, or
26406   (at your option) any later version.
26407
26408   GNU Emacs is distributed in the hope that it will be useful,
26409   but WITHOUT ANY WARRANTY; without even the implied warranty of
26410   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26411   GNU General Public License for more details.
26412
26413   You should have received a copy of the GNU General Public License
26414   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26415
26416 ;; Local Variables:
26417 ;; coding: utf-8
26418 ;; fill-column: 79
26419 ;; add-log-time-zone-rule: t
26420 ;; End: