(eww-self-insert): Implement entering commands in text fields.
[gnus] / lisp / ChangeLog
1 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * eww.el: Rewrite to implement form elements "by hand" instead of
4         relying in widget.el.  Using widget.el leads to too many
5         user interface inconsistencies.
6         (eww-self-insert): Implement entering commands in text fields.
7
8         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
9         don't shadow mode-specific bindings.
10
11         * eww.el (eww-browse-url): Don't push stuff onto history if there's
12         nothing to push.
13
14         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
15
16 2013-06-19  Glenn Morris  <rgm@gnu.org>
17
18         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
19
20 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
23
24 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * shr.el (shr-make-table-1): Implement <td rowspan>.
27         (shr-table-horizontal-line): Allow nil as a value, and change the
28         default.
29         (shr-insert-table-ruler): Respect the nil value.
30
31 2013-06-18  Tom Tromey  <tromey@barimba>
32
33         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
34         New defvars.
35         (eww-open-file): New defun.
36         (eww-render): Initialize new variables.
37         (eww-display-html): Handle "link" and "a".
38         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
39         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
40         (eww-back-url): Rename from eww-previous-url.
41         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
42         defuns.
43
44 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * shr.el (shr-tag-table): Insert the images after the table, so that
47         they're not covered by the table colourisation, which often looked
48         awkward.
49         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
50         <dd>.
51         (shr-make-table-1): Implement <td colspan=> support.
52         (shr-insert-document): Use one less than window width if `shr-width' is
53         nil, since otherwise things may get one character too wide.
54
55 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * eww.el (eww-detect-charset): Improve regexp; move backward.
58
59 2013-06-18  Glenn Morris  <rgm@gnu.org>
60
61         * mm-decode.el (widget-convert-button): Autoload.
62
63         * sieve-manage.el (mm-enable-multibyte): Autoload.
64
65         * shr.el (libxml-parse-html-region): Declare.
66         (shr-render-buffer): Explicit error if no libxml2 support.
67
68 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * auth-source.el (auth-source-current-line): New function.
71         (auth-source-netrc-parse-entries): When a data token is "machine",
72         assume we're in the wrong place and abort parsing the current line.
73
74 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
77         (eww-convert-widgets): Don't bug out if the first widget starts at the
78         beginning of the buffer.
79         (eww-convert-widgets): Fix last patch.
80         (eww-tag-input): Support <input type=image>.
81
82         * shr.el (shr-insert-table): Respect border-collapse: collapse.
83         (shr-tag-base): Protect against base specs that are degenerate.
84         (shr-ensure-paragraph): Don't delete empty lines that have text
85         properties, because these may be input fields.
86
87         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
88         we can navigate to them.
89
90         * shr.el (shr-colorize-region): Put the colours over the entire region.
91         (shr-inhibit-decoration): New variable.
92         (shr-add-font): Use it to inhibit text property decorations while doing
93         preliminary table renderings.  This speeds up typical Wikipedia page
94         renderings by 15%.
95         (shr-tag-span): Don't respect the <title>, because that overwrites the
96         help-echo from links inside the spans.
97         (shr-next-link): Use `help-echo' for navigation, so that we can
98         navigate to form elements, too.
99
100         * eww.el (eww-button): New face.
101         (eww-convert-widgets): Use it to make submit buttons more button-like.
102
103         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
104         that Gnus commands work.
105
106         * shr.el (shr-render-td): Support horizontal alignment.
107
108         * eww.el (eww-put-color): Removed.
109         (eww-colorize-region): Use `add-face-text-property'.
110
111         * shr.el (shr-add-font): Append face data, so that we get the correct
112         presedence: The innermost value (which is applied first) wins.
113         (shr-make-overlay): Obsolete function.
114
115         * mm-decode.el (mm-convert-shr-links): New function to convert
116         new-style shr URL links into widgets.
117         (mm-shr): Use it.
118
119         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
120         widget commands, since we're no longer using widgets for links.
121
122         * shr.el (shr-next-link): New command.
123         (shr-previous-link): New command.
124         (shr-urlify): Don't use `widget-convert', because that's slow.
125         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
126         because collecting the overlays and reapplying them when generating
127         tables is slow.
128         (shr-insert-table): Ditto.
129
130 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
131
132         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
133         * shr.el (browse-url): Require `url'.
134         * eww.el (url): Require format-spec.
135
136 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * eww.el (eww-display-html): Default to using the entire window width.
139         (eww-browse-url): Don't add a User-Agent header (twice), because that
140         makes Bing refuse connection.
141
142         * shr.el (shr-make-table): Cache the table rendering at the table
143         level, and not the <td> level.  This is a bit faster.
144
145         * eww.el (eww-render): Go to the correct ID when given URLs ending with
146         #id.
147
148         * shr.el (shr-tag-li): Don't require a new paragraph, since other
149         browsers don't.
150         (shr-expand-url): Respect #anchor links.
151         (shr-parse-base): Chop off the anchor before using.
152         (shr-descend): Respect display: none.
153         (shr-descend): Allow marking elements that have certain IDs.
154
155         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
156
157         * shr.el (shr-expand-url): Don't bug out on zero-length links.
158
159         * eww.el (eww-tag-textarea): Support <textarea>.
160
161 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
162
163         * shr.el (shr-dom-to-xml): Fixed function call.
164
165         * eww.el (eww): New group.
166         (eww-header-line-format): New custom variable.
167         (eww-current-title): New variable.
168         (eww-display-html): Update header and handle title tag.
169         (eww-update-header-line-format): New function.
170         (eww-tag-title): New function.
171
172         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
173         (shr-tag-svg): Add support for the SVG tag.
174         (shr-bullet): New custom variable.
175         (shr-tag-li): Support custom bullet in unordered lists.
176
177 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * shr.el (shr-expand-url): Respect // URLs.
180
181         * eww.el (eww-tag-body): Override the shr body rendering so that we can
182         put a background colour onto the entire buffer.
183         (eww-render): When being redirected, use the redirect URL as the new
184         base URL.
185
186         * shr.el (shr-parse-base): Fix parsing error.
187
188         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
189
190         * shr.el (shr-parse-base): New function.
191         (shr-expand-url): Use it to expand relative URLs reliably.
192
193 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
194
195         * auth-source.el (auth-source-search-collection): Fix docstring.
196         (auth-source-netrc-parse): Refactor and improve netrc parser to support
197         single-quoted strings and multiline entries.
198         (auth-source-netrc-parse-next-interesting)
199         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
200         functions to support parser.
201
202 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * eww.el (eww-submit): Get submit button logic right when hitting RET
205         on non-submit buttons.
206
207         * shr.el: Remove shr-preliminary-table-render, since that can't really
208         be used for anything in practice.
209
210 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
211
212         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
213         (sieve-manage-quit).
214
215 2013-06-14  Glenn Morris  <rgm@gnu.org>
216
217         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
218
219 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
220
221         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
222         control the maximum size of photo ID image.
223         (mml2015-epg-key-image-to-string): Respect it.
224
225 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
228         instead of the final one so that we can more easily distinguish them.
229
230         * eww.el (eww-submit): Compute the submission URL correctly.
231
232 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
233
234         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
235         Use plist-get rather than CL's getf.
236         (sieve-manage-parse-capability): Avoid CL's remove-if.
237
238 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
239
240         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
241         (sieve-manage-quit).
242
243 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * shr.el (shr-expand-url): Expansion should chop off the bits after the
246         last slash.
247
248         * eww.el (eww-tag-select): Use the first value as the default value.
249
250 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
251
252         * eww.el (eww): Prepend urls with http:// if scheme is missing.
253         (eww-mode): Use `define-derived-mode'.
254         (eww-parse-headers): Parse headers from beginning of buffer so that
255         file:// links work.
256
257 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
260
261 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
264         to handle them at all.
265
266 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
269         work, too.
270         (eww-tag-select): Implement <select>.
271
272 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
273
274         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
275         stream managing functions by using open-protocol-stream to do most of
276         the work. Has the nice benefit of enabling STARTTLS.
277         Wait for capabilities after STARTTLS: following RFC5804, the server
278         sends new capabilities after successfully establishing a TLS connection
279         with the client. The client should update the cached list of
280         capabilities, but we just ignore the answer for now.
281         (sieve-manage-network-p, sieve-manage-network-open)
282         (sieve-manage-starttls-p, sieve-manage-starttls-open)
283         (sieve-manage-forward, sieve-manage-streams)
284         (sieve-manage-stream-alist): Remove unneeded functions neither in the
285         API, nor called by any other function.
286         Enable Multibyte for SieveManage buffers: The parser won't properly
287         handle umlauts and line endings unless multibyte is turned on in the
288         process buffer.
289
290 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * eww.el (eww-tag-input): Support password fields.
293         (eww-submit): Support POST.
294
295 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * eww.el (eww-tag-form): Protect against degenerate forms.
298
299         * shr.el (shr-expand-url): Expand URLs that start with a slash
300         correctly.
301
302         * eww.el (eww-submit): Get submit button logic right.
303
304         * shr.el (shr-final-table-render): New variable to signal when we're
305         doing the final table rendering so that we can collect more data at
306         that point.
307
308         * eww.el (eww-submit): Make form submission work.
309         (eww-tag-input): Implement submit buttons.
310         (eww-click-radio): Implement radio and checkboxes.
311         (eww-submit): Handle hidden elements.
312
313         * shr.el (shr-descend): Allow other packages to override (or provide)
314         rendering of elements.
315         (shr-expand-url): Strip query strings from URLs before expanding them.
316
317         * eww.el: Don't require cl-lib.
318         (eww-tag-form): Start form support.
319
320         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
321
322         * eww.el: Start writing a new, tiny web browser.
323         (eww-previous-url): New command.
324         (eww-quit): New command.
325
326 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
327
328         * sieve.el: Put point at beginning of buffer when viewing a script.
329         (sieve-open-server): respect the PORT parameter. Show the correct port
330         number in sieve-buffer's header. Fixed code to also work with a string
331         as port specifier. Properly close the connection on pressing 'q'. Make
332         sieve-manage-quit close the connection and process buffer. Also, remove
333         duplicate keybinding for 'q'.
334
335 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
336
337         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
338         make it easier to read.
339         (mm-pkcs7-enveloped-magic): Ditto.
340
341 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
344         before `image-type-available-p' to avoid loading the image libraries
345         needlessly.
346
347 2013-06-05  David Engster  <deng@randomsample.de>
348
349         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
350         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
351         to see whether the group was synced before.
352
353 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
356         when opening the connection.
357         Suggested by João Távora <joaotavora@gmail.com> in
358         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
359
360 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
363         assume Date header begins with "Date", that may be customized into
364         something like "X-Sent" using gnus-article-time-format.
365         (article-transform-date): Allow multi-line Date header.
366
367 2013-06-02  David Engster  <deng@randomsample.de>
368
369         * registry.el (initialize-instance, registry-lookup)
370         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
371         (registry-lookup-secondary-value, registry-search, registry-delete)
372         (registry-insert, registry-reindex, registry-size, registry-prune): Do
373         not wrap methods in `eval-and-compile'.  This breaks due to latest
374         changes in EIEIO (introduction of eieio-core.el).
375
376 2013-05-30  Glenn Morris  <rgm@gnu.org>
377
378         * nnmail.el (nnmail-fancy-expiry-target):
379         Also bind mail-dont-reply-to-names.
380
381         * spam-stat.el (spam-stat-save):
382         No need to tweak font-lock in temp buffers.
383
384         * shr.el (shr-put-image): Silence compiler.
385
386 2013-05-29  Glenn Morris  <rgm@gnu.org>
387
388         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
389
390         * gnus-group.el (gnus-sequence-of-unread-articles)
391         (gnus-summary-add-mark, gnus-mark-article-as-read)
392         (gnus-group-make-articles-read): Declare.
393
394         * gnus-sum.el (gnus-parameter-list-identifier)
395         (gnus-article-stop-animations, gnus-stop-downloads)
396         (gnus-article-only-boring-p, article-goto-body)
397         (gnus-flush-original-article-buffer, article-narrow-to-head)
398         (gnus-article-hidden-text-p, gnus-delete-wash-type)
399         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
400
401         * gnus.el: No need to eval-and-compile autoloads.
402
403         * gravatar.el (help-function-arglist): Autoload.
404
405         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
406
407         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
408
409         * spam.el: No need to load spam-report when compiling.
410         No need to eval-and-compile autoloads.
411         (spam-report-resend-to): Declare.
412         (spam-report-resend-register-routine): Require 'spam-report.
413
414 2013-05-24  Julien Danjou  <julien@danjou.info>
415
416         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
417         setup.
418
419 2013-05-23  Glenn Morris  <rgm@gnu.org>
420
421         * gnus-util.el (rmail-swap-buffers-maybe)
422         (rmail-maybe-set-message-counters, rmail-count-new-messages)
423         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
424         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
425
426         * mm-decode.el: No need to load term when compiling.
427         (term-mode, term-char-mode): Declare.
428
429         * mm-util.el: No need to load jka-compr when compiling.
430         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
431
432         * nnmaildir.el: Require is automatically eval-and-compile.
433         (nnmail): Require at run-time too.
434
435         * registry.el (registry-size): Move definition before use.
436
437 2013-05-22  Daiki Ueno  <ueno@gnu.org>
438
439         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
440         signed data to conform the standard.  (Bug#14232)
441
442 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
443
444         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
445         double angle quotation mark.
446
447 2013-05-20  Glenn Morris  <rgm@gnu.org>
448
449         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
450
451 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
452
453         * message.el (message-insert-formatted-citation-line): handle finding
454         first/lastname when more than 2 names appear.
455
456 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
457
458         * shr.el (shr-tag-span): New function.
459
460 2013-05-18  Glenn Morris  <rgm@gnu.org>
461
462         * message.el (message-mode): Use message-mode-abbrev-table,
463         with text-mode-abbrev-table as parent.  (Bug#14413)
464
465 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * message.el (message-expand-group): Decode group names.
468
469 2013-05-16  Julien Danjou  <julien@danjou.info>
470
471         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
472         app-icon.
473
474 2013-05-15  Glenn Morris  <rgm@gnu.org>
475
476         * shr-color.el (shr-color-visible-luminance-min)
477         (shr-color-visible-distance-min): Use shr-color group.
478
479 2013-05-11  Glenn Morris  <rgm@gnu.org>
480
481         * gnus-vm.el: Make it loadable without VM.
482         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
483         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
484
485 2013-05-09  Glenn Morris  <rgm@gnu.org>
486
487         * mml1991.el: Make it loadable.  (Bug#13456)
488
489         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
490         * gnus-async.el (gnus-async-post-fetch-function):
491         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
492         * gnus-html.el (gnus-html-image-cache-ttl):
493         * gnus-notifications.el (gnus-notifications-timeout):
494         * gnus-picon.el (gnus-picon-properties):
495         * gnus-util.el (gnus-completion-styles):
496         * gnus.el (gnus-other-frame-resume-function):
497         * message.el (message-user-organization-file)
498         (message-cite-reply-position):
499         * nnir.el (nnir-summary-line-format)
500         (nnir-retrieve-headers-override-function):
501         * shr-color.el (shr-color-visible-luminance-min):
502         * shr.el (shr-blocked-images):
503         * spam-report.el (spam-report-resend-to):
504         * spam.el (spam-summary-exit-behavior): Fix custom types.
505
506         * gnus-salt.el (gnus-selected-tree-face): Fix default.
507
508 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
511         because of let-binding help-xref-following.  (Bug#14356)
512
513 2013-05-06  Glenn Morris  <rgm@gnu.org>
514
515         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
516
517 2013-05-04  Andrew Cohen  <cohen@bu.edu>
518
519         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
520         entering into the registry.
521
522 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
523
524         * gnus.el: Ma Gnus v0.7 is released.
525
526 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
529         (Bug#14304)
530
531 2013-04-27  Glenn Morris  <rgm@gnu.org>
532
533         * gnus.el (gnus-list-debbugs):
534         Use require rather than autoload.  (Bug#14262)
535
536 2013-04-27  Julien Danjou  <julien@danjou.info>
537
538         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
539         port to "sieve" now that it has an official IANA port assigned.
540
541 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
544         Don't set the MAILHOST environment variable permanently (Bug#14271).
545
546 2013-04-26  Glenn Morris  <rgm@gnu.org>
547
548         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
549
550 2013-04-25  Andrew Cohen  <cohen@bu.edu>
551
552         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
553         string values of 'gcc-self. Thanks to Saroj Thirumalai.
554
555 2013-04-24  Andrew Cohen  <cohen@bu.edu>
556
557         * nnir.el (nnir-close-group): Make sure we are in the right group.
558
559         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
560         dependency table from all newly retrieved headers.
561
562 2013-04-16  David Edmondson  <dme@dme.org>
563
564         Support <img src="data:...">.
565
566         * shr.el (shr-image-from-data): New function.
567         (shr-tag-img): Use it.
568
569 2013-04-14  Andrew Cohen  <cohen@bu.edu>
570
571         * nnir.el (nnir-request-set-mark): Make sure we are in the right
572         group.
573
574 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
577         corresponding to any existing group (Bug#14166).
578
579 2013-04-10  Andrew Cohen  <cohen@bu.edu>
580
581         * nnir.el (number-sequence): No longer used.
582         (nnir-request-set-mark): New function.
583         (nnir-request-update-info): Improve marks updating.
584         (nnir-request-scan): Don't duplicate marks updating.
585         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
586         Use 'assq rather than 'assoc. Quote anonymous function.
587         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
588         Use 'gnus-group-prefixed-p.
589         (gnus-summary-create-nnir-group): Make sure server for method is open.
590
591 2013-04-04  Andrew Cohen  <cohen@bu.edu>
592
593         * nnir.el (gnus-nnir-group-p): New function.
594         (nnir-possibly-change-group): Use it.
595
596         * gnus-msg.el (gnus-setup-message): Use it.
597
598 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * mml.el (mml-minibuffer-read-description): Use `default' insted of
601         `initial-input' for the argument name.
602         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
603
604 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
605
606         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
607         (used by MH-E).
608
609 2013-04-01  Andrew Cohen  <cohen@bu.edu>
610
611         * nnir.el (nnir-request-update-mark): Improve mark updating in original
612         group.
613
614         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
615         fix compilation.
616
617 2013-03-31  Andrew Cohen  <cohen@bu.edu>
618
619         * nnir.el (nnir-method-default-engines): And another typo.
620
621 2013-03-30  Andrew Cohen  <cohen@bu.edu>
622
623         * nnir.el (nnir-method-default-engines): Fix typo.
624
625 2013-03-29  Andrew Cohen  <cohen@bu.edu>
626
627         * nnir.el: Define 'number-sequence for xemacs.
628         (gnus-summary-create-nnir-group): New function to create an nnir group
629         from an nnir summary buffer based on the current query.
630         (nnir-request-create-group): Update to allow nnir group creation based
631         on the current query.
632
633 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * nndraft.el (nndraft-request-expire-articles):
636         Make expiry target always `delete'.
637
638 2013-03-27  Andrew Cohen  <cohen@bu.edu>
639
640         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
641         buffer use the posting-style and gcc of the original article group.
642         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
643
644         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
645         after other deffoos.
646
647 2013-03-25  Andrew Cohen  <cohen@bu.edu>
648
649         * nnir.el: Major rewrite. Cleaner separation between searches and group
650         management. Marks are now shown in nnir summary buffers. Rudimentary
651         support for real (i.e. not ephemeral) nnir groups.
652         (gnus-summary-make-nnir-group): New function for initiating searches
653         from a summary buffer.
654
655 2013-03-18  Sam Steingold  <sds@gnu.org>
656
657         * message.el (message-bury): Minor cleanup.
658
659 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
660
661         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
662
663 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * nndir.el (nndir-request-list): Remove 2nd argument passed to
666         nnml-request-list.  (Bug#13873)
667         (nndir-request-newsgroups): Remove, unused.
668
669         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
670
671 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
672
673         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
674         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
675         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
676
677 2013-03-03  Ted Phelps  <phelps@gnusto.com>
678
679         * shr.el: Make all the overlays set the `evaporate' property so that
680         they're removed properly.
681
682 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
683
684         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
685         shell-quote-argument.
686
687 2013-02-22  David Engster  <deng@randomsample.de>
688
689         * gnus-registry.el (gnus-registry-save): Provide class name when
690         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
691         `condition-case' to stay compatible with older EIEIO versions which
692         only accept one argument.
693
694 2013-02-17  Daiki Ueno  <ueno@gnu.org>
695
696         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
697         (epg-user-id-validity): Autoload.
698         (mml2015-epg-check-user-id): New function.
699         (mml2015-epg-check-sub-key): New function split from
700         mml2015-epg-find-usable-key.
701         (mml2015-epg-find-usable-key): Accept context, name, usage, and
702         optional name-is-key-id, to handle the case when user-id is unusable.
703         Reported by Łukasz Stelmach <stlman@poczta.fm>.
704
705 2013-02-17  Glenn Morris  <rgm@gnu.org>
706
707         * shr.el (shr-put-image): Use image-multi-frame-p if available.
708
709 2013-02-16  Glenn Morris  <rgm@gnu.org>
710
711         * shr.el (shr-put-image): Only animate images that specify a delay.
712         This is consistent with the old image-animated-p behavior.
713
714 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
717         for XEmacs.
718
719 2013-02-13  Juri Linkov  <juri@jurta.org>
720
721         * gnus-art.el (gnus-article-mode-map):
722         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
723         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
724
725 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
726
727         * auth-source.el (auth-source-format-prompt): Don't get confused by
728         any "\" in replacement text.  (Bug#13637)
729
730 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
731
732         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
733         (gnus-backend-trace): Honour gnus-backend-trace.
734
735         * mml.el (mml-insert-part): Insert closing tag.
736
737         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
738
739 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
742         able to find the article, which can happen in debbugs groups,
743         apparently.
744
745 2013-01-16  Glenn Morris  <rgm@gnu.org>
746
747         * smiley.el (smiley-style): Make the file loadable in batch mode.
748
749 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
750
751         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
752         imap process running.
753
754 2013-01-14  Julien Danjou  <julien@danjou.info>
755
756         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
757         Compare addresses against addresses, not against the full From field.
758
759 2013-01-13  Richard Stallman  <rms@gnu.org>
760
761         * message.el (message-forward-make-body-mime): New args BEG, END
762         specify what part of FORWARD-BUFFER to use.  Do the work directly
763         instead of calling `mml-insert-buffer'.
764
765 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
766
767         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
768         cross-reference(s).
769
770         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
771         cross-reference(s).
772
773 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
774
775         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
776         and point-max-marker.
777         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
778
779 2013-01-11  Julien Danjou  <julien@danjou.info>
780
781         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
782         max are almost equal. Also return the correct value for V which is
783         already between 0 and 1.
784
785 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
786
787         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
788         to mml2015-encrypt-to-self.
789         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
790
791 2013-01-09  Daiki Ueno  <ueno@gnu.org>
792
793         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
794         mml-smime-epg-find-usable-secret-key.
795
796 2013-01-08  Glenn Morris  <rgm@gnu.org>
797
798         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
799
800 2013-01-07  Daiki Ueno  <ueno@gnu.org>
801
802         * mml-smime.el: Support signing by sender.
803         Requested by Uwe Brauer.
804         (mml-smime-sign-with-sender): New user option analogous
805         to mml2015-sign-with-sender.
806         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
807         (mml-smime-epg-find-usable-secret-key): New helper function copied from
808         mml2015.el.
809
810 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
813         isn't running, because Gnus will probably not know how to handle the
814         Gcc header (bug#11941).
815
816         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
817         articles.
818
819 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * nnfolder.el (nnfolder-recursive-directory-files): New function.
822         (nnfolder-generate-active-file): Make this function work with recursive
823         folder names.
824
825 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
826
827         * nntp.el (nntp-open-connection): Use HELP as the capability command
828         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
829         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
830
831 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
832
833         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
834         place holder since this gives `Invalid face reference: nil' messages.
835         Use the `default' face instead.  It has the same effect here, even
836         though it is not no-op.
837
838         * gnus-util.el
839         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
840
841 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
844         non-string posting styles (bug#13285).
845
846 2012-12-27  Glenn Morris  <rgm@gnu.org>
847
848         * plstore.el (plstore-passphrase-callback-function):
849         Use plstore-get-file.
850
851 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
852
853         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
854         stderr.
855
856 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
859
860         * gnus-compat.el (set-buffer-multibyte): Remove.
861
862 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
863
864         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
865         temporary file to get PGP key image. Pass no-show-photos when extracting
866         image to avoid having it pop up twice.
867
868 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
871         eligible for treatment.
872
873         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
874         lines.  This makes summary commands with hidden threads work more
875         reliably.
876
877         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
878         button to mark the hidden citations (bug#9395).
879
880 2012-12-26  Daiki Ueno  <ueno@gnu.org>
881
882         * mml2015.el (mml2015-epg-signature-to-string): New function.
883         (mml2015-epg-verify-result-to-string): New function.
884         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
885         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
886         instead of epg-verify-result-to-string.
887         (epg-signature-key-id, epg-signature-to-string): Autoload.
888         (epg-verify-result-to-string): Remove autoload.
889
890 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
891
892         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
893         ID image from GPG public key.
894         (mml2015-epg-key-image-to-string): New function.
895
896 2012-12-25  Leo Liu  <sdl.web@gmail.com>
897
898         * plstore.el (plstore-passphrase-callback-function): Fix error when
899         error when plstore-cache-passphrase-for-symmetric-encryption is set
900         (bug#13264).
901
902 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
905         buffer to the article buffer here, because that clobbers multiple
906         article buffers.
907
908         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
909         buffer always points to the right summary buffer.
910
911 2012-12-25  John Wiegley  <jwiegley@gmail.com>
912
913         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
914         the password (bug#12097).
915
916 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
917
918         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
919         (bug#13263).
920
921         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
922         buffer exists before using it (bug#12475).
923
924         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
925         offline groups (bug#11937).
926
927         * message.el (message-yank-original): When using customize to set the
928         value of `message-cite-style', the variable it set to a symbol that's
929         the name of the variable, which must then be dereferenced (bug#12616).
930
931 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
932
933         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
934         the `face' property with a list whose car is the face specified in the
935         format string and whose cdr is (nil).
936         * lisp/gnus-util.el
937         (gnus-put-text-property-excluding-characters-with-faces):
938         Change accordingly.
939         (gnus-get-text-property-excluding-characters-with-faces): New function.
940         * lisp/gnus-sum.el (gnus-summary-highlight-line):
941         * lisp/gnus-salt.el (gnus-tree-highlight-node):
942         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
943
944 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
945
946         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
947         login methods.
948         (nnimap-login): Respect the `nnimap-authenticator' variable.
949
950         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
951         mark state when moving articles.  Otherwise unticked articles will get
952         their ticks back after moving.
953
954 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
957
958         * message.el (message-ignored-news-headers): Always remove
959         X-Message-SMTP-Method to avoid information leakage if the user
960         mistakenly inserts the header into news messages.
961
962         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
963
964         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
965         right than four characters, this command would move point to
966         `point-max'.  Don't do that.
967
968         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
969         to nil to allow re-selecting groups that gain articles.
970         (gnus-bug-group-download-format-alist): Update the URL.
971
972 2012-12-23  Andreas Schwab  <schwab@suse.de>
973
974         * shr.el (shr-tag-em): Render em as italic, not bold.
975
976 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus-int.el (gnus-backend-trace): Factor out into its own function
979         for reuse.
980         (gnus-open-server): Use it to add more tracing.
981         (gnus-finish-retrieve-group-infos): Add backend tracing.
982         (gnus-backend-trace): Also note the elapsed seconds.
983
984 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
985
986         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
987         Set epa-file-encrypt-to from variable to avoid querying.
988
989 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
990
991         * sieve-mode.el (sieve-font-lock-keywords):
992         Keywords should be word delimited.  (Bug#13173)
993
994 2012-12-13  Andreas Schwab  <schwab@suse.de>
995
996         * tls.el (tls-program): Update customize type.
997
998 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1001         instead of <pre> to align message header.
1002
1003 2012-12-12  Sam Steingold  <sds@gnu.org>
1004
1005         * gnus.el (gnus-other-frame-resume-function): Add user option.
1006         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1007
1008 2012-12-06  Sam Steingold  <sds@gnu.org>
1009
1010         * gnus-start.el (gnus-before-resume-hook): Add.
1011         (gnus-1): Run it when Gnus is alive.
1012
1013 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1016         * gnus-art.el (article-unsplit-urls)
1017         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1018         * gnus-registry.el (gnus-registry-get-article-marks)
1019         * message.el (message-goto-body): Use it.
1020         (message-called-interactively-p): Remove.
1021
1022         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1023         (spam-stat-score-buffer): Use it.
1024
1025         * spam.el: Silence the warnings against BBDB functions when compiling.
1026
1027         * gnus-score.el (gnus-score-decode-text-parts):
1028         Use append+mapcar instead of the cl function mapcan.
1029
1030 2012-12-05  Sam Steingold  <sds@gnu.org>
1031
1032         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1033         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1034         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1035
1036 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gmm-utils.el (gmm-called-interactively-p): Revert.
1039         This seems to cause Emacs to get stuck!
1040         * gnus-art.el (article-unsplit-urls)
1041         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1042         * gnus-registry.el (gnus-registry-get-article-marks)
1043         * message.el (message-goto-body)
1044         (message-called-interactively-p): Revert.
1045
1046         * gmm-utils.el (gmm-called-interactively-p): New function.
1047         * gnus-art.el (article-unsplit-urls)
1048         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1049         * gnus-registry.el (gnus-registry-get-article-marks)
1050         * message.el (message-goto-body): Use it.
1051         (message-called-interactively-p): Remove.
1052
1053         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1054         * gnus-sync.el (gnus-sync-lesync-call)
1055         * message.el (message-read-from-minibuffer): Use it.
1056
1057 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gmm-utils.el (gmm-flet): Remove.
1060         * gnus-sync.el (gnus-sync-lesync-call)
1061         * message.el (message-read-from-minibuffer): Don't use it.
1062
1063 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1066
1067 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1070
1071         * gnus-sync.el (gnus-sync-lesync-call)
1072         * message.el (message-read-from-minibuffer): Use gmm-flet.
1073
1074         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1075
1076         * gnus-util.el (gnus-macroexpand-all): Remove.
1077
1078 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1079
1080         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1081         to TAB, not [tab].
1082         (gnus-summary-article-map): Likewise.
1083
1084         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1085         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1086
1087 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1088
1089         * time-date.el: Commentary fix.
1090
1091 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1092
1093         * color.el: Don't require cl.
1094         (color-complement): `caddr' -> `nth 2'.
1095
1096         * time-date.el (time-to-seconds): De-obsolete.
1097
1098 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * message.el (message-get-reply-headers):
1101         Make sure the reply goes to the author if it is a wide reply.
1102
1103 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1104
1105         * gnus-score.el (gnus-score-body):
1106         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1107         scoring by body.
1108
1109 2012-11-16  Glenn Morris  <rgm@gnu.org>
1110
1111         * gnus-diary.el (nndiary-request-create-group-functions)
1112         (nndiary-request-update-info-functions)
1113         (gnus-subscribe-newsgroup-functions)
1114         (nndiary-request-accept-article-functions):
1115         Use new names for hooks rather than obsolete aliases.
1116
1117 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1120
1121 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1124         in meta tag with the one the part specifies in its header.
1125
1126 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1127
1128         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1129         by default.
1130
1131 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1134         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1135
1136 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1139         and a runtime function for it, of which the XEmacs version takes only
1140         two arguments.
1141
1142 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1143
1144         * nndiary.el (nndiary-request-create-group-functions)
1145         (nndiary-request-update-info-functions)
1146         (nndiary-request-accept-article-functions):
1147         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1148         "-hooks" suffix.
1149
1150 2012-10-19  Julien Danjou  <julien@danjou.info>
1151
1152         * gnus-art.el: Require gnus-util because it uses
1153         `gnus-timer--function'.
1154
1155 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1156
1157         * starttls.el (starttls-extra-arguments): Doc fix.
1158
1159 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1162         it.
1163
1164 2012-10-06  Glenn Morris  <rgm@gnu.org>
1165
1166         * gnus-notifications.el (gnus-notifications):
1167         Add missing group :version tag.
1168         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1169         (gnus-gcc-post-body-encode-hook):
1170         * gnus-sync.el (gnus-sync-lesync-name)
1171         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1172
1173 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1174
1175         * color.el (color-hsl-to-rgb): Fix incorrect results for
1176         small and large hue values.  (Bug#12559)
1177
1178 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         New UIDL implementation.
1181
1182         * mail-source.el (mail-sources, mail-source-keyword-map):
1183         Add :leave as a pop3 keyword.
1184         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1185
1186         * pop3.el (pop3-leave-mail-on-server): Allow number.
1187         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1188         (pop3-movemail): Add UIDL support.
1189         (pop3-send-streaming-command): Take a list of mail numbers instead of
1190         the number of mails.
1191         (pop3-write-to-file): Add X-UIDL header.
1192         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1193         (pop3-uidl-add-xheader): New functions.
1194
1195         * message.el (message-ignored-resent-headers):
1196         Add X-Content-Length and X-UIDL headers.
1197
1198 2012-10-05  Glenn Morris  <rgm@gnu.org>
1199
1200         * color.el (color-name-to-rgb, color-rgb-to-hex)
1201         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1202         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1203         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1204         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1205
1206 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1209         a user about whether to delete temp files if once a user answered as n.
1210
1211 2012-09-25  Chong Yidong  <cyd@gnu.org>
1212
1213         * password-cache.el (password-read-and-add): Use a declare form to mark
1214         this function obsolete.
1215
1216 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * lpath.el: Bind mail-encode-mml for old Emacsen.
1219
1220 2012-09-17  Richard Stallman  <rms@gnu.org>
1221
1222         * message.el (message-in-body-p): Don't set mark or modify buffer.
1223
1224         * mml.el (mml-attach-file): Doc fix.
1225         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1226         Set mail-encode-mml when in Mail mode.
1227         Simplify code to set HEAD and move back to HEAD.
1228         (mml-insert-multipart, mml-insert-part):
1229         Set mail-encode-mml when in Mail mode.
1230
1231 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * gnus-util.el (gnus-timer--function): New function.
1234
1235         * gnus-art.el (gnus-article-stop-animations): Use it.
1236
1237 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1238
1239         Fix glitches caused by addition of psec to timers.
1240         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1241         rather than raw access to timer vector.
1242
1243 2012-09-11  Julien Danjou  <julien@danjou.info>
1244
1245         * gnus-notifications.el (gnus-notifications): Check for nil values in
1246         ignored addresses check.
1247
1248 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1249
1250         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1251
1252 2012-09-07  Chong Yidong  <cyd@gnu.org>
1253
1254         * gnus-util.el
1255         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1256
1257         * gnus-salt.el (gnus-tree-highlight-node):
1258         * gnus-sum.el (gnus-summary-highlight-line):
1259         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1260
1261 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1264
1265 2012-09-06  Juri Linkov  <juri@jurta.org>
1266
1267         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1268         scheme for buffer names to be more consistent with other group and
1269         article buffer names in Gnus.
1270
1271 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-util.el
1274         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1275
1276         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1277         Jenkner.
1278
1279         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1280
1281         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1282
1283         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1284
1285 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1288         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1289
1290         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1291         string-prefix-p in Emacs >=23.2.
1292
1293         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1294         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1295         instead of string-match-p.
1296         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1297
1298 2012-09-06  Kenichi Handa  <handa@gnu.org>
1299
1300         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1301         lowercase a..f.
1302
1303 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1304
1305         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1306
1307 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1308
1309         * nnimap.el (nnimap-request-move-article): Decode the group name when
1310         doing internal moves to avoid charset issues.
1311
1312         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1313         TIME is set.
1314
1315 2012-09-05  Juri Linkov  <juri@jurta.org>
1316
1317         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1318         than one group at a time (bug#11961).
1319
1320 2012-09-05  Julien Danjou  <julien@danjou.info>
1321
1322         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1323         this hide the real reason with a message giving absolutely no hint.
1324
1325 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1328         to the backend (bug#11804).
1329
1330         * message.el (message-insert-newsgroups): Don't insert newsgroup
1331         duplicates (bug#12275).
1332
1333 2012-09-05  John Wiegley  <johnw@newartisans.com>
1334
1335         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1336         sieve rules.
1337
1338 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1339
1340         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1341         function.
1342
1343         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1344
1345         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1346
1347 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1348
1349         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1350         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1351         This should make nnmaildir more usable with offlineimap.
1352
1353 2012-09-05  Julien Danjou  <julien@danjou.info>
1354
1355         * nnimap.el (nnimap-request-list): Revert change that made listing
1356         synchronous.
1357         (nnimap-get-responses): Restore.
1358
1359 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1360
1361         * dgnushack.el: XEmacs 21.5 compilation fix.
1362
1363         * gnus-notifications.el (gnus-notifications-notify): Use it.
1364
1365         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1366         warnings on XEmacs.
1367
1368 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1369
1370         Better seeds for (random).
1371         * gnus-sync.el (gnus-sync-lesync-setup):
1372         * message.el (message-canlock-generate, message-unique-id):
1373         Change (random t) to (random), now that the latter is more random.
1374
1375 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1376
1377         * nnimap.el (nnimap-change-group): Document result value
1378
1379         * auth-source.el (auth-sources): Fix macos keychain access.
1380
1381         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1382         allow the backend `request-head' function to determine the group
1383         name on its own.
1384         (gnus-request-expire-articles): Filter out negative article numbers
1385         during expiry (Bug#11980).
1386
1387         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1388         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1389
1390         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1391         you've found the article when you haven't.
1392
1393         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1394         that nnimap-change-group can return t.
1395
1396 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1397
1398         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1399
1400 2012-08-30  Julien Danjou  <julien@danjou.info>
1401
1402         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1403         `gnus-notifications-timeout'.
1404         (gnus-notifications-timeout): Add.
1405         (gnus-notifications-action): New function.
1406         (gnus-notifications-notify): Add :action using
1407         `gnus-notifications-action'.
1408         (gnus-notifications-id-to-msg): New variable.
1409         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1410         notifications id to messages.
1411
1412 2012-08-30  Kenichi Handa  <handa@gnu.org>
1413
1414         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1415         once.
1416
1417 2012-08-29  Julien Danjou  <julien@danjou.info>
1418
1419         * gnus-notifications.el: New file.
1420         (gnus-notifications-notify): New function.
1421         (gnus-notifications): Use `gnus-notifications-notify'.
1422
1423 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1426         transfer encoding first; bind gnus-newsgroup-charset to the charset
1427         that the article specifies (Bug#12209).
1428
1429 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1432         (gnus-group-customize-done): Encode values posting-style holds.
1433
1434         * gnus-msg.el (gnus-summary-resend-message)
1435         (gnus-configure-posting-styles): Decode values posting-style group
1436         parameter holds.
1437
1438 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1441         `name' and `address' in Resent-From header.
1442
1443 2012-08-14  Chong Yidong  <cyd@gnu.org>
1444
1445         * gnus-art.el (article-display-face): Handle failure in
1446         gnus-create-image (Bug#11802).
1447
1448 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1449
1450         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1451         Use defsetf.
1452
1453 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1454
1455         * auth-source.el: (auth-source-plstore-search)
1456         (auth-source-secrets-search): Ignore :require and :type in search spec.
1457
1458 2012-08-06  Julien Danjou  <julien@danjou.info>
1459
1460         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1461         `nnimap-request-move-article'.
1462
1463         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1464         Remove autoload, already handled by gnus.el.
1465
1466         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1467
1468         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1469         supported by nnimap actually. Reverts previous change.
1470
1471         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1472         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1473         to-buffer argument that is already supported.
1474
1475 2012-08-05  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1478         Add autoload.
1479
1480 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus.el (gnus-valid-select-methods): Fix custom type.
1483
1484 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * auth-source.el (auth-sources, auth-source-backend-parse)
1487         (auth-source-macos-keychain-search)
1488         (auth-source-macos-keychain-search-items)
1489         (auth-source-macos-keychain-result-append)
1490         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1491         auth-source.el through the /usr/bin/security utility.
1492         (auth-sources): Fix syntax error.
1493         (auth-source-macos-keychain-result-append): Fix variable name.
1494         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1495
1496 2012-07-27  Julien Danjou  <julien@danjou.info>
1497
1498         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1499         Emacs < 24.1
1500
1501 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * message.el (message-kill-address): Don't kill last newline.
1504         (message-skip-to-next-address): Don't move to the next header.
1505         (message-fill-field-address): Work properly.
1506
1507 2012-07-25  Julien Danjou  <julien@danjou.info>
1508
1509         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1510
1511 2012-07-24  Julien Danjou  <julien@danjou.info>
1512
1513         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1514
1515         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1516         (nntp-async-timer-handler): Remove, unused.
1517
1518         * nnimap.el (nnimap-get-responses): Remove, unused.
1519
1520         * nnheader.el (mail-header-set-extra): Remove, unused.
1521
1522         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1523         unused.
1524
1525         * mm-view.el (mm-view-sound-file): Remove, unused.
1526
1527         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1528         (mm-url-encode-multipart-form-data): Remove, unused.
1529
1530         * message.el (message-remove-signature, message-make-host-name)
1531         (message-fill-address): Remove, unused.
1532
1533         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1534         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1535         unused.
1536
1537         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1538         (gnus-xmas-call-region): Remove, unused.
1539
1540         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1541
1542         * gnus-util.el (gnus-extract-address-component-name)
1543         (gnus-extract-address-component-email, gnus-sortable-date)
1544         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1545         (gnus-process-live-p): Remove, unused.
1546
1547         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1548
1549         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1550         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1551         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1552         function.
1553
1554         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1555
1556         * gnus-score.el (gnus-summary-score-crossposting)
1557         (gnus-score-regexp-bad-p): Remove, unused.
1558
1559         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1560
1561         * gnus-range.el (gnus-sublist-p): Remove, unused.
1562
1563         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1564         unused.
1565
1566         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1567
1568         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1569         (gnus-request-associate-buffer): Remove, unused.
1570
1571         * gnus-group.el (gnus-group-set-method-info)
1572         (gnus-group-set-params-info): Remove, unused.
1573
1574         * gnus-fun.el (gnus-shell-command-to-string)
1575         (gnus-shell-command-on-region): Remove, unused.
1576
1577         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1578
1579         * gnus-art.el (gnus-article-text-type-exists-p)
1580         (article-translate-characters, gnus-article-hide-text-of-type)
1581         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1582         Remove, unused.
1583
1584 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1585
1586         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1587
1588 2012-07-21  Julien Danjou  <julien@danjou.info>
1589
1590         * message.el (message-dont-reply-to-names): Replace deprecated
1591         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1592         (message-get-reply-headers): Ditto.
1593
1594 2012-07-18  Julien Danjou  <julien@danjou.info>
1595
1596         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1597         `sieve-upload-and-kill'.
1598
1599         * sieve.el (sieve-bury-buffer): Remove function.
1600         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1601         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1602
1603 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1604
1605         * shr.el (shr-expand-url): Handle URL starting with `//'.
1606
1607 2012-07-13  Chong Yidong  <cyd@gnu.org>
1608
1609         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1610         instead of calling toggle-read-only with a (bogus) argument.
1611
1612 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1613
1614         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1615         of initial input when reading the author to restrict the summary to.
1616
1617 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * mm-decode.el (mm-shr):
1620         Allow overriding charset by mm-charset-override-alist.
1621
1622 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-art.el (gnus-article-view-part):
1625         Toggle subparts of multipart/alternative part.
1626
1627 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1628
1629         * shr.el (shr-render-buffer): New command.
1630         (shr-visit-file): Use it.
1631
1632 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1635         Set no-byte-compile and no-update-autoloads.
1636
1637 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1640
1641 2012-06-25  Julien Danjou  <julien@danjou.info>
1642
1643         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1644         `nnimap-request-move-articles-find-limit' since we do not use it only
1645         for move operations.
1646         (nnimap-request-accept-article): Use
1647         `nnimap-request-articles-find-limit' to limit search by message-id.
1648
1649 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1650
1651         Support higher-resolution time stamps (Bug#9000).
1652
1653         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1654         VARLIST.  It's optional, for backward compatibility.
1655         (encode-time-value): New optional arg PICO.  New type 3.
1656         (time-to-seconds) [!float-time]: Support the new picoseconds
1657         component if it's used.
1658         (seconds-to-time, time-subtract, time-add):
1659         Support ps-resolution time stamps as well.
1660
1661 2012-06-19  Julien Danjou  <julien@danjou.info>
1662
1663         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1664
1665         * nnimap.el (nnimap-log-buffer): Check that
1666         `window-point-insertion-type' is boundp, since it's not available in
1667         XEmacs.
1668
1669 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1670
1671         * nnimap.el (nnimap-log-buffer): Add this, setting
1672         `window-point-insertion-type' in the buffer to t.
1673         (nnimap-log-command): Use nnimap-log-buffer.
1674
1675 2012-06-19  Julien Danjou  <julien@danjou.info>
1676
1677         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1678         argument to be able to limit the search.
1679         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1680         (nnimap-request-move-articles-find-limit): Add this to limit the search
1681         by Message-Id after a message move.
1682         (nnimap): Add defgroup.
1683
1684 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1685
1686         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1687
1688 2012-06-15  Julien Danjou  <julien@danjou.info>
1689
1690         * nnimap.el (nnimap-find-article-by-message-id): Use
1691         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1692         (nnimap-possibly-change-group): Add read-only argument.
1693         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1694         issuing EXAMINE manually.
1695         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1696         with read-only argument.
1697         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1698         cannot possibly change because we need to be sure that it's either
1699         read-write or read-only.
1700
1701 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1704         being bound to a lambda form.
1705
1706 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1707
1708         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1709         articles when fetch-old is non-nil (bug#11370).
1710
1711 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1712
1713         * gnus-picon.el (gnus-picon-properties): New defcustom.
1714         (gnus-picon-create-glyph): Use it.
1715
1716 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-group.el (gnus-group-get-new-news): Respect
1719         `gnus-group-use-permanent-levels', as documented (bug#11638).
1720
1721 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1722
1723         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1724         groups (bug#11641).
1725
1726 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1727
1728         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1729         is an integer to avoid later problems.
1730
1731 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1734         locales.
1735
1736         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1737         on a handle.
1738
1739         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1740         address as the default.
1741         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1742
1743         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1744         makes no sense to query the user about internal files.
1745
1746         * gnus-spec.el: Remove all the byte-compilation stuff, since
1747         benchmarking shows that it doesn't help when entering large summary
1748         buffers.
1749
1750         * gnus-xmas.el (gnus-xmas-define): Remove.
1751
1752         * gnus-util.el (gnus-byte-code): Remove.
1753
1754         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1755         grouplens stuff.
1756
1757 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1760         (bug#11514).
1761
1762 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1763
1764         * message.el (message-buffers): Return all buffers derived from Message
1765         to make `gnus-dired-attach' work with mu4e.
1766
1767 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1768
1769         * nntp.el: Stop the `letf' madness.
1770         (nntp--report-1): New var.
1771         (nntp-report): Merge nntp-report-1 into it.
1772         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1773         the nntp-report function.
1774
1775         * auth-source.el: Fix comment-style to follow the convention.
1776
1777 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1778
1779         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1780         (mm-dissect-singlepart): Don't guess the MIME type of
1781         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1782         set.
1783         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1784         toplevel MIME type is multipart/encrypted.
1785
1786 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1789         a string so that Gcc works (bug#11514).
1790
1791 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1794         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1795
1796 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1797
1798         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1799         jumping to *Server* from a dedicated *Group* window.
1800         (gnus-configure-frame): CSE.
1801
1802         * gnus-registry.el: Minor style cleanup.
1803         (gnus-registry--set/remove-mark): New function, extracted from
1804         gnus-registry-install-shortcuts.
1805         (gnus-registry-install-shortcuts): Use it.
1806
1807 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * nnspool.el (news-path): Use eval-and-compile.
1810
1811 2012-05-24  Glenn Morris  <rgm@gnu.org>
1812
1813         * nnspool.el (news-directory, news-path, news-inews-program):
1814         Move here from paths.el.  Don't see a need for these to be autoloaded.
1815
1816         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1817         Merge in doc from paths.el version.  Don't see any need for this to be
1818         autoloaded, or for the warning about users not setting it.
1819
1820 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1821
1822         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1823         format.  In particular, add an optional argument and a docstring.
1824
1825         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1826
1827         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1828         current before calling `gnus-groups-to-gnus-format'.
1829         Note that this was already the case for `gnus-active-to-gnus-format'.
1830
1831 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1832
1833         Fix minor Y10k bug.
1834         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1835
1836 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1837
1838         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1839         message once it's actually open.
1840
1841 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1842
1843         * gnus.el: Ma Gnus v0.5 is released.
1844
1845 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1846
1847         * auth-source.el (auth-source--aput-1, auth-source--aput)
1848         (auth-source--aget): New functions and macros.
1849         Use them instead of aput/aget.
1850
1851 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1852
1853         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1854
1855 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1856
1857         * plstore.el (plstore-called-interactively-p): New compat macro copied
1858         from message.el.
1859         (plstore-mode): Use it.
1860
1861 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1862
1863         * plstore.el: Revive the editing feature.
1864         (plstore-mode): New mode to edit plstore file.
1865         (plstore-mode-toggle-display, plstore-mode-original)
1866         (plstore-mode-decoded): New command.
1867         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1868         (plstore--insert-buffer, plstore--make): New function.
1869         (plstore-open, plstore-save): Simplify by using them.
1870
1871 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1874
1875 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1876
1877         * tls.el (open-tls-stream): Remove unused binding.
1878
1879 2012-04-16  Glenn Morris  <rgm@gnu.org>
1880
1881         * nndraft.el (nndraft-request-list): Fix declaration.
1882
1883 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * mm-decode.el (mm-dissect-buffer): Doc fix.
1886
1887         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1888         don't have a current group.
1889
1890         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1891         buffer if it doesn't exist.
1892
1893         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1894         given, mark the group as ephemeral with the current window conf.
1895
1896         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1897         buffer exists, which it doesn't if we haven't started Gnus.
1898         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1899
1900 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1903         type is.
1904
1905         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1906         `unexists' entries.
1907         (gnus-clean-old-newsrc): Fix last checkin.
1908
1909         * nnimap.el (nnimap-update-info): None of the articles below the active
1910         low-water mark exist.
1911
1912         * dgnushack.el: Get rid of XEmacs compilation warning.
1913
1914         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1915         would have gotten if we posted to the group, and use that to compare
1916         against the message we want to cancel (bug#10808).
1917
1918         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1919         on XEmacs.
1920
1921 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1922
1923         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1924         `scroll-margin'.
1925
1926 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1927
1928         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1929         citation prefix within a block of cited text should be considered part
1930         of that block *only* if it is a blank line.
1931
1932 2012-04-09  Chong Yidong  <cyd@gnu.org>
1933
1934         * binhex.el, hashcash.el, uudecode.el:
1935         Remove * characters from the front of variable docstrings.
1936
1937 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1940         before kinsoku-bol characters nor within kinsoku-eol characters.
1941
1942 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1945         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1946         (gnus-sync-read): Use mapc instead of mapcar.
1947
1948         * mm-archive.el: Require mm-decode for some macros.
1949         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1950         the byte compiler.
1951         (mm-archive-decoders): New function that returns the value of
1952         the mm-archive-decoders variable.
1953
1954         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1955         instead.
1956         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1957
1958         * nnimap.el (gnus-refer-thread-use-nnir):
1959         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1960
1961 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1964
1965 2012-03-12  Peter Münster  <pmrb@free.fr>
1966
1967         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1968         (gnus-demon-cancel): Ditto.
1969         (gnus-demon-run-callback): When function cannot be called due to low
1970         idleness, call it when idleness reaches the expected value, instead of
1971         waiting another timer period.
1972         (gnus-demon-init): Add `time' to arguments of call-back.
1973
1974 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1977
1978         * gnus.el: Register gnus-registry functions.
1979
1980         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1981         indent.
1982
1983         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1984         enabled before warping.
1985
1986 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1987
1988         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1989         registry about each article retrieved.
1990
1991         * gnus-int.el (gnus-select-group-with-message-id): New function.
1992         (gnus-try-warping-via-registry): Ditto.
1993         (gnus-warp-to-article): Fall back on the registry.
1994
1995 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1996
1997         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1998         inboxes.
1999
2000 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2003
2004 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2007         gnus-gcc-self-resent-messages may be a group parameter.
2008         (gnus-summary-resend-message): Don't encode encoded words in header
2009         when Gcc'ing resent message.
2010
2011 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * shr.el (shr-insert): Treat non-breaking space just like normal
2014         space.  This seems to produce more pleasing results.
2015         (shr-insert): Only insert a blank line if we're starting from an image.
2016         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2017         (shr-ensure-paragraph): Consider lines with white space to be blank.
2018
2019 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2020
2021         * Makefile.in: Respect DESTDIR.
2022
2023 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2024
2025         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2026         and gnus-gcc-post-body-encode-hook.
2027
2028 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2031         messages that don't exist.
2032
2033         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2034
2035 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2038         Remove.
2039
2040         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2041
2042         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2043
2044 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2047         have a group name.
2048
2049         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2050         a multibyte buffer (bug#7410).
2051         (article-wash-html): Parse the original article buffer to get the
2052         unencoded data (bug#7410).
2053
2054         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2055         .newsrc.el files.
2056
2057 2012-04-05  Bastien Guerry  <bzg@altern.org>
2058
2059         * color.el (color-lighten-name): Fix typo.
2060
2061 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2064         "#" to avoid having them interpreted as comments.
2065
2066 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * shr.el (shr-insert): Update the text state properly to avoid
2069         inserting spurious paragraph starts.
2070
2071 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * shr.el (shr-table-widths): Divide the extra width more fairly over
2074         the TDs (bug#10973).
2075         (shr-render-td): Don't delete too much padding.
2076         (shr-natural-width): Compute the natural width more correctly.
2077         (shr-insert): Allow the natural width to be computed for tables again.
2078         (shr-tag-table-1): Rework how the natural widths are computed by
2079         rendering the table a third time.
2080         (shr-natural-width): Removed.
2081         (shr-buffer-width): New function.
2082         (shr-expand-newlines): Use it.
2083
2084         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2085         using a `gnus-use-full-window' setup (bug#11013).
2086
2087 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2090         24.1 release.
2091
2092 2012-03-10  David Edmondson  <dme@dme.org>
2093
2094         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2095         'Forwarded Message' header and the start of the message.
2096
2097 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2098
2099         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2100         isn't running (bug#10897).
2101
2102 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2105         This is inconsistent with all the other stream functions, which leave
2106         the setting up to the higher levels (if so wanted) (bug#10931).
2107
2108 2012-02-28  Glenn Morris  <rgm@gnu.org>
2109
2110         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2111         mm-decode.el: Standardize possessive apostrophe usage.
2112
2113 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2116
2117 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2118
2119         * parse-time.el (parse-time-string): Allow extractor to return nil.
2120
2121 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2124
2125 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2128
2129 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2130
2131         * mm-decode.el (mm-shr): Remove "soft hyphens".
2132
2133         * nnimap.el (nnimap-request-list): Return the group names encoded as
2134         utf8.  Otherwise non-European group names don't work.
2135         (nnimap-request-newgroups): Ditto.
2136
2137         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2138         the default in `read-string' (bug#10757).
2139
2140         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2141         topics (bug#10843).
2142
2143         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2144         buffer.  Suggested by Herbert Valerio Riedel.
2145         (nnimap-request-move-article): Delete the message from the correct IMAP
2146         server.
2147
2148 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2149
2150         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2151         Reported by Peter Münster.
2152
2153 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2154
2155         * shr.el (shr-image-fetched): Make sure we really kill the right
2156         buffer.
2157
2158 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2159
2160         * gnus-start.el (gnus-1): Avoid duplicate entries.
2161
2162 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2163
2164         * imap.el: Remove.
2165
2166         * nntp.el (nntp-coding-system-for-read): Remove.
2167         (nntp-coding-system-for-write): Ditto.
2168         (nntp-open-connection): Just use `binary' directly.
2169
2170         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2171         Gnus 0.3.
2172
2173 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2174
2175         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2176         application/octet-stream parts really is.
2177
2178         * gnus-sum.el (gnus-propagate-marks): Remove.
2179
2180 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2181
2182         * shr.el (shr-rescale-image): Undo previous change; see
2183         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2184
2185 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2186
2187         * gnus.el: Ma Gnus v0.3 is released.
2188
2189 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-sum.el (gnus-summary-local-variables): Make
2192         `gnus-newsgroup-unexist' into a local variable.
2193
2194 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2195
2196         * registry.el (registry-usage-test, registry-persistence-test): Move to
2197         tests/gnustest-registry.el.
2198         (registry-make-testable-db, registry-match-test)
2199         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2200
2201         * gnus-registry.el (gnus-registry-misc-test)
2202         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2203
2204         * tests/gnustest-registry.el: New file with the registry and
2205         gnus-registry ERT tests.
2206
2207 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-msg.el (gnus-summary-resend-message): Make
2210         gnus-summary-resend-message-insert-gcc be last item in
2211         message-header-setup-hook.
2212
2213 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2216         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2217         Remove.
2218         (nnfolder-open-server): Don't use marks.
2219         (nnfolder-request-delete-group): Ditto.
2220         (nnfolder-request-rename-group): Ditto.
2221         (nnfolder-request-set-mark, nnfolder-request-marks)
2222         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2223         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2224
2225         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2226         (nnml-marks-modtime): Remove.
2227         (nnml-request-delete-group): Don't use marks.
2228         (nnml-request-rename-group): Ditto.
2229         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2230         (nnml-save-marks, nnml-open-marks): Remove.
2231
2232         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2233         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2234         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2235         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2236         (nntp-server-to-method-cache): Remove.
2237
2238         * shr.el (shr-rescale-image): Fix wrong merge.
2239
2240 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2241
2242         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2243         too-wide lines.
2244
2245 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2246
2247         * nnimap.el (nnimap-record-commands): New variable.
2248         (nnimap-log-command): Use it.
2249         (nnimap-make-process-buffer): Add a space to the process buffer.
2250         (nnimap-transform-headers): Don't bug out on header lines containing
2251         stuff that look like IMAP length encodings.
2252
2253         * shr.el (shr-rescale-image): Allow viewing large images.
2254
2255 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2256
2257         * nnml.el (nnml-request-compact-group): Delete the marks file after
2258         compaction (bug#10800).
2259
2260         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2261         group exit.
2262
2263         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2264         QRESYNC/FETCH output.
2265
2266 2012-02-11  Glenn Morris  <rgm@gnu.org>
2267
2268         * sieve-manage.el (sieve-manage-default-stream):
2269         * shr.el (shr):
2270         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2271         (nnir-retrieve-headers-override-function)
2272         (nnir-imap-default-search-key, nnir-notmuch-program)
2273         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2274         (nnir-method-default-engines):
2275         * message.el (message-cite-reply-position):
2276         * gssapi.el (gssapi-program):
2277         * gravatar.el (gravatar):
2278         * gnus-sum.el (gnus-refer-thread-use-nnir):
2279         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2280         (gnus-registry-max-pruned-entries):
2281         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2282         * gnus-int.el (gnus-after-set-mark-hook)
2283         (gnus-before-update-mark-hook):
2284         * gnus-async.el (gnus-async-post-fetch-function):
2285         * auth-source.el (auth-source-cache-expiry):
2286         Add missing :version tags to new defcustoms and defgroups.
2287
2288 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2291         `gnus-newsgroup-unexist'.
2292
2293         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2294         marks.
2295         (gnus-article-special-mark-lists): Put the `unexist' in the special
2296         marks list instead.
2297
2298         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2299         articles in the list of articles to be selected.
2300
2301         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2302         articles.
2303         (nnimap-update-info): Keep track of unexisting articles.
2304         (nnimap-update-qresync-info): Ditto.
2305
2306 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2307
2308         * message.el (message-default-send-mail-function): Made into own
2309         function for reuse by emacsbug.el.
2310
2311 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2312
2313         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2314         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2315
2316 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2317
2318         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2319         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2320
2321         * gnus-compat.el: Define `timer-set-function'.
2322
2323         * mm-decode.el (mm-display-external): Output the text from the command
2324         in the buffer after the command finished.  This makes text-based
2325         commands behave better.
2326
2327 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2330
2331 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2334         23.1.
2335
2336 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2339
2340 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2341
2342         * message.el (smtpmail-smtp-user): Silence compiler warning.
2343
2344 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2345
2346         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2347         SMTP user name.
2348
2349 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-sum.el (gnus-summary-show-thread):
2352         next-single-char-property-change may return nil in XEmacs.
2353         (gnus-summary-article-map): Fix typo.
2354
2355 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2358         running.
2359
2360         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2361
2362         * gnus.el (gnus-server-extend-method): Don't add an -address component
2363         if the method already has one (bug#9676).
2364
2365 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2368         of an initial-input for consistency (bug#10757).
2369
2370         * dgnushack.el: Fix XEmacs compilation warning.
2371
2372         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2373
2374         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2375
2376 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2377
2378         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2379         lines that are narrower than the window width.  Otherwise background
2380         "blocks" will look less readable.
2381
2382 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2383
2384         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2385         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2386         have newlines within the strings, and where the UID comes after the
2387         BODYSTRUCTURE element (bug#10537).
2388
2389         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2390         (bug#10732).
2391
2392         * shr.el (shr-insert-document): Add doc string.
2393         (shr-visit-file): Ditto.
2394         (shr-remove-trailing-whitespace): New function.
2395         (shr-insert-document): Use it to clean up trailing whitespace as the
2396         final step (bug#10714).
2397
2398 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2401         buffer if `gnus-kill-summary-on-exit' is nil.
2402
2403 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2406         when just reading a single group from "without" Gnus.
2407
2408 2012-02-06  Chong Yidong  <cyd@gnu.org>
2409
2410         * gnus-sum.el (gnus-summary-show-thread):
2411         next-single-char-property-change never returns nil (Bug#8657).
2412
2413 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2414
2415         * message.el (message-multi-smtp-send-mail): New function.
2416         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2417         header to implement multi-SMTP functionality.
2418
2419         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2420         (gnus-agentize): Don't set it.
2421         (gnus-agent-send-mail): Don't use it.
2422
2423         * gnus-sum.el (gnus-summary-widget-backward): New function and
2424         keystroke.
2425
2426         * gnus-compat.el: More the compat functions more compatible.
2427
2428         * shr.el (shr-put-image): Remove underlines from sliced images.
2429         (shr-zoom-image): Compute the region to be replaced more correctly.
2430
2431 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2434         (gnus-summary-resend-message-insert-gcc): New function.
2435         (gnus-summary-resend-message): Modify message-header-setup-hook and
2436         message-sent-hook to make it work for Gcc.
2437         (gnus-inews-do-gcc): Update the number of unread articles of groups
2438         that messages are Gcc'd to.
2439
2440         * message.el (message-resend): Run message-sent-hook to do Gcc.
2441
2442 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2443
2444         * lpath.el: Fix an XEmacs compilation warning.
2445
2446         * gnus-compat.el: Require `help-fns' to fix compilation error.
2447
2448         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2449         a higher level to silence compilation.
2450
2451         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2452         parameter to allow controlling the scaling.
2453
2454         * shr.el (shr-zoom-image): New command and keystroke.
2455         (shr-put-image): Take a `size' flag to say how to scale the image.
2456
2457         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2458         deletion unless already defined.
2459
2460         * gnus.el (gnus-compat): Require it.
2461
2462         * gnus-compat.el: New file.
2463
2464         * gnus-start.el (gnus-clean-old-newsrc): New function.
2465         (gnus-read-newsrc-file): Use it.
2466
2467         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2468         Use recursive deletion.
2469         (mm-dissect-archive): Add support for zip files.
2470
2471         * gnus-util.el (gnus-recursive-directory-files): New function.
2472
2473         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2474         (mm-archive-decoders): Add tgz support.
2475
2476         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2477         Otherwise inserting text into the Gnus buffer can look odd.
2478
2479         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2480
2481         * mm-archive.el (mm-archive-decoders): Add support for tar.
2482
2483         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2484
2485         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2486
2487 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2488
2489         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2490
2491         * mm-archive.el: New file.
2492
2493         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2494
2495         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2496
2497         * message.el (message-goto-*): Make all the `message-goto-*' commands
2498         push the mark before moving point.  This makes it easier to go back to
2499         where you came from after editing whatever you jumped to.
2500
2501 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2502
2503         * gnus.el: Ma Gnus v0.1 is released.
2504
2505 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2506
2507         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2508         without reconnecting.
2509         (nnimap-possibly-change-group): Ditto.
2510         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2511         connection has died before being called.
2512
2513 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2516         an initial sync unless we're really doing one.
2517
2518         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2519         address parameter if one already exists (bug#9676).
2520
2521         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2522         not the prefix, as documented (bug#10689).
2523
2524 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2527         the "server".
2528
2529         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2530         the real error message with the useless "previously known to be down".
2531         Which isn't even correct.
2532
2533         * nntp.el (nntp-open-connection): Report the error message if the nntp
2534         server can't be reached.
2535
2536         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2537         groups we do a total scan for.
2538         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2539         doing that.
2540
2541 2012-01-31  Jim Meyering  <jim@meyering.net>
2542
2543         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2544         Correct a comment (insert "not") and hide nominally-doubled "to".
2545
2546 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus.el (gnus-version): Change name to "Ma Gnus".
2549
2550 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2551
2552         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2553         section in the manual.
2554
2555 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2556
2557         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2558         words.
2559         (rfc2047-encode-string): Ditto.
2560         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2561         understand folded filename="..." parameters, for instance.
2562
2563         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2564         the message for greater debuggability.
2565
2566 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2567
2568         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2569         instead of setting it locally, since the latter doesn't seem to have
2570         any effect (most of the time).
2571
2572 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2573
2574         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2575         function call.
2576
2577 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2578
2579         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2580         seconds, and make the repeat clause with HH:MM specs work as
2581         documented.
2582
2583 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * proto-stream.el (proto-stream-capability-open): Fall back on
2586         :end-of-command if :end-of-capability doesn't exist.
2587
2588 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2591         bound globally in old Emacsen and XEmacsen.
2592
2593 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2594
2595         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2596         so that previous errors don't prohibit getting new news.
2597
2598         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2599
2600         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2601
2602 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2603
2604         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2605         buffer, not of the string which is its name.
2606
2607 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2608
2609         * proto-stream.el (proto-stream-capability-open): Wait for
2610         :end-of-capability, not :end-of-command.
2611
2612         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2613         non-server-marks groups.
2614         (gnus-group-make-articles-read): Ditto.
2615
2616         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2617         methods (bug#9676).
2618
2619         * gnus.el (gnus-method-ephemeral-p): New function.
2620
2621 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2624         left-to-right.
2625
2626 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2629         warning.
2630
2631 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2634         macroexpand the nnir things, since they haven't been defined yet, and
2635         nnir requires gnus-sum.
2636
2637 2012-01-24  Julien Danjou  <julien@danjou.info>
2638
2639         * color.el (color-rgb-to-hsl): Fix value computing.
2640         (color-hue-to-rgb): New function.
2641         (color-hsl-to-rgb): New function.
2642         (color-clamp, color-saturate-hsl, color-saturate-name)
2643         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2644         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2645
2646 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2649
2650 2012-01-19  Julien Danjou  <julien@danjou.info>
2651
2652         * color.el (color-name-to-rgb): Use the white color to find the max
2653         color component value and return correctly computed values.
2654         (color-name-to-rgb): Add missing float conversion for max value.
2655
2656 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2657
2658         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2659         logical server name in addition to the actual machine address.
2660
2661         * auth-source.el (auth-source-user-and-password): Add convenience
2662         wrapper to search by just host and optionally user.
2663
2664 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2667         after rendering.
2668
2669 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2670
2671         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2672         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2673         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2674
2675 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2678         (bug#9693).
2679         (gnus-summary-setup-buffer): Document return value (bug#9697).
2680
2681         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2682         since ido doesn't work on symbols (bug#9632).
2683
2684         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2685         when getting a single value as when getting all the values.  This means
2686         that atoms like `gcc-self' work cumulatively, like variable settings,
2687         instead of getting the value from the last matching clause.
2688         (gnus-group-find-parameter): Protect against the group buffer not
2689         existing (bug#9585).
2690
2691 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-start.el (gnus-activate-group): Document more parameters
2694         (bug#9694).
2695
2696         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2697         (bug#9692).
2698
2699         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2700         article was fetched, so that it can be expired later (bug#9958).
2701         (gnus-agent-summary-fetch-series): Add doc string.
2702         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2703         (bug#9517).
2704
2705         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2706         retrieval is happening.
2707
2708         * gnus.el (gnus-parameters): Doc fix.
2709
2710 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2711
2712         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2713         show the thread after expansion.
2714
2715 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus-art.el (article-narrow-to-head): If the head is completely
2718         empty, narrow to the empty region (bug#9764).
2719
2720         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2721         read, and then mark them as unread only when the unread mark is used.
2722         This makes `C-- T k' actually work, even though it's confusing.
2723
2724         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2725         alive before we try to find its window.
2726
2727 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2728
2729         * mm-decode.el (mm-display-external): Use a longer timeout for the
2730         deletion to allow slow programs to display the file.
2731
2732 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2735         prompt to be less confusing.
2736
2737         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2738         argument to `message-reply'.  This broke `special-display-*' frame
2739         pop-uping (bug#10238).
2740
2741 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2744         systems, since these allegedly don't work there.
2745
2746 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2747
2748         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2749         live buffer.
2750
2751 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnir.el (nnir-retrieve-headers): Protect against the article not
2754         existing on the server (bug#10335).
2755
2756 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2757
2758         * gnus-agent.el (gnus-agent-load-local): Recompute
2759         gnus-agent-article-local on changing method.
2760
2761 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus.el (gnus-parameters): Note precedence.
2764
2765 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2766
2767         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2768         in the group buffer.
2769
2770 2012-01-04  Julien Danjou  <julien@danjou.info>
2771
2772         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2773         change.
2774
2775 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2778         too.
2779
2780         * nntp.el (nntp-retrieve-group-data-early): Use it.
2781
2782 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * nntp.el (nntp-retrieval-in-progress): New variable.
2785         (nntp-make-process-buffer): Make it buffer-local.
2786
2787         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2788         2010.
2789         (gnus-demon-init): Use it to compute the time if time is on the form
2790         "04:23".
2791
2792         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2793
2794         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2795         status in the correct buffer.
2796
2797 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2798
2799         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2800         when opening topics (bug#10407).
2801
2802 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2803
2804         * gnus-cus.el (gnus-score-customize):
2805         * gnus-sum.el (gnus-sort-gathered-threads):
2806         * message.el (message-shorten-references):
2807         * nnmairix.el (nnmairix-request-group):
2808         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2809
2810 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2811
2812         * gnus-agent.el (gnus-agent-regenerate-group):
2813         * gnus-int.el (gnus-retrieve-group-data-early):
2814         * mm-util.el (mm-codepage-ibm-list):
2815         * nndiary.el (Commentary, nndiary-get-new-mail):
2816         * nnir.el (nnir):
2817         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2818
2819 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mm-view.el (mm-display-inline-fontify): Add comment.
2822
2823 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2824
2825         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2826         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2827
2828 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         * gnus-art.el (gnus-split-methods):
2831         * gnus-msg.el (gnus-configure-posting-styles):
2832         * gnus-spec.el (gnus-parse-simple-format):
2833         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2834         * message.el (message-do-actions): Spelling fix.
2835
2836 2011-12-15  Juri Linkov  <juri@jurta.org>
2837
2838         * mm-decode.el (mm-inline-media-tests): Add missing
2839         `mm-handle-media-subtype'.
2840
2841 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2842
2843         * gnus-group.el (gnus-group-tool-bar):
2844         * gnus-sum.el (gnus-summary-tool-bar):
2845         * message.el (message-tool-bar):
2846         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2847
2848 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2849
2850         * plstore.el (plstore--insert-buffer): Spelling fix.
2851
2852 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2853
2854         * message.el (message-valid-fqdn-regexp): Update with newly approved
2855         top-level domain names ".tel" and ".asia".
2856
2857 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2860         unconditionally.
2861
2862 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2865         pop-to-buffer-same-window for old Emacsen.
2866
2867 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2868
2869         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2870
2871 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2872
2873         * netrc.el (netrc-credentials): Spelling fix.
2874
2875 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2876
2877         * gnus-fun.el (gnus-fun-ppm-change-string):
2878         * gnus-msg.el (gnus-inews-do-gcc):
2879         * gnus-sum.el (gnus-summary-find-for-reselect):
2880         * gnus.el (gnus-summary-cancelled):
2881         * message.el (message-cancel-hook, message-send-news):
2882         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2883         * nnir.el (nnir-run-hyrex):
2884         * nntp.el (nntp-with-open-group-function):
2885         * pgg.el (pgg-pending-timers): Spelling fix.
2886
2887 2011-12-04  Chong Yidong  <cyd@gnu.org>
2888
2889         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2890         change (Bug#10200).
2891
2892 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * compface.el (uncompface):
2895         * gnus-art.el (gnus-article-x-face-command): Update the header format
2896         of icon data for the most recent icontopbm program.
2897
2898 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-msg.el (gnus-inews-do-gcc):
2901         * message.el (message-send-mail):
2902         * mml.el (mml-generate-mime): Share the value of the buffer-local
2903         `message-options' variable between a draft buffer and temprary working
2904         buffers.
2905
2906 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2907
2908         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2909
2910 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2913         for Cygwin.
2914
2915 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * gnus-group.el (gnus-group-prepare-flat):
2918         * mm-bodies.el (mm-encode-body):
2919         * mml.el (mml-preview):
2920         * nnml.el (nnml-request-compact-group):
2921         * pop3.el (pop3-stream-type): Spelling fix.
2922
2923 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2924
2925         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2926
2927 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2928
2929         * color.el (color-rgb-to-hsl):
2930         * gmm-utils.el (gmm-tool-bar-style):
2931         * gnus-group.el (gnus-group-prepare-flat):
2932         * gnus-topic.el (gnus-topic-prepare-topic):
2933         * mm-decode.el (mm-discouraged-alternatives):
2934         * rfc2047.el (rfc2047-encode-1):
2935         * starttls.el: Spelling fix.
2936
2937 2011-11-24  Glenn Morris  <rgm@gnu.org>
2938
2939         * binhex.el (binhex-begin-line): Give it basic doc-string.
2940
2941         * starttls.el, tls.el: Fix case of "GnuTLS".
2942
2943 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2944
2945         * gnus-group.el (gnus-group-highlight): Fix typo.
2946
2947 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2948
2949         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2950         value of `delete-file', that returns nil for a local file but returns t
2951         for a remote file using ssh.
2952
2953 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2954
2955         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2956
2957 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2960         avoid later breakage.
2961
2962 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2965         article buffers' name.
2966
2967 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2970         by Paul Eggert's spellfixes two days ago.
2971
2972 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2975         doesn't have it.
2976
2977         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2978         buffer-local instead of binding them to avoid warnings.  Also demote
2979         errors (bug#10063).
2980         (font-lock-mode-hook): Shut up byte compiler.
2981
2982 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2983
2984         * mm-util.el (mm-charset-after):
2985         * nnir.el (nnir-run-hyrex):
2986         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2987         (ntlm-get-password-hashes, ntlm-md4hash):
2988         * smime.el: Fix typo.
2989
2990 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2991
2992         * gnus-agent.el (gnus-agent-expire-group-1):
2993         * nndiary.el (nndiary-last-occurence):
2994         * nnimap.el (nnimap-request-set-mark):
2995         * nnmairix.el (nnmairix-only-use-registry):
2996         * gnus-group.el (gnus-group-prepare-flat):
2997         * gnus-sum.el (gnus-decode-encoded-word-methods):
2998         * message.el (message-wash-subject):
2999         * nntp.el (nntp-retrieve-headers-with-xover):
3000         * smime.el (smime-certificate-directory): Spelling fix.
3001
3002 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3003
3004         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3005
3006         * color.el:
3007         * gnus-agent.el (gnus-agent-possibly-alter-active):
3008         * gnus-dired.el (gnus-dired-print):
3009         * mail-parse.el:
3010         * nnmairix.el (nnmairix-request-group):
3011         * shr.el (shr-image-displayer):
3012         * sieve-manage.el:
3013         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3014
3015 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3016
3017         * gnus-sum.el (gnus-auto-select-subject):
3018         * spam-report.el (spam-report-resend): Spelling fix.
3019
3020 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3021
3022         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3023         * gnus-art.el (gnus-default-article-saver):
3024         * gnus-srvr.el (gnus-server-copy-server):
3025         * gnus.el (gnus-sloppily-equal-method-parameters):
3026         * html2text.el (html2text-format-tag-list):
3027         * message.el (message-narrow-to-head):
3028         * nndiary.el:
3029         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3030         * sieve.el: Spelling fix.
3031
3032 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3033
3034         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3035         * gnus-sum.el (gnus-summary-make-menu-bar):
3036         * gnus-uu.el (gnus-uu-decode-postscript)
3037         (gnus-uu-decode-postscript-and-save):
3038         * mailcap.el (mailcap-print-command):
3039         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3040         Fix typos.
3041
3042 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3043
3044         * gnus-art.el (gnus-article-part-wrapper):
3045         * html2text.el (html2text-fix-paragraphs):
3046         * mm-decode.el (mm-image-fit-p):
3047         * rfc2047.el (rfc2047-encode-message-header):
3048         * shr-color.el (shr-color-visible-distance-min)
3049         (shr-color-relative-to-absolute, set-minimum-interval)
3050         (shr-color-visible): Fix typos.
3051
3052 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3053
3054         * gmm-utils.el (gmm-tool-bar-item):
3055         * gnus-art.el (gnus-treat-body-boundary):
3056         * gnus-diary.el (gnus-user-format-function-d):
3057         * gnus-start.el (gnus-get-unread-articles):
3058         * pgg-gpg.el (pgg-gpg-update-agent):
3059         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3060
3061 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3062
3063         * gnus-topic.el (gnus-group-prepare-topics):
3064         * gnus-uu.el (gnus-extract-view):
3065         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3066
3067 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * spam.el: Move BBDB autoloads.
3070         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3071         BBDB 2 and 3.
3072         (spam-check-BBDB): Use it.
3073         (spam-enter-ham-BBDB): Use it.
3074
3075 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3076
3077         * smime.el (smime-draw-buffer): Spelling fix.
3078
3079 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3080
3081         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3082         for scanning exactly one level.
3083         * gnus-start.el (gnus-get-unread-articles): Ditto.
3084
3085 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3088         slightly clearer.
3089
3090 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3091
3092         * gnus-sync.el: More commentary about setup.
3093
3094 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * message.el (message-send-and-exit): Document `arg'.
3097
3098 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3099
3100         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3101
3102 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3103
3104         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3105
3106         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3107         we don't use `bound-and-true-p'.
3108
3109 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3110
3111         * gnus-util.el (gnus-bound-and-true-p): Remove.
3112         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3113         * nnir.el: Use it.
3114         * nnmairix.el: Use it.
3115
3116 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * gnus-sync.el: Improve docs about CouchDB admins.
3119
3120         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3121         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3122         for reasons unknown.
3123         * nnir.el: Use it.
3124         * nnmairix.el: Use it.
3125
3126         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3127         * nnir.el: Ditto.
3128         * nnmairix.el: Ditto.
3129
3130         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3131
3132 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3133
3134         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3135         not needed.  Provide xmlplistread list function to produce XML plist
3136         output for non-Gnus LeSync clients.
3137
3138 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3139
3140         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3141
3142         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3143         and save against it.  Group subscriptions, read marks, other marks,
3144         subscription levels, topic names, and topic offsets (the group's
3145         position within the topic) are saved.  This is an experimental backend
3146         and may change significantly.  Load json.el from the gnus-fallback-lib
3147         if it's not available otherwise.
3148         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3149
3150 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3151
3152         * message.el (message-completion-function): Make sure
3153         message-tab-body-function is not attempted if one of
3154         message-completion-alist fails to find a completion (bug#9158).
3155
3156 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3157
3158         * mml.el (mml-quote-region): Quote <#secure> tag.
3159         (mml-generate-mime-1): Unquote <#secure> tag.
3160
3161 2011-10-20  Chong Yidong  <cyd@gnu.org>
3162
3163         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3164         calling a minor mode from Lisp with nil arg enables it, so we have to
3165         make the wording a bit ambiguous here).
3166
3167 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3168
3169         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3170         * nnir.el (nnir-mode): Use it.
3171         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3172         Use it.
3173
3174         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3175         * nnmairix.el (gnus-registry-enabled): Ditto.
3176
3177 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3178
3179         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3180         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3181         only while we need to find out if it should be t or nil.
3182         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3183         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3184         the registry is installed.  Set it to nil when it's unloaded.
3185         (gnus-registry-install-p): Provide user guidance for the initial value
3186         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3187         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3188         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3189         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3190         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3191         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3192         `gnus-registry-install'.
3193
3194 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3195
3196         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3197         previous change.
3198         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3199         primary key is marked as disabled.
3200
3201 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3202
3203         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3204         primary key is marked as disabled.
3205
3206 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3207
3208         * html2text.el (html2text-clean-anchor): Check for quotes around
3209         `href' value.
3210
3211 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3212
3213         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3214         searching.  Drop `bbdb-cache'.
3215
3216 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * message.el (message-signed-or-encrypted-p): Exclude header when
3219         checking if there is signed or encrypted body in text/plain message.
3220
3221 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3222
3223         * html2text.el (html2text-get-attr): Correctly handle attribute values
3224         containing "=".
3225
3226 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3227
3228         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3229         handle bindings.
3230
3231 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-win.el (gnus-configure-windows): Protect against reading
3234         ephemeral groups outside of Gnus.
3235
3236 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * shr.el (shr-tag-img): Don't get images displayed in tables.
3239
3240 2011-10-03  Glenn Morris  <rgm@gnu.org>
3241
3242         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3243         the "maintainer" version of debbugs.gnu.org reports.
3244
3245 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3248         make asynchronous adjacent image insertion work better.
3249
3250 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3251
3252         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3253         documentation.
3254
3255 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3258         `gnus-asynchronous' isn't shadowed.
3259
3260 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3263
3264         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3265         (nnimap-insert-partial-structure): The charset parameter isn't
3266         case-sensitive.
3267
3268         * nnheader.el (nnheader-message-maybe): New function.
3269
3270         * shr.el (shr-tag-table): Render totally broken tables better.
3271
3272         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3273         computing the boundary.
3274
3275 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * pop3.el (pop3-number-of-responses): Remove.
3278         (pop3-wait-for-messages): Rewrite to take linear time instead of
3279         exponential time.
3280
3281 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3284         re-fetch images.
3285
3286         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3287         re-fetch images when hitting `g' in Gnus.
3288
3289 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3292         (mml-compute-boundary): Don't check collision if it is non-nil.
3293         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3294         before checking collision.
3295
3296 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * message.el (message-indent-citation): Really make sure there's a
3299         newline at the end.
3300
3301         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3302         Fix suggested by John Wiegley.
3303
3304         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3305
3306         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3307
3308         * message.el (message-default-send-rename-function): Break out into its
3309         own function.
3310
3311         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3312         doesn't work under XEmacs.
3313
3314         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3315         of "imaps" to word around Windows problems.
3316         (nnimap-open-connection-1): Use it.
3317
3318         * message.el (message-indent-citation): Revert last change which made
3319         `F' not work.
3320
3321 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3322
3323         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3324         terminal as well.
3325
3326 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3329         because it displays images using overlays that aren't easy to copy to
3330         the article buffer.
3331
3332 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3333
3334         * message.el (message-indent-citation): Fix empty line removal at the
3335         end of the citation.
3336
3337 2011-09-20  Julien Danjou  <julien@danjou.info>
3338
3339         * auth-source.el (auth-source-netrc-create): Use default value for
3340         password if specified.  Evaluate default.
3341         (auth-source-plstore-create): Ditto.
3342         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3343         value evaluation.
3344         (auth-source-netrc-create): Typo fix.
3345         (auth-source-plstore-create): Ditto.
3346
3347         * password-cache.el (password-cache-remove): Remove entries even if the
3348         value is nil, so that password with a nil value (negative caching) is
3349         possible to invalidate.
3350
3351         * auth-source.el (auth-source-format-cache-entry): New function.
3352
3353 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3356
3357 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3360
3361 2011-09-19  Julien Danjou  <julien@danjou.info>
3362
3363         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3364         which work with things that are not ASCII.
3365
3366 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3369
3370 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3373         message level.
3374
3375 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3378
3379 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3382
3383 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3384
3385         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3386         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3387
3388 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3389
3390         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3391         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3392         articles.
3393
3394 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3395
3396         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3397         (message-mail-other-window, message-mail-other-frame)
3398         (message-news-other-window, message-news-other-frame):
3399         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3400         instead of setting buffer display varibles.
3401
3402 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3405
3406         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3407
3408 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3411         duplicates" to a higher level.
3412
3413         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3414         most egregious messages.
3415
3416 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3419
3420 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3421
3422         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3423         up the file (bug#9351).
3424
3425 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3428         it does with all other backends, but decode the names immediately after
3429         getting them.
3430
3431         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3432         decoding nnimap groups.
3433
3434         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3435         newsrc file.  It doesn't seem like an important optimization any more.
3436
3437 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3438
3439         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3440         overflows.
3441
3442 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3445         (gnus-interactive-exit): Extend to `quiet'.
3446
3447         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3448
3449         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3450         string.
3451
3452         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3453         renaming function arguments from `this'.
3454
3455         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3456
3457         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3458         has been renamed.
3459         (gnus-lrm-string-p): Include RLM and PDF, too.
3460
3461         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3462         (bug#9225).
3463
3464 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3465
3466         Add autoload cookies for functions used by sendmail.el.
3467         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3468
3469         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3470
3471 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * gnus-art.el (article-date-ut): Work properly even when there are
3474         things like Date header in the body; work for forwarded parts.
3475
3476 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3477
3478         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3479         original-article-buffer.
3480
3481 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3482
3483         * nnir.el (nnir-compose-result): Fix matching of server type.
3484         (nnir-run-swish++): Ditto.
3485         (nnir-run-namazu): Ditto.
3486         (nnir-run-notmuch): Ditto.
3487
3488 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3491         (bug#9405).
3492
3493         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3494         (bug#9421).
3495
3496         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3497         (bug#9425).
3498
3499         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3500         thing (bug#9426).
3501
3502 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3505         the error message.
3506
3507 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3508
3509         * message.el (message-setup-1): Return t (Bug#9392).
3510
3511 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3512
3513         * gnus-sum.el: When adding article headers to a summary buffer also
3514         update gnus-newsgroup-articles (bug#9386).
3515
3516 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * auth-source.el: Autoload help-mode.
3519
3520 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3523         names.
3524
3525 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3526
3527         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3528         mm-replace-in-string for compatibility issues.
3529         * mml2015.el (mml2015-epg-verify): Ditto.
3530
3531 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3534
3535         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3536
3537 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3540         continue on and do the clean-up phase (bug#9188).
3541
3542         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3543         just ignore groups that can't be opened instead of erroring out
3544         (bug#9225).
3545
3546         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3547         nil since some many people are fuddy-duddies.
3548
3549         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3550         images.
3551
3552         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3553         instead.
3554
3555         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3556
3557         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3558
3559         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3560         processing.
3561
3562         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3563         buffer to avoid warnings.
3564
3565 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3566
3567         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3568         specified to reduce precision.
3569
3570 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3573         bodystructures (bug#9314).
3574
3575 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3578         Make button keymap non-sticky after buttons.
3579
3580 2011-08-18  David Engster  <dengste@eml.cc>
3581
3582         * nnmairix.el (nnmairix-request-set-mark)
3583         (nnmairix-goto-original-article): Remove adding of article to registry,
3584         since `gnus-registry-add-group' isn't available anymore.
3585         (nnmairix-determine-original-group-from-registry):
3586         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3587         available anymore.
3588
3589 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3590
3591         * starttls.el (starttls-any-program-available): Define as obsolete
3592         function.
3593
3594 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3597         versions which Gnus use when appropriate.
3598
3599         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3600         a pretty destructive command.
3601
3602         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3603
3604 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * message.el (message-fix-before-sending): Make a different warning
3607         about NUL characters (bug#9270).
3608
3609         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3610         from custom (bug#9260).
3611
3612         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3613         things work in Emacs 22 and XEmacs, too.
3614
3615         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3616         default From.
3617
3618         * gnus-spec.el (gnus-lrm-string-p): New macro.
3619         (gnus-lrm-string): New constant.
3620         (gnus-summary-line-format-spec): LRM-ify the from.
3621         (gnus-tilde-max-form): LRM-ify string chopping.
3622
3623         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3624
3625         * message.el (message-is-yours-p): Allow disabling canlock checking
3626         (bug#9295).
3627         (message-shoot-gnksa-feet): Add `canlock-verify'.
3628         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3629         message directory isn't writable (bug#9304).
3630
3631         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3632         non-world-readable.
3633
3634 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3637         articles.
3638
3639 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3640
3641         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3642         copy-list.
3643
3644 2011-08-12  Sam Steingold  <sds@gnu.org>
3645
3646         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3647         in the reverse order to avoid modifying the cache with `nreverse'.
3648         (gnus-all-score-files): Do not modify the value returned by
3649         `gnus-score-find-alist' because it lives in a cache variable.
3650         (gnus-current-home-score-file): No need to `nreverse' the return value
3651         of `gnus-score-find-alist', it is already in the correct order.
3652
3653 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3654
3655         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3656         type MESSAGE and subtype RFC822 is slightly different from those of
3657         type TEXT.
3658
3659 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3660
3661         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3662         This allows article-referral to work from an nnir group.
3663
3664 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3665
3666         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3667
3668 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3669
3670         * mml1991.el (mml1991-epg-find-usable-key)
3671         (mml1991-epg-find-usable-secret-key): New function.
3672         (mml1991-epg-sign): Check if signing key is usable.
3673         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3674
3675 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3676
3677         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3678         server-variables only.  This should fix a bug introduced with commit
3679         e1889675b7f4adf057833c5513c9374134c4e053.
3680         (nnir-run-query): 'nnir-search-engine should not be set from the global
3681         environment.
3682
3683 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3684
3685         * nnir.el (nnir-search-thread): Position point on referring article
3686         line.
3687         (nnir-warp-to-article): Clean up summary buffers.
3688
3689         * nnimap.el (nnimap-request-thread): Whitespace fix.
3690
3691 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3692
3693         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3694
3695 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * starttls.el (starttls-available-p): Rename from
3698         `starttls-any-program-available' and changed return convention.
3699
3700 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3701
3702         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3703         `unix-sync' unless it's defined.
3704
3705 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3706
3707         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3708         `aref' for XEmacs compatibiltiy.
3709
3710 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3713
3714 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3715
3716         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3717         closures, quote the form properly (bug#9194).
3718
3719 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3722         (gnus-summary-insert-new-articles): Protect against servers that are
3723         down.
3724
3725 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3726
3727         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3728         in mm handle if none is specified.
3729
3730 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3731
3732         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3733
3734 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3735
3736         * nnir.el (nnir-search-thread): New function to make an nnir group
3737         based on a thread query.
3738
3739         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3740         of nnir in thread referral.
3741         (gnus-summary-refer-thread): Use it.
3742
3743         * nnimap.el (nnimap-request-thread): Use it.
3744
3745 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * shr.el (shr-tag-comment): Ignore HTML comments.
3748
3749 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3750
3751         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3752         argument.
3753         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3754         Use `nnir-address' to handle server info rather than passing an arg.
3755
3756         * nnimap.el (nnimap-make-thread-query): New utility function to format
3757         an imap thread search query.
3758         (nnimap-request-thread): Use it.
3759
3760         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3761         right select-method if we are not going back to the group buffer.
3762
3763 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3766         enter invalid buffer configurations into the quit form (bug#9107).
3767         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3768         unplugged/plugged.
3769
3770         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3771         keep track of which ones are unread (bug#9061).
3772
3773         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3774         (bug#9055).
3775
3776         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3777         (bug#9041).
3778
3779         * gnus-html.el (mm-util): Require (bug#9073).
3780
3781         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3782         (gnus-summary-refer-thread): Use it to remove duplicates in the
3783         un-threaded view (bug#9053).
3784         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3785
3786 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3787
3788         * nnir.el (nnir-read-server-parm): Use default value from global
3789         variable.  Without this the default search engine parameters aren't
3790         used at all.
3791
3792 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * message.el (message-unique-id): Don't use the undocumented return
3795         value from (random t) (bug#9118).
3796
3797 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * message.el (message-auto-save-directory): If the ~/Mail directory
3800         doesn't exist, use ~ as the auto-save directory (bug#4432).
3801
3802         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3803         hasn't already been started.
3804
3805 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3808
3809         * message.el (message-reply): Work around mysterious bug where
3810         `message-mode' seems to overwrite the locally bound `subject' variable.
3811
3812 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3813
3814         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3815         correct group.
3816
3817         * gnus-int.el (gnus-request-thread): Add group argument.
3818
3819         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3820
3821 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3824
3825         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3826         renamed to `debbugs-gnu-*'.
3827
3828 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3829
3830         * plstore.el: Revert the editing feature since it is not urgent.
3831         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3832         (plstore-mode-decoded): Remove.
3833
3834 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3837         isn't very interesting any more, and it leaks potentially secret data.
3838         (gnus-debug): Remove.
3839
3840         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3841         use of :custom-show.
3842
3843 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3844
3845         * plstore.el: Add documentation.
3846         (plstore-mode): New mode to edit plstore file.
3847         (plstore-mode-toggle-display, plstore-mode-original)
3848         (plstore-mode-decoded): New command.
3849         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3850         (plstore--insert-buffer, plstore--make): New function.
3851         (plstore-open, plstore-save): Simplify by using them.
3852
3853 2011-07-06  Glenn Morris  <rgm@gnu.org>
3854
3855         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3856
3857 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3860         no longer is much used.
3861         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3862         Articles".
3863
3864 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3865
3866         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3867         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3868         `notmuch' backend.
3869
3870 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * mm-decode.el (mm-text-html-renderer): Doc fix.
3873
3874         * gnus-msg.el (gnus-bug): Fix the MML tag.
3875
3876         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3877
3878 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3879
3880         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3881         secondary methods if started with `gnus-no-server'.
3882
3883 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3884
3885         * message.el (message-return-action): Fix typo in docstring.
3886
3887 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3890         bug reports at once.
3891
3892         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3893
3894 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * nndraft.el: Require gnus-group.
3897         (nndraft-request-list): Declare.
3898
3899         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3900         no unread article unless it matches gnus-permanently-visible-groups.
3901
3902         * nndraft.el (nndraft-update-unread-articles): New function.
3903         (nndraft-request-associate-buffer): Use it to update the number of
3904         unread articles for the nndraft groups in the group buffer when saving
3905         or killing a draft message.
3906
3907 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3910         systems to binary before writing and reading the mbox files.
3911
3912         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3913         instead of trying to list them all (bug#8978).
3914
3915 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3916
3917         * pop3.el (pop3-open-server): Use :end-of-capability.
3918
3919 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3922         the id is always a number.
3923
3924         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3925
3926         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3927         debbugs mode, if possible.
3928
3929 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3930
3931         * auth-source.el (auth-source-token-passphrase-callback-function):
3932         Reindent.
3933         (epg-context-operation): Remove unnecessary autoload.
3934
3935 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus.el (gnus-list-debbugs): New command.
3938
3939         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3940         mboxstat instead of the maintbox, since the stat seems to be fuller.
3941
3942         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3943         summary buffers.
3944
3945         * message.el (message-get-reply-headers): Delete all duplicates,
3946         instead of the first.
3947         (message-get-reply-headers): Ensure that we have progress while
3948         deleting duplicates.
3949
3950         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3951         gnus-posting-style value from the summary buffer to make it easier to
3952         make that a per-buffer conf.
3953
3954 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3955
3956         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3957         found by setting `shortcut' in 'query.
3958         (nnir-request-article): Use `shortcut' setting when requesting article
3959         by Message-ID.
3960
3961 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3962
3963         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3964         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3965         Bring the pseudo-headers back too.
3966
3967 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3968
3969         * auth-source.el (auth-source-token-passphrase-callback-function):
3970         Simplify and remove EPA dependency.
3971
3972 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3973
3974         * nnir.el (nnir-request-article): Fix error message text.
3975
3976 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3977
3978         * auth-source.el (plstore-delete): Autoload.
3979         (auth-source-plstore-search): Support delete operation.
3980         * plstore.el (plstore-delete): New function.
3981
3982 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3985         mark actually existing articles as unread rather than the ones that
3986         active asserts.
3987
3988 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3989
3990         * nntp.el (nntp-record-command):
3991         * gnus-util.el (gnus-message-with-timestamp-1):
3992         Use format-time-string rather than decoding time stamps by hand.
3993         This is simpler and insulates the code from potential changes to
3994         current-time format.
3995
3996 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3999
4000 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4001
4002         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4003         (plstore-save): Support public key encryption.
4004         (plstore--init-from-buffer): New function.
4005         (plstore-open): Use it; fix error when opening a non-existent file.
4006         (plstore-revert): Use plstore--init-from-buffer.
4007
4008 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4009
4010         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4011
4012 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4015         for old Emacsen.
4016
4017 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4018
4019         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4020         is not fully working.
4021
4022 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * dgnushack.el: Autoload sha1 on XEmacs.
4025
4026         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4027         quit window configuration.
4028
4029         * auth-source.el (epg-context-set-passphrase-callback):
4030         Remove duplicate autoload.
4031
4032 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4033
4034         * nnir.el (nnir-request-article): Allow requesting articles by
4035         Message-ID with nnimap.
4036
4037         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4038         current server.
4039
4040 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * auth-source.el: Autoload EPA/EPG functions.
4043         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4044         changed when EPA/EPG is not available.
4045         (auth-source-backend): Rename "arg" member to "data".
4046         (auth-source-backend-parse, auth-source-plstore-search)
4047         (auth-source-plstore-create): Use it.
4048
4049 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4050
4051         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4052         `gnus-refer-article-methods'.
4053
4054 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * auth-source.el: Require EPA and EPG.
4057         (auth-source-passphrase-alist): New variable.
4058         (auth-source-passphrase-callback-function)
4059         (auth-source-token-passphrase-callback-function): Callbacks for the
4060         netrc field encryption (GPG tokens).
4061         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4062         Symmetric encryption and decryption of the netrc GPG tokens.
4063         (auth-source-netrc-normalize): Use them, simplifying the closure.
4064
4065 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4068         is available.
4069
4070 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4073         non-nil, and `nnimap-split-methods' is nil, use the former.
4074
4075 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4076
4077         * plstore.el (plstore-revert): New function.
4078         (plstore-open): Use it; hide the buffer from user.
4079
4080 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4081
4082         * auth-source.el (auth-source-backend): New member "arg".
4083         (auth-source-backend-parse): Handle new backend 'plstore.
4084         * plstore.el: New file.
4085
4086 2011-06-30  Glenn Morris  <rgm@gnu.org>
4087
4088         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4089
4090 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4093         expiring articles to.
4094
4095         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4096         variations as ASCII (bug#5458).
4097
4098 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4101
4102 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * message.el (message-point-in-header-p): Tweak the function to default
4105         to saying that we're not in the headers if there is no separator at
4106         all.  This makes it possible to use the Message version of `M-q' in
4107         buffers with no headers (bug#7987).
4108         (message-point-in-header-p): Fix last checkin to work with an empty
4109         mail-header-separator, too.
4110
4111         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4112         again, save the choice via customize.
4113
4114 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4117
4118         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4119         ended the connection, bail out before waiting infinitely on a new
4120         connection.
4121
4122 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4123
4124         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4125         reports.
4126
4127         * gnus.el (gnus-bug-package): Use "gnus."
4128         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4129
4130 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * dgnushack.el: Make the timer warning go away on XEmacs.
4133
4134         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4135         animations going on at article exit time.
4136
4137         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4138         since removing it breaks people upgrading.
4139
4140         * shr.el (shr-put-image): Use the new interface for animating images.
4141         (shr-put-image): Animate for 60 seconds.
4142
4143         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4144         avoid compiler warnings.
4145
4146         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4147         error with `find-file-hooks' on Emacs 22.
4148         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4149         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4150         on all architectures.
4151
4152         * spam.el (spam-stat): Require in a normal fashion without binding
4153         `spam-stat-install-hooks' to avoid compilation warnings.
4154
4155         * spam-stat.el (spam-stat-install-hooks): Remove.
4156         (spam-stat-install-hooks): Don't run automatically.
4157
4158 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4159
4160         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4161         and keystroke.
4162
4163 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * auth-source.el (auth-source-netrc-cache): Move forward.
4166
4167 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * proto-stream.el (proto-stream-open-starttls): Use
4170         `gnutls-available-p' to see whether we have built-in support.
4171
4172         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4173         we already know.
4174         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4175         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4176
4177 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4180         %S format, since that looks odd.
4181         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4182         file, especially when saving.
4183
4184 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4185
4186         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4187         article found.
4188
4189 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4192         `auth-source-save-secrets' with a more sensitive alist that can be
4193         configured per file.  Experimental, so defaults to 'never.
4194         (auth-source-netrc-create): Use it.  Still experimental code.
4195         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4196         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4197
4198 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4199
4200         * auth-source.el (auth-source-save-secrets): New variable to control if
4201         secret tokens should be saved encrypted.
4202         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4203         to `auth-source-netrc-normalize'.
4204         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4205         on the EPA variables being defined.
4206         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4207         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4208         the lexical-let closure.
4209         (auth-source-netrc-create): Create "gpg:" tokens according to
4210         `auth-source-save-secrets'.
4211
4212 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-group.el (gnus-group-update-group): Add new argument
4215         `info-unchanged' that stops updating dribble buffer.
4216
4217         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4218         deletes lines matching to it in dribble buffer.
4219
4220         * gnus-agent.el (gnus-agent-fetch-group-1):
4221         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4222         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4223         * gnus-start.el (gnus-group-change-level):
4224         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4225
4226         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4227         if newsgroup info is not changed.
4228
4229         * gnus-group.el (gnus-group-get-new-news-this-group):
4230         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4231         Don't update dribble buffer.
4232
4233 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4234
4235         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4236         remove entries with groups we ignore.
4237
4238 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4241         the underline comes at the bottom.
4242
4243 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4246         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4247         (gnus-registry-article-marks-to-names): Rename from
4248         `gnus-registry-user-format-function-M2'.
4249
4250 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4253         ephemeral group.
4254
4255 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * shr.el (shr-browse-image): Copy the URL if called interactively.
4258
4259 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4262         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4263         done, then unselected articles may be marked as read.
4264
4265         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4266         since not doing this seems to lead to a race condition in pop3-logon.
4267
4268         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4269         so that the call chain it correct when we call "upwards".
4270
4271         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4272         in read-only groups.
4273
4274         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4275
4276         * message.el (message-cite-reply-position): Doc string fix.
4277
4278         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4279         avoid regexp overflow.
4280         (nnimap-transform-split-mail): Ditto.
4281
4282         * pop3.el (pop3-retr): Error out if the server closes the connection.
4283
4284 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4285
4286         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4287         mm-with-unibyte-current-buffer.  The buffer should not contain any
4288         multibyte chars anyway at this stage.
4289
4290 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4293         at the end of lines.
4294
4295 2011-05-29  Julien Danjou  <julien@danjou.info>
4296
4297         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4298
4299 2011-05-27  Glenn Morris  <rgm@gnu.org>
4300
4301         * gnus-group.el (gnus-bug-group-download-format-alist):
4302         Use the "maintainer" version of debian reports as well.
4303
4304 2011-05-26  Glenn Morris  <rgm@gnu.org>
4305
4306         * gnus-group.el (gnus-bug-group-download-format-alist):
4307         Use the "maintainer" version of debbugs.gnu.org reports.
4308
4309 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4312
4313 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4314
4315         * gnus-cus.el (gnus-agent-customize-category):
4316         * gnus-delay.el (gnus-delay-send-queue):
4317         * gnus.el (gnus-other-frame):
4318         Don't quote lambda expressions with `quote'.
4319
4320 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4323         the thread moves us backwards and so we loop forever.
4324
4325 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4328         whitespace in base64 data lines.
4329
4330 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * gnus-registry.el (gnus-registry-user-format-function-M):
4333         Use `mapconcat'.
4334         (gnus-registry-user-format-function-M2): Use to see the full text of
4335         the marks.  Make "," the mark text separator.
4336
4337         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4338         authentication with auth-source.
4339
4340 2011-05-17  Glenn Morris  <rgm@gnu.org>
4341
4342         * gnus-group.el (gnus-import-other-newsrc-file):
4343         Use insert-file-contents.
4344
4345 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4348         1000 iterations.
4349
4350 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * nntp.el (nntp-open-connection): Check if process-type is available.
4353
4354 2011-05-16  Julien Danjou  <julien@danjou.info>
4355
4356         * shr.el (shr-tag-del): Add support for del tag.
4357
4358 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus-html.el (gnus-html-put-image): Register a displayer.
4361
4362         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4363
4364 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4365
4366         * registry.el (prune-factor): New initialization parameter defaulting
4367         to 0.1.
4368         (registry-prune-hard): Use it.
4369
4370         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4371         0.1 expicitly.
4372
4373 2011-05-13  Glenn Morris  <rgm@gnu.org>
4374
4375         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4376         is bound, since this function requires sendmail.
4377
4378 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * registry.el (registry-usage-test): Disable pruning test.
4381
4382 2011-05-11  David Engster  <dengste@eml.cc>
4383
4384         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4385         Bind set-network-process-option for XEmacs.
4386
4387 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * registry.el (registry-prune-hard-candidates)
4390         (registry-prune-soft-candidates): Helper methods for registry pruning.
4391         (registry-prune): Use them.  Make the sort function optional.
4392
4393 2011-05-10  Jim Meyering  <meyering@redhat.com>
4394
4395         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4396
4397 2011-05-10  Julien Danjou  <julien@danjou.info>
4398
4399         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4400         symbol and not a list.
4401
4402 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-art.el (gnus-article-mode): Move binding of
4405         shr-put-image-function here from gnus-article-prepare-display.
4406
4407         * shr.el (shr-put-image-function): New variable.
4408         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4409         (shr-put-image): Return scaled image.
4410
4411         * gnus-art.el (gnus-shr-put-image): New function.
4412         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4413
4414         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4415         original ones, as deletable.
4416
4417 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4418
4419         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4420
4421 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * registry.el (registry-full): Add convenience method.  Fix logic.
4424         (registry-insert): Use it.  Fix logic here too.
4425
4426         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4427         `registry-prune' if `registry-full' returns t.
4428         (gnus-registry-handle-action)
4429         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4430         (gnus-registry-usage-test): Use it.
4431
4432 2011-05-07  Julien Danjou  <julien@danjou.info>
4433
4434         * shr.el (shr-link): Make shr-link inherit from link by default.
4435
4436 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4439
4440 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4443         error out because the face is not a list.
4444
4445 2011-05-05  Glenn Morris  <rgm@gnu.org>
4446
4447         * proto-stream.el (gnutls-negotiate): Fix declarations.
4448
4449         * gnus-start.el (gnus-propagate-marks): Declare.
4450
4451 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * registry.el (registry-reindex): Fix percentage message.
4454
4455         * proto-stream.el (network-stream-open-starttls): Adjust to call
4456         `gnutls-negotiate' with :process and :hostname arguments.
4457
4458 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * shr.el: Add shr-link face for links.
4461         (shr-urlify): Use it.
4462
4463         * registry.el (registry-insert): Make error message more helpful.
4464
4465 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-html.el (gnus-html-schedule-image-fetching):
4468         Use url-queue-retrieve, if it exists.
4469
4470         * shr.el (shr-tag-img): Ditto.
4471
4472         * gnus.el: Autoload more gnus-agent functions.
4473
4474         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4475         agent if we haven't already (bug#8502).
4476
4477         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4478         into the Agent, too.
4479
4480         * gnus-agent.el (gnus-agent-store-article): New function.
4481
4482         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4483         and moved from that file for reuse.
4484
4485         * pop3.el (pop3-open-server): Error messages are "-ERR".
4486
4487 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4490         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4491
4492 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4493
4494         * gnus.el: No Gnus v0.17 is released.
4495
4496 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4497
4498         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4499         buffer has moved to a different frame.
4500
4501 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4504         to get the conversion from unibyte to multibyte buffers to work on
4505         Emacs 22.
4506
4507         * nntp.el (nntp-request-article): Slight clean-up.
4508
4509 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4510
4511         * shr.el (shr-strike-through): New face.
4512         (shr-tag-s): Use it to provide <s> support.
4513         (shr-tag-s): Remove duplicate definition.
4514
4515 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4518         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4519
4520 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4523         `gnutls-negotiate'.
4524         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4525
4526 2011-04-23  Glenn Morris  <rgm@gnu.org>
4527
4528         * gnus-sum.el (gnus-extra-headers): Bump :version.
4529
4530 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * shr.el (shr-tag-sup): New function.
4533         (shr-tag-sub): Ditto.
4534
4535 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4538         for the case where `gnus-registry-ignored-groups' is a list of lists,
4539         and don't call `gnus-parameter-registry-ignore' otherwise.
4540
4541 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * nnimap.el (nnimap-user): New backend variable.
4544         (nnimap-open-connection-1): Use it.
4545         (nnimap-credentials): Accept user parameter so it's explicit what user
4546         name is desired.
4547
4548         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4549         default.
4550
4551         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4552         not gnus-registry.el.
4553
4554         * gnus-registry.el: Mention in comments how to modify
4555         `gnus-extra-headers' for proper recipient tracking and that it may
4556         already have To and Cc recently, which it does as of this commit.
4557         (gnus-registry-ignored-groups): Remove defcustom.
4558         Explain why in comments.
4559         (gnus-registry-action): Fix data-header reference to use the extra
4560         headers.  Explain in package commentary how to add To and Cc headers to
4561         the gnus-extra-headers.
4562         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4563         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4564         parameter list or a string list in `gnus-registry-ignored-groups'.
4565         Fix logic error.
4566
4567 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * shr.el (shr-expand-url): Protect against null urls.
4570
4571 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * shr.el (shr-base): New binding.
4574         (shr-tag-base): Keep track of <base>.
4575         (shr-expand-url): New function used throughout.
4576
4577 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * gnus-registry.el
4580         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4581         (gnus-registry-ignored-groups): New variable.
4582         (gnus-registry-ignore-group-p): Use it.
4583         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4584         set the destination group to nil (same as delete) if it's ignored.
4585
4586 2011-04-20  David Engster  <dengste@eml.cc>
4587
4588         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4589
4590         * Makefile.in (test-nntp): New rule.
4591         (check): Add it.
4592         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4593
4594 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-registry.el (gnus-registry-action)
4597         (gnus-registry-fetch-header-fast):
4598         Don't use mail-header that looks an internal function of mailheader.el.
4599
4600 2011-04-19  Glenn Morris  <rgm@gnu.org>
4601
4602         * time-date.el (time-to-days): Remove unused local variables.
4603
4604 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-registry.el: Eliminate cl functions.
4607         (gnus-registry-sort-addresses): New function that replaces mapcan.
4608         (gnus-registry-action, gnus-registry-spool-action)
4609         (gnus-registry-split-fancy-with-parent)
4610         (gnus-registry-fetch-recipients-fast): Use it.
4611         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4612
4613         * registry.el (initialize-instance, registry-lookup)
4614         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4615         (registry-lookup-secondary-value, registry-search, registry-delete)
4616         (registry-insert, registry-reindex, registry-size, registry-prune):
4617         Use eval-and-compile.
4618
4619 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4620
4621         * registry.el (registry-reindex): New method to recreate the secondary
4622         registry indices.
4623
4624         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4625         tracked field changes.
4626         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4627         (gnus-registry-action, gnus-registry-spool-action)
4628         (gnus-registry-handle-action)
4629         (gnus-registry--split-fancy-with-parent-internal)
4630         (gnus-registry-split-fancy-with-parent)
4631         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4632         move, and delete actions, and for fancy splitting with parent.
4633         (gnus-registry-extract-addresses)
4634         (gnus-registry-fetch-recipients-fast)
4635         (gnus-registry-fetch-header-fast): Convenience functions.
4636         (gnus-registry-misc-test): ERT test of
4637         `gnus-registry-extract-addresses'.
4638
4639 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4642         Track by subject first, then sender.
4643
4644 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4647
4648         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4649         Lisp.
4650
4651         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4652         (gnus-draft-send): Use it to avoid popping
4653         up frames from gnus-group-send-queue.
4654
4655 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4656
4657         * gnus-registry.el: Updated gnus-registry docs.
4658
4659 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4660
4661         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4662         Fix logic bug.
4663         (gnus-registry-post-process-groups): Fix logging of no results and
4664         quote sender and subject.
4665
4666 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4669         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4670         gnutls-cli are too slow to be done opportunistically.
4671
4672         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4673         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4674         we had no early-data returned.
4675         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4676         two async commands to the same server at the same time.
4677
4678 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4679
4680         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4681
4682 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4685         "warning" level.
4686
4687         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4688         (mm-url-insert-file-contents): Don't set the package names.
4689
4690 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * gnus-registry.el (gnus-registry-action): Remove properties and
4693         simplify subject in `gnus-registry-handle-action'.
4694         (gnus-registry-spool-action): Get subject and sender from message if
4695         they are not passed in.
4696         (gnus-registry-handle-action): Remove properties and simplify subject
4697         consistently.
4698
4699 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4700
4701         * registry.el: Require CL before using defmacro*.
4702
4703 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-art.el (article-treat-date): Assume that
4706         gnus-article-date-headers may be a group parameter.
4707
4708 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4711
4712         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4713         interactively so the newsrc file can contain foreign groups too.
4714         Useful for debugging but not much for users.
4715
4716 2011-04-07  David Engster  <dengste@eml.cc>
4717
4718         * registry.el (registry-usage-test): Only do
4719         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4720         lexical binding.
4721
4722 2011-04-07  David Engster  <dengste@eml.cc>
4723
4724         * Makefile.in (check, test-registry): New rules for test-suite.
4725
4726 2011-04-06  David Engster  <dengste@eml.cc>
4727
4728         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4729         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4730
4731 2011-04-06  David Engster  <dengste@eml.cc>
4732
4733         * registry.el (initialize-instance): Change :after to :AFTER to be
4734         compatible with old EIEIO version in XEmacs.
4735
4736 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * gnus-registry.el (gnus-registry-post-process-groups)
4739         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4740         and provide better messaging.
4741
4742 2011-04-06  David Engster  <dengste@eml.cc>
4743
4744         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4745         errors.
4746
4747         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4748         dgnushack-compile with error-on-warn enabled, and to signal an error if
4749         clean compilation failed.
4750         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4751         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4752
4753 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4756         unconditionally anyway, discarding errors.
4757         (gnus-registry-delete-entries): New convenience function.
4758         (gnus-registry-import-eld): Import from old .eld registry.
4759
4760         * registry.el: Don't use ERT if it's not available.  Load it
4761         unconditionally anyway, discarding errors.
4762
4763         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4764         version from the Claudio Bley GnuTLS patch (extra optional parameters
4765         and host name).
4766
4767 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4770         fixup the parameters that can be customized by the user between
4771         save/read cycles.
4772         (gnus-registry-read): Use it.
4773         (gnus-registry-make-db): Use it.
4774         (gnus-registry-spool-action, gnus-registry-handle-action):
4775         Fix messaging.
4776         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4777         Map references to actual group names with sender and subject tracking.
4778         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4779         (gnus-registry-usage-test): Add subject lookup test.
4780
4781         * registry.el (registry-db, initialize-instance): Set up constructor
4782         instead of :initform arguments for the sake of older Emacsen.
4783         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4784         pre-lexbind merge bug.
4785         (registry-usage-test): Use it.
4786         (initialize-instance, registry-db): Move the non-function initforms
4787         back to the class definition.
4788
4789 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * registry.el: New library to manage gnus-registry-style data.
4792
4793         * gnus-registry.el: Use it (major rewrite).
4794
4795         * nnregistry.el: Use it.
4796
4797         * spam.el: Use it.
4798
4799 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4802         marks on non-selected articles.
4803
4804 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4805
4806         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4807         parameter to open-protocol-stream.
4808
4809 2011-04-01  Julien Danjou  <julien@danjou.info>
4810
4811         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4812         fundamental-mode.
4813
4814 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4817         servers.
4818
4819 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4822         made marks not propagate, again.
4823
4824 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4825
4826         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4827         Make this the default type.
4828         (proto-stream-open-plain): Rename from proto-stream-open-default.
4829         (open-protocol-stream, proto-stream-open-starttls)
4830         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4831         with `plain'.
4832
4833         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4834         value.
4835
4836         * nntp.el (nntp-open-connection-function): Document the fact that some
4837         values are not functions but are instead handled specially.
4838         Recognize nntp-open-plain-stream value.
4839         (nntp-open-connection): Recognize that value.
4840
4841 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4844         where it seems to be needed.
4845
4846 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4849         stuff.
4850
4851         * gnus-score.el (gnus-score-string): Fix calling convention of
4852         `gnus-simplify-buffer-fuzzy' after last patches.
4853
4854         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4855         server for articles we didn't get any headers for.  This is a sanity
4856         check.
4857
4858 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4859
4860         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4861         new CAPABILITY, use it.
4862
4863 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4866         downloading anything.
4867
4868         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4869
4870 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4871
4872         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4873         colors.
4874         (gnus-splash-svg-color-symbols): New function.
4875
4876 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4879         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4880         (gnus-simplify-subject-fuzzy): Use the local
4881         gnus-simplify-subject-fuzzy-regex instead of the global one.
4882         This makes using this variable in group parameters work.
4883
4884 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * gnus-registry.el (gnus-registry-unfollowed-groups):
4887         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4888         archive:sent-YYYY-MM-DD groups).
4889         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4890         tracking if there are more than `gnus-registry-max-track-groups'
4891         matches.
4892
4893 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4894
4895         * message.el (message--yank-original-internal): New function to do the
4896         insertion cleanly inside eval in `message-yank-original'.
4897         (message-yank-original): Use it.
4898
4899 2011-03-29  Julien Danjou  <julien@danjou.info>
4900
4901         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4902         local variables disabled rather than `normal-mode'.
4903
4904 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4905
4906         * imap.el (imap-shell-open, imap-process-connection-type):
4907         Use imap-process-connection-type for 'shell' streams as well as
4908         Kerberos, SSL, other subprocesses.
4909
4910 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4911
4912         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4913         with open-network-stream.
4914         (proto-stream-always-use-starttls): Option removed.
4915         (open-protocol-stream): Return a process object by default.  Provide a
4916         new parameter :return-list specifying a list-type return value, which
4917         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4918         :type `network' to `try-starttls', and `network-only' to `default'.
4919         Make `default' the default, for compatibility with open-network-stream.
4920         Handle the no-parameter case exactly as open-network-stream, with no
4921         additional stream processing.  Search plists using plist-get.
4922         Explicitly add :end-of-commend parameter if it is missing.
4923         (proto-stream-open-default): Rename from
4924         proto-stream-open-network-only.  Return 'default as the type.
4925         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4926         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4927         failed.  Always return a list with a (possibly dead) process as the
4928         first element, for compatibility with open-network-stream.
4929         (proto-stream-open-tls): Use plist-get.  Always return a list.
4930         (proto-stream-open-shell): Return `default' as connection type.
4931         (proto-stream-capability-open): Use plist-get.
4932         (proto-stream-eoc): Function deleted.
4933
4934         * nnimap.el (nnimap-stream, nnimap-open-connection)
4935         (nnimap-open-connection-1): Handle renaming of :type parameter for
4936         open-protocol-stream.
4937         (nnimap-open-connection-1): Pass a :return-list parameter
4938         open-protocol-stream to obtain a list return value.  Parse this list
4939         using plist-get.
4940
4941         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4942         for open-protocol-stream.  Accept open-protocol-stream return value
4943         that is a subprocess object instead of a list.  Handle the case of a
4944         dead returned process.
4945
4946 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4949
4950         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4951
4952 2011-03-21  Julien Danjou  <julien@danjou.info>
4953
4954         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4955         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4956         query.
4957         (mm-inline-text): Render normal text with fontification whenever
4958         possible.
4959
4960         * gnus-sum.el (gnus-summary-save-parts-1):
4961         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4962         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4963         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4964         Use `mm-handle-filename'.
4965
4966         * mm-util.el (mm-handle-filename): New function, return the filename of
4967         an handle.
4968
4969 2011-03-18  Julien Danjou  <julien@danjou.info>
4970
4971         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4972         (gnus-buffer-live-p): Check that buffer is not nil.
4973
4974 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4975
4976         * gnus.el: No Gnus v0.15 is released.
4977
4978 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4981         avoid warning on XEmacs.
4982
4983         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4984         on XEmacs.
4985
4986         * gnus-art.el: Require mouse, which the build bot seems to say is
4987         needed.
4988
4989         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4990
4991         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4992         XEmacs, since it doesn't have url-retrieve-synchronously.
4993
4994         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4995         since assoc-string doesn't exist in XEmacs.
4996
4997 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4998
4999         * gnus-group.el (gnus-group-list-ticked): New function.
5000         (gnus-group-make-menu-bar): Provide a menu entry for it.
5001         (gnus-group-list-map): Provide a binding for it.
5002
5003 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * shr.el (shr-visit-file): New command.
5006
5007         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5008
5009 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5010
5011         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5012         servers.
5013
5014 2011-03-16  Julien Danjou  <julien@danjou.info>
5015
5016         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5017         inline.
5018
5019         * gnus-art.el (article-hide-list-identifiers):
5020         Use gnus-group-get-list-identifiers.
5021
5022         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5023         (gnus-summary-remove-list-identifiers):
5024         Use gnus-group-get-list-identifiers to get regexp.
5025         (gnus-select-newsgroup, gnus-summary-insert-subject)
5026         (gnus-summary-insert-articles):
5027         Call gnus-summary-remove-list-identifiers unconditionally.
5028
5029 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5032         we're selecting a group with unread articles.
5033
5034         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5035
5036         * gssapi.el: New file separated out from imap.el to provide a general
5037         Kerberos 5 connection facility for Emacs.
5038
5039         * message.el (message-elide-ellipsis): Document the format spec
5040         ellipsis.
5041
5042 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * message.el (message-elide-region): Allow the ellipsis to say how many
5045         lines were removed.
5046
5047 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5050         window configurations containing buffers that are now dead.
5051
5052         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5053         parsing to avoid integer overflows.
5054         (nnimap-parse-flags): Simplify the last change.
5055         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5056         too large for 32-bit Emacsen.
5057
5058 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5059
5060         * auth-source.el (auth-source-netrc-create):
5061         * message.el (message-yank-original): Fix use of `case'.
5062
5063 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5064
5065         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5066         XEmacs, which was one character too wide.
5067
5068 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5069
5070         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5071         default number of articles to display.
5072         (gnus-articles-to-read): Use pretty names for prompt.
5073
5074 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus-int.el (gnus-open-server): Ditto.
5077
5078         * gnus-start.el (gnus-activate-group): Give a backtrace if
5079         debug-on-quit is set and the user hits `C-g'.
5080         (gnus-read-active-file): Ditto.
5081
5082         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5083
5084 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * message.el (message-yank-original): Use cond instead of CL case.
5087
5088 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5089
5090         * auth-source.el (auth-source-netrc-create): Use usual format for the
5091         default in prompts.
5092
5093 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * lpath.el: Fbind read-char-choice for XEmacs.
5096
5097 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5098
5099         * auth-source.el (auth-source-netrc-create): Show the default in the
5100         prompt when prompting for token creation.
5101
5102 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5103
5104         * auth-source.el (auth-source-format-prompt): Always convert the value
5105         to a string to avoid evaluating non-string arguments.
5106         (auth-source-netrc-create): Offer default properly, not as initial
5107         content in `read-string'.
5108         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5109         of line to determine if we've been run before.  If so, don't run again,
5110         but print a trivial message to indicate the cache was hit instead.
5111
5112 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5115         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5116         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5117         Gnus.
5118
5119 2011-03-11  Julien Danjou  <julien@danjou.info>
5120
5121         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5122         modified file".
5123
5124 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5125
5126         * auth-source.el (auth-source-read-char-choice): New function to read a
5127         character choice using `dropdown-list', `read-char-choice', or
5128         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5129         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5130         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5131         (auth-source-netrc-saver): Use it.
5132         (auth-source-pick-first-password): New convenience function.
5133
5134 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5137         parameter in the credentials.
5138         (nnimap-open-connection-1): Use it after a successful login.
5139         (nnimap-credentials): Add IMAP-specific user and password prompt.
5140
5141         * auth-source.el (auth-source-search): Add :require parameter, taking a
5142         list.  Document it and the :save-function return token.  Pass :require
5143         down.  Change the CREATED message from a warning to a debug statement.
5144         (auth-source-search-backends): Pass :require down.
5145         (auth-source-netrc-search): Pass :require down.
5146         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5147         Change save prompt to indicate all modifications saved here are
5148         deletions.
5149         (auth-source-netrc-create): Take user login name as default in user
5150         prompt.  Move all the save functionality to a lexically bound function
5151         under the :save-function token in the returned list.  Set up clearer
5152         default prompts for user, host, port, and secret.
5153         (auth-source-netrc-saver): New function, intended to be wrapped for
5154         :save-function.
5155
5156 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5159         lines to be spaces instead.
5160
5161 2011-03-07  Julien Danjou  <julien@danjou.info>
5162
5163         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5164         (sieve-sasl-auth): Check that auth-source-search did return something,
5165         or just return an empty string.
5166
5167 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5168
5169         * gnus.el (gnus-interactive): Use read-directory-name.
5170
5171         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5172         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5173         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5174         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5175         Likewise.
5176
5177         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5178
5179 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5182         onto the list of killed groups, too.  This makes killed nnimap groups,
5183         for instance, more reliably not reappear.
5184
5185         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5186         the parent.
5187
5188         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5189
5190         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5191         really have server-side marks.
5192
5193         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5194         since most backends do not usefully have server-side marks.
5195         (gnus-update-read-articles): Propagate marks to all backends that
5196         really have server-side marks.
5197
5198 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5199
5200         * message.el (message-cite-reply-position, message-cite-style):
5201         New variables.
5202         (message-yank-original): Use the new citation styles.
5203
5204 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5205
5206         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5207         buffer-local issue); don't mark it buffer-local when running under
5208         XEmacs.
5209
5210 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5211
5212         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5213         numbers too big to be `read'.
5214
5215 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * password-cache.el (password-in-cache-p): Add autoload.
5218
5219         * message.el (message-options): Make buffer-local two ways to attempt
5220         to fix a XEmacs bug.
5221
5222 2011-03-02  Julien Danjou  <julien@danjou.info>
5223
5224         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5225
5226 2011-03-01  Julien Danjou  <julien@danjou.info>
5227
5228         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5229         group.
5230         (article-hide-list-identifiers): Use list-identifier group parameter.
5231
5232 2011-02-28  Julien Danjou  <julien@danjou.info>
5233
5234         * sieve.el (sieve-buffer-script-name): New local variable to store
5235         sieve script name.
5236         (sieve-edit-script): Store sieve script name.
5237         (sieve-upload): Use sieve script name when uploading.
5238         (sieve-upload): Use substitute-command-keys.
5239         (sieve-edit-script): Use substitute-command-keys.
5240         (sieve-refresh-scriptlist): Use substitute-command-keys.
5241         (sieve-manage-mode-map): Define keymap properly.
5242         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5243         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5244         Remove commented code about cvs.
5245         (sieve-manage-quit): New function.
5246         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5247
5248 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5251
5252 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5253
5254         * auth-source.el (auth-source-search): Cache empty result sets.
5255
5256         * password-cache.el (password-in-cache-p): Convenience function to
5257         check if a key is in the cache, even if the value is nil.
5258
5259         * auth-source.el (auth-source-save-behavior): New variable to replace
5260         `auth-source-never-create'.
5261         (auth-source-netrc-create): Use it.
5262         (auth-source-never-save): Remove.
5263
5264 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5265
5266         * nnimap.el (nnimap-stream): Doc fix.
5267         (nnimap-open-connection-1): Reverse the order of the ports to that the
5268         prompted-for port is first.
5269
5270         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5271         retrieval by the no-group selection.
5272
5273         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5274         numerical parameters.
5275
5276 2011-02-25  Julien Danjou  <julien@danjou.info>
5277
5278         * gnus-gravatar.el: Use gnus-with-article-buffer.
5279
5280         * gnus-art.el (gnus-with-article-buffer): Check that the
5281         gnus-article-buffer is alive.
5282
5283 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * auth-source.el (auth-source-creation-prompts): New variable to manage
5286         creation-time prompts.
5287         (auth-source-search): Document it.
5288         (auth-source-format-prompt): Add utility function.
5289         (auth-source-netrc-create): Don't default the user name to
5290         user-login-name.  Use `auth-source-creation-prompts' and some default
5291         prompts for user, host, port, and password (the default generic prompt
5292         remains ugly).
5293         (auth-source-never-save): Add customizable option to never save info.
5294         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5295         mode excursion.
5296
5297 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5300         argument that XEmacs doesn't support.
5301
5302         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5303         compiled for Emacsen having no `libxml-parse-html-region' support.
5304
5305         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5306
5307         * lpath.el: Bind buffer-save-without-query for XEmacs.
5308
5309 2011-02-23  Julien Danjou  <julien@danjou.info>
5310
5311         * gnus-art.el (article-make-date-line): Ignore errors if time is
5312         invalid and not convertible.
5313         (article-make-date-line): Only add lapsed time if time is not nil.
5314
5315 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5318         `read-char-choice' for backwards compatibility.
5319         (auth-source-netrc-element-or-first): New function to DTRT for
5320         parameter extraction.
5321         (auth-source-netrc-create): Use it and fix multiple parameter print
5322         bug.  Use the default passed from above (given-default) or the
5323         built-in (user-login-name for :user).
5324
5325 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-start.el (gnus-dribble-read-file):
5328         Set buffer-save-without-query, since we always want to save the dribble
5329         file, probably.
5330
5331         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5332         nnimap.
5333
5334         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5335         -summary- since it's a user-visible variable.
5336
5337         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5338         first time you use the new Gnus.
5339
5340 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * auth-source.el: Don't load netrc.el.
5343         (auth-sources): Search ~/.netrc as well by default.
5344         (auth-source-debug): Add 'trivia option for extra output.
5345         (auth-source-do-trivia): Use it.
5346         (auth-source-search): Simplify logic to use
5347         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5348         appropriate.  Don't keep a running count at this level.  Layer :create
5349         and :delete options appropriately on the first and second passes.
5350         Don't track the backend with the search results.
5351         (auth-source-search-backends): New function to search a list of
5352         backends for a processed spec.
5353         (auth-source-netrc-parse): Cache all netrc files, making
5354         auth-source-netrc-cache an alist keyed by the file name and using the
5355         file mtime as the caching criterion.  Keep the obfuscated data secret
5356         with a lexical bind.
5357         (auth-source-netrc-search): Don't calculate the length of the results
5358         unnecessarily.
5359         (auth-source-search-backends): Fix bug.
5360         (auth-source-netrc-create): Rework prompts.
5361
5362 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5363
5364         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5365         Lower case names of search constraints.
5366         (nnir-run-query): Cache and reuse search constraints for all imap
5367         servers.
5368
5369 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5372         after exit.
5373         (gnus-setup-message): Define missing variable from last checkin.
5374
5375         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5376         value, show the raw article.
5377
5378 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5379
5380         * gnus.el: No Gnus v0.13 is released.
5381
5382 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5383
5384         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5385         auth-source now accepts numbers.
5386
5387         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5388         spec, too.
5389         (auth-source-ensure-strings): New function.
5390
5391         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5392         (gnus-article-setup-buffer): Always restart the date timer so that user
5393         changes to the frequency is respected.
5394
5395         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5396         port numbers, so make sure it gets that if nnimap-server-port is
5397         explicit.
5398
5399 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5400
5401         * nnimap.el (nnimap-inbox): Doc fix.
5402
5403 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5404
5405         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5406         Autoload.  Add optional arg FRAME, and pass it to color-values.
5407         (color-complement): Caller changed.  Doc fix.
5408         (color-gradient): Rewrite for better clarity and efficiency.
5409
5410 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5411
5412         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5413         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5414         color-lab-to-srgb.
5415
5416 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5417
5418         * color.el: First part of merge from hexrgb.el.
5419         (color-rgb-to-hex): Rename from color-rgb->hex.
5420         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5421         saturation to zero if the value is too small.
5422         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5423         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5424         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5425         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5426         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5427         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5428         (color-cie-de2000): Doc fix.
5429
5430 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5431
5432         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5433         given method as in the group name if we're using an extended method.
5434         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5435         command, if we're using that, instead of waiting for the beginning.
5436
5437         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5438         we're sure to get unique server names, and we don't output two async
5439         commands in the same buffer.  This fixes an NNTP hang for some users.
5440
5441 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5442
5443         * gnus.el: No Gnus v0.11 is released.
5444
5445 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5448         summary buffer before reading going to the next buffer.  This avoids
5449         putting the point in the group buffer if you `C-g' the command.
5450
5451         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5452         cache (for now) to make ~/.authinfo.gpg files usable.
5453
5454         * nnfolder.el (copyright-update): Define for the compiler.
5455
5456         * auth-source.el (auth-source-search): Fix unbound variable.
5457
5458 2011-02-19  Glenn Morris  <rgm@gnu.org>
5459
5460         * gnus.el (gnus-meta): Doc fix.
5461
5462 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5463
5464         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5465         in case it's not yet loaded.
5466
5467 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5468
5469         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5470         line we're waiting for.
5471
5472 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5473
5474         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5475         face with line-width greater than zero will cause RET in gnus summary
5476         buffer to scroll down article page-wise because auto vscroll happens,
5477         it should be temporally disabled when doing a scroll-up.
5478
5479 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5480
5481         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5482         outputs from the server.
5483
5484 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5485
5486         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5487         later so that bbdb can hook in easier.
5488
5489 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5490
5491         * auth-source.el (auth-source-search): Don't try to create credentials
5492         if the caller doesn't want that.
5493         (auth-source-search): If we don't find a match, don't bug out on
5494         non-bound variables.
5495         (auth-source-search): Only ask a single backend to create the
5496         credentials.
5497
5498         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5499         logging.
5500         (nnimap-credentials): Protect against auth-source-search returning nil.
5501         (nnimap-request-list): Protect against not being able to open the
5502         server.
5503
5504 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5505
5506         * auth-source.el (auth-source-search): Do a two-phase search, one with
5507         no :create to get the responses from all backends.
5508
5509         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5510         when getting credentials.
5511
5512         * gnus-util.el (gnus-delete-duplicates): New function.
5513
5514 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5517         a creation default, pass the whole port list down.  It will be
5518         completed.
5519
5520         * auth-source.el (auth-source-search): Updated docs to talk about
5521         multiple creation choices.
5522         (auth-source-netrc-create): Accept a list as a value (from the search
5523         parameters) and do completion on that list.  Keep a separate netrc line
5524         with the password obscured for showing the user.
5525
5526         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5527         first choice to `auth-source-search' so it will be used for entry
5528         creation instead of the server's Gnus-specific name.
5529         (nnimap-credentials): Rely on the auth-source library to select which
5530         port is actually wanted in the new netrc entry, so don't override
5531         `auth-source-creation-defaults'.
5532
5533         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5534         :protocol and accept a missing user, host, or port as a wildcard match.
5535         (auth-source-debug): Default to off.
5536
5537         (auth-source-netrc-search, auth-source-netrc-create)
5538         (auth-source-secrets-search, auth-source-secrets-create)
5539         (auth-source-user-or-password, auth-source-backend, auth-sources)
5540         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5541         instead of :protocol.
5542
5543         * nnimap.el (nnimap-credentials): Pass a port default to
5544         `auth-source-search' in case an entry needs to be created.
5545         (nnimap-open-connection-1): Use :port instead of :protocol.
5546
5547 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * auth-source.el: Bind load-path when loading EIEIO from
5550         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5551         21.4 doesn't support, to `require'.
5552         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5553         delete-dups that is not available in XEmacs 21.4.
5554
5555 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5556
5557         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5558         as EIEIO must also be loaded when auth-source.el is being
5559         byte-compiled.
5560
5561 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5562
5563         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5564
5565         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5566
5567         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5568
5569         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5570
5571         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5572
5573         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5574
5575         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5576
5577         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5578         necessary.
5579
5580 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5581
5582         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5583         nil means that nnimap doesn't get updated.
5584
5585 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5588         result when the user doesn't want to write to the file.
5589         (auth-source-netrc-search): Expect a synthetic result and proceed
5590         accordingly.
5591         (auth-source-cache-expiry): New variable to override
5592         `password-cache-expiry'.
5593         (auth-source-remember): Use it.
5594
5595         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5596         parameter.  Create entry if necessary by using :create t.
5597         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5598
5599 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * auth-source.el (auth-source-debug): Enable by default and don't
5602         mention the obsolete `auth-source-hide-passwords'.
5603         (auth-source-do-warn): New function to debug unconditionally.
5604         (auth-source-do-debug): Use it.
5605         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5606         and for Secrets API entries when the secrets.el library is not
5607         available.
5608
5609 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5610
5611         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5612         (gnus-summary-exit): Kill the correct article buffer on exit from a
5613         `C-d' group.
5614
5615         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5616         gnus-propagate-marks.
5617
5618         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5619         before killing the buffers so that a non-full window conf gets handled
5620         correctly.
5621         (gnus-summary-exit): Ditto.
5622         (gnus-summary-read-group-1): Ditto.
5623
5624         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5625         async code again so that we can debug it properly.
5626
5627         * message.el (message-reply): Take an optional switch-buffer parameter
5628         so that Gnus window confs are respected better.
5629
5630 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5631
5632         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5633         `plist-get' to accept non-list parameters (XEmacs issue).
5634         Fix docstring.
5635         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5636         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5637         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5638         Login collection is "Login" and not "login".
5639
5640 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5641
5642         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5643         multiple headers.
5644
5645         * nnimap.el (nnimap-inhibit-logging): New variable.
5646         (nnimap-log-command): Don't log login commands.
5647
5648         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5649         to have more parameters.
5650
5651         * nnimap.el (nnimap-send-command): Mark the command time for each
5652         command, so that we don't get NOOPs stepping on our toes.
5653
5654         * gnus-art.el (article-date-ut): Get the date from the Date header on
5655         `t'.
5656
5657 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * auth-source.el (auth-source-search): Use copy-sequence instead of
5660         the cl.el copy-list.
5661
5662 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * imap.el: Bring it back (revert
5665         84d800cd31de3064f0ed39617d725709a2f8f42f).
5666
5667 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5668
5669         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5670         Improve prompt.
5671
5672 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5675         washing status from the default format.  It isn't very informative.
5676
5677 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5678
5679         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5680         Fix Gcc processing on imap.
5681
5682 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * imap.el: Remove file.  All the functionality is in nnimap.el.
5685
5686 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5687
5688         * message.el (message-bury): Don't pop up a new window when selected
5689         window is dedicated.
5690
5691 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5692
5693         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5694
5695 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5696
5697         * sieve-manage.el: Autoload `auth-source-search'.
5698         (sieve-sasl-auth): Use it.
5699
5700 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         * nnimap.el: Autoload `auth-source-forget+'.
5703         (nnimap-open-connection-1): Use it if the connection fails.
5704
5705         * auth-source.el: Require `password-cache'.
5706         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5707         obsolete.
5708         (auth-source-magic): Marker for `password-cache' keys.
5709         (auth-source-do-cache): Update docstring.
5710         (auth-source-search): Use and check cache.
5711         (auth-source-forget-all-cached, auth-source-remember)
5712         (auth-source-recall, auth-source-forget, auth-source-forget+)
5713         (auth-source-specmatchp): Caching support functions.
5714         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5715         Remove and obsolete.
5716         (auth-source-user-or-password): Remove caching to further discourage
5717         using it.  Always hide passwords.
5718
5719         * password-cache.el (password-cache-remove): Accept secrets that are
5720         not strings.
5721
5722 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5723
5724         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5725         code for now, since it doesn't work for all users.
5726
5727 2011-02-09  Julien Danjou  <julien@danjou.info>
5728
5729         * message.el (message-options): Make message-options really buffer
5730         local.
5731
5732 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * mail-source.el: Autoload `auth-source-search'.
5735         (mail-source-keyword-map): Note order matters.
5736         (mail-source-set-1): Get all the mail-source source values and
5737         defaults and search auth-source on those if needed.  This can all
5738         probably be simplified.
5739
5740         * nnimap.el: Autoload `auth-source-search'.
5741         (nnimap-credentials): Use it.
5742         (nnimap-open-connection-1): Ask for the virtual server and physical
5743         address in one shot.
5744
5745         * nntp.el: Autoload `auth-source-search'.
5746         (nntp-send-authinfo): Use it.  Note TODO.
5747
5748 2011-02-08  Julien Danjou  <julien@danjou.info>
5749
5750         * shr.el (shr-tag-body): Add support for text attribute in body
5751         markups.
5752
5753         * message.el (message-options): Make message-options a local variable.
5754
5755 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5756
5757         * auth-source.el (auth-source-secrets-search)
5758         (auth-source-user-or-password): Use `append' instead of `nconc'.
5759         (auth-source-user-or-password): Build return list better and protect
5760         against nil :secret.
5761
5762 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5763
5764         * nnimap.el (nnimap-update-info): Refactor slightly.
5765         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5766         (nnimap-update-info): Clean up slightly.
5767         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5768         characters.
5769         (nnimap-process-quirk): Rename function to avoid collision.
5770         (nnimap-update-info): Fix macrology bug-out.
5771         (nnimap-update-info): Simplify split history test.
5772
5773 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5774
5775         * auth-source.el (top): Require 'eieio unconditionally.
5776         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5777         (auth-source-secrets-search): Limit search when `max' is greater than
5778         number of results.
5779
5780 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5781
5782         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5783         part not returning any data.
5784
5785         * proto-stream.el (open-protocol-stream): Document the return value.
5786
5787 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * auth-source.el (auth-source-secrets-search): Add examples.
5790
5791 2011-02-06  Julien Danjou  <julien@danjou.info>
5792
5793         * message.el (message-setup-1): Handle message-generate-headers-first
5794         set to t.
5795
5796 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5799         API with a string "secrets:collection-name" and with 'default.
5800         (auth-source-backend-parse): Parse "secrets:collection-name" and
5801         'default.  Recurse on parses instead of repeating code.  Use the
5802         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5803         message when ignoring a source.
5804         (auth-source-search): List ignored search keys at the top level.
5805         (auth-source-netrc-create): Use `case' instead of `cond'.
5806         (auth-source-secrets-search): Created with TODOs.
5807         (auth-source-secrets-create): Created with TODOs.
5808         (auth-source-retrieve, auth-source-create, auth-source-delete)
5809         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5810         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5811         (auth-source-user-or-password-sftp)
5812         (auth-source-user-or-password-smtp): Remove.
5813         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5814         around `auth-source-search'.  Not tested thoroughly.
5815
5816 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * auth-source.el: Bring in assoc and eioeio libraries.
5819         (secrets-enabled): New variable to track the status of the Secrets API.
5820         (auth-source-backend): New EIOEIO class to represent a backend.
5821         (auth-source-creation-defaults): New variable to set prompt defaults
5822         during token creation (see the `auth-source-search' docstring for
5823         details).
5824         (auth-sources): Simplify to allow a simple string as a netrc backend
5825         spec.
5826         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5827         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5828         (auth-source-search): Main auth-source API entry point.
5829         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5830         (auth-source-search-collection): Helper function for searching.
5831         (auth-source-netrc-parse, auth-source-netrc-normalize)
5832         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5833         Supports search, create, and delete.
5834         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5835         backend stubs.
5836         (auth-source-user-or-password): Call `auth-source-search' but it's not
5837         ready yet.
5838
5839 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5840
5841         * message.el (message-setup-1): Remove the read-only stuff, since it
5842         doesn't work under XEmacs, for some reason.
5843
5844         * gnus-sum.el (gnus-user-date): Rename back from
5845         gnus-summary-user-date since user code refers to it.
5846
5847         * shr.el (shr-render-td): Store the actual background color used.
5848
5849         * message.el (message-setup-1): Don't bind the constant
5850         -forbidden-properties.
5851         (message-setup-1): Revert previous change, since it needs to bind the
5852         props to insert them.
5853         (message-resend): Allow removing the read-only separator line.
5854
5855 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5856
5857         * nnimap.el (nnimap-request-accept-article): Give an error message if
5858         the APPEND wasn't successful.
5859
5860 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5861
5862         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5863         that have no groups.
5864
5865 2011-02-03  Julien Danjou  <julien@danjou.info>
5866
5867         * gnus-draft.el: Remove progn around gnus-draft-setup.
5868
5869 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5870
5871         * gnus-start.el (gnus-read-active-for-groups): This function is never
5872         called with a nil `infos', so clean that up.
5873         (gnus-get-unread-articles): Request active files from primary/secondary
5874         methods that have no groups (yet).
5875
5876 2011-02-03  Julien Danjou  <julien@danjou.info>
5877
5878         * message.el (message-setup-1): Always generate References first.
5879         (message-mail): Return the return value of message-setup, not always t.
5880         (message-setup-1): Insert mail-header-separator with read-only and
5881         intangible properties set.
5882
5883         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5884         user-date in docstring.
5885
5886         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5887
5888         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5889         docstring.
5890
5891         * gnus.el (gnus-user-date-format-alist): Change default value.
5892         Use defcustom, with type and group. Move from gnus-util.el.
5893         Rename to gnus-summary-user-date-format-alist.
5894
5895 2011-02-03  Glenn Morris  <rgm@gnu.org>
5896
5897         * nnimap.el (gnus-fetch-headers): Declare.
5898
5899         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5900
5901 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5902
5903         * message.el (message-forward-make-body-digest-plain)
5904         (message-followup, message-reply): Clean up things noted by Stefan.
5905
5906         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5907         gnus-article-update-date-headers is nil.
5908         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5909         it didn't really work with defcustom.
5910         (article-update-date-lapsed): Make sure the window start doesn't move,
5911         either.
5912
5913 2011-02-01  Julien Danjou  <julien@danjou.info>
5914
5915         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5916         format.
5917
5918         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5919         standard in Emacs nowadays.
5920
5921         * color.el (color-gradient): Add a color-gradient function.
5922
5923 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5924
5925         * message.el (message-expand-name): Don't trust the return value of
5926         bbdb-complete-name.
5927         (message-check-news-header-syntax): Remove unused var `start'.
5928         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5929         (message-inhibit-body-encoding): Move to before first use.
5930         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5931         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5932         (Organization, Message-ID, Date, mh-previous-window-config):
5933         Defvar the vars using dynamic scoping.
5934
5935 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5936
5937         * shr.el (shr-render-td): Only do colors at the final rendering.
5938         Should be slightly faster.
5939         (shr-insert-table): Fix up TD background colors when doing the
5940         vertical padding.
5941
5942         * gnus-art.el (article-date-ut): Protect against articles with no Date
5943         header.
5944         (article-update-date-lapsed): Don't use current-column to find the
5945         horizontal position.  It's fragile in the presence of \003 characters.
5946
5947         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5948
5949 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5950
5951         * gnus-art.el (article-transform-date): Rewrite to still work when
5952         there are several rfc2822 parts.
5953         (article-transform-date): Fix infinite recursion.
5954         (article-date-ut): Replace infinitely many Date headers with a single
5955         one when called interactively.
5956
5957         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5958         secure manner.
5959
5960         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5961         move around by not using save-window-excursion.  It seems to work...
5962
5963 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-art.el (article-make-date-line): Work for user-defined format.
5966
5967 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5968
5969         * nntp.el (nntp-retrieve-group-data-early)
5970         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5971         fetching functions.
5972
5973         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5974         thoroughly for all backends that have no known groups.  This should
5975         allow new nnml methods to retrieve mail.
5976
5977         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5978         that Gnus doesn't know exists again.
5979
5980         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5981         (gnus-treat-date-ut): Ditto.
5982         (gnus-article-update-date-header): Rename.
5983         (gnus-treat-date-local): Remove.
5984         (gnus-treat-date-english): Remove.
5985         (gnus-treat-date-lapsed): Remove.
5986         (gnus-treat-date-combined-lapsed): Remove.
5987         (gnus-treat-date-original): Remove.
5988         (gnus-treat-date-iso8601): Remove.
5989         (gnus-treat-date-user-defined): Remove.
5990         (gnus-article-date-headers): New variable to control all the date
5991         header options.
5992         (article-date-ut): Rewrite to allow using the new way to format date
5993         headers(s).
5994
5995 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5996
5997         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5998         method.
5999         (nnmail-article-group): A better test for fanciness.
6000
6001         * nnimap.el (nnimap-request-head): Protect against not finding the
6002         article by Message-ID.
6003
6004 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6005
6006         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6007         keep point at the "same place".
6008
6009 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6010
6011         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6012         data if the group is inactive.
6013
6014 2011-01-28  Julien Danjou  <julien@danjou.info>
6015
6016         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6017         (gnus-all-windows-visible-p): Remove old compatibility code.
6018         (gnus-window-top-edge): Add docstring.
6019
6020         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6021
6022 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6023
6024         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6025         older request-update-info.
6026
6027         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6028
6029 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6030
6031         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6032         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6033
6034 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6035
6036         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6037         groups.  This makes the nndraft:queue group pop up if it's not already
6038         there.
6039
6040         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6041         messages" logic, which was reversed.
6042
6043         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6044         the "same place" even if point is on the line being replaced.
6045         (article-update-date-lapsed): Allow updating both the combined lapsed
6046         and the lapsed headers.
6047         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6048         (article-make-date-line): Limit the number of segments dynamically to
6049         avoid too-long lines.
6050
6051 2011-01-27  Julien Danjou  <julien@danjou.info>
6052
6053         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6054         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6055
6056 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6059         Use plist-get instead of the cl function getf.
6060
6061 2011-01-27  Glenn Morris  <rgm@gnu.org>
6062
6063         * gnus-util.el (float-time): Get rid of compiler warning, again.
6064
6065 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6066
6067         * shr.el (shr-put-color): Special-case background colors: Do put them
6068         at the blank parts at the front of the lines.
6069
6070         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6071         exit hook to nix out all data on readedness on group exit.
6072
6073         * gnus-util.el (float-time): If float-time is bound, always use it on
6074         all Emacsen.  It's unclear why the subrp check was there.
6075         (time-date): Require to make some autoload issues on XEmacs go away.
6076
6077         * shr.el (shr-put-color): Don't do the box padding in tables, since
6078         they're already padded.
6079
6080 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6081
6082         * gnus-art.el (gnus-article-next-page): When the last line of the
6083         article is displayed, scroll down once more instead of going to the
6084         next article at once.
6085         (article-lapsed-string): Refactor out and allow specifying how many
6086         segments you want.
6087         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6088         (gnus-article-update-lapsed-header): New variable.
6089
6090         * shr.el: Revert change that made headings use different-sized faces.
6091         The Emacs display engine isn't advanced enough that, for instance,
6092         tables can comfortably use differently-sized faces.
6093
6094 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6095
6096         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6097         used.
6098         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6099         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6100         we're using an encrypted connection.
6101
6102         * proto-stream.el: Alter the interface functions to also return the
6103         actual stream type used: network or tls.
6104
6105 2011-01-25  Julien Danjou  <julien@danjou.info>
6106
6107         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6108         (mm-display-javascript-inline): New function.
6109
6110         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6111         viewing function.
6112
6113 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * shr.el (shr-expand-newlines): Fix variable name.
6116
6117 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6118
6119         * shr.el (shr-expand-newlines): Make nested boxes work.
6120
6121 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6122
6123         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6124         backgrounds.
6125         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6126         in a more sensible manner.
6127
6128 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6131         if EPG is loaded.
6132
6133 2011-01-24  Julien Danjou  <julien@danjou.info>
6134
6135         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6136         tags.
6137
6138 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6141         commands.
6142
6143         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6144         in the article buffer.
6145         (gnus-gravatar-insert): Use blank space from the current buffer to
6146         avoid breaking text properties.  This makes X-Sent updating work again.
6147
6148         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6149
6150 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6151
6152         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6153         fix the bug in url-http.el instead.
6154
6155         * shr.el (shr-image-fetched): Ditto.
6156
6157         * shr.el (shr-image-fetched): Avoid having point move in the article
6158         buffer.
6159
6160         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6161         buffer after being called.  It's apparently being killed by url.el, and
6162         killing it made point move to end-of-buffer in a random buffer.
6163
6164         * shr.el (shr-image-fetched): Ditto.
6165
6166 2011-01-23  Julien Danjou  <julien@danjou.info>
6167
6168         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6169
6170         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6171         text/x-org.
6172
6173 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6176         (i.e., nnimap) returning nil as the article number.
6177
6178 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6179
6180         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6181         "DelSp" parameter in RFC3676.
6182
6183 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6184
6185         * message.el (message-check-recipients): Display the encoded version of
6186         the bogus address if they differ.
6187
6188         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6189         after sending.
6190
6191         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6192
6193         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6194
6195         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6196         group buffer after sending the queue.
6197
6198         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6199
6200 2011-01-22  Julien Danjou  <julien@danjou.info>
6201
6202         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6203
6204 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6205
6206         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6207         nested related parts.
6208
6209         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6210         unexpired articles.  This fixes the regression that led expiry marks to
6211         disappear from nnfolder groups.
6212
6213 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6214
6215         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6216         Don't confuse the "ret" of "retrograde" with RET.
6217
6218 2011-01-21  Julien Danjou  <julien@danjou.info>
6219
6220         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6221         than mm-insert-inline.
6222
6223 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6226         Widen article buffer.
6227
6228 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6229
6230         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6231         the temp buffer.
6232         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6233
6234 2011-01-20  Julien Danjou  <julien@danjou.info>
6235
6236         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6237
6238         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6239         than mm-insert-inline to insert inline part: this respect
6240         mm-inline-media-tests displayers.
6241
6242         * mm-view.el (mm-display-shell-script-inline): New function.
6243
6244         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6245
6246         * mm-uu.el (mm-uu-type-alist): Add org block.
6247         (mm-uu-org-src-code-block-extract): New function.
6248
6249         * mm-view.el (mm-display-org-inline): New function.
6250
6251         * mm-decode.el (mm-automatic-display): Add text/org.
6252
6253         * mailcap.el (mailcap-mime-extensions): Add .org.
6254
6255 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6258         gnus-article-add-buttons.
6259
6260 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6261
6262         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6263         From header with a date and "nobody" as the sender.
6264
6265 2011-01-19  Julien Danjou  <julien@danjou.info>
6266
6267         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6268         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6269         if you have the same regexp several times.
6270         (gnus-button-push): Fix matching when regexp is symbol.
6271
6272 2011-01-15  Glenn Morris  <rgm@gnu.org>
6273
6274         * message.el (message-mail): A compose-mail function should
6275         accept headers as strings.
6276
6277 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6278
6279         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6280         Add :vert-only tags.
6281         (message-mail): New arg RETURN-ACTION.
6282         (message-return-action): New var.
6283         (message-bury): Use it.
6284         (message-mode): Make it buffer-local.
6285         (message-send-and-exit): Always call message-bury.
6286
6287         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6288         message-mail.
6289
6290 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * nnimap.el (nnimap-convert-partial-article): Protect against
6293         zero-length body parts.
6294
6295         * mm-decode.el (mm-preferred-alternative-precedence):
6296         Discourage showing empty parts.
6297
6298         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6299         and stuff if the backend didn't return the article number.  This fixes
6300         an Exchange-related nnimap bug.
6301
6302         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6303         group window, because it does the wrong thing when a separate frame
6304         displays the group buffer.
6305
6306         * proto-stream.el (open-protocol-stream): Protect against the low-level
6307         transport functions returning nil.
6308
6309 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6310
6311         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6312         (mml2015-epg-find-usable-secret-key): New function.
6313         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6314         mml2015-epg-find-usable-key (Bug#7797).
6315         (mml2015-epg-encrypt): Ditto.
6316
6317 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * dgnushack.el (rot13-string): Fix the way to get the argument.
6320
6321 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6324
6325 2011-01-03  Glenn Morris  <rgm@gnu.org>
6326
6327         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6328
6329         * sieve.el (sieve-open-server): Give a more explicit error if
6330         sieve-manage-open returns nil.  (Bug#7720)
6331
6332 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6333
6334         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6335
6336 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6337
6338         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6339         This avoids sending passwords in plain text over non-encrypted
6340         channels.
6341
6342         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6343
6344         * nnimap.el (nnimap-login): Refactored out into own function, and
6345         implement CRAM-MD5.
6346         (nnimap-wait-for-line): Refactored out.
6347
6348         * mm-view.el (mml-smime): Require.
6349
6350 2010-12-20  David Engster  <deng@eml.cc>
6351
6352         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6353         use EPG to decrypt S/MIME messages instead of openssl.
6354
6355 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6358
6359         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6360         status is the group clearly is unreachable.
6361
6362         * auth-source.el (auth-source-create): Add the optional second
6363         parameter to `local-variable-p' to be compatible with XEmacs.
6364
6365 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6366
6367         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6368         work when using a compressed nnml folder.
6369
6370 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6373         backends after sanitising on entry, because this never makes sense:
6374         If the articles have gone missing, then the data no longer exists on
6375         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6376         overwrite anything anyway.
6377
6378         * shr.el (shr-insert-document): Bind shr-width dynamically to
6379         window-width if it's nil.
6380
6381 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6382
6383         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6384         with the meaning of using the full emacs window width for rendering.
6385
6386 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6387
6388         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6389         case when sender is not given.
6390
6391 2010-12-23  Julien Danjou  <julien@danjou.info>
6392
6393         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6394         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6395         the addresses, otherwise we might misplaced the gravatar.
6396
6397 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6398
6399         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6400         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6401         obsolete in Emacs.
6402
6403 2010-12-20  Julien Danjou  <julien@danjou.info>
6404
6405         * gnus-util.el (gnus-rescale-image): Revert last change.
6406
6407 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6408
6409         * binhex.el: Improve commentary (Bug#7482).
6410
6411 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus-group.el (gnus-group-delete-articles): New command.
6414
6415 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6416
6417         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6418
6419 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6422         here, since it's up to the backends to do CRLF removal if their
6423         protocol has it.
6424
6425         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6426
6427 2010-12-17  Julien Danjou  <julien@danjou.info>
6428
6429         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6430         they are from file.  Can also scale up.
6431
6432 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6433
6434         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6435         Restore gnus-use-agent.
6436         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6437
6438         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6439
6440 2010-12-17  Julien Danjou  <julien@danjou.info>
6441
6442         * gravatar.el (gravatar-retrieve-synchronously): New function.
6443         (gravatar-get-data): Make more robust.
6444
6445 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6448
6449 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6452         to really consider the last line.
6453
6454 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6455
6456         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6457         list of recipient keys, or use symmetric encryption if not a list.
6458         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6459         EPA override, replacing the call to `netrc-store-data'.
6460
6461 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6462
6463         * gnus-srvr.el: Avoid passing nil regexp argument to
6464         delete-matching-lines.
6465
6466 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6469         fetching stops when Gnus exits.
6470
6471         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6472         function.
6473         (nnfolder-request-expire-articles): Save all the buffers after doing
6474         expiry.
6475
6476         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6477         the last article", since that led to serious performance regressions
6478         when expiring nnml groups.
6479
6480 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6481
6482         * nnir.el: Improve customizations.
6483
6484 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6487
6488         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6489         group has been killed.
6490         (gnus-group-yank-group): Ditto.
6491
6492         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6493
6494         * nnimap.el (nnimap-request-update-group-status): New function.
6495
6496         * gnus-int.el (gnus-request-update-group-status): New interface
6497         function.
6498
6499         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6500         copying read-ness to the backends.
6501
6502         * nnimap.el (nnimap-quirk): New function.
6503         (nnimap-retrieve-group-data-early): Use it.
6504         (nnimap-quirks): New alist.
6505
6506 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6509         don't delete it within indentation.
6510
6511 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6514         previous line.
6515
6516 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6519         QRESYNC command by deleting a superfluous space which broke Cyrus
6520         servers.  This change will break other servers that are buggy the other
6521         way around.
6522
6523 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6524
6525         * spam.el: Reindent and fix long lines.
6526         (spam-copy-or-move-routine): Exclude invalid move destinations.
6527
6528 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6529
6530         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6531         installed the registry.
6532
6533 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6536
6537 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6538
6539         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6540         groupname doesn't contain "gmane".
6541
6542 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6545         and netrc-bound-and-true-p bindings.
6546         (netrc-parse): Cache the netrc contents.
6547
6548         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6549         (gnus-1): Don't create the nndrafts group twice.
6550         (gnus-setup-news): There's no need to read the active file here, since
6551         that's done again later on a per-backend basis.
6552         (gnus-start-draft-setup): Make sure that the new group is started out
6553         empty.
6554
6555         * gnus-agent.el (gnus-agentize): Don't create the queue group
6556         automatically on startup.  It'll be created later, if needed.
6557
6558         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6559         of automatically subscribed groups.
6560         (gnus-auto-subscribed-categories): New variable.
6561         (gnus-matches-options-n): Use it.
6562         (gnus-default-subscribed-newsgroups): Remove unused variable.
6563         (gnus-start-draft-setup): Message a bit less.
6564
6565 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6566
6567         * nnir.el (nnir-run-imap): Return article list in order of increasing
6568         UID.
6569
6570 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-sum.el (gnus-summary-enter-digest-group):
6573         Mention gnus-auto-select-on-ephemeral-exit.
6574
6575         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6576         convention of the network-only option.
6577
6578 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * proto-stream.el (proto-stream-open-network-only): New function to
6581         have a way to specify non-STARTTLS upgrade connections.
6582
6583 2010-12-10  Julien Danjou  <julien@danjou.info>
6584
6585         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6586         email address is nil.
6587
6588         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6589
6590 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6591
6592         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6593         deletion.
6594         (nnir-run-imap): Only need to parse list once.
6595
6596 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * shr.el (shr-tag-script): Ignore <script>.
6599         (shr-tag-label): Add <label> support.
6600
6601 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6604
6605         * shr.el (shr-image-displayer): Work for images lined side by side.
6606
6607 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6608
6609         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6610         parameter, since XEmacs doesn't accept t as a parameter.
6611
6612 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6613
6614         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6615         ids.
6616         (nnir-run-gmane): Simplify groupspec formatting.
6617         (nnir-request-expire-articles): New function.
6618
6619 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6622         overflow, possibly.
6623
6624         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6625         (shr-render-td): Handle td style="" better.
6626         (shr-tag-table): Use the color from the style sheet.
6627         (shr-render-td): Make sure we copy over all the overlays, too.
6628
6629 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6630
6631         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6632         (nnir-request-article): Improve article retrieval.
6633
6634 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * mm-util.el (mm-extra-numeric-entities): New variable.
6637
6638         * mm-url.el (mm-url-decode-entities):
6639         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6640
6641         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6642
6643 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6644
6645         * message.el: Use completion-at-point.
6646         (message-completion-function): New fun, extracted from message-tab.
6647         (message-mode): Use it for completion-at-point-functions.
6648         (message-tab): Use it and completion-at-point.
6649
6650 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6653         character if a non-breakable character follows.
6654
6655 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6658         any stream.
6659
6660         * shr.el (shr-tag-font): Colorize the region.
6661         (shr-tag-body): Ditto.
6662         (shr-tag-font): Actually let the styles be inherited instead of
6663         overwriting them.
6664         (shr-tag-font): Get the background color right.
6665         (shr-tag-style): Ignore all <style> tags for the moment.
6666
6667         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6668         a Message-ID to avoid having nnimap depend on gnus-sum.
6669
6670         * shr.el (shr-descend): Only colorize something if we have a node that
6671         sets colors.
6672
6673 2010-12-06  Julien Danjou  <julien@danjou.info>
6674
6675         * shr.el (shr-render-td): Render td content with shr-descend, so style
6676         will be applied to <td> too.
6677         (shr-colorize-region): Colorize region even if we only have a background.
6678         (shr-tag-body): Fix color and background color inheritance.
6679         Do not recolorize after shr-generic.
6680         (shr-tag-font): Let shr-generic colorize via inheritance.
6681
6682 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6685
6686 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6687
6688         * nnir.el (nnir-request-move-article): Remove obsolete code.
6689
6690 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6693
6694 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus-sum.el (gnus-summary-respool-article): The completion function
6697         expects a list instead of an alist.
6698
6699         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6700         string as the parameter.
6701
6702         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6703
6704         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6705         styles.
6706         (shr-colorize-region): New function.
6707         (shr-insert-background-overlay): Remove.
6708         (shr-render-td): Background setting should be taken care of on a higher
6709         level.
6710         (shr-tag-body): Use post-hoc colorizations.
6711         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6712         (shr-put-color-1): Don't overwrite old colors.
6713         (shr-colorize-region): When the background color isn't explicit, use
6714         a fixed background.
6715
6716         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6717         nnmail variables.
6718
6719 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6720
6721         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6722         unless necessary.
6723
6724 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6725
6726         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6727         server.
6728
6729 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730
6731         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6732         so that TAB works.
6733
6734         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6735         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6736
6737         * shr.el (shr-urlify): Show the URL before the title to avoid
6738         misleading URLs.
6739
6740 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6741
6742         * shr.el (shr-urlify): Display the title in <a> tags.
6743
6744 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6745
6746         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6747
6748 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6749
6750         * nnir.el: Rearrange code to allow macros to be autoloaded by
6751         gnus-sum.el.
6752         (nnir-retrieve-headers-override-function): Make this variable
6753         customizable.
6754         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6755
6756         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6757         from nnir.el.
6758
6759 2010-12-03  Julien Danjou  <julien@danjou.info>
6760
6761         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6762
6763 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6766         allow optional argument `environment'.
6767
6768 2010-12-03  Glenn Morris  <rgm@gnu.org>
6769
6770         * mm-extern.el (message-goto-body): Update declaration.
6771
6772 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-util.el (gnus-macroexpand-all): New function.
6775
6776         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6777         instead of macroexpand-all that is unavailable in XEmacs.
6778
6779 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6780
6781         * nnir.el (nnir-summary-line-format): New variable.
6782         (nnir-mode): Use it.
6783         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6784         (nnir-article-ids): Reimplement as defsubst.
6785         (nnir-retrieve-headers): Don't mangle the subject header.
6786         (nnir-run-imap): Use 100 as RSV score.
6787         (nnir-run-find-grep): Fix for full server searching.
6788         (nnir-run-gmane): Better restriction to gmane groups.
6789
6790         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6791         summary buffers.
6792
6793 2010-12-02  Julien Danjou  <julien@danjou.info>
6794
6795         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6796
6797         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6798
6799         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6800         support.
6801
6802 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * nnir.el: Update to handle the registry better.
6805         (autoload): Silence byte-compiler.
6806         (nnir-open-server): Add a hook for nnir groups.
6807         (nnir-request-move-article): Don't mangle the header.  Better to use
6808         formatting variables (which will be added in the future).
6809         (nnir-registry-action): Update the registry using the original article
6810         group name.
6811         (nnir-mode): Install nnir-specific hooks for updating the registry.
6812
6813         * gnus-sum.el
6814         (gnus-article-original-subject,gnus-newsgroup-original-name):
6815         Remove obsolete variables.
6816         (gnus-summary-move-article): Remove use of obsolete variables.
6817         (gnus-summary-local-variables): Make move and delete hooks local to
6818         summary buffers.
6819
6820 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6821
6822         * rtree.el: New file.
6823
6824 2010-12-01  Julien Danjou  <julien@danjou.info>
6825
6826         * message.el (message-user-organization): Do not use
6827         gnus-local-organization.
6828
6829         * gnus.el: Remove gnus-local-organization.
6830
6831         * gnus-msg.el: Remove nastygram thing.
6832
6833 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6836         funcall.
6837
6838 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6841         names.
6842
6843         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6844         characters.
6845
6846         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6847         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6848         Suggested by Štěpán Němec <stepnem@gmail.com>.
6849         (gnus-gravatar-transform-address): Use mail-extract-address-components
6850         that supports non-ASCII names rather than mail-header-parse-addresses.
6851
6852 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * proto-stream.el (open-protocol-stream): All starttls connections are
6855         handled by the network handler.
6856
6857 2010-11-30  Julien Danjou  <julien@danjou.info>
6858
6859         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6860         (nnimap-open-connection-1): Fix PREAUTH.
6861
6862         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6863
6864 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6867         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6868         (shr-insert): Use them.
6869         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6870
6871 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6872
6873         * nnir.el (nnir-request-move-article): Bail out if original group
6874         doesn't support article moves.
6875         (nnir-get-active): Improve active list retrieval.
6876
6877 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6880
6881 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6882
6883         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6884         seem to accept strings-with-numbers as port numbers.
6885
6886 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6887
6888         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6889         change the registry.
6890
6891 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6894         delete-dups that is not available in XEmacs 21.4.
6895
6896         * mm-util.el (mm-delete-duplicates): Add comment.
6897
6898 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6899
6900         * nnir.el (nnir-ignored-newsgroups): New variable.
6901         (nnir-get-active): Use it.
6902
6903 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * proto-stream.el (proto-stream-open-network): Add some comments.
6906
6907         * nntp.el (nntp-open-connection): Provide a :success condition.
6908
6909         * nnimap.el (nnimap-open-connection-1): Ditto.
6910
6911         * proto-stream.el (proto-stream-open-network): See what the response to
6912         the STARTTLS command is.
6913
6914         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6915         backwards compatibility).
6916         (nnimap-open-connection-1): Really respect nnimap-server-port.
6917
6918         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6919         TLS upgrades we don't really care about the identity of the peer.
6920         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6921         that what we've checked for.
6922         (proto-stream-always-use-starttls): Only default to t if
6923         open-gnutls-stream exists.
6924         (proto-stream-open-network): If STARTTLS failed, then just open a
6925         normal connection.
6926         (proto-stream-open-network): Wait until the greeting before doing
6927         STARTTLS.
6928
6929         * nntp.el (nntp-open-connection): Report what the connection error is.
6930
6931         * proto-stream.el (open-protocol-stream): Rename from
6932         open-proto-stream.
6933
6934 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * nnimap.el (nnimap-stream): Change default to `undecided'.
6937         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6938         first, and then network.
6939         (nnimap-open-connection-1): Respect nnimap-server-port.
6940         (nnimap-open-connection): Be more backwards-compatible.
6941
6942         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6943         (proto-stream-open-starttls): De-duplicate the starttls code.
6944         (proto-stream-open-starttls): Folded back into the main function.
6945         (proto-stream-open-network): Fix typo in the gnutls path.
6946         (proto-stream-command): Refactor out.
6947
6948         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6949
6950         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6951         starttls.el STARTTLS.
6952
6953         * color.el (color-lab->srgb): Fix function call name.
6954
6955         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6956         if we're using tls.el.
6957         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6958         built in, then don't try to establish a STARTTLS connection.
6959
6960         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6961         servers.
6962
6963         * proto-stream.el (open-proto-stream): Use network, not stream.
6964         (open-proto-stream): Add a way to specify what the end of a command is.
6965
6966         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6967         connections types.
6968         (nntp-open-network-stream): Remove.
6969         (nntp-open-ssl-stream): Remove.
6970         (nntp-open-tls-stream): Remove.
6971         (nntp-ssl-program): Remove.
6972
6973         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6974
6975 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6976
6977         * nnir.el: Fix typos.
6978         (nnir-retrieve-headers-override-function): Rename variable to reflect
6979         new semantics.
6980         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6981         macros.
6982         (nnir-request-article, nnir-request-move-article): Use them.
6983         (nnir-categorize): New function.
6984         (nnir-run-query): Use it.
6985         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6986         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6987         sorted.
6988         (nnir-group-full-name): Use gnus-group-full-name instead.
6989         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6990         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6991
6992 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6995
6996         * proto-stream.el: New library to provide protocol-specific
6997         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6998         protocols.
6999         (open-proto-stream): Complete the documentation.
7000         (proto-stream-open-network): Fix some typos.
7001
7002         * nnimap.el (nnimap-open-connection): Use it.
7003
7004 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7005
7006         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7007         negotiation.
7008
7009 2010-11-26  Julien Danjou  <julien@danjou.info>
7010
7011         * color.el: Rename various rgb functions to srgb.
7012
7013 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7016         names.
7017
7018 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * shr.el (shr-insert): Revert last change.
7021         (shr-find-fill-point): Never leave point being at bol;
7022         relax the kinsoku limitation when rendering tables.
7023
7024 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7027         results from -accept-article.
7028
7029         * shr-color.el: Require cl when compiling.
7030
7031         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7032         checkin.
7033
7034         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7035
7036         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7037
7038         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7039         'add and 'delete to set backend marks.
7040
7041         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7042
7043         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7044
7045         * nntp.el (nntp-request-set-mark): Use it.
7046
7047         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7048
7049         * nnml.el (nnml-request-set-mark): Ditto.
7050
7051         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7052         introduces regressions in article selection.
7053         (nnimap-find-uid-response): New function.
7054         (nnimap-request-accept-article): Use the UID returned, if any.
7055         (nnimap-request-move-article): Use the UID returned, if any.
7056         (nnimap-get-groups): Reimplement to work with folded lines.
7057         (nnimap-find-uid-response): The UID is the last element in the list.
7058         (nnimap-request-set-mark): Extend syntax with 'set.
7059
7060         * nnml.el (nnml-request-set-mark): Ditto.
7061
7062         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7063
7064         * nntp.el (nntp-request-set-mark): Ditto.
7065
7066 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * message.el (message-called-interactively-p): A temporary macro.
7069         (message-goto-body): Use it temporarily.
7070
7071 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7074         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7075         (nnimap-last-response-string): Fix last unfolding fix.
7076
7077 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * shr.el (shr-insert): Fix the way to fold lines.
7080
7081 2010-11-25  Julien Danjou  <julien@danjou.info>
7082
7083         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7084
7085         * color.el: Rename from color-lab.el
7086         (color-rgb->hex): Add.
7087         (color-complement): Add.
7088         (color-complement-hex): Add.
7089
7090         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7091
7092 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * shr-color.el (shr-color-visible): Don't bug out if the color names
7095         don't exist.
7096
7097 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7100         assuming that article displaying or another mml-preview may be
7101         interrupted for an error or for the like.
7102
7103         * shr.el (shr-get-background): Fix argument name.
7104
7105 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7108
7109         * gnus-sum.el (gnus-summary-include-articles): New function.
7110
7111         * message.el (message-goto-body): called-interactively-p needs a
7112         parameter, so use `any'.
7113
7114         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7115         clear marks before moving, since they're synced from the Gnus side
7116         first.
7117
7118         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7119         (gnus-summary-move-article): Copy over all marks before moving, so that
7120         IMAP doesn't think a new article has arrived.
7121
7122 2010-11-24  Julien Danjou  <julien@danjou.info>
7123
7124         * shr.el (shr-insert-background-overlay): Fix typo.
7125         (shr-render-td): Copy the background before rendering.
7126
7127         * shr-color.el (shr-color-visible): Fix docstring.
7128
7129         * shr.el (shr-tag-table): Add bgcolor support.
7130         (shr-render-td): Add bgcolor support.
7131         (shr-get-background): Add.
7132         (shr-insert-foreground-overlay): Use shr-get-background.
7133
7134         * message.el (message-goto-body): Use called-interactively-p.
7135         (message-in-body-p): message-goto-body returns point.
7136
7137 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7140         Fixes something or other in Emacs 23, and is backwards compatible.
7141
7142         * message.el (message-goto-body): Remove the <#secure special-casing,
7143         which is too special.
7144
7145         * shr.el (shr-parse-style): Drop !important from styles.
7146
7147 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7148
7149         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7150         this function to return incorrect results when calling it with an
7151         explicit article argument different from
7152         (gnus-summary-article-number).
7153
7154 2010-11-24  Julien Danjou  <julien@danjou.info>
7155
7156         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7157         (shr-tag-body): Add background support.
7158         (shr-descend): Add background support.
7159         (shr-tag-title): Add.
7160
7161         * shr-color.el (shr-color-visible): Really return original background
7162         if fixed.
7163
7164 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * shr.el (shr-color-check): Protect against non-existent color names.
7167
7168 2010-11-24  Julien Danjou  <julien@danjou.info>
7169
7170         * color-lab.el: Require 'cl when compiling.
7171
7172         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7173
7174         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7175         matched part.
7176
7177         * color-lab.el: Fix all expt calls to use float type.
7178
7179 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7182         expression to shr-color-check as is.
7183
7184         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7185
7186         * color-lab.el: Add coding cookie.
7187         (float-pi): Use eval-and-compile.
7188
7189         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7190         compiled for Emacsen having no `libxml-parse-html-region' support.
7191
7192 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7193
7194         * shr.el (shr-insert-color-overlay): Split stuff like
7195         "#444444 !important" to find the real color.
7196         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7197         parse <font color="red"> entries.
7198
7199 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7200
7201         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7202         point when parsing headers.
7203
7204         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7205         is positioned properly when parsing headers.
7206
7207 2010-11-23  Julien Danjou  <julien@danjou.info>
7208
7209         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7210
7211         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7212
7213         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7214
7215         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7216         Use shr-color-hue-to-rgb.
7217         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7218
7219 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220
7221         * shr.el (shr-color->hexadecimal): Autoload.
7222         (shr-descend): Add color to all tags.
7223
7224 2010-11-22  Julien Danjou  <julien@danjou.info>
7225
7226         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7227         shr-color->hexadecimal.
7228
7229         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7230         RGB() or HSL() color representation.
7231
7232         * shr.el (shr-tag-font): Add.
7233         (shr-tag-color-check): New function to get better colors.
7234         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7235         tag-span.
7236
7237         * shr-color.el: New file.
7238
7239         * color-lab.el: New file.
7240
7241         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7242
7243 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7244
7245         * nnir.el: Fix typo in comments.
7246         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7247         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7248
7249 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7250
7251         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7252
7253         * nnimap.el (nnimap-get-capabilities): Refactor out.
7254         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7255
7256 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7257
7258         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7259         appearing when `mm-uu-hide-markers' is nil.
7260
7261 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * nnimap.el (nnimap-unselect-group): Make into its own function.
7264         (nnimap-request-rename-group): Unselect group before renaming.
7265         This had gotten lost somewhere.
7266         (nnimap-request-accept-article): Keep track of examined groups, and
7267         unselect the group before APPENDing to read-only groups.
7268         (nnimap-request-move-article): Clear flags before moving so that they
7269         can be re-set later.
7270
7271 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7274         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7275
7276 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-art.el (gnus-mime-display-single):
7279         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7280         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7281         parameter.
7282
7283 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7286         (shr-table-vertical-line): New variable.
7287         (shr-insert-table): Use it.
7288
7289 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus-html.el (gnus-html-wash-images): Don't display images if
7292         gnus-inhibit-images is non-nil; register displayer for cid images.
7293         (gnus-html-display-image): Work for cid image.
7294         (gnus-html-insert-image): Allow arguments.
7295         (gnus-html-put-image): Inhibit read-only.
7296         (gnus-html-prefetch-images): Don't prefetch images if
7297         gnus-inhibit-images is non-nil.
7298
7299 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * shr.el (shr-put-image): Break lines when inserting big pictures.
7302
7303 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7304
7305         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7306         sender, thanks Katsumi Yamaoka.
7307
7308 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7309
7310         * nnir.el (nnir-run-imap): Reverse the article list for each group
7311         rather than the whole list.
7312
7313 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * shr.el (shr-image-displayer): Protect function against non-existent
7316         image source.
7317
7318         * gnus-art.el (gnus-inhibit-images): New user option.
7319         (gnus-mime-display-single): Don't display image if it is non-nil.
7320
7321         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7322         gnus-inhibit-images.
7323
7324         * shr.el (shr-image-displayer): New function.
7325         (shr-tag-img): Use it.
7326
7327 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7328
7329         * mml2015.el (mml2015-epg-sign): Use From header.
7330
7331 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7334
7335         * gnus-util.el (gnus-find-text-property-region): Return markers.
7336
7337         * shr.el (shr-tag-img): Put a displayer in the text property.
7338
7339         * gnus-util.el (gnus-find-text-property-region): New utility function.
7340
7341         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7342         (gnus-html-show-images): Remove.
7343
7344         * gnus-art.el (gnus-article-show-images): New, more general function.
7345
7346         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7347         image url text properties.
7348
7349         * shr.el: Ditto.
7350
7351         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7352         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7353
7354 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7357         work for two or more articles.
7358
7359 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7362         divide an image that's in an html article to two or more when washing
7363         non-ASCII characters in alt text of it.
7364
7365 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7368         smime-decrypt-region using function argument.
7369         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7370
7371         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7372
7373         * smime.el (smime-decrypt-region): Catch it.
7374
7375 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7376
7377         * smime.el (smime-mode-map): Move initialization into declaration.
7378         (gnus-run-mode-hooks): Don't autoload.
7379         (smime-mode): Use define-derived-mode.
7380
7381 2010-11-11  Glenn Morris  <rgm@gnu.org>
7382
7383         * smime.el (from): Restrict declaration to XEmacs.
7384
7385         * nnir.el (gnus-group-topic-name): Autoload.
7386
7387 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * shr.el (shr-insert): Don't break long line if it is because of
7390         kinsoku-bol characters in the line end.
7391
7392 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7393
7394         * nnir.el (nnir-request-move-article): Fix to provide original group
7395         and subject.
7396         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7397         been retrieved.
7398
7399         * gnus-sum.el (gnus-summary-move-article): Use original group and
7400         subject for virtual articles such as those in an nnir summary buffer.
7401
7402 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7405         least 21.5).
7406
7407         * smime.el (from): Declare it again for XEmacs.
7408
7409 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * message.el (message-resend): Don't disable encoding unless it's
7412         already encoded.
7413
7414         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7415         low-numbered articles.
7416
7417 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * rfc2047.el (rfc2047-syntax-table): Simplify.
7420
7421         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7422
7423         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7424         set-char-table-range for XEmacs.
7425
7426 2010-11-10  Glenn Morris  <rgm@gnu.org>
7427
7428         * time-date.el (time-to-seconds): Always an alias on Emacs,
7429         never a real function.
7430         (with-no-warnings): Remove compat stub, now unused.
7431         (time-less-p): Doc fix.
7432         (time-to-number-of-days): Simplify.
7433
7434         * smime.el (from): Remove unused declaration.
7435
7436         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7437         (gnus-float-time): On Emacs, always an alias.
7438
7439         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7440         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7441
7442 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * dgnushack.el: Don't use ignore-errors in the top level form since it
7445         is unavailable in XEmacs even if cl is loaded.
7446
7447         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7448
7449 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * shr.el (browse-url-mailto): Autoload.
7452
7453         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7454
7455         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7456         regexp doesn't need quoting.
7457
7458 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7459
7460         * message.el (message-subject-trailing-was-ask-regexp)
7461         (message-subject-trailing-was-regexp): Match was: in addition to was.
7462
7463 2010-11-09  Glenn Morris  <rgm@gnu.org>
7464
7465         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7466         (nnbabyl-check-mbox): Use point-at-bol.
7467
7468 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7471
7472         * message.el (message-mailto): New function.
7473         (message-mailto): Should accept other parameters.
7474         (message-mailto): Remove since it duplicates browse-url-mailto
7475         functionality.
7476
7477 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7480         methods.
7481         (gnus-read-active-file): Ditto.
7482
7483         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7484         ": " from the prompt.
7485         (gnus-group-make-group): Ditto.
7486
7487 2010-11-07  Glenn Morris  <rgm@gnu.org>
7488
7489         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7490         (gnus-bookmark-kill-line): Use point-at-eol.
7491
7492 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7495         asterisks in From header.
7496
7497 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7500         string to avoid making the From headers syntactically invalid.
7501
7502         * message.el (message-send-mail): Don't insert courtesy messages if the
7503         message already has List-Post and List-ID messages.
7504
7505 2010-11-06  Glenn Morris  <rgm@gnu.org>
7506
7507         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7508         `condition', `type', `length' a prefix.
7509         (gnus-treat-predicate): Update for above name changes.
7510
7511 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7512
7513         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7514         binding.  Handled by `gnus-summary-refer-thread' instead.
7515         (nnir-warp-to-article): New backend function.
7516
7517         * nnimap.el (nnimap-request-thread): Force dependency updating.
7518
7519         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7520         (gnus-summary-refer-thread): Rework to improve thread-referral.
7521
7522         * gnus-int.el (gnus-warp-to-article): New function.
7523
7524         * gnus-sum.el (gnus-summary-article-map): Bind it.
7525
7526 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7527
7528         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7529         gnus-summary-refer-thread.
7530
7531         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7532         headers.
7533         (gnus-summary-limit-include-thread): Prevent articles in thread from
7534         being cut in gnus-cut-threads.
7535         (gnus-summary-refer-thread): Limit retrieved headers to those in
7536         thread.
7537
7538 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * message.el (message-send-mail): Use the value of
7541         message-courtesy-message from the message buffer.
7542
7543         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7544
7545         * shr.el (shr-browse-url): Implement mailto: URLs.
7546
7547         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7548         "raw".
7549
7550         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7551         if it's already selected.
7552
7553         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7554
7555 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7558         to measure the length and truncate alt text.
7559
7560 2010-11-03  Glenn Morris  <rgm@gnu.org>
7561
7562         * nndiary.el (nndiary-generate-nov-databases-1)
7563         (nndiary-generate-active-info): Rename dynamic variable `files' to
7564         something less generic.
7565
7566 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7567
7568         * nnir.el (nnir-request-move-article): Call the underlying backend to
7569         move articles from nnir.
7570
7571 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7574
7575 2010-11-02  Julien Danjou  <julien@danjou.info>
7576
7577         * nnir.el: Remove wais support.
7578
7579 2010-11-02  Glenn Morris  <rgm@gnu.org>
7580
7581         * gnus-html.el: Reorder requirements to quieten compiler.
7582
7583 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7586         properly for XEmacs as well.
7587         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7588         (gnus-article-natural-long-line-p): Use window-width rather than
7589         frame-width.
7590
7591 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7592
7593         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7594         (nnir-read-parms): Don't modify query.
7595         (nnir-run-query): Add ability to search topic on current line.
7596         (nnir-get-active): Clean up.
7597
7598 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7601         degenerate articles.
7602
7603         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7604         (gnus-print-buffer): Just print the buffer as is, without any copying
7605         to a buffer and then re-highlighting.
7606
7607         * nnimap.el (nnimap-request-group): Store the new updated info.
7608         (nnimap-request-group): Select the group when we don't know whether it
7609         exists or not.
7610
7611         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7612         groups.
7613
7614         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7615         groups.
7616
7617         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7618         groups.
7619
7620         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7621         long-lines case by only filling the long lines.
7622
7623         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7624         (bug #7311).
7625
7626 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * shr.el: No need to declare `declare-function' since shr.el is for
7629         only Emacsen that provide `libxml-parse-html-region'.
7630
7631         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7632         effective only in a file it is referred to.
7633
7634 2010-11-01  Glenn Morris  <rgm@gnu.org>
7635
7636         * mm-util.el (gnus-completing-read): Autoload.
7637         (mm-read-coding-system): Simplify Emacs definition.
7638
7639         * nnmail.el (gnus-activate-group):
7640         * nnimap.el (gnutls-negotiate):
7641         * nntp.el (netrc-parse): Fix declarations.
7642
7643 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7646         string-match-p in Emacs >=23.
7647
7648         * gnus-msg.el (gnus-configure-posting-styles):
7649         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7650
7651 2010-11-01  Glenn Morris  <rgm@gnu.org>
7652
7653         * nnir.el (declare-function): Add compat stub.
7654         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7655         (nnir-run-gmane): Require 'mm-url.
7656
7657         * mm-util.el (mm-string-to-multibyte): Simplify.
7658
7659         * shr.el (declare-function): Add compat stub.
7660         (url-cache-create-filename): Declare.
7661         (mm-disable-multibyte, widget-convert-button): Autoload.
7662
7663         * smime.el (ldap-search): Declare.
7664         (smime-cert-by-ldap-1): Require ldap on Emacs.
7665
7666         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7667         (nnimap-keepalive): Use gnus-float-time.
7668
7669         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7670         (mail-source-delete-crash-box): Use gnus-float-time.
7671
7672         * gnus-dired.el (gnus-completing-read): Autoload.
7673
7674         * mm-view.el (gnus-rescale-image): Autoload.
7675
7676         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7677
7678         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7679
7680         * sieve-manage.el: Require 'cl when compiling.
7681
7682         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7683         (gnus-iswitchb-completing-read): Require iswitchb.
7684         (gnus-select-frame-set-input-focus): Silence compiler.
7685
7686 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * message.el (message-subject-trailing-was-query): Change default to t,
7689         since I think that's what most people want.
7690
7691         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7692         appending for easier debugging.
7693         (nnimap-wait-for-connection): Take a regexp.
7694         (nnimap-request-accept-article): Wait for the continuation line before
7695         sending anything unless we're streaming.
7696
7697         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7698         leave the header washing to take place.
7699
7700 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7701
7702         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7703         regular expression match and replace in posting styles.
7704
7705 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7706
7707         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7708         an entire server.
7709         (nnir-get-active): New function.
7710         (nnir-run-imap): Use it.
7711         (nnir-run-gmane): Who knew, gmane search returns an article score!
7712
7713         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7714         server on the current line with nnir.
7715
7716 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7719         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7720         left edge.
7721         (gnus-article-foldable-buffer): Skip past the prefix when determining
7722         raggedness.
7723
7724         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7725         the raw article, and change `C-u g' to show the article without doing
7726         treatments.
7727
7728         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7729         on to `gnus-treat-article'.
7730         (gnus-inhibit-article-treatments): New variable.
7731
7732         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7733
7734         * gnus-art.el (gnus-treatment-function-alist): Have
7735         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7736         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7737         sections.
7738
7739         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7740         parameter.
7741         (gnus-article-fill-cited-long-lines): New function.
7742         (gnus-article-fill-cited-article): Allow filling only long sections.
7743
7744         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7745         and non-punctuation (like after the apostrophe in "'We").
7746
7747         * gnus-sum.el (gnus-summary-select-article): Make sure
7748         gnus-original-article-buffer is alive.
7749
7750         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7751         reflect the order they're in in the digest.
7752
7753         * gnus.el (gnus-group-startup-message): Move point to the start of the
7754         buffer.
7755
7756         * nnimap.el (nnimap-capability): New function.
7757         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7758         is set.
7759
7760 2010-10-31  David Engster  <dengste@eml.cc>
7761
7762         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7763         conform with changes to gnus-completing-read.
7764
7765 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7768
7769 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7770
7771         * nnir.el: Move defvar, defcustom around to keep file organized
7772         and keep byte-compiler quiet.
7773         (nnir-read-parms): Accept search-engine as arg.
7774         (nnir-run-query): Pass search-engine as arg.
7775         (nnir-search-engine): Remove.
7776
7777 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * shr.el (shr-generic): The text nodes should be text, not :text.
7780
7781         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7782         later in the file.
7783
7784 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7785
7786         * nnir.el: General clean up.  Allow searching with multiple engines.
7787         Allow separate extra-parameters for each engine.
7788         Batch queries when possible.
7789         (nnir-imap-default-search-key,nnir-method-default-engines):
7790         Add customize interface.
7791         (nnir-run-gmane): New engine.
7792         (nnir-engines): Use it.  Qualify all prompts with engine name.
7793         (nnir-search-engine): Remove global variable.
7794         (nnir-run-hyrex): Restore for now.
7795         (nnir-extra-parms,nnir-search-history): New variables.
7796         (gnus-group-make-nnir-group): Use them.
7797         (nnir-group-server): Remove in favor of gnus-group-server.
7798         (nnir-request-group): Avoid searching twice.
7799         (nnir-sort-groups-by-server): New function.
7800
7801 2010-10-30  Julien Danjou  <julien@danjou.info>
7802
7803         * gnus-group.el: Remove gnus-group-fetch-control.
7804
7805         * gnus-start.el (gnus-find-new-newsgroups):
7806         Remove gnus-check-first-time-used.
7807
7808         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7809
7810 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7811
7812         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7813         set on groups that don't have \* permanentflags.
7814
7815 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7818         control the background color.
7819         (shr-tag-img): Ignore very small web bug type images.
7820         (shr-put-image): Add help-echo alt texts to the images.
7821         (shr-tag-video): Show the video poster image.
7822
7823 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * shr.el (shr-table-depth): New variable.
7826         (shr-tag-table-1): Only insert the images after the top-level table.
7827
7828         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7829
7830         * gnus-util.el (gnus-list-memq-of-list): New function.
7831
7832         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7833         selected.
7834         (nnimap-unsplittable-articles): New slot.
7835         (nnimap-new-articles): Use it.
7836
7837 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7838
7839         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7840         move to the previous line on `M-g'.
7841
7842 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7845         *-request-group, which seems unnecessary.
7846
7847         * nnimap.el (nnimap-quote-specials): Function copied over from
7848         imap.el.
7849         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7850         they support that.  Suggested by Tom Regner.
7851
7852 2010-10-29  Julien Danjou  <julien@danjou.info>
7853
7854         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7855         defalias.
7856         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7857
7858         * gnus.el: Remove `gnus-nntp-service' variable.
7859         (gnus-secondary-servers): Make obsolete.
7860         (gnus-nntp-server): Make obsolete.
7861
7862         * gnus-start.el (gnus-1): Remove x-splash calls.
7863
7864         * gnus-ems.el (gnus-x-splash): Remove.
7865
7866         * gnus.el (gnus-group-startup-message): Simplify/update code.
7867
7868         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7869         definition.
7870
7871         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7872         capability before doing anything.
7873         (gnus-group-insert-group-line): Remove useless
7874         gnus-group-remove-excess-properties.
7875
7876 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7879
7880 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7883         config after reselecting.
7884
7885 2010-10-28  Julien Danjou  <julien@danjou.info>
7886
7887         * shr.el (shr-put-image): Use point even if only inserting text.
7888         (shr-put-image): Save excursion when inserting alt text on non-graphic
7889         display, so the behavior is the same when we are on a graphic display.
7890
7891         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7892
7893 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7896         (gnus-mime-copy-part): Check coding system, not charset.
7897         (gnus-mime-view-part-externally): Never remove part.
7898         (gnus-mime-view-part-internally): Don't remove part here.
7899         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7900         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7901         multipart/alternative.
7902
7903         * mm-decode.el (mm-display-part): Take optional arg `force'.
7904
7905 2010-10-26  Julien Danjou  <julien@danjou.info>
7906
7907         * gnus-group.el (gnus-group-default-list-level): Add this function to
7908         compute the default list level.
7909         (gnus-group-default-list-level): Add possibility to use a function.
7910
7911 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7914
7915         * gnus-group.el (gnus-group-completing-read)
7916         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7917         gnus-replace-in-string.
7918
7919 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * shr.el (shr-tag-div): Add.
7922
7923         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7924
7925 2010-10-25  Julien Danjou  <julien@danjou.info>
7926
7927         * gnus-util.el: Remove `gnus-with-local-quit'.
7928
7929         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7930
7931 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7934         the original article buffer.
7935
7936 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * nnimap.el (nnimap-request-head): New function.
7939         (nnimap-request-move-article): Try to be slightly faster by not
7940         requesting the entire message when moving.
7941         (nnimap-transform-headers): Don't bug out on bodiless articles.
7942         (nnimap-send-command): Have no outstanding messages if the IMAP server
7943         doesn't support streaming.
7944         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7945
7946 2010-10-24  Julien Danjou  <julien@danjou.info>
7947
7948         * message.el (message-default-headers): Fix type.
7949
7950 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7953         prefetching images.
7954
7955         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7956         backend for unknown groups.  This is mainly useful for nnimap groups.
7957
7958         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7959         group isn't covered by the agent.
7960
7961 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7962
7963         * nnir.el (nnir-method-default-engines): New variable.
7964         (nnir-run-query): Use it.
7965         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7966         (gnus-summary-nnir-goto-thread): Change group if needed.
7967
7968         * gnus-group.el (gnus-group-group-map): Add key binding for
7969         gnus-group-make-nnir-group.
7970
7971 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972
7973         * shr.el (shr-tag-object): Add.
7974
7975         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7976         original article buffer live.
7977         (gnus-summary-select-article-buffer):
7978         Mention gnus-widen-article-buffer.
7979
7980 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * shr.el (shr-tag-strong): Add.
7983
7984 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7987         group names.  They mess up the group buffer badly.
7988
7989         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7990
7991         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7992         instead of the summary one.
7993
7994 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * mml.el (mml-preview): Work properly when editing article.
7997
7998         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7999         gnus-have-read-active-file if it's already been in.
8000
8001 2010-10-22  Tom Tromey  <tromey@redhat.com>
8002
8003         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8004         gnus-group-completing-read.
8005
8006 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * message.el (message-mode-map): Don't bind M-; to comment region, to
8009         allow the global comment-dwim to work.
8010
8011 2010-10-21  Julien Danjou  <julien@danjou.info>
8012
8013         * message.el (message-setup-1): Allow message-default-headers to be a
8014         function.
8015
8016 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * shr.el (shr-tag-table): Simplify.
8019
8020 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021
8022         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8023         to avoid trying to snarf invalid stuff.
8024
8025         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8026
8027         * gnus.el (gnus-message-archive-group): Quote value.
8028         (gnus-message-archive-group): Mark as changed.
8029
8030         * shr.el (shr-add-font): Don't put the font properties on the newline
8031         or the indentation.
8032
8033         * message.el (message-fix-before-sending): Change options when sending
8034         non-printable characters.
8035
8036         * gnus.el (gnus-message-archive-method): Change the default to
8037         monthly outgoing groups.
8038
8039         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8040         that have gotten new numbers.
8041
8042         * nnimap.el (nnimap-request-replace-article): New function.
8043
8044 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8047         (nnrss-request-article): Don't use special html washing code.
8048
8049 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * shr.el (shr-tag-table): Remove useless nconc.
8052
8053 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-art.el (article-wash-html): Simplify and remove the charset
8056         stuff.  Use the normal html rendering code instead of the special html
8057         washing code.
8058
8059         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8060         `gnus-w3m' symbols.
8061         (mm-text-html-washer-alist): Remove.
8062
8063         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8064         (mm-inline-media-tests): Remove use.
8065         (mm-text-html-renderer): Change default to the `shr' symbol.
8066
8067         * mm-view.el (mm-inline-text-html): Remove use.
8068
8069         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8070         `gnus-blocked-images' to be a function.
8071         (gnus-article-wash-function): Remove.
8072
8073 2010-10-20  Julien Danjou  <julien@danjou.info>
8074
8075         * spam.el (spam-list-of-processors): Mark as obsolete.
8076
8077         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8078         (nnimap-insert-partial-structure): Fix boundary detection.
8079
8080 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8081
8082         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8083         run file-truename on remote files.  This can be expensive and even
8084         prevent one from editing drafts if some unrelated buffer has a stale
8085         connection.
8086
8087 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8090         kinsoku-eol regardless of shr-kinsoku-shorten.
8091         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8092         (shr-tag-table): Support caption, thead, and tfoot.
8093
8094 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8097         lines.
8098         (shr-save-contents): New command and keystroke.
8099
8100         * nndoc.el (nndoc-type-alist): Add git support.
8101         (nndoc-git-type-p): New function.
8102         (nndoc-transform-git-article): Ditto.
8103         (nndoc-transform-git-headers): Ditto.
8104         (nndoc-transform-git-headers): Generate Subject headers.
8105
8106         * shr.el (shr-parse-style): New function.
8107         (shr-tag-span): Ditto.
8108
8109         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8110         to `G G' to avoid collisions.
8111
8112 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * shr.el: Load kinsoku if necessary.
8115         (shr-kinsoku-shorten): New internal variable.
8116         (shr-find-fill-point): Make kinsoku shorten text line if
8117         shr-kinsoku-shorten is bound to non-nil.
8118         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8119         shr-indentation too when testing if table is wider than frame width.
8120         (shr-insert-table): Use `string-width' instead of `length' to measure
8121         text width.
8122         (shr-insert-table-ruler): Make sure indentation is done at bol.
8123
8124 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8125
8126         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8127         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8128         undecoded network data.
8129
8130 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8133         name in the mode line spec so that the mode line menu works
8134         (bug #2431).
8135
8136         * message.el (message-get-reply-headers): If we're fed `to-address',
8137         then always use that.
8138
8139         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8140         aren't so wide as to need to switch off the edit menu.
8141
8142         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8143         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8144
8145         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8146         `M-g'.
8147         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8148         the permanent marks.
8149
8150 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8151
8152         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8153         Splitting according to references/in-reply-to obeys the ignore-groups
8154         variable, while splitting by sender and subject do not.
8155
8156 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8159         alist, so that we can look for non-Unicode chars.
8160         (article-translate-strings): Allow both character and string maps.
8161
8162 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * shr.el (shr-insert): Don't insert space behind a wide character
8165         categorized as kinsoku-bol, or between characters both categorized as
8166         nospace.
8167
8168 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8169
8170         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8171         headers to gnus-newsgroup-headers.
8172
8173 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174
8175         * shr.el (shr-tag-img): Don't align images -- since we're not
8176         rescaling, this often leads to ugly displays.
8177
8178 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8179
8180         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8181         duplicates.
8182
8183 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8184
8185         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8186         call.
8187
8188 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * gnus.el: Autoload gnus-html-show-images.
8191
8192         * nnimap.el: Use nnheader-message throughout.
8193
8194         * shr.el (shr-tag-img): Ignore images with no data.
8195
8196 2010-10-15  Julien Danjou  <julien@danjou.info>
8197
8198         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8199         a possibility to disable format=flow encoding when using hard newlines.
8200
8201 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * shr.el (shr-insert): Remove space inserted before or after a
8204         breakable character or at the beginning or the end of a line.
8205         (shr-find-fill-point): Do kinsoku; find the second best point or give
8206         it up if there's no breakable point.
8207
8208 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * nnimap.el (nnimap-open-connection): Message when opening connection
8211         for debugging purposes.
8212
8213         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8214         on every setup buffer call to allow this to change from article to
8215         article.
8216
8217         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8218         buffers where we have a wide table.
8219
8220 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8221
8222         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8223         uses *-request-thread.
8224
8225 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8228         incantation, which is no longer valid.
8229
8230 2010-10-14  Julien Danjou  <julien@danjou.info>
8231
8232         * shr.el: Fix defcustom type (char -> character).
8233
8234 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8237         programs.
8238
8239 2010-10-14  Julien Danjou  <julien@danjou.info>
8240
8241         * shr.el (shr-tag-a): Use url-link as widget type.
8242
8243         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8244         `gnus-group-get-icon'.
8245
8246 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8249         This should make server editing work better.
8250
8251         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8252
8253         * tls.el (tls-program): Remove spurious %s from openssl.
8254
8255         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8256         (nnimap-parse-flags): Fix regexp.
8257
8258         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8259         probably work for CJVK text, too.
8260
8261         * nnimap.el (nnimap-extend-tls-programs): Remove.
8262         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8263
8264         * tls.el (tls-starttls-switches): Remove starttls hack.
8265         (open-tls-stream): Ditto.
8266         (tls-find-starttls-argument): Ditto.
8267
8268 2010-10-13  Julien Danjou  <julien@danjou.info>
8269
8270         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8271         responses.
8272
8273 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8274
8275         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8276
8277         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8278         anything in Emacs.
8279
8280         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8281
8282 2010-10-13  Julien Danjou  <julien@danjou.info>
8283
8284         * shr.el (shr-width): Make shr-width a defcustom with default to
8285         fill-column.
8286         (shr-tag-img): Use shr-width rather than fill-column.
8287
8288 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * dgnushack.el (byte-optimize-apply):
8291         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8292
8293         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8294         position when (X-)Faces exist.
8295         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8296         avatars when called interactively.
8297
8298 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8301         gnus-article-x-face-too-ugly is bound.
8302
8303 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8306
8307         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8308         mailbox that doesn't exist.
8309
8310 2010-10-12  Julien Danjou  <julien@danjou.info>
8311
8312         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8313         (shr-get-image-data): Encode URL properly when fetching from cache.
8314         (shr-tag-img): Use aligned-to spaces to align correctly images.
8315
8316         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8317         before inserting the Gravatar.
8318
8319         * shr.el (shr-tag-img): Add align attribute support for <img>.
8320
8321 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * gnus-gravatar.el (gnus-art): Require.
8324
8325         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8326         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8327         Remove long obsoleted functions.
8328
8329 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8332
8333         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8334
8335         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8336         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8337         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8338         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8339         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8340         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8341         * sieve-manage.el, smime.el, spam.el:
8342         Fix comment for declare-function.
8343
8344 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345
8346         * nnimap.el (nnimap-request-rename-group): Select group read-only
8347         before renaming it.
8348
8349         * shr.el (shr-insert): Fix up the white space only regexp.
8350
8351         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8352         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8353
8354         * shr.el (shr-current-column): New function.
8355         (shr-find-fill-point): New function.
8356
8357 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8358
8359         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8360         numbers.
8361
8362 2010-10-11  Julien Danjou  <julien@danjou.info>
8363
8364         * shr.el (shr-hr-line): Add.
8365         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8366         display hr lines.
8367         (shr-max-columns): Do not change state to nil if we just inserting
8368         spaces.
8369
8370 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8373         select the last group.
8374
8375 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8376
8377         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8378
8379 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8380
8381         * dig.el (dig-mode-map): Declare and define in one step.
8382
8383 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8384
8385         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8386         for Gnus.
8387         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8388         (nnimap-update-qresync-info): Mark \Seen articles as read.
8389
8390         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8391         non-variable, too.
8392
8393         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8394         available.
8395         (nnimap-update-info): Rely more on the current active than the param
8396         active to avoid marking articles as read too much.
8397
8398         * auth-source.el (auth-source-create): Use (user-login-name) for the
8399         user name default.
8400
8401         * nnimap.el (nnimap-update-info): If the server doesn't return any
8402         useful info, just use the previous info.
8403         (nnimap-update-info): Prefer old info over start-article.
8404         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8405
8406 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8407
8408         * nnir.el (autoload): Clean up autoloads.
8409         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8410         Use key rather than value.
8411         (nnir-imap-search-other): New variable.
8412         (nnir-read-parm): Use it.
8413         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8414         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8415
8416 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8417
8418         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8419         the process, too.
8420
8421 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * spam.el (gnus-summary-mode-map): Bind to "$".
8424         Suggested by Russ Allbery.
8425
8426         * shr.el: Rework the way things are indented by <li> slightly.
8427
8428         * gnus.el (gnus-group-set-parameter): Fix typo.
8429
8430         * nnimap.el: Start implementing QRESYNC support.
8431
8432 2010-10-09  Julien Danjou  <julien@danjou.info>
8433
8434         * nnir.el (nnir-engines): Fix too many arguments.
8435
8436 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8439         group is the "last", so that the backends like nnfolder actually save
8440         their folders.
8441
8442         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8443         try to use that for the tls stream.
8444         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8445         UIDVALIDITY and find out which groups are read-only and not.
8446         (nnimap-get-flags): Use the same marks parsing code as the rest of
8447         nnimap.
8448
8449 2010-10-09  Julien Danjou  <julien@danjou.info>
8450
8451         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8452
8453         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8454         retrieving gravatars.
8455
8456         * shr.el (shr-table-corner): Add.
8457         (shr-table-line): Add.
8458         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8459
8460 2010-10-08  Julien Danjou  <julien@danjou.info>
8461
8462         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8463
8464 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8465
8466         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8467
8468         * gnus-sum.el (gnus-mark-article-as-unread)
8469         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8470         (gnus-summary-set-bookmark): Use it.
8471
8472         * gnus-msg.el (gnus-setup-message): Use it.
8473
8474         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8475
8476         * gnus.el (gnus-group-remove-parameter): Use it.
8477
8478         * gnus-group.el (gnus-group-make-web-group): Use it.
8479
8480         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8481
8482         * nnregistry.el: Update docs to mention manual.
8483
8484         * gnus-registry.el: Update docs to mention nnregistry.el.
8485         (gnus-registry-initialize): Don't install nnregistry refer method
8486         automatically.
8487         (gnus-registry-install-nnregistry): Remove it.
8488
8489 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * shr.el (shr-insert): Don't insert double spaces.
8492
8493 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * gnus-gravatar.el (gnus-treat-from-gravatar)
8496         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8497         called interactively.
8498
8499         * gnus-art.el (gnus-mime-view-part-externally)
8500         (gnus-mime-view-part-internally): Make predicate function passed to
8501         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8502         of a mime type.
8503
8504         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8505
8506 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * shr.el (require): Require cl when compiling.
8509         (shr-tag-hr): New function.
8510
8511         * nnimap.el (nnimap-update-info): Remove double setting of high.
8512         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8513         This makes nnimap work properly on Courier again.
8514
8515         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8516         the variable for backwards compatibility.
8517
8518         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8519         the file name before using to avoid setting mm-default-directory to
8520         nil.
8521
8522         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8523         bidning gnus-agent variables.
8524
8525         * shr.el (shr-render-td): Use a cache for the table rendering function
8526         to avoid getting an exponential rendering behavior in nested tables.
8527         (shr-insert): Rework the line-breaking algorithm.
8528         (shr-insert): Don't leave trailing spaces.
8529         (shr-insert-table): Also insert empty TDs.
8530         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8531
8532 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8533
8534         * gnus-sum.el (gnus-number): Rename from `number'.
8535         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8536         (gnus-summary-limit-children): Update uses correspondingly.
8537
8538 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8541         (gnus-gravatar-transform-address): Don't show avatars of people of
8542         which mail addresses match gnus-gravatar-too-ugly.
8543
8544 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * shr.el (shr-table-widths): Expand TD elements to fill available
8547         space.
8548
8549 2010-10-07  Julien Danjou  <julien@danjou.info>
8550
8551         * nnimap.el (nnimap-request-rename-group): Add this method.
8552
8553 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8556         name from XEmacs' function-arglist.
8557
8558         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8559         gravatar under XEmacs.
8560
8561 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8562
8563         * auth-source.el: Update docs with TODO items.
8564
8565         * gnus-sync.el: Update docs to explain state and plans.
8566
8567         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8568         Hooks for mark updates.
8569         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8570
8571         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8572         hooks with arguments, which is needed for mark update hooks.
8573
8574 2010-10-06  Julien Danjou  <julien@danjou.info>
8575
8576         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8577         was matched.
8578
8579         * sieve-manage.el: Update example in `Commentary'.
8580
8581         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8582
8583         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8584         not 2000.
8585         (sieve-manage-authenticate): Re-add function.
8586
8587 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * shr.el (shr-insert): Get 'space transition right.
8590         (shr-render-td): Only delete space at the end of the TD.
8591
8592         * nnimap.el (nnimap-open-connection): Prepare to support
8593         open-gnutls-stream.
8594
8595         * shr.el: Rearrange function order to be more logical.
8596
8597 2010-10-06  Julien Danjou  <julien@danjou.info>
8598
8599         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8600         (nnrss-discover-feed): Remove 404 URL in docstring.
8601
8602         * nnir.el: Fix Swish-E URL.
8603         Fix Namazu URL.
8604
8605         * message.el (message-change-subject): Remove 404 URL in a comment.
8606
8607 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8610         called interactively.
8611
8612         * gnus-util.el (gnus-remove-if): Allow hash table.
8613         (gnus-remove-if-not): New function.
8614
8615         * gnus-art.el (gnus-mime-view-part-as-type):
8616         * gnus-score.el (gnus-summary-score-effect):
8617         * gnus-sum.el (gnus-read-move-group-name):
8618         Replace remove-if-not with gnus-remove-if-not.
8619
8620         * gnus-group.el (gnus-group-completing-read):
8621         Regard collection as a hash table if it is not a list.
8622
8623 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8626
8627         * shr.el: Document the table-rendering algorithm.
8628
8629 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8632         for Emacsen having no `libxml-parse-html-region' support.
8633
8634 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8637         invalid URLs.
8638
8639         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8640         line-broken.
8641         (shr-tag-img): Ignore image fetching errors.
8642         (shr-overlays-in-region): Compute overlay positions correctly.
8643
8644         * mm-decode.el (mm-shr): Require shr.
8645
8646         * gnus-art.el (gnus-blocked-images): Move variable here.
8647
8648         * shr.el (shr-insert-table): Bind free variable.
8649
8650         * mm-decode.el (mm-shr): Bind shr-content-function.
8651
8652         * shr.el (shr-content-function): New variable.
8653
8654         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8655         added for symmetry.
8656
8657         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8658
8659         * gnus-group.el (gnus-group-make-group): Doc fix.
8660
8661         * nnimap.el (nnimap-request-newgroups): Return success.
8662
8663         * shr.el (shr-find-elements): New function.
8664         (shr-tag-table): Put all the images after the table.
8665         (shr-tag-table): Really inhibit images inside the table.
8666         (shr-collect-overlays): Copy over overlays from the TD elements to the
8667         main document.
8668
8669         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8670         gnus-blocked-images.
8671
8672 2010-10-05  Julien Danjou  <julien@danjou.info>
8673
8674         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8675
8676         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8677         (gnus-html-maximum-image-size): Add this function.
8678         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8679
8680         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8681         server-value of the capability is nil.
8682
8683 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8684
8685         * shr.el (shr-tag-em): Add <EM> tag.
8686
8687 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8688
8689         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8690         customizable.
8691
8692         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8693         handing broken links to browse-url.
8694
8695 2010-10-05  Julien Danjou  <julien@danjou.info>
8696
8697         * gnus-util.el (gnus-emacs-completing-read)
8698         (gnus-iswitchb-completing-read): Use autoload rather than require.
8699
8700 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8703         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8704         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8705         iswitchb-temp-buflist for XEmacs.
8706
8707         * gnus-util.el (gnus-completing-read-function): Exclude
8708         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8709         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8710         XEmacs.
8711
8712         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8713         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8714
8715         * gnus-html.el: Don't require help-fns under XEmacs.
8716         (gnus-html-schedule-image-fetching): Work for XEmacs.
8717
8718         * mm-decode.el (mm-shr): Decode contents by charset.
8719
8720 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8723         unknown.
8724
8725         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8726         (shr-get-image-data): Ensure against the cache file missing.
8727
8728         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8729         for data.
8730
8731         * spam-report.el (spam-report-url-ping-plain): Don't query about
8732         killing the process.
8733
8734         * shr.el (shr-render-td): Protect against too-wide text.
8735
8736 2010-10-04  Julien Danjou  <julien@danjou.info>
8737
8738         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8739         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8740
8741         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8742         retrieved.
8743
8744 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * shr.el (browse-url): Require.
8747         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8748         lines.
8749         (shr-show-alt-text, shr-browse-image): New commands.
8750         (shr-browse-url, shr-copy-url): New commands.
8751
8752         * gnus-sum.el (gnus-widen-article-window): New variable.
8753         (gnus-summary-select-article-buffer): Use it.
8754
8755         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8756         without @ signs.
8757
8758 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8759
8760         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8761
8762 2010-10-04  Julien Danjou  <julien@danjou.info>
8763
8764         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8765         for XEmacs.
8766
8767 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8770
8771         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8772         (nnimap-close-server): Implement.
8773
8774         * dgnushack.el (iswitchb): Require to shut up the compiler.
8775
8776         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8777         (shr-insert): Tweak line breaking.
8778         (shr-insert): Handle <pre> better.
8779         (shr-tag-li): Get <li> indentation right.
8780         (shr-tag-li): Get <li> indentation even righter.
8781         (shr-tag-blockquote): Ensure paragraph start.
8782         (shr-make-table): Tweak table generation.
8783         (shr-make-table): Fix typo.
8784
8785         * shr.el: Implement table rendering.
8786
8787 2010-10-04  Julien Danjou  <julien@danjou.info>
8788
8789         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8790
8791 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8792
8793         * shr.el (shr-insert): Use string anchors instead of line anchors.
8794
8795 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * shr.el: Add headings.
8798         (shr-ensure-paragraph): Actually work.
8799         (shr-tag-li): Make <ul> prettier.
8800         (shr-insert): Get white space at the beginning/end of elements right.
8801         (shr-tag-p): Collapse subsequent <p>s.
8802         (shr-ensure-paragraph): Don't insert double line feeds after blank
8803         lines.
8804         (shr-insert): \t is also space.
8805         (shr-tag-s): Fix "s" tag name function.
8806         (shr-tag-s): Fix face prop name.
8807
8808 2010-10-03  Julien Danjou  <julien@danjou.info>
8809
8810         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8811
8812         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8813         gnus-window-inside-pixel-edges.
8814
8815         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8816         gnus-ems.
8817
8818         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8819
8820         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8821         function.
8822
8823         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8824         resize choice.
8825
8826 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8829         beginning of the buffer.
8830
8831         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8832         article buffer again.
8833
8834         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8835
8836         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8837         when it's at the start of the buffer.
8838
8839         * shr.el (shr-tag-blockquote): Convert name.
8840         (shr-rescale-image): Use the right image-size variant.
8841
8842         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8843         buffer isn't shown, then select the current article first instead of
8844         bugging out.
8845         (gnus-summary-select-article-buffer): Show both the article and summary
8846         buffers again.
8847
8848         * shr.el (shr-fontize-cont): Protect against regions with no text.
8849         Rename tag functions to shr-tag-* for enhanced security.
8850         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8851
8852 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8853
8854         * shr.el (shr-insert):
8855         * pop3.el (pop3-movemail):
8856         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8857         loaded.
8858
8859 2010-10-03  Glenn Morris  <rgm@gnu.org>
8860
8861         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8862
8863         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8864
8865         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8866
8867         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8868
8869         * gnus-util.el (gnus-make-local-hook): Simplify.
8870
8871 2010-10-02  Julien Danjou  <julien@danjou.info>
8872
8873         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8874         (gnus-ido-completing-read): New function.
8875         (gnus-emacs-completing-read): New function.
8876         (gnus-completing-read): Use gnus-completing-read-function.
8877         Add gnus-completing-read-function.
8878
8879 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * shr.el (shr-insert-document): Autoload.
8882         (shr-img): Be silent.
8883         (shr-insert): Add a newline after every picture before text.
8884         (shr-add-font): Use overlays for combining faces.
8885         (shr-insert): Pass upwards the text start point.
8886
8887         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8888         possible.
8889         (mm-shr): New function.
8890
8891 2010-10-02  Julien Danjou  <julien@danjou.info>
8892
8893         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8894         should go backward.
8895
8896 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8897
8898         * shr.el (shr): Fix typo in provide call.
8899
8900 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * shr.el: New file.
8903
8904         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8905
8906         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8907         completing read.
8908
8909 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8912         we're being queried about.  Suggested by Dan Jacobson.
8913
8914         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8915         Suggested by Jason Eisner.
8916
8917         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8918         table, too.  Suggested by Stefan Wiens.
8919         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8920         the table unnecessary.  Suggested by Stefan Wiens.
8921
8922         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8923         longer needed, and probably doesn't work either, as pointed out by
8924         Stefan Wiens.
8925         (gnus-summary-exit): Remove call to the clearing function.
8926         (gnus-summary-exit-no-update): Ditto.
8927
8928         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8929         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8930         Reported by Stefan Monnier.
8931         (gnus-summary-save-in-rmail): Ditto.
8932
8933         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8934         article buffer, instead of both the article buffer and the summary
8935         buffer.  Sort of suggested by Dan Jacobson.
8936
8937         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8938
8939         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8940         Suggested by Dan Jacobson.
8941
8942         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8943         documentation clearer.
8944
8945         * message.el (message-shorten-references): Comment on the number "21".
8946         Suggested by Stefan Monnier.
8947
8948         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8949         Suggested by Dan Jacobson.
8950
8951         * gnus.el (gnus-large-newsgroup):
8952         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8953
8954         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8955         externalize attachments.  Bug reported by Steve Wen.
8956
8957         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8958         really message anything to the user.
8959
8960         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8961         directly.
8962
8963         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8964         messages in empty groups.
8965
8966 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8967
8968         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8969         non-UIDNEXT group.
8970
8971 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8974         not the value from the collection.
8975
8976         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8977         values.  This sometimes happens on some groups that have no info.
8978         (nnimap-request-newgroups): New function.
8979
8980 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8981
8982         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8983         check into `gnus-registry-initialize'.
8984         (gnus-registry-initialize): Ditto.
8985         Fix and extend header docs.
8986
8987 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8990         regexp backtrace overflows.
8991
8992         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8993         for starttls that tls.el implements; i.e. openssl.
8994
8995         * tls.el (tls-starttls-switches): Give up on using starttls with
8996         gnutls-cli.
8997         (tls-program): Add --insecure to be consistent with the defaults from
8998         openssl s_client.  Now all three commands are insecure.
8999
9000 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * lpath.el: Bind completion-styles-alist for XEmacs.
9003
9004         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9005         (gravatar-create-image): New function that's an alias to
9006         gnus-xmas-create-image, gnus-create-image, or create-image.
9007         (gravatar-data->image): Use it.
9008
9009 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9012         install the nnregistry refer method.
9013         (gnus-registry-install-hooks): Use it.
9014         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9015         unfollowed groups.
9016
9017 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9018
9019         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9020         expanding threads.
9021
9022 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * nnir.el: Use the server names without suffixes (bug #7009).
9025
9026         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9027         unencrypted to STARTTLS, if possible.
9028
9029 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9030
9031         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9032         headers before superseding.
9033
9034 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * nnrss.el (nnrss-use-local): Add documentation.
9037
9038         * nnimap.el (nnimap-extend-tls-programs): New function.
9039         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9040         (nnimap-wait-for-connection): Accept the greeting from the stupid
9041         output from openssl s_client -starttls, too.
9042
9043         * tls.el (tls-starttls-switches): New variable.
9044         (tls-find-starttls-argument): Use it.
9045         (open-tls-stream): Ditto.
9046
9047         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9048         (netrc-machine): Ditto.
9049
9050         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9051         article number.
9052         (nnimap-split-fancy): New variable.
9053         (nnimap-split-incoming-mail): Use it.
9054
9055         * nntp.el (nntp-server-list-active-group): Document.
9056
9057         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9058         SELECT to get the message-id.
9059
9060         * mail-source.el (mail-sources): Remove webmail support.
9061         (defvar): Ditto.
9062         (mail-source-fetcher-alist): Ditto.
9063         (mail-source-fetch-webmail): Remove.
9064
9065         * webmail.el: Remove -- doesn't seem relevant any more.
9066
9067         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9068
9069         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9070         the \r.
9071
9072 2010-09-30  Julien Danjou  <julien@danjou.info>
9073
9074         * gnus-agent.el (gnus-agent-add-group): Fix call to
9075         gnus-completing-read.
9076
9077 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * nndoc.el (nndoc-retrieve-groups): New function.
9080
9081         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9082         `default', use nnmail-split-methods.
9083         (nnimap-request-article): Downcase the NILs so that they are nil.
9084
9085         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9086         symbol.
9087
9088         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9089         code, since if the user has requested network, that's what they ought
9090         to get.
9091         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9092         (nnimap-split-rule): Mark as obsolete.
9093
9094         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9095         New variable.
9096
9097         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9098         correct slot, too.
9099
9100 2010-09-29  Julien Danjou  <julien@danjou.info>
9101
9102         * gnus.el (gnus-local-domain): Declare variable obsolete.
9103
9104         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9105         Fix history computing.
9106         (gnus-ido-completing-read): Require ido.
9107
9108 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9111         build Gnus.
9112
9113         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9114         when interpreting the structures.
9115         (nnimap-request-accept-article): Add \r\n to the lines to make this
9116         work with Cyrus.
9117
9118         * nndraft.el (nndraft-request-expire-articles): Use the group name
9119         instead if "nndraft".  Fix found by Nils Ackermann.
9120
9121 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9122
9123         * nnregistry.el: Add.
9124
9125 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9126
9127         * nnmail.el (group, group-art-list, group-art):
9128         Remove unneeded directives.
9129
9130 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9133         (mm-mime-charset):
9134         * rfc2047.el (rfc2047-syntax-table):
9135         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9136
9137         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9138         rather than `insert-file-contents' and `eval-region'.
9139
9140         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9141         construction.
9142
9143         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9144
9145         * time-date.el: No need to require cl for Emacs 21.
9146
9147 2010-09-29  Julien Danjou  <julien@danjou.info>
9148
9149         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9150         replacement of `gnus-gravatar-relief' to mimic
9151         `gnus-faces-properties-alist'.
9152         Add :version property.
9153
9154 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * mail-source.el (mail-source-report-new-mail):
9157         * message.el (message-default-mail-headers):
9158         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9159
9160         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9161
9162 2010-09-28  Julien Danjou  <julien@danjou.info>
9163
9164         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9165         mail-address contains the same string as real-name.
9166
9167         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9168         non-blank in header, otherwise it'll get stripped.
9169
9170         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9171         real-name, and then for mail address rather than doing : or , search.
9172
9173 2010-09-27  Julien Danjou  <julien@danjou.info>
9174
9175         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9176         right completing-read function.
9177         (gnus-use-ido): New variable
9178         (gnus-completing-read-with-default): Remove.
9179         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9180         (gnus-agent-add-group):
9181         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9182         * mm-view.el (mm-view-pkcs7-decrypt):
9183         * mm-util.el (mm-codepage-setup):
9184         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9185         * mml-smime.el (mml-smime-openssl-sign-query):
9186         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9187         (mml-insert-multipart):
9188         * gnus-msg.el (gnus-summary-yank-message):
9189         * gnus-int.el (gnus-start-news-server):
9190         * mm-decode.el (mm-interactively-view-part):
9191         * gnus-dired.el (gnus-dired-attach):
9192         * gnus.el (gnus-read-method):
9193         * gnus-bookmark.el (gnus-bookmark-jump):
9194         * gnus-art.el (gnus-mime-view-part-as-type)
9195         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9196         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9197         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9198         * nnmairix.el (nnmairix-create-server-and-default-group)
9199         (nnmairix-update-groups, nnmairix-get-server)
9200         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9201         (nnmairix-get-group-from-file-path):
9202         * nnrss.el (nnrss-find-rss-via-syndic8):
9203         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9204         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9205         (gnus-group-browse-foreign-server):
9206         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9207         (gnus-summary-execute-command, gnus-summary-respool-article)
9208         (gnus-read-move-group-name):
9209         * gnus-score.el (gnus-summary-increase-score)
9210         (gnus-summary-score-effect):
9211         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9212
9213 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9216         x-focus-frame.
9217
9218         * nnimap.el (auth-source-forget-user-or-password)
9219         (auth-source-user-or-password): Autoload.
9220
9221         * message.el (message-from-style, message-interactive)
9222         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9223         (message-yank-prefix, message-indentation-spaces, message-signature)
9224         (message-signature-file): Add comment.
9225
9226 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9229         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9230         new articles.
9231
9232         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9233         parts.
9234         (nnimap-request-article): Work with the t setting, too.
9235
9236         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9237         that you don't get flashes of other buffers.
9238         (gnus-summary-show-complete-article): Intern before setting.
9239
9240 2010-09-27  David Engster  <dengste@eml.cc>
9241
9242         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9243         well as HEADERS.
9244         (nnmairix-retrieve-headers): Provide new argument for the above.
9245
9246 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * gnus-sum.el (gnus-summary-move-article): Don't alter
9249         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9250         group.
9251
9252         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9253
9254         * message.el (message-cite-prefix-regexp): Revert my last edit.
9255
9256         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9257         variable instead of the Gnus variable.
9258
9259         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9260
9261         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9262
9263         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9264         since some servers don't like it.
9265         (nnimap-open-connection): Forget credentials if the server says the
9266         password was wrong.
9267         (nnimap-parse-line): Protect against invalid data.
9268
9269         * gnus-sum.el (gnus-summary-move-article): Add comment.
9270         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9271         nothing alters it while scanning for new messages.
9272
9273         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9274         which may or may not help.
9275         (nnimap-open-connection): If we're doing a stream connection, and then
9276         discover we're on a STARTTLS-capable server, then open a STARTTLS
9277         connection instead.
9278
9279 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * nnimap.el (utf7): Require.
9282
9283         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9284         prefix.
9285
9286 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9287
9288         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9289
9290 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * nnimap.el (nnimap-request-accept-article): Message the error on
9293         error.
9294
9295 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9298
9299 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * nndoc.el (nndoc-request-list): Return success always.
9302
9303         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9304         `fetch-old' -- we only want to fetch the articles we've requested.
9305         The rest are in the agent, probably.
9306         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9307         disappeared server" to something low.  It's not important.
9308
9309         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9310         arrived before the FETCH data.
9311
9312         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9313         target here, because we don't know the Gnus name of the group.
9314
9315         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9316         for the correct group.
9317
9318         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9319
9320         * gnus.el (gnus): Give a final warning after startup.
9321
9322         * gnus-util.el (gnus-action-message-log): New variable.
9323         (gnus-message): Use it.
9324         (gnus-final-warning): New function.
9325
9326         * nnimap.el (nnimap-open-connection): Record the greeting.
9327         (nnimap): Add greeting.
9328
9329 2010-09-26  Julien Danjou  <julien@danjou.info>
9330
9331         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9332         arguments.
9333         (gnus-html-wash-images): Fix spec computing to include start/end.
9334
9335         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9336
9337 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9340         deletion.
9341         (nnimap-retrieve-headers): Don't select the group, because that's
9342         already done by nnimap-possibly-change-group.
9343
9344         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9345         (gnus-picon-transform-address): Use it.
9346
9347         * mail-source.el (mail-source-value): Revert previous patch.
9348
9349         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9350         on failure.
9351         (nnimap-open-connection): Look up both virtual and physical server name
9352         credentials.
9353
9354         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9355
9356 2009-02-07  Dave Love  <fx@gnu.org>
9357
9358         * tls.el (open-tls-stream): Don't query killing process.
9359
9360 2009-02-08  Dave Love  <fx@gnu.org>
9361
9362         * gnus-win.el (gnus-window-to-buffer-helper)
9363         (gnus-all-windows-visible-p): Function needn't be a symbol.
9364
9365         * mail-source.el (mail-source-value): Function needn't be a symbol.
9366
9367 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * message.el (message-cite-prefix-regexp): Remove } from the cite
9370         prefix.
9371
9372         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9373         highlight again, so that the highlight is correct.
9374
9375         * gnus-picon.el (gnus-picon): Remove again.
9376         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9377
9378         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9379         doing the header highlightling, so that the background color of the
9380         picon is correct.
9381
9382         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9383         (gnus-picon): Ditto.
9384         (gnus-picon): Reinstate.  The background color for picons is white.
9385         (gnus-picon-insert-glyph): Make the background white.
9386
9387         * nnml.el (nnml-open-nov): Don't return dead buffers.
9388
9389         * auth-source.el (auth-source-create): Query the user for whether to
9390         store the credentials.
9391
9392         * netrc.el (netrc-store-data): New function.
9393
9394         * auth-source.el (auth-source-user-or-password): Use the existing auth
9395         sources, if any, for creation.
9396
9397         * gnus.el (gnus-group-fast-parameter): Return the last matching
9398         parameter instead of the first matching parameter.
9399
9400 2010-09-26  Julien Danjou  <julien@danjou.info>
9401
9402         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9403
9404 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * mml2015.el (mml2015-use): Remove gpg support.
9407
9408         * mml1991.el (mml1991-function-alist): Remove gpg function.
9409         (mml1991-gpg-sign): Remove.
9410
9411 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9412
9413         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9414         (gnus-browse-unsubscribe-current-group): Document it.
9415         (gnus-browse-unsubscribe-group): Use it.
9416
9417 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9420         address to the To list for easier response.
9421
9422         * gnus.el (gnus-play-startup-jingle): Remove.
9423         (gnus-splash): Don't play jingle.
9424         (gnus): Silence gnus-load message.
9425
9426         * gnus-art.el (gnus-treat-play-sounds): Remove.
9427
9428         * gnus.el (gnus-play-jingle): Remove audio support.
9429
9430         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9431
9432         * earcon.el: Remove -- no users.
9433
9434         * gnus-audio.el: Remove -- no users of this package.
9435
9436         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9437
9438         * gnus-start.el (gnus-setup-news): Remove nocem support.
9439
9440         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9441
9442         * gnus.el (gnus-use-nocem): Remove.
9443
9444         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9445         Remove.
9446
9447         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9448         uses NoCeM any more.
9449
9450         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9451         (gnus-button-ctan-handler): Ditto.
9452         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9453         (gnus-button-ctan-directory-regexp): Ditto.
9454         (gnus-button-handle-ctan): Ditto.
9455         (gnus-button-tex-level): Ditto.
9456         (gnus-button-alist): Remove CTAN stuff.
9457
9458 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9461         nnimap-streaming test.
9462
9463         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9464         servers twice.
9465
9466         * nnimap.el (nnimap-open-connection): Add more error reporting when
9467         nnimap fails early.
9468
9469         * nnheader.el (nnheader-get-report-string): New function.
9470         (nnheader-get-report): Use it.
9471
9472         * gnus-int.el (gnus-check-server): Say what the error was when opening
9473         failed.
9474
9475         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9476         using streaming.
9477
9478 2010-09-25  Julien Danjou  <julien@danjou.info>
9479
9480         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9481         gnus-window-inside-pixel-edges.
9482
9483 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9486
9487         * mm-decode.el (mm-save-part): Allow saving to other directories the
9488         normal Emacs way.
9489
9490         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9491         Suggested by Jay Berkenbilt.
9492
9493         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9494         there isn't a single byte.
9495
9496         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9497         just do it.  It doesn't really seem to matter what the user responds
9498         here, I think, so it's just a confusing question.
9499
9500         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9501         non-streaming case.
9502
9503         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9504         (gnus-article-encrypt-body): Use it.
9505
9506         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9507         keystroke.
9508
9509         * nnimap.el (nnimap-find-wanted-parts-1):
9510         Use gnus-fetch-partial-articles.
9511
9512         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9513
9514         * nnimap.el (nnimap-insert-partial-structure): New function.
9515         (nnimap-get-partial-article): New function.
9516         (nnimap-request-article): Use it.
9517         (nnimap-wait-for-response): Return whether the wait was successful.
9518         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9519         retrieval wasn't successful.
9520         (nnimap-retrieve-group-data-early): Allow throttling servers.
9521         (nnimap-streaming): New variable.
9522         (nnimap-fetch-partial-articles): Remove.
9523
9524         * mm-decode.el (mm-with-part): Protect against killed buffers.
9525
9526         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9527         for prettier summary display.
9528
9529 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9530
9531         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9532
9533 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534
9535         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9536         apparently third-party libraries depend on it.
9537
9538         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9539         before starting negotiation.
9540
9541         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9542         privacy reasons.
9543         (gnus-treat-mail-gravatar): Ditto.
9544
9545         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9546         buffer when inserting images.  Inserting text into the headers, for
9547         instance, can make them invalid.
9548
9549 2010-09-25  Julien Danjou  <julien@danjou.info>
9550
9551         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9552         variables.
9553
9554         * nnheader.el: Remove useless variables news-reply-yank-from and
9555         news-reply-yank-message-id.
9556
9557         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9558         variables.
9559
9560         * mml1991.el: Remove useless mml1991-verbose.
9561
9562         * gnus.el: Remove useless variable gnus-use-generic-from.
9563         Remove obsolete variable gnus-topic-indentation.
9564
9565         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9566
9567         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9568
9569         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9570
9571         * gnus-group.el: Remove useless gnus-group-icon-cache.
9572         Remove useless gnus-ephemeral-group-server.
9573
9574         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9575
9576         * mml2015.el: Remove useless mml2015-verbose.
9577
9578         * mml-smime.el: Remove useless mml-smime-verbose.
9579
9580         * gnus.el: Remove useless gnus-local-domain.
9581
9582         * gnus-gravatar.el (gnus-gravatar-transform-address):
9583         Use gnus-gravatar-size.
9584
9585         * gnus-art.el: Remove useless gnus-treat-translate.
9586
9587 2010-09-24  Julien Danjou  <julien@danjou.info>
9588
9589         * gnus-sum.el: Add support for Gravatars.
9590
9591         * gnus-art.el: Add support for Gravatars.
9592
9593         * gnus-gravatar.el: Add this file.
9594
9595         * gravatar.el: Add this file.
9596
9597 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9600
9601         * gnus-group.el (gnus-group-fetch-faq): Remove.
9602
9603         * gnus.el (gnus-group-faq-directory): Remove.
9604
9605         * gnus-group.el (gnus-group-fetch-charter): Remove.
9606
9607         * gnus.el (gnus-group-charter-alist): Remove.
9608
9609         * gnus-group.el (gnus-group-archive-directory): Remove.
9610         (gnus-group-recent-archive-directory): Ditto.
9611         (gnus-group-make-archive-group): Remove.
9612
9613         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9614
9615         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9616         use the same article number for all the cached articles.
9617
9618         * nnimap.el (nnimap-command): Register the last command time so
9619         that we can use it for idling NOOPs.
9620         (nnimap-open-connection): Start the keeplive timer.
9621         (nnimap-make-process-buffer): Store all the process buffers.
9622         (nnimap-keepalive): New function.
9623
9624         * starttls.el (starttls-open-stream): Add autoload cookie.
9625
9626 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9627
9628         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9629         handling.
9630
9631 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9634         its data structures.
9635
9636         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9637         instead of the cl.el copy-list.
9638         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9639         equalp.
9640
9641 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9644         and tool-bar-local-item-from-menu.
9645
9646         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9647         mode-line-highlight face for Emacs.
9648
9649         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9650         loading gnus-sum.elc; fix comment for canlock-verify.
9651         (gnus-article-jump-to-part): Use read-number.
9652         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9653         Remove Emacs pre-21 compatible code for help-echo.
9654         (gnus-article-next-page-1): No need to adjust the number of lines.
9655         (gnus-article-describe-bindings): Always use help-buffer.
9656
9657         * gnus-audio.el (gnus-audio-inline-sound):
9658         * gnus-cus.el (gnus-custom-mode):
9659         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9660
9661         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9662
9663         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9664         compatible code.
9665
9666 2010-09-24  Glenn Morris  <rgm@gnu.org>
9667
9668         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9669         visiting the fcc file in rmail-mode.
9670
9671         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9672
9673 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * nnir.el: Silence the byte compiler.
9676
9677         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9678         alias to browse-url-url-encode-chars if any.
9679         (gnus-html-encode-url): Use it.
9680
9681 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * gnus-start.el (gnus-use-backend-marks): New variable.
9684         (gnus-get-unread-articles-in-group): Use it.
9685
9686         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9687         makeover.
9688
9689 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9690
9691         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9692
9693 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9696         Remove.
9697         (gnus-setup-news-hook):
9698         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9699
9700         * gnus-int.el (gnus-request-update-info): Protect against backends not
9701         having the function.
9702
9703         * nnimap.el (nnimap-stream): Mention starttls.
9704         (nnimap-open-connection): Add starttls support.
9705
9706 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9707
9708         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9709
9710 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9713         BODYSTRUCTUREs.
9714         (nnimap-transform-headers): Unfold quoted {42} headers.
9715
9716         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9717         the info.
9718         (gnus-get-unread-articles): Only call updatep on backends that support
9719         it.
9720
9721         * nnweb.el (nnweb-request-update-info): NOOP.
9722
9723         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9724
9725         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9726         since it only deals with marks.
9727
9728         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9729         gnus-request-marks, and make a new gnus-request-update-info.
9730
9731         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9732         the active instead of the high number, which is usually too low.
9733
9734 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9737         * encrypt.el: Remove.
9738
9739 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9742         server in symbolic form.
9743
9744         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9745
9746 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747
9748         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9749         (nnimap-update-info): Fix up code slightly.
9750
9751         * gnus-int.el (gnus-open-server): Add tracing for performance
9752         debugging.
9753
9754         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9755         (gnus-group-insert-group-line): Pass the real group name so that it
9756         gets the right data.
9757
9758         * gnus-start.el (gnus-get-unread-articles): Don't have
9759         `gnus-get-unread-articles-in-group' update info, since that can be
9760         really slow and doesn't seem to be needed?
9761
9762 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9763
9764         * time-date.el (date-to-time): Try using parse-time-string first before
9765         using the slower timezone-make-date-arpa-standard.
9766
9767 2010-09-22  Julien Danjou  <julien@danjou.info>
9768
9769         * gnus-group.el (gnus-group-insert-group-line):
9770         Call gnus-group-highlight-line.
9771         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9772         default hook list.
9773         (gnus-group-update-eval-form): Add new function.
9774         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9775         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9776
9777 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9780         immediate, then expire all articles.
9781         (nnimap-update-info): Fix off-by-one errors.
9782         (nnimap-flags-to-marks): Would return no marks lists for group with no
9783         flags.  Instead return the other data.
9784
9785 2010-09-22  Julien Danjou  <julien@danjou.info>
9786
9787         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9788         Only return an icon.
9789         (gnus-group-insert-group-line): Compute icon to return.
9790
9791         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9792         (gnus-html-image-fetched): Only cache if
9793         gnus-html-image-automatic-caching is set.
9794         (gnus-html-image-fetched): Check for errors.
9795
9796 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9799         once per method on `g'.  This ensures that backends like nnfolder don't
9800         open all their folders.
9801
9802         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9803         (nnimap-request-list): Nix out group in the correct buffer.
9804         (nnimap-parse-flags): Implement by using `read' instead of
9805         hand-parsing.
9806         (nnimap-flags-to-marks): Pass on permanent-flags.
9807         (nnimap-make-process-buffer): Record the server name.
9808         (nnimap-parse-flags): Fix typo.
9809         (nnimap-request-scan): Run split on the server in general, not just a
9810         single group.
9811
9812         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9813         parameter, and propagate this downwards.
9814
9815         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9816         since EXAMINE changes it on the server.
9817
9818         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9819         this command might take a while.
9820
9821 2010-09-22  Julien Danjou  <julien@danjou.info>
9822
9823         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9824         harmful if you have 2 images side-by-side, they can't be properly
9825         update on text deletion.  Using text-property is safer here.
9826         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9827         data.
9828
9829 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * nnimap.el (nnimap-expunge-inbox): Remove.
9832         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9833         (nnimap-expunge): Flip default to t.
9834
9835         * gnus.el (gnus-method-to-server): Don't push things to the cache
9836         unless it's unique.
9837         (gnus-server-to-method): Ditto.
9838
9839 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9840
9841         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9842
9843 2010-09-22  Julien Danjou  <julien@danjou.info>
9844
9845         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9846         get the start of data.
9847         (gnus-html-encode-url): Add this function to encode special chars in
9848         URL.
9849         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9850         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9851
9852         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9853         default.
9854         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9855
9856         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9857         images alt-text.
9858         (gnus-html-put-image): Put alt-text as help-echo.
9859
9860 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9863         * mm-util.el (mm-decompress-buffer):
9864         * nnir.el (nnir-run-find-grep):
9865         * pop3.el (pop3-list): Use 3rd arg of split-string.
9866
9867         * time-date.el (format-seconds): Comment fix.
9868
9869         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9870         and byte-optimize-form-code-walker.
9871         (dgnushack-make-auto-load): Don't advise make-autoload.
9872
9873         * lpath.el: Remove Emacs 21 stuff.
9874
9875 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9878         outside the active range.  Suggested by Dan Christensen.
9879
9880         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9881         slightly later to avoid double-getting it.
9882
9883         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9884         previous patch.
9885
9886         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9887
9888 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9889
9890         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9891
9892 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * gnus-int.el (gnus-open-server): Give a better error message in the
9895         "go offline" case.
9896
9897         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9898         marks for nnimap, which is seldom the right thing to do.
9899
9900         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9901         (gnus-same-method-different-name): New function.
9902
9903         * nnimap.el (parse-time): Require.
9904
9905         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9906         method in the presence of many similar methods.
9907
9908         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9909
9910         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9911         nnml-inhibit-expiry.
9912
9913         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9914         find out whether methods are equal.
9915
9916         * nnimap.el (nnimap-find-expired-articles): New function.
9917         (nnimap-process-expiry-targets): New function.
9918         (nnimap-request-move-article): Request the article before looking at
9919         what the Message-ID is.  Fix found by Andrew Cohen.
9920         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9921
9922         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9923         for oldness in addition to being a predicate.
9924
9925         * nnimap.el (nnimap-request-group): When we have zero articles, return
9926         the right data to Gnus.
9927         (nnimap-request-expire-articles): Only delete articles immediately if
9928         the target is 'delete.
9929
9930         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9931         method, this would bug out.
9932
9933         * gnus-group.el (gnus-group-expunge-group): Rename from
9934         gnus-group-nnimap-expunge, and implemented as a normal interface
9935         function.
9936
9937         * gnus-int.el (gnus-request-expunge-group): New function.
9938
9939         * nnimap.el (nnimap-request-create-group): Implement.
9940         (nnimap-request-expunge-group): New function.
9941
9942 2010-09-21  Julien Danjou  <julien@danjou.info>
9943
9944         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9945         (gnus-html-cache-expired): Add new function.
9946         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9947         wethever we should display image for fetch it.
9948         Compute alt-text earlier to pass it to the fetching function too.
9949         (gnus-html-schedule-image-fetching): Change function argument to only
9950         get one image at a time, not a list.
9951         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9952         cache.
9953         (gnus-html-get-image-data): New function to retrieve image data from
9954         cache.
9955         (gnus-html-put-image): Change buffer argument to use image data rather
9956         than file, and place image above region rather than inserting a new
9957         one.  Do not take alt-text as argument, since it's useless now: we place
9958         the image above alt-text.
9959         (gnus-html-prune-cache): Remove.
9960         (gnus-html-show-images): Start to fetch image when we find one, do not
9961         push into a temporary list.
9962         (gnus-html-prefetch-images): Only fetch image if they have expired.
9963         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9964         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9965
9966 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9969
9970 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9973         spec inser "*" if the group isn't active instead of 0.
9974
9975         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9976         opening the server.
9977         (nnimap-request-delete-group): Implement group deletion.
9978         (nnimap-transform-headers): Return the size of the entire message in
9979         the Bytes header, not just the size of the first part.
9980         (nnimap-request-move-article): When moving an article from nnimap,
9981         request the article first so the accepting form has an article to
9982         accept.  Reported by Dan Christensen.
9983         (nnimap-command): Make sure that the error message doesn't error out.
9984
9985 2010-09-20  David Edmondson  <dme@dme.org>
9986
9987         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9988         we haven't requested anything.
9989
9990 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9993         "".  Fix found by Andrew Cohen.
9994
9995         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9996         instead of -encode-string.
9997
9998 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10001
10002         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10003         by mm-subst-char-in-string.
10004
10005 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10006
10007         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10008         waiting for the connection string.
10009
10010         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10011         arriving.
10012
10013         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10014         bogus characters.  This allows selecting certain Gmail groups.
10015
10016         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10017         (nnimap-fetch-partial-articles): New variable.
10018         (nnimap-open-connection): When looking for credentials, also use the
10019         nnimap-server-port.
10020         (nnimap-request-article): Return the group/article number, so that Gnus
10021         `^' works as expected.
10022         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10023
10024         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10025         comments.
10026         (gnus-methods-sloppily-equal): New function.
10027         (gnus): When using the development version of Gnus, load the gnus-load
10028         file.
10029
10030         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10031         `gnus-open-server' on each method before trying to scan them etc.
10032         This ensures that all the backend parameters are set correctly.
10033
10034         * nnimap.el (nnimap-authenticator): New variable.
10035         (nnimap-open-connection): Allow anonymous login.
10036         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10037         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10038
10039         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10040         patch, found by Knut Anders Hatlen.
10041
10042 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10043
10044         * gnus-agent.el (gnus-agent-batch-confirmation)
10045         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10046         to gnus-message.
10047         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10048         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10049         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10050         * gnus-int.el (gnus-open-server): Likewise.
10051         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10052         (gnus-score-check-syntax): Likewise.
10053         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10054         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10055         Likewise.
10056         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10057
10058 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10061         calling conventions so that prefetch doesn't bug out.
10062
10063 2010-09-19  Julien Danjou  <julien@danjou.info>
10064
10065         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10066         rather than `subst-char-in-region' in order to be able to replace ASCII
10067         char by UTF-8 ones.
10068
10069         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10070         than curl.
10071         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10072         the right URL and ALT text on images.
10073         (gnus-html-wash-tags): Fix tag case.
10074         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10075         (gnus-article-html): Add -o display_ins_del=2 option.
10076         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10077
10078 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10081         the extra mail headers, which sometimes seem to happen for unknown
10082         reasons.
10083
10084         * mail-parse.el (mail-header-encode-parameter): Define as
10085         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10086         (or most, perhaps?) mail readers don't understand the latter, but do
10087         understand the former.
10088
10089         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10090         to nil, so that no methods are automatically agentized.  I think this
10091         is probably what most users want.
10092
10093         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10094         from url-retrieve, for instance about invalid URLs.
10095
10096         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10097         groups that have no articles.
10098         (nnimap-request-article): Check that we really got an article when we
10099         requested one.
10100
10101         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10102         doesn't exist.
10103
10104         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10105         nntp buffer so the agent can save it.
10106         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10107         that CRLF doesn't get translated to \n.
10108         (nnimap-open-connection): Don't make 'shell commands only send \n.
10109
10110 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10111
10112         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10113         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10114         Update var name.
10115         (nnml-generate-nov-file): Use dolist.
10116         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10117         Use with-current-buffer.
10118
10119 2010-09-18  Julien Danjou  <julien@danjou.info>
10120
10121         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10122         parallel.
10123
10124 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10127         the range update right.
10128         (nnimap-request-group): Don't make `M-g' bug out on group with no
10129         marks.
10130         (nnoo): Require, so that other packages can require nnimap.
10131         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10132         command we're looking for.  This helps when the server sends more
10133         responses after we've gotten everything we expected.
10134         (nnimap): Add a `newlinep' field to keep track of end-of-line
10135         conventions.
10136         Don't send CRLF to things that don't want it.
10137         (nnimap-request-accept-article): Ditto.
10138
10139 2010-09-18  Julien Danjou  <julien@danjou.info>
10140
10141         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10142         than curl to retrieve images.
10143
10144 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10145
10146         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10147         the marks.
10148         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10149         (nnimap-wait-for-connection): New function.
10150         (nnimap-open-connection): If we have PREAUTH, don't query for login
10151         credentials.
10152         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10153         when doing a partial update.
10154
10155 2010-09-18  Julien Danjou  <julien@danjou.info>
10156
10157         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10158         tags.
10159
10160 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10161
10162         * nnimap.el (nnimap-credentials): New function.
10163         (nnimap-open-connection): Use the new function to look for credentials
10164         also on the numeric equivalents of "imap" and "imaps".
10165
10166         * gnus-start.el (gnus-activate-group): Send the info to
10167         gnus-request-group.
10168
10169         * nnimap.el (nnimap-request-group): Have the "check" version of the
10170         function parse flags and update the info, so that a `M-g' get a total
10171         resync of all flags from the group.
10172
10173         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10174         to allow backends to alter the info on group selection.  Also alter all
10175         the backend -request-group functions to take the parameter.
10176
10177         * nnimap.el (nnimap-store-info): New function.
10178         (nnimap-update-info): Store the info for later usage.
10179         (nnimap-request-group): Use the stored info for the dont-check case, so
10180         that we don't retrieve all marks when we enter a group.
10181
10182         * nnimap.el: Use deffoo instead of defun for interface functions.
10183
10184         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10185         update the group info.  This makes the nndraft groups, for instance, go
10186         back to their old behavior.
10187
10188         * gnus-sum.el (gnus-select-newsgroup): Indent.
10189
10190         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10191         in.
10192         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10193         nothing.
10194
10195         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10196         from methods that are denied.
10197
10198         * gnus-int.el (gnus-method-denied-p): New function.
10199
10200         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10201         store the password instead of netrc.
10202         (nnimap-open-connection): Don't error out when we can't make a
10203         connections.
10204
10205         * auth-source.el (auth-source-create): In the password prompt, say what
10206         we're querying for.  Also prompt for user name if that hasn't been
10207         given.
10208
10209         * nnimap.el (nnimap-with-process-buffer): Remove.
10210
10211 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10214         method when we're reading from the agent.
10215
10216         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10217
10218         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10219         that's probably most useful for users.
10220
10221         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10222         "failed" all the time.
10223
10224         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10225         ...)) with (with-current-buffer ... ).
10226
10227         * nntp.el (nntp-open-server): Return whether the open was successful or
10228         not.
10229
10230         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10231         select an unread unseen article first.
10232
10233         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10234         /etc/services, supply some sensible port defaults.
10235
10236         * dgnushack.el: Define netrc-credentials.
10237
10238 2010-09-17  Julien Danjou  <julien@danjou.info>
10239
10240         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10241
10242 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10243
10244         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10245         doesn't have any parameters.
10246
10247 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10250         only upcased checks.
10251
10252         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10253
10254         * nnimap.el (nnimap-open-shell-stream): New function.
10255         (nnimap-open-connection): Use it.
10256         (nnimap-transform-headers): Get the number of lines in each message.
10257         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10258         number of lines.
10259         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10260         problem.
10261
10262         * utf7.el (utf7-encode): Autoload.
10263
10264         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10265         to allow the mail splitting to not return a default group.  This is
10266         useful for nnimap, which will leave unmatched mail in the inbox.
10267
10268         * nnimap.el: Rewritten.
10269
10270         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10271         nnimap usage.
10272
10273         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10274         if the move is internal, so that nnimap can do fast internal moves.
10275
10276         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10277         data.
10278         (gnus-read-active-for-groups): Support finishing the early retrieval of
10279         data.
10280
10281         * gnus-range.el (gnus-range-nconcat): New function.
10282
10283         * gnus-int.el (gnus-finish-retrieve-group-infos)
10284         (gnus-retrieve-group-data-early): New functions.
10285
10286 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10287
10288         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10289         (nnrss-retrieve-groups):
10290         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10291         (pop3-quit): Use with-current-buffer.
10292
10293 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10296         instead of nnheader-accept-process-output.
10297
10298         * dgnushack.el (dgnushack-compile): Add comment.
10299
10300         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10301
10302         * gnus-html.el (gnus-html-schedule-image-fetching)
10303         (gnus-html-prefetch-images): Replace process-kill-without-query by
10304         gnus-set-process-query-on-exit-flag.
10305
10306 2010-09-16  Romain Francoise  <romain@orebokech.com>
10307
10308         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10309
10310 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10313         parameter to unintern is mandatory-ish in Emacs 24.
10314
10315         * gnus-html.el (gnus-html-schedule-image-fetching)
10316         (gnus-html-prefetch-images): Check for curl before using it.
10317
10318         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10319         depend on curl, which isn't essential.
10320
10321         * imap.el: Revert back to version
10322         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10323         seem problematic.
10324
10325 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10326
10327         * gnus-registry.el (gnus-registry-install-shortcuts):
10328         Explicitly pass `obarray' to `unintern' to avoid a warning.
10329
10330 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10333         change.
10334
10335         * nnrss.el (nnrss-request-list): Remove this function and related
10336         functions, including the moreover stuff.
10337
10338 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * nnrss.el (nnrss-retrieve-groups): New function.
10341
10342 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10343
10344         * .dir-locals.el: Add no-byte-compile cookie.
10345
10346 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * time-date.el (format-seconds): Comment fix.
10349
10350         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10351         for back end that doesn't support request-scan.
10352
10353 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10356         then do request scans from the backends.
10357
10358         * netrc.el (netrc-credentials): New conveniency function.
10359
10360         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10361         avoid running a hook per line, since this takes a lot of time,
10362         profiling shows.
10363         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10364         directly if gnus-visual-p is true.
10365
10366 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10369         groups; replace mapcar with dolist which is a bit faster; pass groups
10370         info to gnus-read-active-file-1.
10371         (gnus-read-active-file-1): Scan only specified groups if the new
10372         optional arg `infos' is given.
10373
10374 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10377
10378         * pop3.el (pop3-movemail): Remove.
10379         (pop3-streaming-movemail): Rename to pop3-movemail.
10380
10381         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10382         don't restrict end-tag searches to the end of the line.
10383
10384 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10387         articles of every unchecked group to t, which means unknown since the
10388         server has never been opened.
10389
10390 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * gnus-html.el (gnus-html-show-alt-text): New command.
10393         (gnus-html-browse-image): Ditto.
10394         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10395         to browse the image directly.
10396         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10397         better.
10398
10399         * gnus-async.el (gnus-async-article-callback):
10400         Call `gnus-html-prefetch-images' unconditionally.
10401
10402         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10403         before feeding URLs to curl.
10404
10405 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10408         internal images as deletable by `W D D'.
10409
10410         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10411         (gnus-async-article-callback): Fix typo.
10412
10413 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10416         current line to work around bugs in the output from w3m.
10417
10418         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10419         for groups that want that.
10420
10421         * nntp.el (nntp-wait-for-string): Supply a timeout for
10422         accept-process-output to ensure progress.
10423
10424         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10425         level to get unread articles from, then use that for foreign groups,
10426         too.
10427
10428         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10429         confuses the rest of the function.
10430
10431         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10432         for the methods that support -retrieve-groups, too.
10433
10434         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10435
10436 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10439         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10440
10441         * pop3.el: Require cl when compiling.
10442         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10443
10444 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10445
10446         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10447         that aren't going to be activated.
10448         (gnus-get-unread-articles): Fix up the last commit.
10449
10450         * gnus-html.el (gnus-article-html): Allow calling without specifying
10451         the handle.  In that case, dissect the buffer first.
10452
10453         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10454
10455         * nnimap.el (nnimap-open-connection): Revert the change that would look
10456         into authinfo for imaps instead of imap.
10457
10458         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10459         say that you don't want to call gnus-request-group with don-check, but
10460         do check the reponse.  This is for virtual groups only.
10461         (gnus-get-unread-articles): Count the archive groups as secondary, so
10462         that they're activated the same way as before.
10463
10464         * imap.el (imap-message-map): Removed optional buffer parameter, since
10465         no callers use it.
10466         (imap-message-get): Ditto.
10467         (imap-message-put): Ditto.
10468         (imap-mailbox-map): Ditto.
10469         (imap-mailbox-put): Ditto.
10470         (imap-mailbox-get): Ditto.
10471         (imap-mailbox-get): Revert last change for this function.
10472
10473         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10474         case-insensitively.
10475         (nnimap-debug): Remove.
10476
10477         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10478         callers to use `imap-fetch' instead.  According to the comments, this
10479         should be safe, since all other IMAP clients use the 1:* syntax.
10480         (imap-enable-exchange-bug-workaround): Remove.
10481         (imap-debug): Remove -- doesn't seem very useful.
10482
10483         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10484         mail from a file, and the file doesn't exist.
10485
10486         * imap.el (imap-log): New convenience function used throughout instead
10487         of repeating the same code all over the place.
10488
10489         * pop3.el (pop3-streaming-movemail): Return t for success.
10490
10491         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10492         .authinfo if we're using ssl connection.
10493
10494         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10495         already have if we're in a main Gnus `g' run.
10496
10497         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10498
10499 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10502
10503         * nnmh.el (nnmh-request-list-1): Bind `file'.
10504
10505         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10506         alias to set-process-query-on-exit-flag or process-kill-without-query.
10507         (pop3-open-server): Use it.
10508
10509 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10512         box to the Incoming file.  Fixes mistake in previous checkin.
10513
10514         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10515         request loop (for debugging purposes) removed.
10516
10517         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10518         culprit is more visible.
10519         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10520         (nnml-add-incremental-nov): New functions to do "incremental" nov
10521         updates, where we just append to the end of the existing nov files
10522         without reading/writing them in full.
10523
10524         * mail-source.el (mail-source-delete-crash-box): Really only check the
10525         incoming files once in a while.
10526
10527         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10528
10529         * mail-source.el (mail-source-delete-crash-box): Only check the
10530         incoming files for deletion once per day to save a lot of file
10531         accesses.
10532
10533         * pop3.el (pop3-logon): Fix up unbound variable typo.
10534
10535         * mail-source.el (pop3-streaming-movemail): Autoload.
10536
10537         * pop3.el (pop3-streaming-movemail):
10538         Respect pop3-leave-mail-on-server.
10539
10540         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10541         retrieval.
10542
10543         * pop3.el (pop3-process-filter): Remove unused function.
10544         (pop3-streaming-movemail, pop3-send-streaming-command)
10545         (pop3-wait-for-messages, pop3-write-to-file)
10546         (pop3-number-of-responses): New functions for streaming pop3
10547         retrieval.
10548
10549         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10550         come from no known methods.
10551         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10552         list.
10553
10554         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10555         message sizes.
10556         (pop3-movemail): Use erase-buffer instead of looping and deleting
10557         regions, which seems rather odd.
10558
10559         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10560         file once per `g' run.
10561
10562         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10563         directories.  This makes the draft queue directory work.
10564
10565         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10566         data from the backends, so that we only request the list of groups from
10567         each method once.  This should speed things up considerably.
10568
10569         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10570         detect that it's not implemented.
10571
10572         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10573         we actually do recurse down into the tree, but don't stat all leaf
10574         nodes.
10575
10576         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10577         then say so instead of bugging out.
10578
10579         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10580         files exist before trying to read them.
10581
10582         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10583         around <pre_int>.
10584
10585         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10586
10587         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10588
10589 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * mm-util.el (mm-image-load-path): Just return the image directories,
10592         not all directories in the path in addition to the image directories.
10593         (mm-image-load-path): Maintain a cache of the image directories so that
10594         the `g' command in Gnus doesn't have to stat dozens of directories each
10595         time.
10596
10597         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10598         (gnus-html-wash-tags): Add a new `i' command to insert images.
10599         (gnus-html-insert-image): New command and keystroke.
10600         (gnus-html-redisplay-with-images): New command and keystroke.
10601         (gnus-html-show-images): Rename command.
10602         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10603         spacers.
10604         (gnus-html-wash-tags): Decode entities at the end, so that entities
10605         inside the tags don't mess up the rest of the "parsing".
10606
10607         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10608         so that nnimap methods aren't agentized by default.  There's apparently
10609         many problems related to agent/imap behavior.
10610
10611         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10612
10613         * gnus-html.el: Doc fix.
10614
10615 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10618         specifier-spec-list for Emacs 21.
10619
10620         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10621         glyph-width and glyph-height instead of display-graphic-p and
10622         image-size; make avoidance of displaying small images work for XEmacs.
10623
10624         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10625         for XEmacs.
10626
10627         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10628         of symbol that holds plist data.
10629         (gnus-process-plist): Remove plist of process after getting it.
10630
10631 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * message.el (message-generate-hashcash): Change default to
10634         'opportunistic if hashcash is installed.
10635
10636         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10637         (gnus-html-put-image): Only call image-size once, since it's somewhat
10638         time-consuming on remote X servers.
10639
10640 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10643         type on data, not a file name.
10644
10645         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10646         window-pixel-edges for Emacs 21.
10647
10648         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10649         decoded contents.
10650         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10651
10652 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10655         group line format, since it isn't very interesting.
10656
10657         * gnus-agent.el (gnus-agent-short-article),
10658         (gnus-agent-long-article): Increase values for these two variables,
10659         since most people are likely to have more network connection and
10660         storage than before.
10661
10662         * gnus.el (gnus-refer-article-method): Change default to 'current.
10663         When referring an article, the common behavior is to refer it from the
10664         current select method, not the native select method.  The chances of
10665         the native select method having the message in question is rather slim
10666         these days.
10667
10668         * gnus-sum.el (gnus-auto-select-subject): Change default to
10669         `unseen-or-unread'.  I think it's likely that most people want to
10670         select an unseen article over a previously seen, but unread one.
10671
10672         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10673         means that in the article buffer none of the minor mode elements will
10674         be shown, usually, and this is not desirable in most cases.
10675
10676         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10677         that commands like `d' (and the like) go to the next line in the
10678         buffer, instead of the next unread article.  I think this is the
10679         behavior that is most natural for most users.
10680         (gnus-single-article-buffer): Change default to nil, so that people can
10681         have as many article buffers open as they have summary buffer.  I think
10682         this is the most natural way for the groups to behave.
10683
10684         * message.el (message-generate-new-buffers): Change default to
10685         `unsent', so that all new message buffers start their names with the
10686         string "*unsent", and it's easier to find the buffers if you move from
10687         them.
10688
10689 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10692         small.  They're probably tracking images.
10693         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10694         (gnus-html-rescale-image): Yet another try at getting the image sizing
10695         right.
10696
10697         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10698         nntp-marks-file-name is nil.
10699
10700 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10701
10702         * gnus-html.el (gnus-html-wash-tags)
10703         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10704         Better logging.
10705
10706 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10709
10710         * gnus-html.el (gnus-html-wash-tags): Check the value of
10711         gnus-blocked-images in the summary buffer.
10712
10713 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10716
10717 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10720         like "a", it seems like.
10721         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10722         since it needs to be picked from the correct buffer.
10723
10724         * nnwfm.el: Remove.
10725
10726         * nnlistserv.el: Remove.
10727
10728 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10729
10730         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10731         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10732
10733 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * nnkiboze.el: Remove.
10736
10737         * nndb.el: Remove.
10738
10739         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10740         alt text.
10741         (gnus-html-rescale-image): Try to get the rescaling logic right for
10742         images that are just wide and not tall.
10743
10744         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10745         overshadow variable bindings.
10746
10747 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * gnus-html.el (gnus-html-wash-tags)
10750         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10751         Add extra logging.
10752
10753 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10756         (gnus-max-image-proportion): New variable.
10757         (gnus-html-rescale-image): New function.
10758         (gnus-html-put-image): Rescale images.
10759
10760 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10761
10762         Fix up some byte-compiler warnings.
10763         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10764         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10765         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10766         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10767         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10768         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10769         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10770
10771 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-html.el (gnus-article-html): Decode contents by charset.
10774
10775 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10778         (gnus-html-frame-width, gnus-blocked-images):
10779         * message.el (message-prune-recipient-rules): Add custom version.
10780         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10781
10782         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10783         functions.
10784
10785         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10786         gnus-process-get.
10787
10788 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10789
10790         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10791         instead of lsub directly.
10792
10793 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794
10795         * nnwarchive.el: Remove.
10796
10797         * gnus-soup.el: Remove.
10798
10799         * nnsoup.el: Remove.
10800
10801         * nnultimate.el: Remove.
10802
10803         * gnus-html.el (gnus-blocked-images): New variable.
10804
10805         * message.el (message-prune-recipients): New function.
10806         (message-prune-recipient-rules): New variable.
10807
10808         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10809         guess whether a long line is natural text or not.
10810
10811         * gnus-html.el (gnus-html-schedule-image-fetching):
10812         Use gnus-process-plist and friends for compatibility.
10813
10814 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10815
10816         * gnus-html.el: Require packages that define macros used in this file.
10817         (gnus-article-mouse-face): Declare to silence byte-compiler.
10818         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10819         process-get.
10820         (gnus-html-put-image): Use plist-get to avoid getf.
10821         (gnus-html-prefetch-images): Use with-current-buffer.
10822
10823 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-ems.el: Provide compatibility functions for
10826         gnus-set-process-plist.
10827
10828         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10829         header-line-format for XEmacs 21.4.
10830
10831         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10832         * gnus.el (gnus-valid-select-methods):
10833         * message.el (message-send-mail-partially-limit):
10834         * mm-decode.el (mm-text-html-renderer):
10835         * mml.el (mml-insert-mime-headers-always):
10836         * smiley.el (smiley-regexp-alist): Bump custom version.
10837
10838 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * gnus-html.el: require mm-url.
10841         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10842         with the url to `url'.
10843         (gnus-html-wash-tags): Support cid: URLs/images.
10844
10845 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10848         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10849         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10850
10851         * gnus-move.el: Remove file, since it doesn't really work.
10852
10853         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10854         UTF-8.  This seems to fix problems with some German web feeds.
10855
10856         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10857         at the top so that the proper colors are applied.
10858
10859         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10860         don't have dots in their names.
10861
10862         * gnus-art.el (gnus-article-view-part): Doc fix.
10863
10864         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10865         XEmacs-compatible.
10866         (gnus-html-put-image): Don't do images on non-graphic displays.
10867
10868         * nnslashdot.el: Remove this unused backend.
10869
10870         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10871         actions.
10872         (gnus-undo-register-1): Revert last change.
10873
10874         * gnus-group.el (gnus-group-completing-read): Protect against not
10875         having completion-styles bound.
10876
10877         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10878         make broken recipients happier.
10879
10880         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10881
10882         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10883         point parameter.
10884
10885         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10886
10887         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10888         completion-styles for group selection.
10889
10890 2009-02-04  Andreas Schwab  <schwab@suse.de>
10891
10892         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10893         headers and regexp-quote the match if necessary.
10894
10895 2009-03-24  Miles Bader  <miles@gnu.org>
10896
10897         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10898         the blinking smiley.
10899
10900 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10901
10902         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10903         blink smiley.
10904
10905 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10908         where the dribbel file lives exists.
10909
10910         * message.el (message-send-mail-partially-limit): Change the default to
10911         nil, since most people don't want this.
10912
10913         * mm-url.el (mm-url-decode-entities): Also decode entities like
10914         &#x3212.
10915
10916 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10917
10918         * gnus-sum.el (gnus-summary-idna-message):
10919         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10920         Hyperlink urls in docstrings with URL `...'.
10921
10922 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10923
10924         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10925         functions.
10926
10927 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10930         say what the mouseover text should be.
10931
10932         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10933         version of the mm-w3m-safe-url-regexp variable to only download images
10934         in the groups where we want that to happen.
10935
10936         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10937
10938         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10939         easier debugging.
10940         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10941         big pictures in the article buffer.
10942
10943         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10944         gnus-article-html.
10945         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10946         w3m.
10947
10948         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10949
10950 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10953         which doesn't exist.
10954
10955         * message.el (message-inhibit-ecomplete): New variable to allow some
10956         function to inhibit ecomplete address storage.
10957         (message-resend): Disable ecomplete message storage when resending
10958         messages.
10959
10960         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10961
10962 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10965         Save excursion while copying, moving, and deleting articles in order to
10966         prevent the cursor from jumping to unforeseen place.
10967
10968 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * lpath.el: No need to bind bookmark-current-buffer,
10971         bookmark-yank-point and bookmark-make-record-function.
10972
10973 2010-08-17  Glenn Morris  <rgm@gnu.org>
10974
10975         * gnus-sync.el: Require gnus components whose functions are used.
10976
10977         * gnus-art.el (bookmark-make-record-function):
10978         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10979         Declare for compiler.
10980
10981         * mm-url.el (mml-compute-boundary): Autoload.
10982
10983 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10986
10987 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10988
10989         Typo fix "hoo4a" -> "hook".
10990
10991         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10992
10993 2010-08-14  Glenn Morris  <rgm@gnu.org>
10994
10995         * gnus-sync.el (gnus-sync): Fix defgroup version.
10996
10997 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10998
10999         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11000
11001         * gnus-sync.el: Fix docs.
11002         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11003         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11004
11005 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11006
11007         Optimizations for gnus-sync.el.
11008
11009         * gnus-sync.el: Add docs about gnus-sync-backend
11010         possibilities.
11011         (gnus-sync-save): Remove unnecessary message.
11012         (gnus-sync-read): Optimize and show what groups were skipped.
11013
11014 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11015
11016         Minor bug fixes for gnus-sync.el.
11017
11018         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11019         Don't read the sync on get-new-news.
11020
11021         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11022         quiet.
11023
11024         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11025         (fix typo).
11026
11027 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11028
11029         Make saving and restoring of hidden threads work with overlays.
11030         Patch applied by Ted Zlatanov.
11031
11032         * gnus-sum.el (gnus-hidden-threads-configuration)
11033         (gnus-restore-hidden-threads-configuration): Update to deal with text
11034         properties, rather than searching for a magic character.
11035
11036 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11037
11038         New gnus-sync.el library for synchronization of marks.
11039
11040         * gnus-sync.el: New library for synchronization of marks.
11041
11042         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11043         renamed from `gnus-registry-grep-in-list'.
11044
11045         * gnus-registry.el (gnus-registry-follow-group-p):
11046         Use `gnus-grep-in-list'.
11047
11048         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11049
11050 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11053         determining charset of text fails.
11054
11055 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * nnmail.el (nnmail-get-new-mail-1): Revert.
11058
11059         * nnml.el (nnml-active-number): Make sure names of newly created groups
11060         in nnml-group-alist are encoded.
11061
11062 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11065         containing non-ASCII characters in active file for nnml back end.
11066
11067 2010-07-24  David Engster  <dengste@eml.cc>
11068
11069         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11070         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11071
11072 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11073
11074         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11075         tag (Bug#6654).
11076
11077 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11080         the article buffer, not the summary buffer.
11081
11082 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11085         Emacs 23 as well.
11086
11087 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11090         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11091
11092 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11093
11094         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11095         Patch applied by Karl Fogel.
11096
11097         * gnus-sum.el (gnus-summary-bookmark-make-record):
11098         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11099
11100 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11101
11102         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11103         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11104         C-w still not working correctly from Article buffers; Thierry's
11105         patch to fix that will be applied after this.
11106
11107         * gnus-art.el (bookmark-make-record-function): New local variable.
11108
11109         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11110         article buffer.
11111         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11112
11113 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11114
11115         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11116         on changes in bookmark.el.
11117
11118 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11121         `no-log' instead of message not to log prompt string.
11122
11123 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11124
11125         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11126         the *other* type of HTML form submission.
11127
11128 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11129
11130         * auth-source.el (auth-source-pick): If choice does not contain a
11131         questioned keyword, set the check to t.
11132
11133 2010-06-12  Romain Francoise  <romain@orebokech.com>
11134
11135         * gnus-util.el (gnus-date-get-time): Move up before first use.
11136
11137 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11140         (gnus-article-edit-part): Bind it to make last part that is substituted
11141         or deleted visible.
11142         (gnus-mime-display-single): Buttonize part of which id equals to
11143         gnus-mime-buttonized-part-id.
11144
11145 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11146
11147         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11148         (gnus-dd-mmm): Use gnus-date-get-time.
11149         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11150         simplify logic.
11151         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11152         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11153
11154 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11155
11156         * auth-source.el (top): Autoload `secrets-list-collections',
11157         `secrets-create-item', `secrets-delete-item'.
11158         (auth-sources): Fix tag string.
11159         (auth-get-source, auth-source-retrieve, auth-source-create)
11160         (auth-source-delete): New defuns.
11161         (auth-source-pick): Rewrite in order to avoid 2 passes.
11162         (auth-source-forget-user-or-password): New parameter USERNAME.
11163         (auth-source-user-or-password): New parameters CREATE-MISSING and
11164         DELETE-EXISTING.  Retrieve password interactively, if needed.
11165
11166 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11167
11168         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11169         deleting unused directories when gnus-expert-user is t.
11170
11171 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11174         for each temp file when gnus-article-browse-delete-temp is ask.
11175
11176 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11177
11178         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11179         Replace Lisp calls to delete-backward-char by calls to delete-char.
11180
11181 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11182
11183         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11184
11185 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11186
11187         * password-cache.el (password-cache-remove): Fix docstring.
11188
11189 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11192         article unless decoding article to be saved.
11193
11194 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11197         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11198         generated within the mm-with-unibyte-current-buffer macro.
11199
11200 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11203         to nil when we're in a mml-preview buffer and no group is selected.
11204
11205 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11206
11207         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11208         when catching the `C-g'.  Reported by "Leo".
11209
11210 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * message.el (message-forward-make-body-plain)
11213         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11214         multibyte-string-p.
11215
11216         * lpath.el: Revert.
11217
11218 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * message.el (message-forward-make-body-mml): Assume original message
11221         is multibyte string; error on unibyte.
11222         (message-forward-make-body-plain): Ditto; don't add excessive newline
11223         in body end.
11224
11225         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11226
11227 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11228
11229         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11230         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11231
11232 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * mm-extern.el (mm-extern-url): Don't use
11235         mm-with-unibyte-current-buffer.
11236         (mm-extern-cache-contents): Use with-current-buffer instead of
11237         save-excursion + set-buffer.
11238
11239 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * mm-util.el (mm-emacs-mule): Remove.
11242
11243 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11244
11245         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11246         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11247         change.
11248
11249 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11252         bind the default value of enable-multibyte-characters to nil.
11253
11254 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * message.el (message-forward-make-body-plain)
11257         (message-forward-make-body-mml):
11258         Don't use mm-with-unibyte-current-buffer.
11259
11260 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11261
11262         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11263
11264 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11265
11266         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11267         (Bug#5592).
11268
11269 2010-05-07  Julien Danjou  <julien@danjou.info>
11270
11271         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11272         it to mm-pipe-part.
11273
11274         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11275         it is given.
11276
11277 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * binhex.el (binhex-decode-region-internal):
11280         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11281         (dns-query):
11282         * nnweb.el (nnweb-gmane-search):
11283         * pgg-parse.el (pgg-parse-armor):
11284         * pgg.el (pgg-verify-region):
11285         * sha1.el (sha1-string-external):
11286         * uudecode.el (uudecode-decode-region-internal):
11287         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11288         XEmacs.
11289
11290         * gnus-art.el (gnus-article-browse-html-parts):
11291         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11292         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11293         make-temp-file.
11294
11295         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11296         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11297         compiling.
11298
11299         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11300         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11301         XEmacs when compiling.
11302
11303         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11304         gnus-pick-mode-off-hook for XEmacs when compiling.
11305         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11306         gnus-binary-mode-off-hook for XEmacs when compiling.
11307
11308         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11309         Return nil if char-charset is not available.
11310
11311         * imap.el (imap-disable-multibyte)
11312         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11313         macros.
11314
11315         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11316         instead of encode-coding-string.
11317
11318         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11319         'xemacs) instead of mm-emacs-mule to switch function definitions.
11320         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11321
11322         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11323         bind temporary-file-directory for XEmacs;
11324         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11325         timer-set-function for XEmacs 21.4 and SXEmacs;
11326         bind timer-list for XEmacs 21.4 and SXEmacs;
11327         fbind char-charset and find-charset-region for non-Mule XEmacs;
11328         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11329         encode-coding-region and encode-coding-string for XEmacs having no
11330         file-coding feature.
11331
11332 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11333
11334         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11335
11336 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11339         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11340
11341 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11342
11343         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11344         alias `jka-compr-delete-temp-file' no longer exists.
11345
11346 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11347
11348         Use define-minor-mode in Gnus where applicable.
11349         * mml.el (mml-mode): Use define-minor-mode.
11350         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11351         (gnus-undo-mode): Use define-minor-mode.
11352         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11353         (gnus-dead-summary-mode): Use define-minor-mode.
11354         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11355         Initialize in declaration.
11356         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11357         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11358         (gnus-mailing-list-mode): Use define-minor-mode.
11359         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11360         (gnus-draft-mode): Use define-minor-mode.
11361         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11362         (gnus-dired-mode): Use define-minor-mode.
11363
11364 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11365
11366         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11367         handles on recursive mml-to-mime translation and check them for
11368         boundary delimiter collisions.  Reported by Greg Troxel.
11369
11370 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11373
11374 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11375
11376         * mm-util.el (mm-find-buffer-file-coding-system):
11377         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11378
11379 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11380
11381         * message.el (message-generate-headers): Record insertion of optional
11382         headers as well.  Otherwise the check to prevent repeated insertion of
11383         optional headers is a no-op.
11384
11385 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11386
11387         * smime.el: Don't mention CVS.
11388
11389         * nnrss.el (nnrss-fetch): Don't mention CVS.
11390
11391         * nnir.el: Don't mention CVS.
11392
11393 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11394
11395         * gnus-sum.el (gnus-summary-bookmark-make-record):
11396         Add `location' field.
11397
11398 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * lpath.el: Fbind bookmark-default-handler,
11401         bookmark-get-bookmark-record, bookmark-make-record-default,
11402         bookmark-prop-get for Emacs <23 and XEmacs.
11403
11404 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11405
11406         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11407         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11408         Use with-current-buffer to silence the byte-compiler.
11409         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11410         bother to require `gnus'.
11411         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11412
11413 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11414
11415         * gnus-sum.el (gnus-summary-bookmark-make-record)
11416         (gnus-summary-bookmark-jump): New functions.
11417         (gnus-summary-mode): Setup bookmark support.
11418
11419 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11420
11421         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11422         if set.
11423
11424 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11427         gnus-article-browse-html-save-cid-image; make it work recursively for
11428         forwarded messages as well.
11429         (gnus-article-browse-html-parts): Work when prefix arg is given.
11430         (gnus-article-browse-html-article): Doc fix.
11431
11432 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11433
11434         * message.el (message-default-mail-headers):
11435         (message-default-headers): Carry the value mail-default-headers over
11436         into message-default-mail-headers, rather than message-default-headers.
11437
11438 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11439
11440         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11441         charset.
11442
11443         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11444         charset into the <meta> tag when the article is encoded to utf-8.
11445
11446 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-art.el (gnus-article-browse-delete-temp-files):
11449         Delete directories as well.
11450         (gnus-article-browse-html-parts): Work for images that do not specify
11451         file names; delete temp directory when quitting; insert header at the
11452         right place; use file: scheme for image files.
11453
11454 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11455
11456         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11457         (gnus-article-browse-html-parts): Use it to make temporary cid image
11458         files in addition to html file so that browser may display them.
11459
11460 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11463
11464 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11465
11466         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11467
11468 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11469
11470         * auth-source.el (auth-sources): Change default to be simpler.
11471         Explain about Secret Service API sources.  Improve Customize options.
11472         (auth-source-pick): Change to accept any number of search parameters.
11473         Implement fallbacks iteratively, not recursively.  Add scoring on the
11474         second pass and sort by score.  Call Secret Service API when needed.
11475         (auth-source-user-or-password): Use it.  Call Secret Service API
11476         directly when needed to get the user name and the password.
11477
11478 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11479
11480         * message.el (message-interactive): Doc fix.
11481         (message-qmail-inject-args): Reflow.
11482         (message-kill-to-signature): Fix typo in docstring.
11483
11484         * smiley.el (smiley-buffer): Fix typo in docstring.
11485
11486 2010-03-24  Glenn Morris  <rgm@gnu.org>
11487
11488         * mail-source.el (gnus-message): Declare.
11489         (mail-source-delete-old-incoming): Require gnus-util.
11490
11491 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11494
11495         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11496
11497         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11498         password-cache's default if it is not bound.
11499         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11500         password-cache-expiry's default if it is not bound.
11501
11502         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11503         available in Emacs 21.
11504
11505         * lpath.el: Suppress compiler warnings for:
11506         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11507         XEmacs;
11508         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11509         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11510         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11511
11512 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * auth-source.el (auth-sources): Fix up definition so extra parameters
11515         are always inline.
11516
11517 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11518
11519         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11520         wasn't updated after mismatch.  Clear cached mailbox info correctly
11521         when uidvalidity changes.
11522         (nnimap-group-prefixed-name): New function to avoid some code
11523         duplication.
11524         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11525         (nnimap-request-group): Use it.
11526         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11527         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11528         with many imap folders.  This is done by caching the group status from
11529         the imap server persistently in a group parameter `imap-status'.  (This
11530         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11531         but not persistently, so every Gnus startup was still very slow.)
11532
11533 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11534
11535         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11536         delete the extra newline.  Otherwise editing of :string and :number
11537         types don't work.
11538
11539 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11540
11541         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11542         secrets.el dependency.
11543         (auth-sources): Add optional user name.  Add secrets.el configuration
11544         choice (unused right now).
11545
11546 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11547
11548         * gnus-sum.el (gnus-summary-make-menu-bar):
11549         Let `gnus-registry-install-shortcuts' fill in the functions.
11550
11551         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11552         warnings.
11553         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11554         (gnus-registry-install-shortcuts): Populate and use it in a
11555         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11556
11557 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11558
11559         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11560         In-place substitutions for the group name encoding/decoding.
11561         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11562         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11563         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11564         (nnimap-update-unseen, nnimap-request-list)
11565         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11566         (nnimap-request-set-mark, nnimap-split-to-groups)
11567         (nnimap-split-articles, nnimap-request-newgroups)
11568         (nnimap-request-create-group, nnimap-request-accept-article)
11569         (nnimap-request-delete-group, nnimap-request-rename-group)
11570         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11571         `encoded-mbx' for consistency.
11572         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11573         variable `imap-current-mailbox'.
11574
11575         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11576         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11577
11578 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11579
11580         * pop3.el (pop3-display-message-size-flag): Display message size byte
11581         counts during POP3 download.
11582         (pop3-movemail): Use it.
11583         (pop3-list): Implement listing of available messages.
11584
11585 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11586
11587         * nnir.el (nnir-get-article-nov-override-function): New function to
11588         override the normal NOV retrieval.
11589         (nnir-retrieve-headers): Use it.
11590
11591 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11592
11593         * auth-source.el (netrc-machine-user-or-password): Autoload.
11594
11595 2010-03-19  Glenn Morris  <rgm@gnu.org>
11596
11597         Stop message.el from loading about 40 libraries it doesn't always need.
11598         The general approach is to autoload rather than require, and to
11599         require in the specific functions rather than the file.  (Bug#5642)
11600
11601         * gmm-utils.el: Don't require wid-edit.
11602         (widget-create-child-value, widget-convert, widget-default-get):
11603         Autoload.
11604
11605         * gnus-util.el: Don't require time-date, netrc.
11606         (message-fetch-field, gnus-group-name-decode): Declare rather than
11607         autoloading.
11608         (gnus-fetch-field): Require message.
11609         (gnus-decode-newsgroups): Require gnus-group.
11610
11611         * ietf-drums.el: Don't require time-date.
11612
11613         * message.el: Don't require hashcash, canlock, ecomplete.
11614         Do require mail-utils.  Require nnheader only when compiling.
11615         (smtpmail-default-smtp-server): Remove declaration.
11616         (message-send-mail-function): Check smtpmail-default-smtp-server
11617         is bound rather than requiring smtpmail.
11618         (message-auto-save-directory, message-insert-signature):
11619         Use expand-file-name rather than nnheader-concat.
11620         (nnheader-insert-file-contents): Autoload.
11621         (hashcash-wait-async): Declare.
11622         (message-send-mail): Only call gnus-setup-posting-charset if
11623         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11624         (message-send-mail-with-sendmail): Require sendmail.
11625         (canlock-password, canlock-password-for-verify): Declare.
11626         (message-canlock-password): Require canlock.
11627         (nnheader-get-report): Autoload.
11628         (gnus-setup-posting-charset): Declare.
11629         (message-send-news): Require gnus-msg.
11630         (message-make-references, message-make-in-reply-to): Use mail-header-id
11631         rather than the alias mail-header-message-id.
11632         (ecomplete-add-item, ecomplete-save): Declare.
11633         (message-put-addresses-in-ecomplete): Require ecomplete.
11634         (ecomplete-display-matches): Autoload.
11635
11636         * mm-decode.el: Don't require mailcap, gnus-util.
11637         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11638         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11639         Autoload.
11640         (mailcap-mime-extensions): Declare.
11641
11642         * mm-encode.el: Don't require mailcap.
11643         (mailcap-extension-to-mime): Autoload.
11644
11645         * mml-sec.el: Don't require password-cache.
11646
11647         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11648         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11649         (mml-minibuffer-read-type): Require mailcap.
11650         (mml-preview): Require gnus-msg.
11651
11652         * mml1991.el: Require password-cache.
11653         (password-cache-expiry): Remove declaration.
11654
11655         * mml2015.el: Require password-cache.
11656         (password-cache-expiry): Remove declaration.
11657
11658         * nneething.el (mailcap): Require mailcap.
11659
11660         * nnheader.el (declare-function): Add compatibility stub.
11661         (message-remove-header): Declare rather than autoload.
11662         (nnheader-replace-header): Require message.
11663
11664         * nnimap.el (declare-function): Add compatibility stub.
11665         (netrc-parse, netrc-machine-user-or-password): Declare.
11666         (nnimap-open-connection): Require netrc.
11667
11668         * nntp.el (declare-function): Add compatibility stub.
11669         (netrc-parse, netrc-machine, netrc-get): Declare.
11670         (nntp-send-authinfo): Require netrc.
11671
11672         * rfc2047.el: Don't require qp.
11673         (quoted-printable-encode-region, quoted-printable-decode-string):
11674         Autoload.
11675
11676         * sieve-mode.el: Don't require easymenu.
11677         (easy-menu-add-item): Autoload it.
11678
11679         * spam-stat.el (time-to-number-of-days): Autoload it.
11680
11681 2010-03-19  Glenn Morris  <rgm@gnu.org>
11682
11683         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11684
11685 2010-03-18  Glenn Morris  <rgm@gnu.org>
11686
11687         * hashcash.el (declare-function): Remove duplicate definition.
11688
11689 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11690
11691         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11692         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11693         value if any backslash escapes).
11694
11695 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11698         if it is available.  (bug#5647)
11699
11700         * lpath.el: Suppress compiler warning for coding-system-from-name for
11701         Emacs 21 and XEmacs.
11702
11703 2010-03-14  Juri Linkov  <juri@jurta.org>
11704
11705         * hmac-def.el:
11706         * hmac-md5.el:
11707         * netrc.el: Fix keywords.
11708
11709 2010-02-26  Glenn Morris  <rgm@gnu.org>
11710
11711         * message.el (message-send-mail-function): Change the default, so that
11712         it inherits from a customized send-mail-function.  (Bug#5643)
11713
11714 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11715
11716         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11717         shell-command-to-string signals an error (bug#5299).
11718
11719 2010-02-24  Glenn Morris  <rgm@gnu.org>
11720
11721         * message.el (message-smtpmail-send-it)
11722         (message-send-mail-with-mailclient): Doc fixes.
11723
11724 2010-02-16  Glenn Morris  <rgm@gnu.org>
11725
11726         * message.el (message-default-mail-headers): Change the default value
11727         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11728
11729 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11732         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11733
11734 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11735
11736         * time-date.el (date-to-time): Doc fix (Bug#5408).
11737
11738 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11739
11740         * message.el (message-mail): Just pass yank-action on to message-setup.
11741         (message-setup): Handle (FUN . ARGS) form of yank-action.
11742         (message-with-reply-buffer, message-widen-reply)
11743         (message-yank-original): Handle non-buffer values of
11744         message-reply-buffer (Bug#4080).
11745         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11746
11747 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11748
11749         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11750         Fix typo in docstring.
11751
11752 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11753
11754         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11755         response.
11756
11757 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11760
11761         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11762
11763         * message.el (message-check-news-header-syntax): Protect against a
11764         string that `rfc822-addresses' returns when parsing fails.
11765
11766 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11769         (gnus-previous-char-property-change): New functions.
11770
11771         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11772
11773 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11774
11775         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11776         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11777
11778 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11779
11780         * message.el (message-exchange-point-and-mark): Rework last change to
11781         avoid using optional arg of exchange-point-and-mark, for backward
11782         compatibility.
11783
11784 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11785
11786         * message.el (message-exchange-point-and-mark):
11787         Call exchange-point-and-mark with an argument rather than setting
11788         mark-active by hand (Bug#5175).
11789
11790 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * nntp.el (nntp-service-to-port): Work for service expressed with
11793         numeric string; replace [:digit:] with [0-9] for XEmacs.
11794
11795 2009-12-17  Glenn Morris  <rgm@gnu.org>
11796
11797         * gnus-group.el (gnus-bug-group-download-format-alist):
11798         Change emacs entry to debbugs.gnu.org.  Bump :version.
11799
11800 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11803
11804 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * message.el (message-info): Explain why we use `Info-goto-node'.
11807
11808 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11811
11812 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11813
11814         * message.el (message-completion-in-region): New compatibility function.
11815         (message-expand-group): Use it.
11816
11817 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11820         with no unread article should be listed if the 2nd arg `predicate' is
11821         given.
11822
11823 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11826
11827 2009-11-29  Juri Linkov  <juri@jurta.org>
11828
11829         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11830         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11831         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11832
11833 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11834
11835         * sha1.el (sha1-string-external): default-directory "/" in case
11836         otherwise non-existent.  process-connection-type pipe for touch of
11837         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11838
11839 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11840
11841         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11842         it's comms related and sgml-mode.el has "comm" on that basis too.
11843
11844 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11847         containing tspecial characters if they have been already quoted.
11848
11849 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11850
11851         * dns-mode.el (auto-mode-alist): Purecopy string.
11852
11853 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11854
11855         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11856
11857 2009-10-24  Glenn Morris  <rgm@gnu.org>
11858
11859         * gnus-art.el (help-xref-stack-item): Define for compiler.
11860
11861 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11862
11863         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11864
11865 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11868
11869 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11872         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11873
11874 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11877         (gnus-overlays-in): New alias to overlays-in.
11878
11879         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11880         gnus-overlay-get, and gnus-delete-overlay.
11881         (gnus-summary-show-thread): Make it work as well for systems in which
11882         next-single-char-property-change is not available.
11883         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11884
11885         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11886         (gnus-overlay-get): New alias to extent-property.
11887         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11888
11889         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11890         SXEmacs.
11891
11892         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11893         SXEmacs.
11894
11895 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11898
11899 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11900
11901         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11902         and XEmacs that don't have `remove-overlays'.
11903
11904 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11905
11906         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11907         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11908         selective display.  Use overlays instead.
11909
11910 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11911
11912         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11913
11914 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11915
11916         * spam-stat.el (spam-stat-load): Fix typo in message.
11917
11918 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11919
11920         * dig.el (dig-invoke): Fix typo in docstring.
11921         (query-dig): Reflow docstring.
11922
11923 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11924
11925         * gnus-art.el (gnus-article-encrypt-body):
11926         * message.el (message-check-recipients):
11927         * mm-util.el (mm-codepage-setup):
11928         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11929         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11930
11931 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11932
11933         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11934         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11935         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11936         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11937         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11938
11939 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11940
11941         * dig.el: Add "Keywords: comm", as per net-utils.el.
11942
11943 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11944
11945         * dig.el (dig-mode): Use define-derived-mode.
11946
11947 2009-09-19  Glenn Morris  <rgm@gnu.org>
11948
11949         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11950
11951 2009-09-18  Glenn Morris  <rgm@gnu.org>
11952
11953         * gnus-diary.el (gnus-diary-check-message):
11954         * message.el (message-insert-formatted-citation-line):
11955         * nnbabyl.el (top-level):
11956         * nndiary.el (nndiary-schedule):
11957         Fix typos in condition-case handlers.
11958
11959 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11962         configuration that provides the sole article window in a frame;
11963         position point correctly after deleting a part.
11964
11965 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11966
11967         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11968         (spam-resolve-registrations-routine): Use it to unregister articles
11969         that change status.
11970
11971 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11974         with XEmacs.
11975         (parse-time-string-chars): Use it.
11976
11977 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11978
11979         * imap.el (imap-interactive-login): Better messages.
11980         (imap-open): Fix bug with renamed buffer on reconnect.
11981         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11982         for easier debugging and cleaner code.  On successful (guessed based on
11983         server capabilities) secondary authentication, set imap-state
11984         correctly.
11985         (imap-last-authenticator): Define imap-last-authenticator as a variable
11986         to avoid warnings.
11987
11988 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * nnrss.el (nnrss-request-article): Remove binding of
11991         default-enable-multibyte-characters that has gotten needless by
11992         the 2007-07-13 change in rfc2047-encode-message-header.
11993
11994         * mml.el (mml-insert-multipart): Error on the message header.
11995         (mml-insert-part): Error on the message header; position point at
11996         the end of a MIME tag.
11997
11998 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * time-date.el (autoload): Expand define-obsolete-function-alias into
12001         defalias and make-obsolete for old Emacsen that Gnus supports.
12002         (with-no-warnings): Define it for old Emacsen.
12003         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12004         is available.
12005         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12006         float-time is available; suppress compile warning for time-to-seconds.
12007
12008         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12009         (gnus-float-time): Alias to float-time if it exists.
12010
12011         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12012         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12013         float-time is available; suppress compile warning for time-to-seconds.
12014
12015         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12016         XEmacs.
12017
12018 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12019
12020         * imap.el (imap-message-map): Docstring fix.
12021
12022 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12025         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12026         Add the optional argument `encoding' that overrides the default.
12027
12028         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12029         mm-encode-buffer.
12030
12031 2009-09-04  Glenn Morris  <rgm@gnu.org>
12032
12033         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12034         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12035         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12036         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12037         * mm-util.el (mm-with-unibyte-current-buffer)
12038         (mm-find-buffer-file-coding-system):
12039         * yenc.el (yenc-decode-region): Use default-value rather than
12040         default-enable-multibyte-characters.
12041
12042 2009-09-03  Glenn Morris  <rgm@gnu.org>
12043
12044         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12045         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12046         than default-enable-multibyte-characters.
12047
12048 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12049
12050         * gnus-art.el (gnus-article-read-summary-keys):
12051         Fix gnus-buffer-configuration's value temporarily used.
12052
12053 2009-09-02  Glenn Morris  <rgm@gnu.org>
12054
12055         * gnus-util.el (gnus-float-time): New function.
12056         * gnus-delay.el (gnus-delay-article):
12057         * gnus-sum.el (gnus-thread-latest-date):
12058         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12059         * nnspool.el (nnspool-request-newgroups):
12060         Use gnus-float-time rather than time-to-seconds.
12061         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12062
12063         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12064         (gnus-header-subject-face, gnus-header-newsgroups-face)
12065         (gnus-header-name-face, gnus-header-content-face):
12066         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12067         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12068         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12069         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12070         (gnus-cite-face-11):
12071         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12072         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12073         (gnus-server-closed-face, gnus-server-denied-face)
12074         (gnus-server-offline-face):
12075         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12076         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12077         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12078         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12079         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12080         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12081         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12082         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12083         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12084         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12085         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12086         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12087         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12088         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12089         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12090         (gnus-summary-high-undownloaded-face)
12091         (gnus-summary-low-undownloaded-face)
12092         (gnus-summary-normal-undownloaded-face)
12093         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12094         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12095         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12096         (gnus-splash-face):
12097         * message.el (message-header-to-face, message-header-cc-face)
12098         (message-header-subject-face, message-header-newsgroups-face)
12099         (message-header-other-face, message-header-name-face)
12100         (message-header-xheader-face, message-separator-face)
12101         (message-cited-text-face, message-mml-face):
12102         * sieve-mode.el (sieve-control-commands-face)
12103         (sieve-action-commands-face, sieve-test-commands-face)
12104         (sieve-tagged-arguments-face):
12105         * spam.el (spam-face):
12106         Mark face aliases with "-face" in the name as obsolete.
12107
12108 2009-09-01  Glenn Morris  <rgm@gnu.org>
12109
12110         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12111         than goto-line.
12112
12113 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12116         Don't move point if the command is invoked inside the message header.
12117
12118 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12119
12120         * imap.el (imap-send-command): Simplify.
12121         (imap-wait-for-tag): point-max -> buffer-size.
12122
12123 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12124
12125         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12126         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12127         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12128         * nnir.el (nnir-swish-e-index-file):
12129         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12130         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12131         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12132         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12133         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12134         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12135
12136 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12139         Don't save excursion.
12140
12141 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12142
12143         * nnheader.el (nnheader-find-file-noselect):
12144         * mm-util.el (mm-insert-file-contents):
12145         Use (default-value 'major-mode) instead of default-major-mode.
12146
12147 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12148
12149         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12150
12151 2009-08-26  Glenn Morris  <rgm@gnu.org>
12152
12153         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12154         than placing in files.el.
12155
12156 2009-08-25  Glenn Morris  <rgm@gnu.org>
12157
12158         * nnir.el (top-level): Don't require cl at run-time.
12159         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12160         Replace cl-function substitute with gnus-replace-in-string.
12161         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12162         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12163         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12164         simplified expansions.
12165
12166 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12167
12168         * dig.el (dig): Add autoload cookie.
12169
12170 2009-08-22  Glenn Morris  <rgm@gnu.org>
12171
12172         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12173         goto-line.
12174
12175 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12176
12177         * parse-time.el (parse-time-string-chars): Save match data.
12178
12179 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12180
12181         * parse-time.el (parse-time-string-chars): Compute using character
12182         classes, to handle non-ascii characters (Bug#3190).
12183
12184 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12187
12188         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12189         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12190         (gnus-mm-display-part, gnus-mime-display-single)
12191         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12192         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12193
12194         * gnus-sum.el
12195         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12196         (gnus-summary-move-article): Add expirable mark to articles copied or
12197         moved to group that has auto-expire turned on if the option is non-nil.
12198
12199 2009-07-24  Glenn Morris  <rgm@gnu.org>
12200
12201         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12202         Fix typo.  (Bug#3903)
12203
12204 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12207         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12208         that should not be used for draft articles.
12209         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12210         that has no concern in minor mode keys.
12211         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12212         Abolish.
12213
12214 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12217         article without making inquiry to a user for unknown encoding.
12218
12219         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12220         (nnmaildir--scan): Assume i-node and device number that file-attributes
12221         returns might be cons-cell.
12222
12223         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12224
12225         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12226
12227 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12228
12229         * auth-source.el: Remove docs now in auth.texi.  Don't use
12230         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12231         `auth-source-hide-passwords' and use them.
12232
12233 2009-07-15  Glenn Morris  <rgm@gnu.org>
12234
12235         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12236
12237 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12240         excessive whitespace from the default values of title and description.
12241
12242 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12245         mail-fetch-field to fetch Content-Description header in order to
12246         exclude newlines.
12247
12248 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12249
12250         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12251         format used by GnuPG 2.0.11.
12252
12253 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12256         to deleted part.
12257
12258 2009-05-30  David Engster  <dengste@eml.cc>
12259
12260         * nnmairix.el: Remove old documentation in the commentary block.
12261         (nnmairix-request-group): Do not update active file for nnml back ends.
12262         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12263         end so that overview files are ignored.
12264         (nnmairix-update-groups): Make updating the groups more robust by using
12265         marks.
12266         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12267         with dollar characters in message-id.
12268
12269 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12272         2008-12-25 in dns.el.
12273
12274 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12275
12276         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12277         could happen if the text is only composed of spaces and/or tabs.
12278
12279 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12280
12281         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12282         when sending a queued message to avoid extra mml tags.
12283
12284 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12287
12288 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12291         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12292         rmail-toggle-header for XEmacs;
12293         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12294
12295 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-dired.el: Remove autoload for gnus-setup-message.
12298         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12299         displaying Gnus logo; always use compose-mail.
12300
12301 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12304
12305 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12308         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12309         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12310         available.
12311         (gnus-nocem-epg-verify): New function.
12312
12313 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12316
12317 2009-02-15  Glenn Morris  <rgm@gnu.org>
12318
12319         * gnus-util.el (rmail-insert-rmail-file-header)
12320         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12321         autoloads.
12322         (rmail-default-rmail-file): Remove unnecessary declaration.
12323         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12324
12325 2009-02-14  Glenn Morris  <rgm@gnu.org>
12326
12327         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12328         variable (only used in gnus-util, which declares it anyway).
12329         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12330         which was only needed by gnus-art (changed to not use it any more).
12331         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12332         only used in gnus-util, which autoloads it itself.
12333         (rmail-update-summary): Fix autoload.
12334
12335         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12336         rather than rmail-output-to-rmail-file.
12337
12338 2009-02-07  Glenn Morris  <rgm@gnu.org>
12339
12340         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12341         autoload of function that no longer exists.
12342         (rmail-toggle-header): Declare.
12343         (message-forward-rmail-make-body): Handle mbox Rmail.
12344
12345 2009-01-31  Glenn Morris  <rgm@gnu.org>
12346
12347         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12348         2009-01-09 change.
12349
12350 2009-01-31  Dave Love  <fx@gnu.org>
12351
12352         * imap.el (imap-fetch-safe): Bind debug-on-error.
12353         (imap-debug): Add imap-fetch-safe.
12354
12355 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12356
12357         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12358         (auth-source-forget-all-cached): New convenience function.
12359         (auth-source-user-or-password): Accept list of modes or a single mode.
12360
12361         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12362         auth-source modes.
12363
12364         * netrc.el (netrc-machine-user-or-password): Use list of
12365         auth-source modes.
12366
12367         * nnimap.el (nnimap-open-connection): Use list of
12368         auth-source modes.
12369
12370         * nntp.el (nntp-send-authinfo): Use list of
12371         auth-source modes.
12372
12373 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12376         now.
12377
12378 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12381         coding system in XEmacs; add a workaround for XEmacs.
12382
12383         * lpath.el: Fbind coding-system-aliasee.
12384
12385 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12388         of current-language-environment.
12389
12390 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12393         available at runtime.
12394
12395 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12398
12399 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12400
12401         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12402         the greatest positive fixnum value doesn't work under an XEmacs with
12403         bignum support; use the most-positive-fixnum constant instead,
12404         available since Emacs 21.1 with cl and XEmacs 21.1.
12405
12406 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12409         XEmacs gets not to work.
12410
12411 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * mm-util.el (mm-coding-system-priorities): Allow the value like
12414         "Japanese (UTF-8)" of current-language-environment.
12415
12416 2009-01-09  Glenn Morris  <rgm@gnu.org>
12417
12418         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12419         with last-command-event.
12420
12421 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12424         in the doc string.
12425
12426         * message.el (message-fix-before-sending): Amend comment.
12427
12428 2009-01-08  Dave Love  <fx@gnu.org>
12429
12430         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12431
12432 2009-01-07  David Engster  <dengste@eml.cc>
12433
12434         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12435         simplified server definitions by converting it via
12436         gnus-server-to-method.
12437
12438 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12441         parameter's operands.
12442
12443 2009-01-06  David Engster  <dengste@eml.cc>
12444
12445         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12446         primary select method (for gnus-group-mark-article-as-read).
12447
12448 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12449
12450         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12451         `(gnus)Face', not `(gnus)X-Face'.
12452
12453 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * mm-util.el (mm-ucs-to-char): New function.
12456
12457         * mm-url.el (mm-url-decode-entities): Use it.
12458
12459         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12460         unicode-to-char.
12461
12462 2009-01-05  Dave Love  <fx@gnu.org>
12463
12464         * time-date.el: Require cl for `declare'.
12465
12466 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12469         Dave Love.
12470
12471 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * message.el (message-fix-before-sending): Add `eight-bit' to
12474         illegible-text check.
12475
12476 2009-01-03  Michael Olson  <mwolson@gnu.org>
12477
12478         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12479         `headers' is nil.  This can occur if the IMAP server does not have
12480         permissions to read messages from a folder, but can write new messages
12481         to the folder.
12482         (nnimap-request-article-part): Do not insert `data' if it is nil.
12483
12484         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12485         characters which will confuse `read', so skip past them.
12486
12487 2009-01-01  Dave Love  <fx@gnu.org>
12488
12489         * imap.el (imap-string-to-integer): Fix typo.
12490         (imap-fetch-safe): New function.
12491         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12492
12493         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12494
12495         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12496         (imap-parse-greeting): Fix doc strings.
12497         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12498         (imap-parse-flag-list): Make messages unique.
12499         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12500
12501         * nnimap.el: Fix author email.
12502         (nnimap-split-rule): Add FIXME comment.
12503         (nnimap-debug): Fix doc string.
12504
12505 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12508
12509 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12512         nslookup if resolv.conf isn't available.
12513         (dns-query): Rename from query-dns.
12514         (dns-query-cached): Rename from query-dns-cached.
12515
12516 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12519         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12520         to check if those variables exist (first appeared in Emacs 18.50).
12521
12522 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * mm-util.el (mm-line-number-at-pos): New function.
12525
12526         * spam-report.el (spam-report-process-queue): Use it.
12527
12528 2008-12-24  David Engster  <dengste@eml.cc>
12529
12530         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12531         parameters that haven't existed as variables as buffer-local variables.
12532
12533 2008-12-23  Dave Love  <fx@gnu.org>
12534
12535         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12536         cadar.
12537
12538         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12539         imap-starttls-p.
12540         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12541
12542 2008-12-22  Dave Love  <fx@gnu.org>
12543
12544         * imap.el: Fix author email.  Doc fixes.
12545         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12546         reply.
12547
12548 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * spam-report.el (spam-report-gmane-max-requests): New constant.
12551         (spam-report-gmane-wait): New variable.
12552         (spam-report-gmane-ham, spam-report-gmane-spam)
12553         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12554         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12555         the server.
12556
12557         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12558         Add explanations.
12559
12560         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12561         nnheader-accept-process-output and nnheader-read-timeout if available.
12562         (pop3-movemail): Use it.
12563
12564         * message.el (message-check-news-body-syntax): Fix signature check if
12565         there's an attachment.
12566
12567 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * mm-util.el: Add comments to the mm- emulating functions.
12570
12571 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12574         Reported by Stephen Berman <stephen.berman@gmx.net>.
12575
12576 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * mm-util.el (mm-substring-no-properties): New function.
12579         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12580         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12581         (mm-string-to-multibyte): Doc fix.
12582
12583         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12584
12585 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * mml.el (mml-attach-file): Strip text properties from file name.
12588         (Bug#1574)
12589
12590 2008-12-16  Glenn Morris  <rgm@gnu.org>
12591
12592         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12593
12594 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12597         knows since the charset specified might be a bogus alias that
12598         mm-charset-synonym-alist provides.
12599
12600 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12603         "ISO_8859-1".
12604
12605         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12606
12607 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mm-util.el (mm-charset-eval-alist):
12610         Define it before mm-charset-to-coding-system.
12611         (mm-charset-to-coding-system): Add optional argument `silent';
12612         define it before mm-charset-override-alist.
12613         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12614         default value if it can be used in Emacs currently running;
12615         silence mm-charset-to-coding-system.
12616
12617 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12620         `allow-override' which says whether to use `mm-charset-override-alist'.
12621         (rfc2047-decode-encoded-words): Use it.
12622
12623         * mm-util.el (mm-charset-override-alist): Fix custom type;
12624         add `(gb2312 . gbk)' to choices.
12625
12626 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12629         fast.
12630
12631         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12632
12633         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12634
12635 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12636
12637         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12638         on links.
12639
12640         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12641
12642 2008-12-03  Lute Kamstra  <lute@gnu.org>
12643
12644         * sha1.el: Remove leading * from docstrings of defcustoms,
12645         deffaces, defconsts and defuns.
12646
12647 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12650         users' addresses that don't have domain parts.
12651         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12652         rather than message-narrow-to-head since there will be the message
12653         header separator.
12654
12655 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12656
12657         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12658         since the result is inserted in a unibyte buffer anyway.
12659         (nnimap-demule-use-string-to-multibyte): Remove.
12660         (nnimap-demule): Alias it to mm-string-to-multibyte.
12661
12662 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12665         variable for debugging bug#464 and bug#1174.
12666         (nnimap-demule): Use it.
12667
12668 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12671         score calculation correctly.
12672
12673 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12674
12675         * message.el (message-send-mail): Just set the buffer to unibyte
12676         rather than use mm-with-unibyte-current-buffer which does a lot more.
12677         (message-send-mail-partially): Don't bother with
12678         mm-with-unibyte-current-buffer since it's already been made unibyte by
12679         message-send-mail.
12680
12681 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12682
12683         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12684
12685 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12686
12687         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12688
12689 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12692         require itself and to remove `with-no-warnings'.
12693
12694 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         * starttls.el (starttls-any-program-available): Get the name of the
12697         available TLS layer program.
12698         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12699         well as the host name in the "opening" message.
12700
12701         * auth-source.el (auth-source-cache, auth-source-do-cache)
12702         (auth-source-user-or-password): Cache passwords and logins by default,
12703         allow override with `auth-source-do-cache'.
12704         (auth-source-forget-user-or-password): Allow users to remove cache
12705         entries if needed.
12706
12707 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12708
12709         * md4.el (md4-buffer): Fix typo in docstring.
12710         (md4, md4-64): Doc fixes.
12711         (md4-pack-int32): Reflow docstring.
12712
12713 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12714
12715         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12716         condition-case to only the forward-sexp call.
12717
12718 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12719
12720         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12721         quotes contained.  Make it more robust regardless by an extra
12722         condition-case wrapper.
12723
12724 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12727
12728 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * nnml.el (nnml-request-expire-articles): Check if the function set to
12731         `nnmail-expiry-target' returns the symbol `delete'.
12732
12733         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12734
12735         * nnmail.el (nnmail-expiry-target): Fix custom type.
12736
12737 2008-10-02  Glenn Morris  <rgm@gnu.org>
12738
12739         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12740         Silence compiler warning.
12741
12742 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12743
12744         * tls.el (open-tls-stream): Show the actual command being
12745         executed, instead of the format string.
12746
12747 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * lpath.el: Fbind codepage-setup for Emacs 23.
12750
12751 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12752
12753         * mml.el (mml-menu): Don't assume mml2015 is bound.
12754
12755 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12758         exists.
12759
12760 2008-09-27  Glenn Morris  <rgm@gnu.org>
12761
12762         * gnus-util.el (mail-header-remove-comments): Autoload it.
12763
12764 2008-09-27  Andreas Schwab  <schwab@suse.de>
12765
12766         * gnus-util.el (gnus-split-references): Strip comments.
12767         (gnus-parent-id): Likewise.
12768
12769 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * message.el (message-confirm-send): Fix version.
12772
12773 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * message.el (message-idna-to-ascii-rhs-1): Use
12776         mail-extract-address-components rather than mail-header-parse-addresses
12777         that is an alias by default to ietf-drums-parse-addresses that does not
12778         support non-ASCII names in headers' contents.
12779
12780 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12781
12782         * message.el (message-confirm-send): Fix variable documentation to
12783         avoid the "y/n" wording.
12784
12785 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12786
12787         * message.el (message-set-auto-save-file-name): Save to a different
12788         filename so multiple messages (especially drafts) can be recovered.
12789
12790 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12791
12792         * message.el (message-confirm-send): Add appropriate version.
12793
12794 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12797         defvar.
12798
12799 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12800
12801         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12802         (mm-pkcs7-enveloped-magic): Ditto.
12803
12804 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12805
12806         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12807         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12808
12809 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12810
12811         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12812         default, it's better.
12813
12814 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12815
12816         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12817         summary line gnus-number property and ignore them (with a warning
12818         message).
12819
12820 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12823         macro caddr in the interactive form since it won't be expanded.
12824
12825 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12828         `charset'; fix name of function called recursively.
12829         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12830
12831 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12834         (gnus-mime-set-charset-parameters): New function.
12835         (gnus-mime-view-part-as-charset): Use it to correctly display part
12836         specifying wrong charset.
12837
12838 2008-09-08  David Engster  <dengste@eml.cc>
12839
12840         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12841         in completing-read for back end server.
12842
12843 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12844
12845         * message.el (message-confirm-send): New variable to confirm sending a
12846         message.
12847         (message-send): Use it.
12848
12849 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12850
12851         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12852
12853 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12856
12857 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12860         prevent tracking too many groups.
12861         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12862         Use it.
12863
12864 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12865
12866         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12867         moving point to the bottom of the window in order to avoid recentering.
12868
12869 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12872
12873         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12874         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12875         (gnus-article-beginning-of-window): Fix calculation.
12876
12877 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-msg.el (gnus-summary-supersede-article)
12880         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12881         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12882         message header.
12883
12884 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12885
12886         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12887         pending output coming after the status change.
12888
12889 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12890
12891         * message.el:
12892         * gnus-start.el:
12893         * gnus-registry.el: Remove VMS support.
12894
12895 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12898         macro.
12899         (rfc2104-hash): Use it.
12900
12901 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12904         (gnus-summary-sort-by-most-recent-date): New commands.
12905         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12906         and menu entries.
12907
12908 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12911         don't redisplay article for raw contents; remove plural articles stuff.
12912
12913         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12914         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12915         on gnus-summary-save-article; display results properly.
12916
12917 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * lpath.el: No need to fbind ns-focus-frame.
12920
12921 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12924
12925 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (gnus-summary-save-in-pipe):
12928         Consider gnus-save-all-headers.
12929
12930 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12931
12932         * gnus-util.el (ns-focus-frame): Remove declaration.
12933         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12934         like x.
12935
12936 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12937
12938         * rfc2104.el (rfc2104-zero): Delete defconst.
12939         (rfc2104-hex-alist): Likewise.
12940         (rfc2104-hex-to-int): Delete func.
12941         (rfc2104-hexstring-to-bitstring): Likewise.
12942         (rfc2104-nybbles): New defconst.
12943         (rfc2104-hash): Rewrite for speed.
12944
12945 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * tls.el (open-tls-stream): Make it work with the 2nd argument
12948         BUFFER that is a string but does not exist as a buffer object, as
12949         mentioned in the doc-string.
12950
12951 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12954         SXEmacs.
12955
12956 2008-07-16  Glenn Morris  <rgm@gnu.org>
12957
12958         * gnus-util.el (ns-focus-frame): Declare for compiler.
12959
12960 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12963         set as a group parameter.
12964         (gnus-summary-save-in-pipe): Work when it is called independently.
12965         (gnus-summary-pipe-to-muttprint): Don't modify
12966         gnus-summary-pipe-output-default-command.
12967
12968 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12969
12970         * message.el (message-send-mail-with-sendmail):
12971         Display the error message.
12972
12973 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-art.el (gnus-default-article-saver):
12976         Add gnus-summary-save-in-pipe to choices.
12977         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12978         gnus-summary-pipe-output-default-command as the default command.
12979         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12980         instead of gnus-last-shell-command.
12981
12982         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12983         New user option.
12984         (gnus-summary-muttprint-program): Mention the value will be changed.
12985         (gnus-summary-save-article): Force showing of all headers.
12986         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12987
12988 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12989
12990         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12991
12992 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12993
12994         * nnimap.el (nnimap-id):
12995         * sieve-manage.el (sieve-manage-open): Doc fixes.
12996
12997 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12998
12999         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13000         if available.
13001
13002 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13003
13004         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13005
13006         * nnkiboze.el (nnkiboze-generate-group):
13007         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13008
13009         * nnmairix.el: Require CL.
13010
13011 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * dgnushack.el: Autoload get-display-table and put-display-table for
13014         XEmacs 21.5.
13015
13016         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13017         21.4 and SXEmacs.
13018
13019 2008-06-15  David Engster  <dengste@eml.cc>
13020
13021         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13022
13023 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13024
13025         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13026         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13027         runtime choice under XEmacs.
13028
13029         * gnus-sum.el (gnus-summary-set-display-table):
13030         Use `gnus-put-display-table', `gnus-get-display-table',
13031         `gnus-set-display-table' for the display table, instead of `aset'.
13032
13033         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13034         Use `gnus-put-display-table', `gnus-get-display-table',
13035         `gnus-set-display-table' for the display table.
13036
13037 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * nnmairix.el: Add autoloads.
13040
13041 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * nnmairix.el (nnmairix-delete-recreate-group)
13044         (nnmairix-update-and-clear-marks): Fix error messages.
13045
13046 2008-06-14  David Engster  <dengste@eml.cc>
13047
13048         * nnmairix.el: Upgrade to version 0.6.
13049         (nnmairix-group-toggle-propmarks-this-group)
13050         (nnmairix-group-toggle-readmarks-this-group)
13051         (nnmairix-group-delete-recreate-this-group)
13052         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13053         (nnmairix-remove-tick-mark-original-article): New commands.
13054         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13055         (nnmairix-propagate-marks-to-nnmairix-groups)
13056         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13057         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13058         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13059         functions needed for marks propagation and manipulation of read marks.
13060         (nnmairix-update-groups): New function.
13061         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13062         (nnmairix-determine-original-group-from-registry)
13063         (nnmairix-determine-original-group-from-path)
13064         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13065         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13066         New helper functions.
13067         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13068         keystrokes for new commands.
13069         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13070         (nnmairix-request-group): Check allow-fast group parameter.
13071         (nnmairix-request-create-group): Set allow-fast group parameter if
13072         nnmairix-allowfast-default is set.
13073         (nnmairix-close-group): Propagate marks upon closing if needed.
13074         (nnmairix-group-toggle-threads-this-group): Use new.
13075         nnmairix-group-toggle-parameter helper function.
13076         (nnmairix-search): Better check for empty search result.
13077         (nnmairix-goto-original-article): Use new helper functions for
13078         determining original article.
13079         (nnmairix-show-original-article): Make sure message-id is in brackets.
13080         (nnmairix-call-mairix-binary): Change variable name.
13081         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13082         helper function.
13083         (nnmairix-widget-toggle-activate): Fix doc string.
13084
13085 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * nnir.el: Require edmacro when compiling with XEmacs.
13088         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13089         available in Emacs 21.
13090
13091 2008-06-11  Glenn Morris  <rgm@gnu.org>
13092
13093         * gnus-util.el (x-focus-frame):
13094         * gnus.el (image-size):
13095         * mm-decode.el (image-size): Declare.
13096
13097         * gnus-picon.el (declare-function): Add compat definition.
13098         (image-size): Declare.
13099
13100         * gnus-group.el (tool-bar-map):
13101         * gnus-sum.el (tool-bar-map): Define for compiler.
13102
13103         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13104
13105         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13106
13107         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13108         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13109         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13110         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13111         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13112         * sieve-manage.el, spam-report.el, spam.el:
13113         Remove unnecessary eval-and-compile of autoloads.
13114
13115 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13116
13117         * auth-source.el: Precise Tramp doc.
13118
13119 2008-06-07  Glenn Morris  <rgm@gnu.org>
13120
13121         * nnmairix.el: Remove unnecessary eval-when-compile.
13122
13123 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * lpath.el: Fbind propertize for XEmacs 21.4.
13126
13127 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * nnir.el: Move here from ../contrib.
13130
13131 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13132
13133         * gnus-util.el (gnus-read-shell-command): New function.
13134         * mm-decode.el (mm-pipe-part):
13135         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13136
13137 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13140
13141 2008-06-03  Glenn Morris  <rgm@gnu.org>
13142
13143         * pop3.el (nnheader-accept-process-output): Autoload it.
13144
13145 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13148         are not 2-digit hexadecimal characters that follow `%'s.
13149
13150 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el (message-bogus-recipient-p): Fix type in doc string.
13153         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13154         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13155         Improve custom options.
13156         (message-bogus-recipient-p): Adjust accordingly.
13157
13158 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13159
13160         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13161         long-form month and day names.
13162
13163 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * dgnushack.el: Autoload debug, eudc-expand-inline and
13166         pgg-snarf-keys-region for XEmacs.
13167
13168         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13169
13170         * nnmairix.el: Require edmacro when compiling with XEmacs.
13171
13172 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13175         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13176
13177 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13178
13179         * auth-source.el: Add more docs.
13180
13181         * netrc.el (netrc-machine): Always match if the port is not given.
13182
13183 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184
13185         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13186         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13187         retrieval faster in some cases, but might make CPU usage larger.
13188         If this has any bad side effects, we might revert this change.
13189
13190         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13191         seems to make mail retrieval much, much faster.
13192         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13193         unconditionally.
13194
13195         * gnus-draft.el (gnus-group-send-queue):
13196         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13197
13198 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13201
13202         * message.el (message-bogus-address-regexp): Fix and improve custom
13203         type.
13204         (message-setup-hook): Add message-check-recipients as custom option.
13205
13206 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * message.el (message-cite-function): Remove bogus autoload which crept
13209         in during merge from v5-10.
13210
13211 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13212
13213         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13214
13215         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13216
13217         * auth-source.el: Preliminary Tramp docs.
13218         (auth-sources): Change the default auth-sources to use
13219         EPA .gpg files.
13220
13221 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13222
13223         * nntp.el: Autoload `auth-source-user-or-password'.
13224         (nntp-send-authinfo): Use it.
13225
13226         * nnimap.el: Autoload `auth-source-user-or-password'.
13227         (nnimap-open-connection): Use it.
13228
13229         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13230         for the gnus-message function.
13231         (auth-source-user-or-password): Use it.
13232
13233 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13234
13235         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13236         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13237         (rfc2104-hash): Use it.
13238
13239 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13240
13241         * gnus-art.el (gnus-article-toggle-truncate-lines):
13242         Don't use `iff' in docstring.
13243
13244 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13245
13246         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13247
13248         * gnus-util.el (gnus-extract-address-component-name)
13249         (gnus-extract-address-component-email): Convenience functions around
13250         `gnus-extract-address-components'.
13251
13252         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13253         Use `gnus-extract-address-component-email' to fix bug of comparing full
13254         sender name to `user-mail-address'.
13255
13256 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13259         catch/throw to optimize.
13260         (gnus-registry-find-keywords): Just use member to find a keyword.
13261
13262 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13263
13264         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13265         is current before calling gnus-server-prepare.
13266         (gnus-server-setup-buffer, gnus-server-update-server)
13267         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13268
13269 2008-05-04  Juri Linkov  <juri@jurta.org>
13270
13271         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13272         (mailcap-file-default-commands): Use mailcap-replace-in-string
13273         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13274         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13275
13276 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13277
13278         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13279
13280 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13281
13282         * gnus.el: Bump version to 0.11.
13283
13284 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13285
13286         * gnus.el: No Gnus v0.10 is released.
13287
13288 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13291         hooks.
13292         (gnus-update-read-articles): Speed up non-marks-using users.
13293         (gnus-use-marks): Define gnus-use-marks.
13294         (gnus-propagate-marks): Rename variable to something more sensible.
13295
13296 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13297
13298         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13299         (gmm-image-load-path-for-library): Fix typos in docstrings.
13300         (gmm-message): Reflow docstring.
13301
13302 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13303
13304         * mail-source.el (mail-source-set-1, mail-source-bind):
13305         Move auth-source code out of the macro to clean it up and fix bugs.
13306
13307 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13308
13309         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13310         by sender if it's equal to user-mail-address, it's likely to be
13311         useless.
13312
13313         * mail-source.el (mail-source-bind): Don't use user or password if they
13314         are not bound.  Unintern them if they are nil.  Don't use server unless
13315         it's bound, and default it to empty string otherwise.
13316
13317 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13318
13319         * mail-source.el: Load auth-source.el.
13320         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13321         get user name or password, if auth-sources is set up.
13322
13323         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13324         strategy of splitting with parent.
13325         (gnus-registry-split-fancy-with-parent)
13326         (gnus-registry-post-process-groups): Use it and fix prior
13327         bug (returning a list as the split result).
13328
13329         * auth-source.el (auth-sources): Remove server parameter.
13330         (auth-source-pick, auth-source-user-or-password)
13331         (auth-source-user-or-password-imap)
13332         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13333         (auth-source-user-or-password-sftp)
13334         (auth-source-user-or-password-smtp): Remove server parameter.
13335
13336 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13337
13338         * smime.el (smime-sign-region, smime-encrypt-region)
13339         (smime-decrypt-region):
13340         Remove redundant calls to `generate-new-buffer-name'.
13341
13342 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13343
13344         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13345         Don't use QP for message/rfc822.
13346         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13347
13348 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13349
13350         * sieve-manage.el (sieve-string-bytes): Remove.
13351         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13352         correct byte-length only if the process's coding-system is the same as
13353         the one used internally by Emacs to represent strings.
13354
13355 2008-04-22  Juri Linkov  <juri@jurta.org>
13356
13357         * mailcap.el (mailcap-file-default-commands): New function.
13358
13359 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * message.el (message-signature-separator, message-cite-function):
13362         Change custom version.
13363
13364 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13365
13366         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13367         commands.
13368         (tls-checktrust): Ditto.
13369
13370 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * mm-decode.el (mm-display-external): Make temp file read-only.
13373
13374 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13377         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13378         `C-c C-f d'.
13379
13380 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13381
13382         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13383
13384 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus.el: Bump version to 0.9.
13387
13388 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * gnus.el: No Gnus v0.8 is released.
13391
13392 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13393
13394         * mail-source.el (mail-source-value):
13395         Prefer fboundp to functionp so it works with macros as well.
13396
13397 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13398
13399         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13400         Fix last change in case the element is not even a symbol.
13401
13402 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13403
13404         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13405         Prefer fboundp to functionp so it works with macros as well.
13406
13407 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13408
13409         * auth-source.el: Add docs.
13410         (auth-sources): Modify format to support server.
13411         (auth-source-pick, auth-source-user-or-password)
13412         (auth-source-user-or-password-imap)
13413         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13414         (auth-source-user-or-password-sftp)
13415         (auth-source-user-or-password-smtp): Add server parameter.
13416
13417 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13418
13419         * gnus-registry.el: Initialize the registry when gnus-registry-install
13420         is t.
13421
13422 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * compface.el (uncompface): Make buffer unibyte.
13425
13426 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13427
13428         * mail-source.el (mail-source-value):
13429         Prefer fboundp to functionp so it works with macros as well.
13430
13431 2008-04-05  Glenn Morris  <rgm@gnu.org>
13432
13433         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13434
13435 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13436
13437         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13438         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13439
13440         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13441         multibyteness after rather than before erasing it.
13442
13443         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13444         mm-with-multibyte.
13445         (gnus-request-article-this-buffer): Make sure the proper decoding is
13446         used if gnus-original-article-buffer happens to be unibyte.
13447
13448         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13449         default-enable-multibyte-characters.
13450
13451         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13452         default-enable-multibyte-characters.
13453
13454         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13455
13456         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13457
13458 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13461         Fix last change in case the element is not even a symbol.
13462
13463 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13464
13465         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13466         (imap-message-copyuid-1): Use it.
13467         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13468         J. Williams in
13469         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13470
13471         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13472         imap-enable-exchange-bug-workaround.
13473         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13474
13475 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13476
13477         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13478         a 100 byte status-checks into a 2-3MB transfer for each group.
13479         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13480         to enable bug workaround or not.
13481         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13482
13483 2008-03-31  Glenn Morris  <rgm@gnu.org>
13484
13485         * message.el (mml2015-use): Declare for compiler.
13486         (message-info): Require mml2015 when appropriate.
13487
13488 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13491         whitespace.
13492
13493 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13494
13495         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13496         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13497         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13498         (nntp-service-to-port): New function.
13499         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13500         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13501         (nntp-open-netcat-stream): New function.
13502         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13503
13504 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13505
13506         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13507
13508 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13509
13510         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13511
13512 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13513
13514         * dns.el (dns-write): Use set-buffer-multibyte.
13515
13516 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13517
13518         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13519
13520 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * message.el (message-signature-separator): Change default.
13523         Improve custom type.
13524         (message-cite-function): Change default to
13525         message-cite-original-without-signature.
13526
13527         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13528         toggle.
13529
13530         * message.el (message-check-news-body-syntax): Fix signature check.
13531         (message-setup-1): Mark buffer as unmodified _after_ running
13532         message-setup-hook and handling message-alternative-emails.
13533         (message-shorten-references): Be more strict when building list of
13534         valid references to comply with GNKSA.
13535
13536         * gnus-group.el (gnus-read-ephemeral-bug-group)
13537         (gnus-read-ephemeral-debian-bug-group)
13538         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13539
13540         * message.el (message-info): Don't use booleanp which isn't supported
13541         in Emacs 21 and XEmacs.
13542
13543 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13546         gnus-group-gmane-group-download-format.
13547         (gnus-group-read-ephemeral-gmane-group): Rename from
13548         gnus-group-read-ephemeral-gmane-group.
13549         (gnus-read-ephemeral-gmane-group-url): Rename from
13550         gnus-group-read-ephemeral-gmane-group-url.
13551         (gnus-bug-group-download-format-alist): New variable.
13552         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13553         (gnus-read-ephemeral-emacs-bug-group): New commands.
13554
13555 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13558         (gnus-visible-headers): Improve custom type.
13559
13560 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * mml.el (mml-menu): Add workarounds for XEmacs.
13563
13564         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13565         X-Boundary header.
13566
13567         * message.el (message-simplify-recipients): Fix previous commit.
13568
13569 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13570
13571         * mm-util.el (mm-set-buffer-multibyte): New function.
13572         * mm-decode.el (mm-copy-to-buffer): Use it.
13573
13574         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13575         Prefer fboundp to functionp so it works with macros as well.
13576
13577 2008-03-19  Glenn Morris  <rgm@gnu.org>
13578
13579         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13580         Accidentally removed in the sync process with Emacs.
13581
13582 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * message.el (message-alter-recipients-discard-bogus-full-name):
13585         New function.
13586         (message-alter-recipients-function): New variable.
13587         (message-get-reply-headers): Use it.
13588         (message-replace-header): New helper function.
13589         (message-recipients-without-full-name): New variable.
13590         (message-simplify-recipients): New command.
13591
13592         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13593
13594         * message.el (message-info): Handle EasyPG manual.
13595
13596         * mml.el (mml-menu): Add entry for EasyPG.
13597
13598 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13599
13600         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13601         parameter.
13602
13603         * message.el (message-disassociate-draft): Specify drafts group name
13604         fully.
13605
13606 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13607
13608         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13609         Eliminate unnecessary duplicates from the match list.
13610
13611 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13614
13615         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13616
13617         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13618         args of `how-many' of which the XEmacs version doesn't take; declare
13619         Info-index-next as function.
13620
13621 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gnus-score.el (gnus-score-headers): Fix handling of
13624         gnus-inhibit-slow-scoring.
13625
13626         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13627         string.
13628         (gnus-button-url-regexp): Improve handling of parenthesis.
13629         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13630         (gnus-button-handle-info-keystrokes): Handle index entries.
13631
13632 2008-03-15  Glenn Morris  <rgm@gnu.org>
13633
13634         * parse-time.el (parse-time-string): Simplify.
13635
13636 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13639         Incoming* files.
13640
13641 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13642
13643         * auth-source.el (auth-sources): Rename from auth-source-choices.
13644         (auth-source-pick): Use it.
13645
13646 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13647
13648         * binhex.el (binhex-decode-region-internal):
13649         * uudecode.el (uudecode-decode-region-internal):
13650         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13651         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13652         setting default-enable-multibyte-characters.
13653
13654 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13655
13656         * auth-source.el (auth-source-protocols)
13657         (auth-source-protocols-customize, auth-source-choices): Add and
13658         modified variable customizations and defaults.
13659         (auth-source-pick, auth-source-user-or-password)
13660         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13661         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13662         (auth-source-user-or-password-sftp)
13663         (auth-source-user-or-password-smtp): Use new variables and provide an
13664         interface to netrc.el.
13665
13666 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13669         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13670         Make sure the nntp port to specify is a string.
13671
13672 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13673
13674         * nntp.el: Use with-current-buffer.
13675         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13676         dubious mm-with-unibyte-current-buffer.
13677         (nntp-with-open-group-function): New function extracted from
13678         nntp-with-open-group macro.
13679         (nntp-with-open-group): Use the function, so it's easier to debug.
13680         Add indentation and debugging info.
13681         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13682         Recommend the use of the netcat alternatives.
13683
13684         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13685         Avoid mm-string-as-multibyte as well.
13686
13687         * nnweb.el (nnweb-insert-html):
13688         Remove use of nnheader-string-as-multibyte.
13689
13690         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13691         (nnheader-string-as-multibyte): Remove.
13692
13693         * mm-view.el: Use inhibit-read-only.
13694         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13695         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13696         or unibyte-string.
13697
13698         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13699         (mm-uu-yenc-extract): Use with-current-buffer.
13700
13701         * gnus-soup.el (gnus-soup-send-packet): Don't use
13702         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13703
13704         * nnmh.el: Use with-current-buffer.
13705         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13706         mm-string-as-multibyte on the output of mm-encode-coding-string.
13707
13708         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13709         (nnimap-request-move-article): Use with-current-buffer.
13710
13711         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13712         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13713         conversion uses string-make-unibyte rather than string-as-unibyte.
13714
13715         * gnus-msg.el: Use with-current-buffer.
13716
13717         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13718
13719 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13720
13721         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13722         string for caching if it is 'PIN.
13723
13724 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * lpath.el: Consider the case without Emacs/W3.
13727
13728 2008-03-08  Glenn Morris  <rgm@gnu.org>
13729
13730         * time-date.el (date-to-time, time-subtract, time-add)
13731         (safe-date-to-time): Doc fixes.
13732
13733 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * mail-source.el (mail-source-delete-old-incoming-confirm):
13736         Change default to nil.
13737         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13738
13739 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * lpath.el: Rearrange.
13742
13743         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13744         (gnus-article-goto-prev-page): Work for articles having ^L's.
13745
13746         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13747
13748         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13749
13750 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13751
13752         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13753         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13754         (gnus-bookmark-jump): Adjust some variable names.
13755
13756 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13757
13758         * auth-source.el: New package.
13759         (auth-source-choices): Add customization entry point variable.
13760
13761         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13762         bug.
13763
13764 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13765
13766         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13767         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13768         (gnus-registry-install-shortcuts): Rename from
13769         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13770         the `gnus-registry-mark-map' keymap dynamically from
13771         `gnus-registry-marks'.  The generated functions update the summary line
13772         when a registry mark is added or deleted, and will call
13773         `gnus-registry-install-p' (see the comments in the code).
13774         (gnus-registry-user-format-function-M): Use concat intelligently.
13775
13776         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13777         the registry mark functions.
13778
13779 2008-03-05  Glenn Morris  <rgm@gnu.org>
13780
13781         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13782         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13783         gnus-art.
13784         (top-level): No need to load own source when compiling.
13785
13786 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13789         Suggested by <chris.anderton@zetnet.co.uk>.
13790
13791 2008-03-04  Glenn Morris  <rgm@gnu.org>
13792
13793         * gnus-sum.el (top-level): No need to require gnus when compiling,
13794         since unconditionally required near start of file.
13795         (gnus-summary-display-while-building): Move definition before use.
13796
13797 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13798
13799         * gnus-registry.el (gnus-registry-user-format-function-M):
13800         Add formatting function.
13801
13802 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13805         with plists.
13806         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13807         Use new format.
13808
13809 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13812         `where-is-internal' that returns a range of key sequences.
13813
13814 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13815
13816         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13817
13818         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13819         (gnus-summary-jump-to-group): Consider windows on other displayed
13820         frames as well.  Similar changes might be needed elsewhere, but that's
13821         the one I've bumped into during my use.
13822
13823         * nndoc.el (nndoc-oe-dbx-type-p):
13824         * gnus-msg.el (gnus-debug):
13825         * gnus-group.el (gnus-update-group-mark-positions):
13826         Use mm-string-to-multibyte.
13827
13828 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13831         doesn't handle NotDashEscaped.
13832
13833         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13834         (mml-dnd-attach-options): Fix typo in custom choice.
13835
13836         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13837         Change nndoc-article-type to mbox.
13838         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13839
13840         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13841         to nil, instead of html2text.
13842
13843         * imap.el (imap-debug): Add `imap-ping-server'.
13844
13845         * gnus-bookmark.el: Add FIXMEs.
13846
13847         * message.el (message-form-letter-separator)
13848         (message-send-form-letter-delay): New variables.
13849         (message-send-form-letter): Use them.  New command to send form
13850         letters.  Requested by Uwe Siart.
13851         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13852
13853 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * Update copyright years.
13856
13857 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         Sync from EMACS_22_BASE.
13860
13861         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13862
13863 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13864
13865         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13866         empty author.
13867
13868 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13869
13870         * gnus-registry.el (gnus-registry-marks): Add variable for
13871         customization of marks and their appearance.
13872         (gnus-registry-read-mark): Use it.
13873         (gnus-registry-do-marks): Add utility function to loop through
13874         `gnus-registry-marks'.
13875         (gnus-registry-install-shortcuts-and-menus): Add function to install
13876         shortcuts and menus.
13877         (gnus-registry-initialize): Use it.
13878         (gnus-registry-default-mark): Clarify documentation.
13879
13880 2008-02-29  Glenn Morris  <rgm@gnu.org>
13881
13882         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13883         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13884         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13885         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13886         Change defcustom :version from 23.0 to 23.1.
13887
13888 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * gnus-registry.el (gnus-registry-follow-group-p)
13891         (gnus-registry-post-process-groups): Add functions to aid registry
13892         splitting and improve logging.  Clarify behavior in function
13893         documentation.
13894         (gnus-registry-split-fancy-with-parent): Use them.
13895
13896 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13897
13898         * gnus-art.el: Use with-current-buffer.
13899
13900 2008-02-27  David Engster  <dengste@eml.cc>
13901
13902         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13903         Express real group name in the response.
13904
13905 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13908         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13909         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13910         autoload gnus-registry-fetch-group when compiling.
13911         (nnmairix-request-group-with-article-number-correction):
13912         Remove unreferenced argument passed to nnmairix-call-backend.
13913
13914 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13917         (mm-uu-extract): Improve face for low color ttys.
13918         Reported by Sascha Wilde.
13919
13920 2008-02-27  Glenn Morris  <rgm@gnu.org>
13921
13922         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13923         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13924         variables to defconsts.  Convert comments to doc-strings.
13925         (nnmairix-last-server, nnmairix-current-server): Convert from free
13926         variables to defvars.  Convert comments to doc-strings.
13927         (gnus-registry-fetch-group): Autoload.
13928         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13929         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13930         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13931         caddr.
13932         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13933         nnmairix-request-group-with-article-number-correction call.
13934         (nnmairix-fast, nnmairix-group): New, less general names, for free
13935         variables passed from nnmairix-request-group to
13936         nnmairix-request-group-with-article-number-correction.  Declare.
13937         (nnmairix-request-group-with-article-number-correction):
13938         Use nnmairix-fast, nnmairix-group rather than fast, group.
13939
13940 2008-02-26  David Engster  <dengste@eml.cc>
13941
13942         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13943         version 0.5.
13944
13945 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13948         instead of making an extra function call.  Don't add the current group
13949         to articles only when they have the group.  Use
13950         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13951         Reported by David <de_bb@arcor.de>.
13952
13953 2008-02-24  Miles Bader  <miles@gnu.org>
13954
13955         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13956         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13957         (mm-find-mime-charset-region):
13958         * mm-bodies.el (mm-encode-body):
13959         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13960
13961 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13964         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13965
13966 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * mail-source.el (mail-source-delete-incoming): Change default.
13969         Supplement doc string.
13970
13971         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13972
13973 2008-02-14  Glenn Morris  <rgm@gnu.org>
13974
13975         * time-date.el (format-seconds): New function.
13976
13977 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * nnmail.el (nnmail-message-id-cache-file): Derive from
13980         `gnus-home-directory'.
13981
13982 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13985         Document negative prefix.
13986
13987         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13988
13989 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13990
13991         * message.el (message-unsent-separator): Add the Exim bounce
13992         separator.
13993
13994 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13995
13996         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13997         list.
13998         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13999         recipient/signer list.
14000
14001 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * Makefile.in (datarootdir): Define.
14004         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14005         name that might contain whitespace.
14006
14007 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14010         fbound (Emacs 23 unicode), signal an error.
14011
14012 2008-02-08  Glenn Morris  <rgm@gnu.org>
14013
14014         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14015
14016 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14017
14018         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14019         ports to the calls to `netrc-machine-user-or-password' in addition to
14020         "imap" and "imaps".
14021
14022 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14023
14024         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14025
14026         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14027
14028 2008-02-01  Kenichi Handa  <handa@m17n.org>
14029
14030         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14031         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14032         (rfc2104-hash): Convert the result of concat to unibyte string.
14033
14034 2008-02-01  Dave Love  <fx@gnu.org>
14035
14036         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14037         coding-system-for-read.
14038         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14039
14040 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14043         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14044         <hanche@math.ntnu.no>.
14045
14046 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14049
14050         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14051
14052 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14053
14054         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14055         * message.el (message-beginning-of-line): Use featurep instead of bound
14056         tests in order to resolve conditionals at compile time.
14057
14058 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14059
14060         * mail-source.el (mail-sources): Add `group' choice.
14061
14062         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14063         parameter `in-group' to control into which group the articles go.
14064         Add treatment of `group' mail-source.
14065
14066 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14069
14070         * mm-decode.el (mm-dissect-buffer): Decode description.
14071
14072         * mml.el (mml-to-mime): Encode message header first.
14073
14074 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14077         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14078
14079         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14080         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14081
14082 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14083
14084         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14085
14086 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14089         prefix keys.
14090         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14091         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14092         gnus-xmas.el.
14093
14094         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14095         (gnus-xmas-article-describe-bindings): New function.
14096         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14097         gnus-xmas-article-describe-bindings.
14098
14099         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14100
14101 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14102
14103         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14104         Add new variables for article mark management.
14105         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14106         list of extra data entries which, when present, will indicate that the
14107         article ID should not be trimmed from the registry.
14108         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14109         functions.
14110         (gnus-registry-read-mark): New function to read a mark name from the
14111         user.
14112         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14113         (gnus-registry-set-article-mark-internal): New functions to add and
14114         remove marks.
14115         (gnus-registry-get-article-marks): New function to show the marks for
14116         an article, or retrieve them for further use.
14117
14118 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14121         keys when no argument is given.
14122
14123 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * imap.el (imap-ping-server): New variable.
14126         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14127         (imap-ping-server): Minor doc string fixes.
14128
14129 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14130
14131         * imap.el (imap-ping-server): New function.
14132         (imap-opened): Call imap-ping-server.
14133
14134 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * gnus-sum.el (gnus-article-sort-by-random)
14137         (gnus-thread-sort-by-random): Fix doc strings.
14138         Reported by jidanni@jidanni.org.
14139
14140 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (gnus-article-describe-bindings): New function.
14143         (gnus-article-read-summary-keys): Use it.
14144         (gnus-article-mode-map): Bind `C-h b' to it.
14145
14146 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14149         XEmacs.
14150         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14151         Protect against non-character events.
14152
14153         * lpath.el: Fbind map-keymap for Emacs 21.
14154
14155 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14158         New command.
14159         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14160         instead of END.  Change name of the temp file.
14161         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14162         customizable.
14163
14164 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14167         bind `S W' to gnus-article-wide-reply-with-original; set default
14168         binding to gnus-article-read-summary-send-keys.
14169         (gnus-article-read-summary-keys): Fix the order of keys; display
14170         continuation keys correctly in the echo area; describe bindings
14171         correctly when keys end with `C-h'.
14172         (gnus-article-read-summary-send-keys): New function.
14173         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14174         Work for gnus-article-read-summary-send-keys; display continuation keys
14175         correctly in the echo area.
14176         (gnus-article-reply-with-original): Ignore prefix argument.
14177         (gnus-article-wide-reply-with-original): New function.
14178
14179         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14180         Emacs 21.
14181
14182 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14185         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14186
14187 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14190         (gnus-group-read-ephemeral-gmane-group): New command.
14191
14192 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14193
14194         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14195
14196 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * message.el (message-send-mail-function): Increase custom version.
14199
14200         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14201         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14202
14203 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14206         for the cases where imap-authenticate is called with a nil buffer
14207         parameter.
14208
14209 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14212         html parts correctly; support forwarded messages.
14213         (gnus-article-browse-html-article): Remove work buffers.
14214
14215         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14216         compiling.
14217         (netrc-bound-and-true-p): New macro.
14218         (netrc-parse): Use it instead of bound-and-true-p that is not available
14219         in XEmacs 21.4.
14220
14221 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14222
14223         * gnus-registry.el (gnus-registry-mark-article)
14224         (gnus-registry-article-marks): Add functionality to mark articles
14225         through the Gnus registry.
14226
14227         * encrypt.el: Clarify documentation for the new pgg method.
14228         (encrypt-file-alist): Add PGG option.
14229         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14230         functionality.  Abstract password key and messaging to external
14231         functions.
14232         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14233         (encrypt-message-method-and-cipher): Add new convenience external
14234         functions.
14235         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14236         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14237
14238         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14239         (netrc-parse): Use encrypt-file-alist to determine if
14240         encrypt-find-model or encrypt-insert-file-contents should be used.
14241
14242         * encrypt.el: Clarify documentation.  Load password-cache or
14243         password, whichever one is found first, instead of autoloading.
14244
14245 2007-12-19  Glenn Morris  <rgm@gnu.org>
14246
14247         * mml.el (message-options-set, message-narrow-to-head)
14248         (message-in-body-p, message-mail-p, message-encode-message-body):
14249         Autoload.
14250         (message-remove-header, message-narrow-to-headers-or-head)
14251         (message-subscribed-p, message-make-mail-followup-to)
14252         (message-position-on-field, message-news-p)
14253         (message-options-set-recipient, message-generate-headers)
14254         (message-sort-headers): Declare as functions.
14255
14256 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14259         convention in doc string.
14260
14261 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14264         title to html parts.
14265         (gnus-article-browse-html-article): Pass message header to it.
14266
14267         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14268
14269 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14272         or password compatible with XEmacs.
14273
14274 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14277         format document.
14278         (gnus-mime-delete-part): Don't write description line if empty.
14279         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14280
14281 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14282
14283         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14284         (gnus-summary-mark-read-and-unread-as-read)
14285         (gnus-summary-mark-current-read-and-unread-as-read)
14286         (gnus-summary-mark-unread-as-ticked): Doc fix.
14287         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14288
14289 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14292         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14293
14294 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14297         yes-or-no-p.
14298
14299 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * mm-decode.el (mm-add-meta-html-tag): New function.
14302         (mm-save-part-to-file, mm-pipe-part): Use it.
14303
14304         * gnus-art.el (gnus-article-browse-delete-temp-files):
14305         Use gnus-y-or-n-p instead of y-or-n-p.
14306         (gnus-article-browse-html-parts): Work with message/external-body; use
14307         mm-add-meta-html-tag.
14308
14309 2007-12-11  Glenn Morris  <rgm@gnu.org>
14310
14311         * gnus-cache.el: Require gnus-sum not just when compiling.
14312
14313         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14314
14315         * gnus-int.el (gnus-server-opened, gnus-status-message):
14316         Move definitions before use.
14317
14318         * mm-decode.el: Require gnus-util.
14319         (mm-remove-part): Only call delete-annotation on XEmacs.
14320
14321         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14322
14323         * nnmail.el: Require gnus-int.
14324
14325         * spam.el: Move `require's before `eval-when-compile's.
14326
14327         * gnus-ems.el (gnus-alive-p):
14328         * gnus-fun.el (message-goto-eoh):
14329         * gnus-util.el (gnus-group-name-decode):
14330         * mail-source.el (gnus-compress-sequence):
14331         * message.el (Info-goto-node, format-spec):
14332         * mm-bodies.el (message-options-get):
14333         * mm-decode.el (mm-view-pkcs7):
14334         * mm-util.el (gmm-write-region):
14335         * mml-smime.el (mml-compute-boundary)
14336         (gnus-completing-read-with-default):
14337         * mml.el (widget-button-press, gnus-make-hashtable):
14338         * mml1991.el (mm-decode-content-transfer-encoding)
14339         (mm-encode-content-transfer-encoding)
14340         (message-options-get, message-options-set):
14341         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14342         * nnfolder.el (gnus-request-group):
14343         * nnheader.el (ietf-drums-unfold-fws):
14344         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14345         * smime.el (gnus-run-mode-hooks):
14346         * spam-stat.el (gnus-message): Autoload.
14347
14348         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14349         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14350         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14351         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14352         Add declare-function compatibility definition.
14353
14354         * gnus-cache.el (nnvirtual-find-group-art):
14355         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14356         (gnus-add-image, gnus-add-wash-type):
14357         * gnus-group.el (nnkiboze-score-file):
14358         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14359         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14360         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14361         (message-tokenize-header, gnus-get-buffer-create)
14362         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14363         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14364         * gnus.el (gnus-group-decoded-name):
14365         * mail-source.el (imap-capability):
14366         * mm-bodies.el (message-options-set):
14367         * mm-decode.el (gnus-configure-windows):
14368         * mm-extern.el (message-goto-body):
14369         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14370         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14371         (epg-sub-key-validity, message-options-set):
14372         * mml.el (widget-event-point, gnus-configure-windows):
14373         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14374         * mml2015.el (epg-check-configuration, epg-configuration)
14375         (message-options-set):
14376         * nndb.el (nndb-request-article):
14377         * nnfolder.el (gnus-request-create-group):
14378         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14379         * nnmaildir.el (gnus-group-mark-article-read):
14380         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14381         * rfc1843.el (message-fetch-field):
14382         * spam.el (gnus-extract-address-components):
14383         Declare as functions.
14384
14385 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14388
14389         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14390
14391         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14392         bind show-trailing-whitespace for XEmacs.
14393
14394 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14395
14396         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14397         new no-op macro for backward compatibility.
14398
14399         * imap.el (imap-string-to-integer): New function.
14400
14401 2007-12-09  Glenn Morris  <rgm@gnu.org>
14402
14403         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14404
14405         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14406         * message.el, mm-view.el, sieve-manage.el, smime.el:
14407         Add declare-function compatibility definition.
14408
14409         * gnus-art.el (w3-region, w3m-region, Info-menu):
14410         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14411         * gnus-sum.el (gnus-get-predicate):
14412         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14413         * message.el (mail-abbrev-in-expansion-header-p):
14414         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14415         (w3m-detect-meta-charset, w3m-region):
14416         * sieve-manage.el (password-read, password-cache-add)
14417         (password-cache-remove):
14418         * smime.el (password-read-and-add): Declare as functions.
14419
14420 2007-12-08  David Kastrup  <dak@gnu.org>
14421
14422         * gnus-sum.el (gnus-summary-simplify-subject-query):
14423         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14424         `message'.
14425
14426 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14429         it to bind idna-program, installation-directory, defined-colors, and
14430         face-attribute for XEmacs of the version that compiles defcustom forms.
14431
14432 2007-12-07  Glenn Morris  <rgm@gnu.org>
14433
14434         * gnus-art.el (article-make-date-line): Revert previous change.
14435
14436 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14439
14440 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14441
14442         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14443         Call gnus-add-to-range ranges only once with a prepared article-list.
14444
14445 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14446
14447         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14448         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14449         group names with backslashes.
14450         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14451
14452 2007-12-06  Deepak Goel  <deego3@gmail.com>
14453
14454         * gnus-art.el (article-make-date-line):
14455         * gnus-start.el (gnus-load):
14456         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14457
14458 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (gnus-use-idna):
14461         * gnus-start.el (gnus-site-init-file):
14462         * message.el (message-use-idna):
14463         * mm-uu.el (mm-uu-hide-markers):
14464         * smiley.el (smiley-style): Revert changes that suppress warnings.
14465
14466 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14469         specify charset to html source.
14470         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14471
14472 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14475         idna-program in order to suppress byte compile warning issued by XEmacs
14476         that came to byte compile the default value section of defcustom forms
14477         recently.
14478
14479         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14480         value of installation-directory.
14481
14482         * message.el (message-use-idna): Don't directly refer to the value of
14483         idna-program.
14484
14485         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14486
14487         * smiley.el (smiley-style): Don't directly call face-attribute.
14488
14489 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14492
14493         * gnus-dired.el: Reduce Gnus dependencies.
14494         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14495         Don't require.  Use autoloads instead.
14496         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14497         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14498         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14499         (gnus-dired-mode): Adjust doc string.
14500         (gnus-dired-mail-mode): New variable.
14501         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14502         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14503         (gnus-dired-mail-buffers): New function.  Return mail or message
14504         composition buffers.
14505         (gnus-dired-attach): Use it.
14506         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14507         NO-DECODE.
14508         (gnus-dired-print): Use `gnus-print-buffer' depending on
14509         `gnus-dired-mail-mode'.
14510
14511 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * rfc2047.el (rfc2047-encoded-word-regexp)
14514         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14515         explaining what regexp patterns are for.
14516
14517 2007-12-04  Glenn Morris  <rgm@gnu.org>
14518
14519         * password.el: Move to password-cache.el.
14520
14521         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14522         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14523         * mml-smime.el (password-read, password-cache-add)
14524         (password-cache-remove):
14525         No need to autoload, since mml-sec requires password.
14526
14527         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14528         * message.el (gnus-extract-address-components):
14529         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14530
14531         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14532         password.
14533
14534 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mailcap.el: Reduce dependencies.
14537         (mail-header-parse-content-type): Autoload.
14538         (mailcap-delete-duplicates): New alias.
14539         (mailcap-mime-info): Add optional argument NO-DECODE.
14540         (mailcap-mime-types): Use mailcap-delete-duplicates.
14541
14542         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14543
14544 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14545
14546         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14547         (imap-parse-status): Upcase status-att for servers that sends them
14548         lower-case (e.g., MS Exchange 2007).
14549
14550 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14551
14552         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14553         function.
14554
14555         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14556         (gnus-uu-yenc-article): New function.
14557
14558         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14559
14560         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14561
14562 2007-12-02  Glenn Morris  <rgm@gnu.org>
14563
14564         * binhex.el (binhex): New custom group.
14565         (binhex-decoder-program, binhex-decoder-switches)
14566         (binhex-use-external): Move to the binhex custom group.
14567
14568         * uudecode.el (uudecode): New custom group.
14569         (uudecode-decoder-program, uudecode-decoder-switches)
14570         (uudecode-use-external): Move to the uudecode custom group.
14571
14572         * netrc.el (top-level): Don't load `encrypt' features.
14573         (netrc-parse): Don't use encrypt.
14574         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14575
14576         * encrypt.el: Remove file.
14577
14578 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14581         matches on patches.
14582
14583         * gnus-art.el (gnus-article-browse-html-article):
14584         Mention `mm-text-html-renderer' in the doc string.
14585
14586         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14587         string.  Add comments.
14588
14589         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14590         if rhs is ASCII.
14591
14592 2007-12-01  Glenn Morris  <rgm@gnu.org>
14593
14594         * mail-source.el (top-level): Require format-spec before
14595         eval-when-compile.
14596
14597 2007-11-30  Glenn Morris  <rgm@gnu.org>
14598
14599         * encrypt.el: Require password, rather than autoloading password-read.
14600
14601 2007-11-29  Glenn Morris  <rgm@gnu.org>
14602
14603         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14604         (sasl-make-client, sasl-next-step, sasl-step-data)
14605         (sasl-step-set-data): Declare as functions.
14606
14607 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14610
14611 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14612
14613         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14614         certs should be verified and what is to be done in the event of a
14615         verification failure.
14616
14617         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14618         caller can indicate whether the cache should be disregarded for this
14619         call.  This way the result of the call is reproducible at all times and
14620         can be considered a canonical server name for the supplied method.
14621         (gnus-agent-method-p): Canonicalize server names by pushing their
14622         method through `gnus-method-to-server' using the no-cache argument.
14623
14624         * gnus-srvr.el (gnus-server-insert-server-line):
14625         Call `gnus-method-to-server' with `no-cache' argument.
14626
14627         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14628         gnus-agent-possibly-synchronize-flags as this should be called when the
14629         server is actually being opened.
14630         (gnus-agent-possibly-synchronize-flags)
14631         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14632         flags file of an agentized server to the latter function.
14633
14634         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14635         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14636         after a connection has been established successfully.
14637
14638 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * gnus-art.el (article-display-face): Force to display face if called
14641         interactively; check if gnus-article-x-face-too-ugly matches author.
14642         (article-display-x-face): Display face even if From header is missing
14643         as article-display-face does.
14644
14645 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14646
14647         * hashcash.el (message-narrow-to-headers-or-head)
14648         (message-fetch-field, message-goto-eoh)
14649         (message-narrow-to-headers): Declare as functions.
14650
14651 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * mail-source.el (mail-sources): Default to fetch from file for
14654         compatibility with default of nnmail-spool-file.
14655
14656 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14659         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14660         to look for encoded word that should be encoded again.
14661         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14662         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14663         encoding pattern.
14664         (rfc2047-decode-region): Switch strict regexp and loose one according
14665         to rfc2047-allow-irregular-q-encoded-words.
14666
14667 2007-11-25  Romain Francoise  <romain@orebokech.com>
14668
14669         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14670
14671 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * tls.el (tls-program): Provide more custom choices from
14674         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14675         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14676
14677 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14680         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14681
14682         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14683         `nnmail-spool-file'.
14684
14685         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14686         `nnmail-spool-file'.
14687
14688         * gnus-move.el (gnus-change-server): Ditto.
14689
14690         * gnus-kill.el (gnus-batch-score): Ditto.
14691
14692         * gnus-cache.el (gnus-jog-cache): Ditto.
14693
14694         * gnus-msg.el (gnus-summary-reply):
14695         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14696
14697 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14700         version.  Minor improvement to doc strings.
14701         (tls-program): Add comment.
14702
14703 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14704
14705         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14706         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14707         mismatch between the hostname provided in the certificate and the name
14708         of the host connnecting to.
14709         (open-tls-stream): Use them.  Check certificates against trusted root
14710         certificates.
14711
14712 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * gnus-cache.el (gnus-cache-generate-nov-databases):
14715         Use nnml-generate-nov-databases-directory instead of
14716         nnml-generate-nov-databases-1.
14717
14718 2007-11-24  Glenn Morris  <rgm@gnu.org>
14719
14720         * message.el (message-tool-bar-retro): Update for rename
14721         mail_send.xpm->mail-send.xpm.
14722
14723 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14726         `smime-ldap-search' for Emacs 22 and up.
14727
14728 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14729
14730         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14731
14732         * message.el (message-send-mail-function): Fix error convention.
14733         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14734         (message-widen-reply, message-send-mail, message-talkative-question)
14735         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14736         (message-clone-locals, message-send-news): Use with-current-buffer.
14737         (message-insert-or-toggle-importance): Remove unused var `valid'.
14738         (message-make-references): Remove unused var `new-references'.
14739         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14740
14741 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14742
14743         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14744         (spam-split-symbolic-return-positive): Reflow docstring.
14745         (spam-backends, spam-summary-exit-behavior)
14746         (spam-mark-ham-unread-before-move-from-spam-group)
14747         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14748         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14749         (spam-clear-cache, spam-backend-check, spam-install-backend)
14750         (spam-install-statistical-backend, spam-list-of-processors)
14751         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14752         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14753         (spam-check-crm114, spam-initialize, spam-unload-hook):
14754         Fix typos in docstrings.
14755
14756 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14759         been checked if they have never been read and those group levels are
14760         higher than the one that a user specified.
14761
14762 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14765         foreign groups unless a group level is specified by a user.
14766         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14767
14768 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * message.el (message-send-mail-function): Require sendmail.
14771
14772 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * message.el (message-send-mail-function): Check for smtpmail too.
14775
14776         * utf7.el (utf7-encode, utf7-decode): Use coding system
14777         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14778
14779         * message.el (message-send-mail-function): New function.
14780         (message-send-mail-function): Set default using
14781         message-send-mail-function.  Adjust doc string.
14782         (message-send-mail-with-mailclient): New function.
14783
14784 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14785
14786         * smime.el (from):
14787         * rfc2047.el (message-posting-charset):
14788         * qp.el (mm-use-ultra-safe-encoding):
14789         * pop3.el (parse-time-months):
14790         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14791         * nnml.el (files):
14792         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14793         (jka-compr-compression-info-list, ange-ftp-path-format)
14794         (efs-path-regexp):
14795         * nndiary.el (files):
14796         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14797         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14798         (epg-digest-algorithm-alist, inhibit-redisplay)
14799         (password-cache-expiry):
14800         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14801         (pgg-output-buffer, password-cache-expiry):
14802         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14803         (efs-path-regexp):
14804         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14805         (inhibit-redisplay):
14806         * mm-uu.el (file-name, start-point, end-point, entry)
14807         (gnus-newsgroup-name, gnus-newsgroup-charset):
14808         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14809         (latin-unity-ucs-list):
14810         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14811         (mm-uu-binhex-decode-function):
14812         * message.el (gnus-message-group-art, gnus-list-identifiers)
14813         (rmail-enable-mime-composing, gnus-local-organization)
14814         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14815         (gnus-read-active-file, facemenu-add-face-function)
14816         (facemenu-remove-face-function, gnus-article-decoded-p)
14817         (tool-bar-mode):
14818         * mail-source.el (display-time-mail-function):
14819         * gnus-util.el (nnmail-pathname-coding-system)
14820         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14821         (gnus-original-article-buffer, gnus-user-agent)
14822         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14823         (xemacs-codename, sxemacs-codename, emacs-program-version):
14824         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14825         * gnus-start.el (gnus-agent-covered-methods)
14826         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14827         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14828         (gnus-newsgroup-headers, gnus-group-list-mode)
14829         (gnus-group-mark-positions, gnus-newsgroup-data)
14830         (gnus-newsgroup-unreads, nnoo-state-alist)
14831         (gnus-current-select-method, mail-sources)
14832         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14833         (nnmail-spool-file, gnus-cache-active-hashtb):
14834         * gnus-mh.el (mh-lib-progs):
14835         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14836         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14837         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14838         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14839         (gnus-group-buffer):
14840         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14841         (font-lock-set-defaults):
14842         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14843         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14844         (gnus-summary-post-menu, total-parts, type, condition, length):
14845         * gnus-agent.el (gnus-agent-read-agentview):
14846         * flow-fill.el (show-trailing-whitespace):
14847         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14848         eval-and-compile wrappers for byte compiler pacifiers.
14849
14850         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14851         (mm-display-inline-fontify): Check for featurep 'xemacs not
14852         extent-list.
14853
14854         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14855         itimer-list.
14856         (mm-create-image-xemacs): Only do something for XEmacs.
14857         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14858
14859         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14860
14861         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14862         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14863
14864 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14865
14866         * nnimap.el (nnimap-split-download-body):
14867         * gnus-demon.el (gnus-demon):
14868         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14869
14870 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14873         New macros.
14874         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14875         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14876         copy data from unibyte buffer to multibyte current buffer.
14877         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14878         to copy data from unibyte current buffer to multibyte buffer.
14879         (nntp-make-process-buffer): Make process buffer unibyte.
14880
14881         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14882
14883 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14884
14885         * pop3.el (pop3-open-server): Accept and process data more robustly at
14886         connection start to avoid spurious "POP SSL connection failed" errors.
14887
14888 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14891         read group names.
14892
14893 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14896
14897 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14900         (nnmail-save-active): Use a unibyte buffer when saving active file,
14901         which may contain non-ASCII group names.
14902
14903         * nnml.el (nnml-request-group): Decode group names in messages.
14904
14905 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * message.el (message-citation-line-function)
14908         (message-insert-formatted-citation-line): Fix spelling of
14909         `message-insert-formated-citation-line'.
14910
14911 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14914
14915 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14918         nnmail-pathname-coding-system.
14919
14920         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14921         that a user enters; decode group names in messages.
14922
14923         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14924
14925 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14928
14929         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14930
14931         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14932         risky local variable.
14933
14934         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14935
14936 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14937
14938         * encrypt.el: Improve documentation to fix function name typo.
14939         Reported by Daiki Ueno <ueno@unixuser.org>.
14940
14941 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14944         even if the point is not in the last page of an article.
14945         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14946         back to the previous page.
14947
14948 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14951
14952 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14955
14956 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14957
14958         * message.el (message-check-news-body-syntax):
14959         Avoid mm-string-as-multibyte.
14960         (message-hide-headers): Don't assume (point-min)==1.
14961
14962 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * message.el (message-remove-blank-cited-lines): Fix if remove is
14965         given.
14966         (message-bogus-address-regexp): New variable.
14967         (message-bogus-recipient-p): New function.
14968         (message-check-recipients): New command.
14969         (message-syntax-checks): Add `bogus-recipient'.
14970         (message-fix-before-sending): Add `bogus-recipient'.
14971
14972         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14973         (gnus-treat-body-boundary): Don't test window-system.
14974
14975 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14976
14977         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14978
14979 2007-10-28  Miles Bader  <miles@gnu.org>
14980
14981         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14982         at compile-time too.
14983
14984 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * gnus-msg.el (gnus-message-setup-hook):
14987         Add `message-remove-blank-cited-lines' to options.
14988
14989 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * message.el (message-remove-blank-cited-lines): New function.
14992         Suggested by Karl Plästerer.
14993
14994 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14997         mapc.
14998
14999         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15000         (top-level): Use mapc to set functions to be traced for debugging.
15001
15002         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15003         called for effect with while loop.
15004
15005         * message.el (message-talkative-question): Replace mapcar called for
15006         effect with mapc.
15007
15008         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15009         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15010         called for effect with dolist.
15011
15012         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15013
15014         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15015         gnus-extra-headers and nnmail-extra-headers.
15016
15017         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15018         called for effect with dolist.
15019         (top-level): Use mapc to set functions to be traced for debugging.
15020
15021         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15022         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15023         dolist.
15024
15025         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15026         Replace mapcar called for effect with mapc.
15027         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15028         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15029         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15030         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15031
15032         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15033         remove-if that's a cl function.
15034
15035         * webmail.el (webmail-debug): Replace mapcar called for effect with
15036         dolist.
15037
15038         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15039         with mapc.
15040
15041 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15044         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15045         with while loop.
15046
15047         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15048         functions from article-* functions.
15049         (gnus-multi-decode-header): Replace mapcar called for effect with
15050         dolist.
15051
15052         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15053         (gnus-bookmark-show-details): Replace mapcar called for effect with
15054         while loop.
15055
15056         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15057         called for effect with while loop.
15058
15059         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15060         with dolist.
15061
15062         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15063         Replace mapcar called for effect with dolist.
15064
15065         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15066
15067         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15068         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15069         Replace mapcar called for effect with dolist.
15070         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15071         mapc.
15072
15073         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15074         Replace mapcar called for effect with dolist.
15075         (gnus-topic-list): Replace mapcar called for effect with mapc.
15076
15077         * gnus.el: Use mapc instead of mapcar to add autoloads.
15078
15079 2007-10-23  Richard Stallman  <rms@gnu.org>
15080
15081         * gnus-group.el (gnus-group-highlight): Mark as risky.
15082
15083 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus.el (gnus-server-to-method): Return method found first in
15086         gnus-newsrc-alist.
15087
15088         * gnus-art.el (gnus-article-highlight-signature)
15089         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15090         button overlay without the front stickiness.
15091
15092 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15093
15094         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15095         overview buffer needed a catch to receive its throw.
15096         (gnus-agent-flush-cache): Declare as interactive to make this function
15097         easier to use.
15098
15099 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15102         `next-line'.
15103
15104 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15107         exclude address matching message-dont-reply-to-names.
15108
15109 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-util.el (gnus-string<): New function.
15112
15113         * gnus-sum.el (gnus-article-sort-by-author)
15114         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15115
15116 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15119         the frame-focus tag is set in gnus-buffer-configuration.
15120
15121 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15124         the front stickiness.
15125
15126 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15129         url pattern; remove duplicate one.
15130         (gnus-article-extend-url-button): New function.
15131         (gnus-article-add-buttons): Use it.
15132         (gnus-button-push): Use concatenated url that it makes.
15133
15134 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15135
15136         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15137
15138 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15139
15140         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15141         Don't hardcode point-min==1.
15142
15143 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15146         Fix comment about "iso8859-1".
15147
15148 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15149
15150         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15151         ones returned from the verify-function.
15152
15153         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15154         Call mml2015-extract-cleartext-signature if extraction failed.
15155
15156 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15157
15158         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15159         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15160         failed.
15161
15162 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15165
15166 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15169         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15170         recommends to use EasyPG instead of PGG.
15171
15172         * pgg.el: Revert to revision 6.23.2.16.
15173
15174         * pgg-def.el: Revert to revision 6.6.2.14.
15175
15176         * pgg-gpg.el: Revert to revision 6.23.2.34.
15177
15178 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15179
15180         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15181         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15182         thread for both the null and zero (kill/expire thread) universal prefix
15183         cases.
15184         (gnus-summary-expire-thread): Add new function to expire a thread,
15185         using gnus-summary-kill-thread.
15186         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15187         shortcuts for gnus-summary-expire-thread.
15188         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15189         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15190
15191 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15194         extras value, so an extras entry can be deleted.
15195         (gnus-registry-delete-extra-entry): Use it.
15196         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15197         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15198         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15199         storage through the gnus-registry, and provide an appropriate API for
15200         it.
15201
15202 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15205         Suggested by Leo <sdl.web@gmail.com>.
15206
15207         * gnus.el: Do.
15208
15209 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15212         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15213
15214         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15215
15216         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15217         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15218
15219 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15222         newline.
15223         (nnmbox-request-accept-article): Don't change article in source buffer;
15224         narrow to header to use message-fetch-field rather than
15225         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15226         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15227         as delimiters; make sure article ends with newline.
15228         (nnmbox-delete-mail): Correct last position of article to be deleted;
15229         ignore X-Gnus-Newsgroup header in article body.
15230         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15231         positions; make sure article ends with newline.
15232
15233         * message.el (message-display-abbrev): Don't infloop when a user
15234         inserts SPC in the beginning of header.
15235
15236         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15237         coding-system-for-read and coding-system-for-write for XEmacs having no
15238         file-coding feature.
15239
15240         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15241
15242 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15245         list of groups not followed by default.  Fix type to be regexp.
15246         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15247
15248 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15249
15250         * hmac-def.el (define-hmac-function): Switch from old-style to
15251         new-style backquotes.
15252
15253         * md4.el (md4-make-step): Likewise.
15254
15255 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15258         raw-text coding system when saving .newsrc file, which may contain
15259         non-ASCII group names.
15260
15261 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-cus.el (gnus-score-extra): New widget.
15264         (gnus-score-extra-convert): New function.
15265         (gnus-score-customize): Use it for Extra.
15266
15267 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15268
15269         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15270         (mml2015-mailcrypt-clear-verify): Use it.
15271         (mml2015-gpg-clear-verify): Use it.
15272         (mml2015-pgg-clear-verify): Use it.
15273         (mml2015-epg-clear-verify): Replace the current part with the output
15274         from GnuPG; don't extract the plaintext by itself.
15275
15276         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15277         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15278         mml2015-clear-verify-function; don't touch the armor headers or
15279         dash-escaped text here.
15280
15281 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15284         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15285         parts, or application/octet-stream as a last resort.
15286         (gnus-mime-view-part-as-type): Don't toggle display.
15287         (gnus-mime-view-part-as-charset): Don't turn off display before
15288         querying charset.
15289
15290         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15291         stuff to undisplayer function in Emacs.
15292         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15293
15294         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15295         text/calendar parts.
15296
15297 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15300         decoding text/calendar parts.
15301
15302         * message.el (message-forward-make-body-mime): Always mark body as
15303         having no illegible text; remove signed-or-encrypted argument.
15304         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15305
15306         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15307         (mml-generate-mime-1): Don't encode body if it is specified to be in
15308         raw form; don't make buffer be unibyte when inserting multibyte string.
15309
15310 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15311
15312         * sha1.el: Fix up comment style.
15313         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15314         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15315
15316         * hex-util.el: Fix up comment style.
15317         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15318
15319         * gnus-salt.el: Use with-current-buffer.
15320         (gnus-pick-setup-message): Fix long-standing typo.
15321
15322 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * imap.el (imap-logout-timeout): New variable.
15325         (imap-logout, imap-logout-wait): New functions.
15326         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15327
15328         * nnimap.el (nnimap-logout-timeout): New server variable.
15329         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15330         nnimap-logout-timeout.
15331
15332         * gnus-art.el (gnus-article-summary-command-nosave)
15333         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15334
15335 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus.el (gnus-maximum-newsgroup): New variable.
15338
15339         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15340         according to gnus-maximum-newsgroup.
15341
15342         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15343         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15344         Limit the range of articles according to gnus-maximum-newsgroup.
15345
15346 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15347
15348         * gnus-art.el (gnus-sticky-article): Fix problems described in
15349         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15350         Don't perform gnus-configure-windows here; reuse existing sticky
15351         article buffer.
15352
15353         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15354         it doesn't exist in gnus-article-mode.
15355
15356 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15359         (gnus-agent-decoded-group-name): New function.
15360         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15361         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15362
15363 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15364
15365         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15366         Add binding for gnus-sticky-article.
15367         (gnus-summary-exit): Don't kill sticky article buffers.
15368
15369         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15370         article buffer.
15371         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15372         (gnus-kill-sticky-article-buffers): New commands.
15373
15374 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * nntp.el (nntp-xref-number-is-evil): New server variable.
15377         (nntp-find-group-and-number): If it is non-nil, don't trust article
15378         numbers in the Xref header.
15379
15380 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * gnus-agent.el (gnus-agent-read-group): New function.
15383         (gnus-agent-flush-group, gnus-agent-expire-group)
15384         (gnus-agent-regenerate-group): Use it.
15385         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15386         nnmail-pathname-coding-system.
15387
15388 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15391
15392         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15393         that are unread as unread, and also as selected so that information of
15394         marks having been changed by a user may be updated when exiting group.
15395
15396 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15399
15400 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15403         calculated ignoring signature parts to gnus-treat-article.
15404
15405 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15408         a point here in order to keep the window start.
15409         (gnus-insert-mime-security-button): Make a button overlay without the
15410         front stickiness.
15411         (gnus-mime-display-security): Goto the end of a button.
15412
15413         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15414
15415 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15418         group-name-at-point.
15419         (gnus-group-completing-read): New function that offers decoded
15420         non-ASCII group names for completion.
15421         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15422         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15423         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15424         (gnus-group-fetch-control): Use it.
15425         (gnus-fetch-group): Use group-name-at-point for the initial value
15426         rather than the default value; use gnus-alive-p.
15427
15428         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15429         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15430         (gnus-summary-post-news): Use gnus-group-completing-read.
15431
15432         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15433         (gnus-read-move-group-name): Decode group name for completion.
15434
15435 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15438         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15439         Yamaoka slightly modified the code).
15440
15441 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15444         (nnmail-split-incoming): Bind it.
15445
15446         * nnml.el (nnml-group-name-charset): New function.
15447         (nnml-decoded-group-name): Use it; don't decode group name if
15448         nnmail-group-names-not-encoded-p is non-nil.
15449         (nnml-encoded-group-name): New function.
15450         (nnml-group-pathname): Inline nnml-decoded-group-name.
15451         (nnml-request-expire-articles): Decode group name in message.
15452         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15453         nnmail-pathname-coding-system.
15454         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15455         not decoded ones according to nnmail-group-names-not-encoded-p.
15456         (nnml-generate-active-info): Use nnml-encoded-group-name.
15457
15458 2007-08-08  Glenn Morris  <rgm@gnu.org>
15459
15460         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15461         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15462         doc-strings and comments.
15463
15464 2007-07-25  Glenn Morris  <rgm@gnu.org>
15465
15466         * Relicense all FSF files to GPLv3 or later.
15467
15468 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * gnus-sum.el (gnus-summary-move-article):
15471         Make gnus-summary-respool-article work.
15472
15473 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15476         string.
15477
15478 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15479
15480         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15481         that should be ignored when comparing distant RSS articles with local
15482         ones.
15483         (nnrss-make-hash-index): New function.  Create a hash index according
15484         to the ignored fields.
15485         (nnrss-check-group): Use it.
15486
15487 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15490
15491         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15492
15493         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15494         the new optional argument ENCODED is non-nil.
15495         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15496         coding system for encoding group name.
15497         (gnus-group-make-rss-group): Pass un-encoded group name to
15498         gnus-group-make-group.
15499         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15500         encoded.
15501
15502         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15503         Encode group name to which articles are moved or copied.
15504         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15505         coding system for encoding Newsgroup, Followup-To and Xref headers.
15506
15507         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15508         marks; use nnheader-file-coding-system to write a file.
15509         (nnagent-retrieve-headers): Bind file-name-coding-system to
15510         nnmail-pathname-coding-system.
15511
15512         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15513
15514         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15515         (nnml-request-article, nnml-request-create-group)
15516         (nnml-request-rename-group, nnml-find-id)
15517         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15518         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15519         (nnml-save-marks): Use nnml-group-pathname instead of
15520         nnmail-group-pathname.
15521
15522         (nnml-request-create-group, nnml-request-expire-articles)
15523         (nnml-request-move-article, nnml-request-delete-group)
15524         (nnml-deletable-article-p, nnml-possibly-create-directory)
15525         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15526         (nnml-open-marks): Bind file-name-coding-system to
15527         nnmail-pathname-coding-system.
15528
15529         (nnml-request-article): Pass server argument to nnml-find-group-number.
15530         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15531         Pass server argument to nnml-possibly-create-directory.
15532         (nnml-request-accept-article): Pass server argument to
15533         nnml-active-number and nnml-save-mail.
15534         (nnml-find-group-number): Pass server argument to nnml-find-id.
15535         (nnml-request-update-info): Pass server argument to
15536         nnml-marks-changed-p.
15537
15538         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15539         (nnml-save-mail, nnml-active-number): Add server argument.
15540
15541         (nnml-request-delete-group): Warn if group is missing.
15542         (nnml-get-nov-buffer): Decode group name.
15543         (nnml-generate-active-info): Encode group name.
15544         (nnml-open-marks): Decode group name in messages.
15545
15546 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15549         if it is not specified.
15550         (gnus-article-pipe-part, gnus-article-save-part)
15551         (gnus-article-interactively-view-part, gnus-article-copy-part)
15552         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15553         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15554         (gnus-article-replace-part, gnus-article-delete-part)
15555         (gnus-article-view-part-as-type): Pass raw prefix argument to
15556         gnus-article-part-wrapper.
15557
15558 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-agent.el (gnus-agent-save-active):
15561         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15562
15563         * gnus-cache.el (gnus-cache-save-buffers)
15564         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15565         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15566         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15567         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15568         (gnus-cache-generate-active, gnus-cache-rename-group)
15569         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15570         (gnus-cache-update-overview-total-fetched-for):
15571         Bind file-name-coding-system to nnmail-pathname-coding-system.
15572         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15573         New variables.
15574         (gnus-cache-decoded-group-name): New function.
15575         (gnus-cache-file-name): Use it.
15576         (gnus-cache-generate-active): Use non-decoded group name for active.
15577
15578         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15579         right place.
15580         (gnus-write-active-file): Don't break non-ASCII group names.
15581
15582         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15583         nnmail-pathname-coding-system.
15584
15585         * lpath.el: Bind default-file-name-coding-system,
15586         file-name-coding-system and language-info-alist for XEmacs.
15587
15588         * gnus-uu.el (gnus-uu-decode-save): Typo.
15589
15590 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15593
15594 2007-07-14  David Kastrup  <dak@gnu.org>
15595
15596         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15597         finishing actions if we did not edit the article.
15598
15599 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15602         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15603         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15604         (gnus-agent-flush-group, gnus-agent-flush-cache)
15605         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15606         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15607         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15608         (gnus-agent-regenerate-group)
15609         (gnus-agent-update-files-total-fetched-for)
15610         (gnus-agent-update-view-total-fetched-for):
15611         Bind file-name-coding-system to nnmail-pathname-coding-system.
15612         (gnus-agent-group-pathname): Don't encode file names by
15613         nnmail-pathname-coding-system.
15614         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15615         coding-system-for-write instead of buffer-file-coding-system to
15616         gnus-agent-file-coding-system.
15617
15618         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15619         Decode group name.
15620
15621         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15622
15623         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15624         (gnus-read-newsrc-el-file): Make group names unibyte.
15625
15626         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15627         nnmail-pathname-coding-system.
15628
15629         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15630         (nnrss-request-delete-group): Bind file-name-coding-system to
15631         nnmail-pathname-coding-system.
15632         (nnrss-read-server-data, nnrss-read-group-data):
15633         Bind file-name-coding-system correctly.
15634         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15635
15636         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15637         (nntp-server-to-method-cache): New variable.
15638         (nntp-group-pathname): New function that decodes non-ASCII group names.
15639         (nntp-possibly-create-directory, nntp-marks-changed-p)
15640         (nntp-save-marks, nntp-open-marks): Use it.
15641         (nntp-possibly-create-directory, nntp-open-marks):
15642         Bind file-name-coding-system to nnmail-pathname-coding-system.
15643         (nntp-open-marks): Decode group names when bootstrapping marks.
15644
15645         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15646         Newsgroups and Followup-To headers.
15647
15648 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15651         (gnus-server-closed-face, gnus-server-denied-face)
15652         (gnus-server-offline-face): Remove variable.
15653         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15654
15655         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15656         of modifying message-stack directly for XEmacs.
15657
15658         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15659         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15660         if the coding-system argument is nil for XEmacs.
15661
15662         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15663         mm-charset-override-alist.
15664
15665         * rfc2047.el: Don't require base64; require rfc2045 for the function
15666         rfc2045-encode-string.
15667         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15668         to quote the parameter value.
15669
15670 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15673         form in gnus-group-name-charset-method-alist.
15674
15675         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15676         overrides the default layout edit-form.
15677
15678         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15679
15680         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15681
15682 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15685         as unfetched articles.
15686
15687 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15690
15691 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15694         original back end that keeps marks in the local system.
15695
15696 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15699         arg of pop-to-buffer for XEmacs.
15700         (gnus-article-read-summary-keys): Ditto; don't restore window
15701         configuration if summary command ends up with neither article buffer
15702         nor summary buffer; describe bindings if summary keys end with C-h.
15703
15704 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * message.el (message-fix-before-sending): Skip raw message part to be
15707         forwarded while checking illegible text.
15708         (message-forward-make-body-mime, message-forward-make-body):
15709         Mark signed or encrypted raw message as having no illegible text.
15710
15711 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15714         (gnus-message-with-timestamp-1): New macro.
15715         (gnus-message-with-timestamp): New function.
15716         (gnus-message): Use them.
15717
15718         * nnheader.el (nnheader-message): Use them.
15719
15720 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15723         .newsrc.eld file.
15724
15725 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-agent.el (gnus-agent-fetch-headers)
15728         (gnus-agent-retrieve-headers):
15729         Bind gnus-decode-encoded-address-function to identity.
15730
15731         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15732         available also when the server returns simply a dot.
15733
15734         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15735
15736 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15739
15740 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-ems.el (gnus-x-splash): Make it work.
15743
15744         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15745         from being used.
15746
15747         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15748
15749 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15752         4th and the 5th arguments.
15753
15754         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15755         the front stickiness.
15756         (gnus-article-summary-command-nosave): Correct the order of the
15757         arguments passed to pop-to-buffer.
15758         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15759         summary command ends up with the article buffer.
15760
15761         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15762         the same faces.
15763
15764 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15765
15766         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15767
15768 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15769
15770         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15771         * gnus-sum.el (gnus-summary-highlight):
15772         * pgg.el (pgg-sign-region, pgg-sign):
15773         * mail-source.el (mail-source-delete-old-incoming-confirm):
15774         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15775
15776 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * gnus-art.el (gnus-mime-view-part-externally)
15779         (gnus-mime-view-part-internally): Fix predicate function passed to
15780         completing-read.
15781
15782         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15783
15784         * gnus.el (gnus-update-message-archive-method): Add :version.
15785
15786 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * gnus.el (gnus-update-message-archive-method): New variable.
15789
15790         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15791         according to gnus-message-archive-method if
15792         gnus-update-message-archive-method is non-nil.
15793
15794 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15797         Suggested by Loic Dachary <loic@dachary.org>.
15798         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15799
15800 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * message.el (message-pop-to-buffer): Add switch-function argument.
15803         (message-mail): Pass switch-function argument to it.
15804
15805 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15808         Improve doc string.
15809
15810 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15813         (gnus-header-content):
15814         * gnus-cite.el (gnus-cite-10):
15815         * gnus-srvr.el (gnus-server-closed):
15816         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15817         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15818         (gnus-group-mail-3-empty, gnus-group-mail-low)
15819         (gnus-group-mail-low-empty, gnus-splash):
15820         * message.el (message-header-to, message-header-cc)
15821         (message-header-subject, message-header-other, message-header-name)
15822         (message-header-xheader, message-separator, message-cited-text)
15823         (message-mml): Lighten colors of faces used for dark background.
15824
15825 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15826
15827         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15828         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15829
15830 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * message.el (message-narrow-to-headers-or-head):
15833         Ignore mail-header-separator in the body.
15834
15835 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15838         same as window size.
15839
15840 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15841
15842         * message.el (message-font-lock-keywords): Use message-header-xheader
15843         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15844         ahead of the anything pattern, to get it recognized.
15845
15846 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15849         spam.el loads uses it in the compiled defadvice form.
15850
15851 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15852
15853         * gnus-sum.el (gnus-articles-to-read)
15854         (gnus-summary-insert-old-articles): Don't truncate group name for
15855         `read-string'.
15856
15857         * gnus-util.el (gnus-limit-string): Delete this function.
15858
15859         * gnus-sum.el (gnus-simplify-subject-fully):
15860         Use `truncate-string-to-width' instead.
15861
15862 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15863
15864         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15865         Tell if, on summary exit, the next group has to be selected.
15866         (gnus-summary-exit): Use it.
15867
15868 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15869
15870         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15871         non-break space.
15872
15873 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15876         Check if group is not a directory.
15877         (nnfolder-request-expire-articles): Don't delete articles if the target
15878         group is not available.
15879
15880         * nnml.el (nnml-request-create-group): Properly check if group is not a
15881         file.
15882         (nnml-request-expire-articles): Don't delete articles if the target
15883         group is not available.
15884
15885         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15886         Don't quote characters that are within parentheses.
15887
15888 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15891         (gnus-handle-ephemeral-exit): Select article according to it.
15892
15893 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * message.el (message-insert-formated-citation-line): Remove newline.
15896         (message-citation-line-format): Add final \n here so that the user can
15897         avoid a blank line.
15898
15899 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15900
15901         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15902         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15903         Update lanl/arXiv support.
15904
15905 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * gnus.el: Bump version number.
15908
15909 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * gnus.el (gnus-version-number): Bump version.
15912
15913 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15914
15915         * gnus.el: No Gnus v0.6 is released.
15916
15917 2007-04-27  Didier Verna  <didier@xemacs.org>
15918
15919         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15920         * gmm-utils.el (gmm-regexp-concat): ... here.
15921         * message.el: Don't require 'gnus-util.
15922         (message-dont-reply-to-names): Handle name change above.
15923         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15924
15925 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15928         since the initial value varies according to the system.
15929
15930 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15933
15934 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15935
15936         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15937
15938 2007-04-24  Didier Verna  <didier@xemacs.org>
15939
15940         Improve the type of gnus-ignored-from-addresses.
15941         * gnus-util.el (gnus-orify-regexp): New function.
15942         * message.el (gnus-util): Require it.
15943         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15944         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15945         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15946
15947 2007-04-24  Didier Verna  <didier@xemacs.org>
15948
15949         * gnus-sum.el:
15950         * gnus-utils.el: Fix some trailing whitespaces.
15951
15952 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15955         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15956         article's Message-ID; refer parent article in summary buffer.
15957
15958         * message.el (message-bounce): Call mime-to-mml.
15959
15960         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15961         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15962         optimize and/or forms properly.
15963
15964 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15967         URL.
15968
15969 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15972
15973 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15976         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15977         displayed of multipart/alternative part if it is invoked from summary
15978         buffer.
15979
15980         * mm-view.el (mm-inline-text-html-render-with-w3m)
15981         (mm-inline-text-html-render-with-w3m-standalone)
15982         (mm-inline-render-with-function): Use mail-parse-charset by default.
15983
15984 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15985
15986         * parse-time.el (parse-time-string-chars): Check if CHAR
15987         is less than the length of parse-time-syntax.
15988
15989 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15992         from gnus-newsgroup-processable.
15993
15994 2007-04-16  Didier Verna  <didier@xemacs.org>
15995
15996         * gnus-msg.el (gnus-configure-posting-styles):
15997         Handle message-signature-directory properly with :file syntax.
15998         Reported by "Leo".
15999
16000 2007-04-11  Didier Verna  <didier@xemacs.org>
16001
16002         New user option: message-signature-directory.
16003         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16004         * message.el (message-insert-signature): Ditto.
16005         * message.el (message-signature-file): Doc update.
16006         * message.el (message-signature-directory): New.
16007
16008 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-msg.el (gnus-inews-yank-articles):
16011         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16012
16013 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * message.el (message-yank-original): Make sure cited text ends with
16016         newline; don't exchange point and mark.
16017
16018 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16019
16020         * tls.el (open-tls-stream): Properly handle case where there
16021         is no associated buffer.
16022
16023 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16024
16025         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16026         message-yank-original, make sure (< mark TEXT point).
16027
16028 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * message.el (message-fill-column): New variable.
16031         (message-mode): Use it.  Add comment on a possible new hook.
16032
16033         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16034         (nnmail-get-new-mail): Reformat.
16035
16036         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16037
16038         * gmm-utils.el: Fix Commentary.
16039         (gmm-tool-bar-from-list): Fix typo in doc string.
16040
16041 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16042
16043         * message.el (message-yank-original): Don't switch point and mark
16044         unnecessarily to put point and mark as documented.
16045
16046 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16047
16048         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16049         from the message heads.
16050
16051 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16052
16053         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16054         article buffer does not have a window.  This may not be the best
16055         solution but is certainly better than setting the start of the null,
16056         that is the current, window.
16057
16058 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16061         (gnus-draft-setup): Run it.
16062
16063         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16064         gnus-score-fast-scoring.  Allow regexp.
16065         (gnus-score-headers): Use it.
16066
16067         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16068         XEmacs.
16069
16070         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16071         string.
16072         (gnus-button-alist): Also catch `<f1> k ...'.
16073         (gnus-treat-display-x-face): Fix doc string.
16074
16075 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16076
16077         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16078         evaluation of gnus-extended-version to ensure correct generation of the
16079         User-Agent header when message-generate-headers-first is used.
16080
16081 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16082
16083         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16084         hashcash-path is nil.  Don't call callback with incorrect number of
16085         parameters if val is 0.
16086
16087 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16088
16089         * message.el (message-required-news-headers):
16090         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16091
16092 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16093
16094         * tls.el (open-tls-stream): In handshake-waiting loop,
16095         don't wait more if there is output available to process.
16096
16097 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16098
16099         * tls.el (tls-program): Doc fix.
16100
16101 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * message.el (message-generate-new-buffers): Change the meaning of the
16104         nil value; add `standard' to the choices; treat t as `unique'; improve
16105         doc string.
16106         (gnus-select-frame-set-input-focus): Autoload.
16107         (message-buffer-name): Search for the existing message buffer if
16108         message-generate-new-buffers is nil or `standard'; treat the value t of
16109         message-generate-new-buffers as `unique'.
16110         (message-pop-to-buffer): Raise the frame already displaying the message
16111         buffer; clear the echo area after querying.
16112         (message-setup): Pass the `continue' argument to compose-mail.
16113         (message-mail): Prefer `switch-function' if it is given; search for the
16114         existing message buffer if the `continue' argument is non-nil; pass
16115         continue and switch-function arguments to compose-mail by way of
16116         message-setup.
16117         (message-mail-other-window): Adjust argument of message-setup.
16118         (message-mail-other-frame): Ditto.
16119
16120 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16123         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16124         to turn font-lock on when turning gnus-message-citation-mode on.
16125
16126 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16127
16128         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16129         (mml-smime-function-alist): New variable; add epg as the backend.
16130         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16131         mml-smime- functions instead.
16132         * mm-view.el: Require smime.
16133
16134 2007-03-05  Didier Verna  <didier@xemacs.org>
16135
16136         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16137         instead of just inheritance for posting styles.
16138         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16139
16140 2007-02-24  Chris Moore  <dooglus@gmail.com>
16141
16142         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16143         * pgg-pgp.el (pgg-pgp-encrypt-region):
16144         * pgg-gpg.el (pgg-gpg-encrypt-region):
16145         Check pgg-encrypt-for-me if no other recipients.
16146
16147 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16148
16149         * tls.el (tls-certtool-program): Fix custom type.
16150
16151 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16154         and point-at-eol instead of line-(beginning|end)-position.
16155
16156         * assistant.el (assistant-parse-buffer): Ditto.
16157
16158         * netrc.el (netrc-parse-services): Ditto.
16159
16160 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16161
16162         * mml2015.el (mml2015-epg-find-usable-key): New function.
16163         (mml2015-epg-sign): Use it.
16164         (mml2015-epg-encrypt): Use it.
16165
16166 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * message.el (message-make-in-reply-to): Quote name containing
16169         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16170         if there are special characters.  Reported by NAKAJI Hiroyuki
16171         <nakaji@jp.freebsd.org>.
16172
16173 2007-02-27  Didier Verna  <didier@xemacs.org>
16174
16175         Include the group parameters as well as the topic ones in the
16176         inheritance filter process.
16177         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16178         argument GROUP-PARAMS-LIST.
16179         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16180
16181 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * nntp.el (nntp-never-echoes-commands)
16184         (nntp-open-connection-functions-never-echo-commands): New variables.
16185         (nntp-send-command): Use them.
16186
16187 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16188
16189         * mml2015.el (mml2015-epg-verify): Simplify.
16190
16191 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * mml.el (mml-content-disposition-alist): New user option.
16194         (mml-content-disposition): New function.
16195         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16196         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16197
16198 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16199
16200         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16201         verification.
16202
16203 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16204
16205         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16206         articles posted in the last 24 hours.
16207
16208 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16209
16210         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16211
16212 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16213
16214         * nntp.el (nntp-send-command): Don't wait for echoes when
16215         nntp-open-ssl-stream is used.
16216
16217 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16220         (gnus-message-add-citation-keywords)
16221         (gnus-message-remove-citation-keywords): Remove.
16222         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16223         directly, make the variables in font-lock-defaults buffer-local, add
16224         gnus-message-citation-keywords to them and then update the value of
16225         font-lock-keywords.
16226
16227 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * message.el (message-cite-original-1): Don't call
16230         gnus-article-highlight-citation.
16231
16232         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16233         citations; fix line count.
16234
16235 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16238         (gnus-message-add-citation-keywords)
16239         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16240         versions of font-lock-add-keywords and font-lock-remove-keywords to
16241         work with XEmacs correctly.
16242
16243 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-cite.el (gnus-cite-face-list): Set the values of
16246         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16247         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16248         (gnus-message-cite-prefix-regexp): New variable.
16249         (gnus-message-search-citation-line): Use it; protect against long
16250         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16251         the 0th match data for Emacs.
16252         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16253         (gnus-message-add-citation-keywords): Append keywords rather than
16254         prepending; emulate font-lock-add-keywords if it is not available.
16255         (gnus-message-remove-citation-keywords):
16256         Emulate font-lock-remove-keywords if it is not available.
16257
16258         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16259
16260         * message.el (message-cite-prefix-regexp): Set the value of
16261         gnus-message-cite-prefix-regexp.
16262
16263 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16264
16265         * nnweb.el (nnweb-google-parse-1): Update parser.
16266
16267 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16268
16269         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16270
16271 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16272
16273         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16274         regexp.
16275
16276 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16279         string-to-multibyte.
16280         (uudecode-decode-region-internal): Use it.
16281
16282         * lpath.el: Fbind string-as-multibyte for XEmacs.
16283
16284 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16287         Fix custom choice.
16288
16289         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16290
16291 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16292
16293         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16294
16295         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16296         `write-region' to respect `mm-inhibit-file-name-handlers'.
16297
16298 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16301         Use gnus-home-directory instead of "~/" or "$HOME".
16302
16303 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16304
16305         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16306         to mention filename.
16307         Add comments at beginning regarding usage.
16308         (encrypt-write-file-contents): Change interactive so a string is
16309         acceptable.  If the file has no associated model, show an error instead
16310         of a nonsense prompt.
16311
16312 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16313
16314         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16315         Thanks to Yoshihiko Yamada for kind notification of this typo.
16316
16317 2007-01-12  Kenichi Handa  <handa@m17n.org>
16318
16319         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16320         multibyte buffer.
16321
16322 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * gnus-score.el (gnus-score-fast-scoring): New variable.
16325         (gnus-score-headers): Use it.
16326
16327         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16328
16329         * message.el (message-cite-original-1):
16330         Call gnus-article-highlight-citation if requested.
16331         (message-make-from): Allow name and address as optional arguments.
16332
16333         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16334
16335         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16336         bugs to doc string.
16337         (gnus-button-alist): Add mid\\|message-id.
16338         (gnus-button-fetch-group): Extend for use in
16339         `browse-url-browser-function'.
16340         (gnus-button-url-regexp): Try to catch paired parentheses like in
16341         Wikipedia URLs.
16342
16343         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16344         Suggested by Simon Krahnke <overlord@gmx.li>.
16345
16346 2007-01-13  Romain Francoise  <romain@orebokech.com>
16347
16348         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16349         Update copyright.
16350
16351 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16352
16353         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16354
16355 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * gnus-registry.el (gnus-registry-unfollowed-groups)
16358         (gnus-registry-split-fancy-with-parent): Fix documentation.
16359
16360 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16363         from nnweb groups.
16364
16365 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16368         Xref urls.  Erase buffer before requesting head.
16369
16370         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16371
16372 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16373
16374         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16375         customizable.
16376
16377 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16378
16379         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16380         no signing key is found.
16381         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16382         no encrypting and/or signing key is found.
16383
16384 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16387
16388 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16389
16390         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16391         headers read from disk with the ones newly found in the current search.
16392         This should no longer cause problems, because the article numbers in
16393         Gmane's `nov.php' output are ignored since the previous change.
16394
16395 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16396
16397         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16398
16399 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16402         replace-regexp-in-string; bind url-version; fbind display-images-p and
16403         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16404         find-face and set-itimer-function for Emacs; bind itimer-list for
16405         Emacs.
16406
16407         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16408
16409 2007-01-01  Romain Francoise  <romain@orebokech.com>
16410
16411         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16412
16413 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16414
16415         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16416         `define-minor-mode' macro definition expanded properly.
16417         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16418         exclude it there.
16419
16420         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16421         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16422         `fboundp' test.
16423         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16424         This is OK to autoload in (S)XEmacs now.
16425
16426 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16427
16428         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16429         keystroke.
16430         (gnus-summary-limit-to-singletons): Fix typo.
16431
16432         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16433         else fails.
16434
16435 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16436
16437         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16438         docstring.
16439
16440         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16441         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16442         (gnus-summary-insert-dormant-articles): Fix typo in message.
16443
16444 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16447         nil for XEmacs.
16448         (gnus-message-citation-mode): Don't autoload in XEmacs.
16449
16450         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16451
16452 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16453
16454         * nnimap.el (nnimap-expunge-search-string):
16455         Mention nnimap-search-uids-not-since-is-evil in docstring.
16456
16457 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * spam.el: Revert to make-obsolete-variable because
16460         define-obsolete-variable-alias is not supported in Emacs 21.
16461
16462         * spam.el (spam-ifile-path, spam-ifile-database-path)
16463         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16464         make-obsolete-variable.
16465         (spam-bsfilter-path, spam-bsfilter-program)
16466         (spam-spamassassin-path, spam-spamassassin-program)
16467         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16468         Don't use "path" inappropriately.
16469         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16470         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16471         variable names.
16472
16473 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16474
16475         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16476         summary buffer.
16477
16478         * password.el (password-cache-remove): Use clear-string to burn
16479         password, if available.
16480
16481 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16484
16485         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16486
16487         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16488         (gnus-message-highlight-citation): Move defcustom here from
16489         gnus-cite.el.
16490         (gnus-message-citation-mode): Autoload.
16491
16492         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16493         checks to make it compile with XEmacs.
16494         (gnus-message-citation-mode): New minor mode.
16495         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16496         (gnus-message-highlight-citation): New variables.
16497         (gnus-message-search-citation-line)
16498         (gnus-message-add-citation-keywords)
16499         (gnus-message-remove-citation-keywords)
16500         (turn-on-gnus-message-citation-mode)
16501         (turn-off-gnus-message-citation-mode): New functions.
16502
16503 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16504
16505         * gnus-cite.el: Enable highlighting of different citation levels in
16506         message-mode.
16507
16508 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * message.el (message-make-fqdn): Fix comment.
16511         (message-bogus-system-names): Add ".local".
16512
16513         * spam.el (spam-ifile-path, spam-ifile-program)
16514         (spam-ifile-database-path, spam-ifile-database)
16515         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16516         Don't use "path" inappropriately.
16517         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16518         strings.
16519         (spam-check-ifile, spam-ifile-register-with-ifile)
16520         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16521         Use new variable names.
16522
16523         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16524         (gnus-treat-display-smileys): Simplify using
16525         gnus-image-type-available-p.
16526
16527         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16528         available.
16529
16530         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16531         Use `display-images-p' if available.
16532
16533 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16536         one after turning on the buffer's multibyteness instead of decoding
16537         them directly in the unibyte buffer that causes unexpected conversion
16538         in Emacs 23 (unicode).
16539
16540 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16541
16542         * message.el (message-generate-hashcash): Fix custom type.
16543
16544 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16547
16548 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16551         disconnect icons.  Add help text.
16552
16553 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16554
16555         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16556         negated to be consistent with the others we handle.
16557
16558 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16559
16560         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16561         version of gnus-summary-buffer to something, so that we can use two
16562         article buffers at the same time.
16563
16564 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16565
16566         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16567         trigger all the extra headers.
16568         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16569         sorting.
16570
16571 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16572
16573         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16574         solid groups.
16575
16576 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16577
16578         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16579
16580 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * legacy-gnus-agent.el: Add Copyright notice.
16583
16584 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16585
16586         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16587
16588 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16589
16590         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16591
16592         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16593         to make it work reliably in CVS Emacs.
16594         (gnus-summary-limit-strange-charsets-predicate)
16595         (gnus-summary-limit-to-predicate): New functions.
16596
16597 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16598
16599         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16600         specifying array size.
16601         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16602         array if it is too small.
16603         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16604         (gnus-sort-threads-loop): New function.
16605
16606 2006-12-06  Chris Moore  <dooglus@gmail.com>
16607
16608         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16609         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16610
16611 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16612
16613         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16614         options.
16615
16616 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16617
16618         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16619         DOS-ing the recipient.
16620
16621         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16622         the headers when creating the mapping to avoid mismappings.
16623         (nnweb-gmane-create-mapping): Always nix out old mapping.
16624
16625 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16628         and mm-verify-option to never.
16629
16630 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * message.el (message-signed-or-encrypted-p): New function.
16633         (message-forward-make-body): Use it.
16634
16635         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16636         Replace encode-coding-string with mm-encode-coding-string.
16637
16638 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * nneething.el (nneething-decode-file-name):
16641         Replace decode-coding-string with mm-decode-coding-string.
16642
16643         * gnus-int.el (gnus-open-server): Say failed server's name.
16644
16645 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16646
16647         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16648         strings to a single string.  Quote `errors-file-name'.
16649         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16650         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16651         Adjust calls.  Use `shell-quote-argument'.
16652
16653 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16654
16655         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16656         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16657
16658         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16659         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16660         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16661         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16662         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16663         (gnus-subscribe-newsgroup, gnus-1):
16664         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16665         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16666         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16667         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16668
16669 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670
16671         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16672         keystroke.
16673         (gnus-summary-limit-to-bodies): Implement headersp.
16674
16675 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16676
16677         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16678
16679 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16682
16683 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16684
16685         * message.el (message-generate-hashcash): Expand range of values to
16686         include `opportunistic'.
16687         (message-send-mail): Use it.
16688
16689 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16690
16691         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16692         and comment it.
16693
16694         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16695
16696 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * gnus-util.el (gnus-extract-address-components): Improve comment.
16699
16700 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-util.el (gnus-extract-address-components): Work with address in
16703         which the name portion contains @.
16704
16705         * lpath.el: Fbind custom-autoload.
16706
16707 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus.el (gnus-start): Move custom group up.
16710         (gnus-select-method): Don't autoload, but make it available for
16711         `customize-variable'.
16712         (gnus-getenv-nntpserver): Don't autoload.
16713
16714 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16715
16716         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16717
16718 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16719
16720         * message.el (message-sendmail-extra-arguments): New variable.
16721         (message-send-mail-with-sendmail): Use it.
16722
16723 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16726         mm-with-unibyte-current-buffer to make string unibyte.
16727
16728         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16729         mm-string-as-multibyte.
16730
16731 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16732
16733         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16734         Reported by Werner Koch <wk@gnupg.org>.
16735
16736 2006-11-14  Daiki Ueno  <ueno@p360>
16737
16738         * mml2015.el: Autoload epa-select-keys when compiling.
16739
16740 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16741
16742         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16743         message-options.
16744         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16745
16746 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16747
16748         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16749         EasyPG (< 0.0.6).
16750         (mml2015-always-trust): New user option.
16751         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16752         prompt.
16753
16754 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * nntp.el (nntp-authinfo-force): New variable.
16757         (nntp-send-authinfo): Use it.
16758
16759 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16760
16761         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16762         decode encoded words.  Improve prompt.  Add comment about forwarding.
16763         (message-replacement-char): Move up.
16764
16765 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16766
16767         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16768         instead of gnus-intersection because arguments of gnus-sorted-nunion
16769         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16770
16771 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16772
16773         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16774         (message-simplify-subject-functions):
16775         Enable message-strip-subject-encoded-words by default.
16776
16777 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * message.el (message-strip-subject-encoded-words): New function.
16780         (message-simplify-subject-functions): New variable.
16781         (message-simplify-subject): Use it.  Fix typo in doc string.
16782         Support message-strip-subject-encoded-words.
16783
16784 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16785
16786         * gnus-diary.el (gnus-diary-delay-format-function):
16787         * nndiary.el (nndiary-reminders):
16788         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16789
16790 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-art.el (article-hide-boring-headers): Fetch date from
16793         gnus-original-article-buffer to avoid problems with localized date
16794         strings.
16795
16796 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16799
16800 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16803         New variables.
16804         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16805         (mm-charset-synonym-alist): Move some entries to
16806         mm-codepage-iso-8859-list.
16807         (mm-charset-synonym-alist, mm-charset-override-alist):
16808         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16809
16810 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16813
16814 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16815
16816         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16817         with Emacs 21 and XEmacs.
16818
16819 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16820
16821         * spam.el (spam-parse-address): New function for better parsing,
16822         catching errors, etc.
16823         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16824
16825 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * mm-view.el: Add interactive arg to html2text autoload.
16828
16829 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16832
16833 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16836         New variables.
16837         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16838         (mm-charset-synonym-alist): Move some entries to
16839         mm-codepage-iso-8859-list.
16840
16841         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16842
16843 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * message.el (message-citation-line-format)
16846         (message-insert-formated-citation-line): Fix implementation of %E, %N
16847         and %n according to the doc string.
16848
16849 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16852         Use car-safe to avoid bad parses.
16853
16854 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16857         names.
16858
16859         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16860
16861 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16864         header.
16865
16866         * message.el (message-draft-headers): Add Date.
16867         (message-headers-to-generate): Fix typo in docstring.
16868
16869         * nndraft.el (nndraft-required-headers): New variable.
16870         (nndraft-generate-headers): Use it.
16871
16872         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16873
16874 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * gnus-registry.el (gnus-registry-wash-for-keywords)
16877         (gnus-registry-find-keywords): New functions to allow easy searching of
16878         articles that are in the registry.
16879
16880 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16881
16882         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16883         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16884         Reported by Damien Elmes <damien@repose.cx>.
16885
16886 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus.el (gnus-mime): Remove unused custom group.
16889
16890 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16891
16892         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16893         "blank line" when searching for end of armor headers.
16894
16895 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gmm-utils.el (gmm-write-region): Fix variable name.
16898
16899 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16900
16901         * gmm-utils.el (gmm-write-region): New function based on compatibility
16902         code from `mm-make-temp-file'.
16903
16904         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16905
16906         * nnmaildir.el (nnmaildir--update-nov)
16907         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16908         Use `gmm-write-region'.
16909
16910 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16913         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16914
16915         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16916
16917         * message.el (message-replacement-char): New variable.
16918         (message-fix-before-sending): Use it.
16919         (message-simplify-subject): New function to remove duplicate code.
16920         (message-reply, message-followup): Use it.
16921
16922         * gnus-sum.el (gnus-summary-make-menu-bar):
16923         Clarify gnus-summary-limit-to-articles.
16924
16925 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-util.el (gnus-with-local-quit): New macro.
16928
16929         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16930
16931 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16932
16933         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16934         ignore non-string data.
16935
16936 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16937
16938         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16939         non-string data (needs to be done in the registry too).
16940
16941 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16942
16943         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16944         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16945         (gnus-registry-split-fancy-with-parent)
16946         (gnus-registry-fetch-simplified-message-subject-fast)
16947         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16948         Remove text properties on ingress into the registry and when it's saved.
16949         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16950         registry from entries with no groups.
16951
16952 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16955         function to remove string properties.
16956
16957 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * gmm-utils.el (gmm): Adjust custom version.
16960
16961         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16962         Adjust custom version.
16963
16964         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16965
16966 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-art.el (gnus-insert-prev-page-button)
16969         (gnus-insert-next-page-button): Simplify.  Reformat.
16970
16971 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16972
16973         * gnus-art.el (gnus-insert-prev-page-button)
16974         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16975
16976 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16977
16978         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16979
16980 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16981
16982         * gnus-art.el (gnus-insert-mime-button)
16983         (gnus-insert-mime-security-button):
16984         Apply gnus-article-button-face to MIME and security buttons.
16985
16986 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16989         readable.
16990
16991 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16994
16995 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16996
16997         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16998         `browse-url-of-file' instead of `browse-url'.
16999
17000 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17001
17002         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17003         regexp.  Articles containing quotation were cut prematurely.
17004
17005 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * message.el (message-cite-original-1): Use nobody by default for the
17008         value of From header.
17009         (message-reply): Ditto.
17010
17011 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17012
17013         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17014         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17015         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17016
17017 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17020         mails in the doc string.  Add some URLs in comment.
17021         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17022
17023 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17026         backslashes handling and the way to find boundaries of quoted strings.
17027
17028 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17029
17030         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17031         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17032         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17033         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17034
17035 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17038         doc string.
17039         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17040
17041 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * lpath.el: Fbind epg-check-configuration.
17044
17045 2006-09-06  Simon Josefsson  <jas@extundo.com>
17046
17047         * mml2015.el (mml2015-use): Doc fix, mention epg.
17048
17049 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17050
17051         * mml2015.el (mml2015-use): Default to epg, if available.
17052
17053 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17054
17055         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17056         message-sender.
17057         (mml1991-epg-encrypt): Ditto.
17058         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17059         message-sender.
17060         (mml2015-epg-encrypt): Ditto.
17061
17062 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17063
17064         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17065         several common directories.
17066
17067 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17068
17069         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17070         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17071
17072 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-art.el (article-decode-encoded-words): Make it fast.
17075
17076 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17079
17080         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17081         in quoted string into `\'.
17082
17083 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17086         Use standard-syntax-table.
17087
17088 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-art.el (gnus-decode-address-function): New variable.
17091         (article-decode-encoded-words): Use it to decode headers which are
17092         assumed to contain addresses.
17093         (gnus-mime-delete-part): Remove useless `or'.
17094
17095         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17096         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17097         (gnus-nov-parse-line): Use it to decode From header.
17098         (gnus-get-newsgroup-headers): Ditto.
17099         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17100
17101         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17102         (mail-decode-encoded-address-string): New alias.
17103
17104         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17105         New function.
17106         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17107         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17108         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17109         (rfc2047-decode-string): Ditto.
17110         (rfc2047-decode-address-region): New function.
17111         (rfc2047-decode-address-string): New function.
17112
17113 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17114
17115         * message.el (message-caesar-buffer-body): Allow rotating headers.
17116
17117         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17118
17119         * message.el (message-insert-formated-citation-line): Fix %f.
17120         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17121
17122 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17125         (gnus-bookmark-mouse-available-p): New macro.
17126         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17127         (gnus-bookmark-bmenu-show-infos): Use it.
17128         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17129         (gnus-bookmark-bmenu-hide-infos): Ditto.
17130         (gnus-bookmark-remove-properties): New function.
17131         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17132         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17133         (gnus-bookmark-write-file): Bind coding-system-for-write.
17134         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17135         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17136         group before selecting it.
17137         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17138         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17139         quit-window if it is not available; use gnus-mouse-2 and bind it to
17140         gnus-bookmark-bmenu-select-by-mouse.
17141         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17142         (gnus-bookmark-bmenu-select-by-mouse): New function.
17143
17144 2006-08-13  Romain Francoise  <romain@orebokech.com>
17145
17146         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17147         space.
17148
17149 2006-08-10  Romain Francoise  <romain@orebokech.com>
17150
17151         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17152         (dns-mode-soa-auto-increment-serial): New user option.
17153         (dns-mode-soa-maybe-increment-serial): New function.
17154         (dns-mode): Add the latter to `write-contents-functions'.
17155
17156 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * compface.el (uncompface): Use binary rather than raw-text-unix.
17159
17160 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * compface.el (uncompface): Make sure the eol conversion doesn't take
17163         place when communicating with the external programs.
17164         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17165
17166 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17169
17170 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17171
17172         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17173         Make it more robust by parsing author and date independently.
17174
17175 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17178
17179 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17180
17181         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17182         first matching secret key.
17183         (mml2015-epg-encrypt): Ditto.
17184
17185         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17186         first matching secret key.
17187         (mml1991-epg-encrypt): Ditto.
17188
17189         * mml2015.el (mml2015-encrypt-to-self): New user option.
17190         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17191         mml2015-epg-encrypt-to-self is set.
17192
17193         * mml1991.el (mml1991-encrypt-to-self): New variable.
17194         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17195         mml1991-epg-encrypt-to-self is set.
17196
17197         * mml2015.el (mml2015-signers): New user option.
17198         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17199         (mml2015-epg-encrypt): Allow to select signing keys.
17200
17201         * mml1991.el (mml1991-signers): New variable.
17202         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17203         (mml1991-epg-encrypt): Allow to select signing keys.
17204
17205 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * nnheader.el (nnheader-insert-head): Make it work even if the file
17208         uses CRLF for the line-break code.
17209
17210 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17211
17212         * mml2015.el: Require mml-sec instead of password.
17213         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17214         (mml2015-cache-passphrase): Inherit the default value from
17215         mml-secure-cache-passphrase.
17216         (mml2015-passphrase-cache-expiry): Inherit the default value from
17217         mml-secure-passphrase-cache-expiry.
17218
17219         * mml1991.el: Require mml-sec instead of password.
17220         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17221         (mml1991-cache-passphrase): Inherit the default value from
17222         mml-secure-cache-passphrase.
17223         (mml1991-passphrase-cache-expiry): Inherit the default value from
17224         mml-secure-passphrase-cache-expiry.
17225
17226         * mml-sec.el: Require password.
17227         (mml-secure-verbose): New user option.
17228         (mml-secure-cache-passphrase): New user option.
17229         (mml-secure-passphrase-cache-expiry): New user option.
17230
17231 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17232             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17233
17234         * pgg-def.el (pgg-truncate-key-identifier):
17235         Truncate the key ID to 8 letters from the end.
17236
17237 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17238
17239         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17240         workaround for the url package included with Emacs.
17241
17242         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17243
17244 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17247         correctly.  This fixes a bug caused by the 2006-05-12 change.
17248
17249 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17250
17251         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17252         some information about the error when saying that the `bogus' mail
17253         group will be used.
17254
17255 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17258         string.
17259
17260 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17261
17262         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17263
17264 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17265
17266         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17267
17268 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17269
17270         * mml1991.el (mml1991-function-alist): Add epg.
17271         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17272         (mml1991-epg-encrypt): New functions.
17273
17274 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17275
17276         * mml2015.el (mml2015-verbose): New variable.
17277         (mml2015-cache-passphrase): Ditto.
17278         (mml2015-passphrase-cache-expiry): Ditto.
17279         (mml2015-function-alist): Add epg.
17280         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17281         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17282         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17283         New functions.
17284
17285 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17286
17287         * message.el (message-cite-original-1): Preserve region when removing
17288         quoted text due to X-No-Archive in order to avoid bogus attribution
17289         when citing multiple messages.
17290
17291 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17292
17293         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17294         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17295
17296 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * gnus-diary.el (gnus-user-format-function-d)
17299         (gnus-user-format-function-D): Autoload.
17300
17301         * imap.el (Commentary): Fix typo.
17302
17303         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17304         2006-04-22 contribution.
17305
17306 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17307
17308         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17309         It didn't really fix the bogosity I'm seeing with solid web groups.
17310
17311 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17312
17313         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17314         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17315         created using server names.  If we use the feature without declaring
17316         it, Gnus does not properly manage server and group state.
17317
17318         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17319         bound.
17320
17321 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17322
17323         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17324         looking up the method using GROUP's prefix before inventing a new one.
17325         It is used on killed/unknown groups in various places where returning
17326         an all-new method isn't expected by the caller.
17327
17328         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17329         and match semantics of gnus-group-real-prefix.
17330
17331 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * nnmail.el (nnmail-broken-references-mailers): New variable.
17334         (nnmail-ignore-broken-references): New function generalizing
17335         nnmail-fix-eudora-headers.
17336         (nnmail-fix-eudora-headers): Now obsolete.
17337
17338         * gnus-art.el (gnus-button-handle-custom):
17339         Support `customize-apropos*'.
17340
17341 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17344
17345         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17346         articles.
17347
17348 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * message.el (message-cite-reply-above): New variable.
17351         (message-yank-original): Use it.
17352
17353 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17356
17357 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17360         as read.
17361
17362         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17363
17364 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17367         (gnus-bookmark-default-file): Use gnus-directory.
17368         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17369         Remove "*" in doc string.
17370         (gnus-bookmark-write-file): Simplify.
17371         (gnus-bookmark-maybe-sort-alist): Use `when'.
17372         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17373         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17374         Add FIXME about Emacs 21 and XEmacs compatibility.
17375         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17376         compatibility.
17377         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17378         compatibility.
17379         (gnus-bookmark-menu-heading): Fix version.
17380
17381 2006-06-19  Bastien Guerry  <bzg@altern.org>
17382
17383         * gnus-bookmark.el: New file.
17384
17385 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * message.el (message-syntax-checks): Doc fix.
17388
17389 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17390
17391         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17392         unsubscribed groups as if they were killed ones.  It causes duplicate
17393         entries in gnus-newsrc-alist.
17394
17395 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * message.el (message-syntax-checks): Doc fix.
17398         (message-send-mail): Add check for continuation headers.
17399         (message-check-news-header-syntax): Fix regexp used to check for
17400         continuation headers.
17401
17402 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17405
17406 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17409
17410 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17413         default-truncate-lines.
17414
17415 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17418         to fill the utf-8 entry.
17419
17420         * lpath.el: Fbind unicode-precedence-list.
17421
17422 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17423
17424         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17425
17426 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17427
17428         * gnus-agent.el (directory-files-and-attributes): Move all the way
17429         forward (the third and final move).
17430         (gnus-agent-read-agentview): Trap reconstruction errors due to
17431         nonexistent directory.  Handle by returning nil.
17432
17433 2006-05-30  Didier Verna  <didier@xemacs.org>
17434
17435         * message.el (message-dont-reply-to-names): Update the custom type.
17436         * message.el (message-dont-reply-to-names): New defsubst: potentially
17437         convert a list of regexps into a single one.
17438         * message.el (message-get-reply-headers): Use it.
17439         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17440
17441 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-agent.el (directory-files-and-attributes): Move forward.
17444
17445 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * gnus-ml.el (gnus-mailing-list-subscribe)
17448         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17449         (gnus-mailing-list-message): Fix doc strings.
17450
17451 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17452
17453         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17454         of doing it manually.
17455
17456 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17457
17458         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17459         comment.
17460
17461 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17462
17463         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17464         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17465         (gnus-agent-read-local): All symbols allocated in my-obarray.
17466         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17467         (gnus-agent-regenerate-group): Check numeric names to see if they are
17468         messages or groups.
17469         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17470         better way of do this...)
17471
17472         * gnus-cache.el (gnus-agent-total-fetched-for):
17473         Ignore 'dummy.group' (there should be a better way of do this...)
17474
17475 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17478         (gnus-saved-headers): Ditto.
17479         (gnus-default-article-saver): Mention functions may have properties.
17480         (gnus-article-save): Override gnus-save-all-headers and
17481         gnus-saved-headers by :headers property which saver function may have.
17482         (gnus-summary-save-in-file): Add :headers property.
17483         (gnus-summary-write-to-file): Ditto.
17484
17485         * gnus-sum.el (gnus-summary-save-article): Bind
17486         gnus-prompt-before-saving to t when saving many articles in a file;
17487         always show all headers.
17488
17489         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17490
17491 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17494         marks.
17495
17496         * message.el (message-indent-citation): Add optional arguments to allow
17497         using it outside of message buffers.
17498
17499         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17500         (gnus-article-treat-unfold-headers): Use it.
17501         (gnus-article-truncate-lines): New variable.
17502         (gnus-article-mode): Use it.
17503         (gnus-article-toggle-truncate-lines): New function.
17504
17505         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17506         Add gnus-article-toggle-truncate-lines.
17507
17508         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17509         coding system in XEmacs, use binary.
17510
17511 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17514         after-load-alist.
17515
17516         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17517         this function should save decoded articles.
17518         (gnus-summary-write-to-file): Use property to specify this function
17519         should save decoded articles and specify gnus-summary-save-in-file
17520         should be used to save articles other than the first one when saving
17521         many articles.
17522         (gnus-summary-save-body-in-file): Use property to specify this
17523         function should save decoded articles.
17524         (gnus-summary-write-body-to-file): Use property to specify this
17525         function should save decoded articles and specify
17526         gnus-summary-save-body-in-file should be used to save articles other
17527         than the first one when saving many articles.
17528
17529         * gnus-sum.el (gnus-summary-save-article): Simplify.
17530
17531 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-art.el (gnus-default-article-saver):
17534         Add gnus-summary-write-body-to-file.
17535         (gnus-article-save-coding-system): Don't use coding system object
17536         in XEmacs.
17537         (gnus-read-save-file-name): Add optional `dir-var' argument which
17538         specifies directory in which files are saved; work even if optional
17539         `variable' argument is not specified.
17540         (gnus-summary-write-to-file): Read file name.
17541         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17542         (gnus-summary-write-body-to-file): New function.
17543
17544         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17545         (gnus-summary-local-variables): Add it.
17546         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17547         (gnus-summary-save-article): Remove optional `decode' argument;
17548         determine whether to decode articles by the value of
17549         gnus-default-article-saver; when saving many files using
17550         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17551         it first and use gnus-summary-save-in-file or
17552         gnus-summary-save-body-in-file thereafter unless
17553         gnus-prompt-before-saving is always; move point to article which
17554         will be saved.
17555         (gnus-summary-save-article-file): Revert.
17556         (gnus-summary-write-article-file): Revert.
17557         (gnus-summary-save-article-body-file): Revert.
17558         (gnus-summary-write-article-body-file): New function.
17559
17560 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-art.el (gnus-default-article-saver): Doc fix.
17563         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17564         from gnus-summary-save-article-coding-system, and default to a
17565         certain coding system.
17566         (gnus-output-to-file): Add coding cookie and encode text according
17567         to gnus-article-save-coding-system; don't use mm-append-to-file.
17568
17569         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17570         gnus-art.el and rename to gnus-article-save-coding-system.
17571         (gnus-summary-save-article): Require gnus-art; don't show all
17572         headers if it decodes articles; don't add coding cookie here;
17573         don't bind mm-text-coding-system-for-write.
17574         (gnus-summary-save-article-file): Save decoded articles.
17575         (gnus-summary-write-article-file): When saving many files, use
17576         gnus-summary-write-to-file first and gnus-summary-save-in-file
17577         thereafter unless gnus-prompt-before-saving is always.
17578         (gnus-summary-save-article-body-file): Save decoded articles.
17579
17580         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17581
17582 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17583
17584         * nnrss.el (nnrss-check-group): Bind hash-index.
17585
17586 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17587
17588         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17589         its hash index.  Store this hash in `nnrss-group-data'.
17590         (nnrss-read-group-data): Update accordingly.
17591
17592 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17593
17594         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17595         entry.
17596
17597         * gnus-sum.el (gnus-summary-make-menu-bar):
17598         Add gnus-article-browse-html-article.
17599
17600 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17601
17602         * gnus-sum.el (gnus-summary-mime-map):
17603         Add gnus-article-browse-html-article.
17604
17605         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17606
17607 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17610         suitable coding systems in customize.
17611
17612 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * mail-source.el (mail-sources): Fix custom type.
17615
17616 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17619         (gnus-summary-expire-articles-now): Shorten prompt.
17620
17621         * gmm-utils.el (wid-edit): Require.
17622         (defun-gmm): Rename from `gmm-defun-compat'.
17623         (gmm-image-search-load-path): Use it.
17624         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17625
17626 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-sum.el (gnus-summary-save-article-coding-system):
17629         New variable.
17630         (gnus-summary-save-article): Add optional `decode' argument.
17631         If it is set and gnus-summary-save-article-coding-system is non-nil,
17632         save decoded article.
17633         (gnus-summary-write-article-file): Save decoded article if
17634         gnus-summary-save-article-coding-system is non-nil.
17635
17636         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17637         type.
17638
17639 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17642
17643 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17646         first to test gnus-single-article-buffer which may be buffer-local.
17647
17648         * gnus-sum.el (gnus-summary-setup-buffer):
17649         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17650         group; make gnus-article-buffer, gnus-article-current, and
17651         gnus-original-article-buffer always buffer-local.
17652         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17653         group.
17654         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17655
17656 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17657
17658         * nnml.el (nnml-request-compact-group): Compressed files might not
17659         have .gz extension.
17660
17661 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17662
17663         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17664         (mm-copy-to-buffer): Use with-current-buffer.
17665         (mm-display-part): Simplify.
17666         (mm-inlinable-p): Add optional arg `type'.
17667
17668 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17669
17670         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17671         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17672         Try harder to show the attachment internally or externally using
17673         gnus-mime-view-part-as-type.
17674
17675 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * message.el (message-from-style, message-signature-separator)
17678         (message-user-organization-file, message-send-mail-function)
17679         (message-citation-line-function, message-yank-prefix)
17680         (message-indent-citation-function, message-signature)
17681         (message-signature-file, message-signature-insert-empty-line):
17682         Remove autoloads.
17683
17684         * gnus-art.el (gnus-buttonized-mime-types):
17685         Remove "multipart/signed".  Revert 2006-04-26 change.
17686
17687 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17688
17689         * gnus.el (gnus-version-number): Bump version.
17690
17691 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17692
17693         * gnus.el: No Gnus v0.5 is released.
17694
17695 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17696
17697         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17698         fetching articles by message-id.
17699
17700 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17701
17702         * message.el (hashcash): Require hashcash as normal.
17703
17704         * ecomplete.el (ecomplete-highlight-match-line):
17705         Use point-at-eol.
17706         (ecomplete-highlight-match-line): Use `highlight', because that
17707         face exists in both Emacs and XEmacs.
17708
17709         * message.el (message-display-abbrev): Use point-at-bol.
17710
17711         * mail-source.el: Don't require timer/timer-funcs.
17712
17713         * gnus-async.el: Ditto.
17714
17715         * password.el: Ditto.
17716
17717         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17718
17719         * mm-url.el: Ditto.
17720
17721         * gnus-xmas.el: Don't require timer-funcs.
17722
17723         * mm-util.el: Require timer/timer-funcs.
17724
17725 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17726
17727         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17728         Close.
17729
17730 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17733         unibyte after clear-decrypt function runs.
17734
17735         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17736         returns as a unibyte string.
17737
17738 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * lpath.el: Revert.
17741
17742         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17743         (pgg-gpg-process-sentinel): Revert.
17744
17745         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17746         (pgg-pgp-lookup-key): Revert.
17747
17748         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17749         (pgg-pgp5-lookup-key): Revert.
17750
17751         * pgg.el (pgg-fetch-key): Revert.
17752
17753 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * lpath.el: Fbind string-as-multibyte for XEmacs.
17756
17757         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17758         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17759         (mml1991-pgg-encrypt): Ditto.
17760
17761         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17762         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17763         a multibyte buffer.
17764
17765         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17766         (pgg-pgp-lookup-key): Ditto.
17767
17768         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17769         (pgg-pgp5-lookup-key): Ditto.
17770
17771         * pgg.el (pgg-fetch-key): Ditto.
17772
17773 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * message.el (message-user-organization-file): Check several
17776         locations of the organization file.
17777
17778         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17779         Add gnus-article-view-part-as-type.
17780
17781         * gnus-art.el (gnus-article-view-part-as-type): New function.
17782
17783         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17784         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17785
17786         * mml.el: Simplify autoload.
17787         (mml-mode): defvar dnd-protocol-alist instead of using
17788         symbol-value.
17789         (mml-default-directory): New variable.
17790         (mml-minibuffer-read-file): Use it.
17791         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17792
17793         * message.el (message-citation-line-format): New variable.
17794         (message-insert-formated-citation-line): New function.
17795         (message-citation-line-function):
17796         Add `message-insert-formated-citation-line' to custom type.
17797
17798         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17799         to doc string.
17800
17801         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17802         depending on mm-verify-option.
17803
17804 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17807         binding pgg-* variables; reimplement the section which prevents
17808         MIME header from being signed.
17809         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17810         pgg-text-mode; remove a blank line at the top of body.
17811
17812         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17813         lines at the top of body; use gnus-newsgroup-charset if there's no
17814         Charset header.
17815
17816 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * message.el (message-self-insert-commands): Doc fix.
17819
17820         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17821         (mm-uu-pgp-encrypted-test): Ditto.
17822         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17823         between header and body; return application/pgp-encrypted handle
17824         if decryption failed; decode decrypted body by charset.
17825
17826         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17827         element match to application/pgp-*.
17828
17829 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17830
17831         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17832         HTML.
17833
17834 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17835
17836         * mail-source.el (mail-source-call-script): Message the error
17837         string.
17838
17839 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17840
17841         * gnus-util.el (gnus-byte-compile): Use it.
17842
17843 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17844
17845         * gnus-util.el (kill-empty-logs): New function.
17846
17847 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * message.el (message-mail-alias-type): Doc fix.
17850         (message-mail-alias-type-p): New function.
17851         (message-send): Use it.
17852         (message-mode): Ditto.
17853         (message-strip-forbidden-properties): Ditto.
17854
17855         * ecomplete.el (ecomplete-database-file-coding-system):
17856         New variable.
17857         (ecomplete-save): Use it.
17858         (ecomplete-setup): Use it.
17859
17860 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * message.el (message-self-insert-commands): New variable.
17863         (message-strip-forbidden-properties): Use it.
17864
17865 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17868         that doesn't make XEmacs choke.
17869
17870 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17871
17872         * gnus-util.el (gnus-replace-in-string):
17873         Prefer replace-regexp-in-string over of replace-in-string.
17874
17875 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-util.el (gnus-select-frame-set-input-focus):
17878         Use select-frame-set-input-focus if it is available in XEmacs; use
17879         definition defined in Emacs 22 for old Emacsen.
17880
17881         * dgnushack.el: Autoload unmorse-region for XEmacs.
17882
17883         * lpath.el: Bind cursor-in-non-selected-windows and
17884         select-frame-set-input-focus for XEmacs.
17885
17886 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17889
17890 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17891
17892         * gnus-registry.el (gnus-registry-cache-save): Remove text
17893         properties when saving via the temp buffer.
17894
17895 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17896
17897         * message.el (message-generate-hashcash): Honor custom type.
17898
17899 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17900
17901         * message.el (message-generate-hashcash): Default to non-nil when
17902         hashcash is found.
17903
17904         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17905         (gnus-refer-thread-limit): Increase default to 500.
17906
17907         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17908
17909         * flow-fill.el (fill-flowed): Allow delete-space.
17910
17911 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17914         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17915         Remove autoloads.
17916
17917 2006-04-18  Simon Josefsson  <jas@extundo.com>
17918
17919         * message.el (message-generate-hashcash): Default to.
17920
17921 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17924         concatenating segments rather than before concatenating them.
17925
17926 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17927
17928         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17929
17930 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17931
17932         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17933
17934         * message.el (message-forward-make-body-plain):
17935         Allow message-forward-ignored-headers to be a list.
17936         (message-remove-ignored-headers): Factor out into function.
17937         (message-forward-make-body-mml): Use it.
17938
17939         * imap.el (imap-quote-specials): New function.
17940         (imap-login-auth): Quote specials.
17941
17942         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17943         (rfc2231-parse-string): Allow concatanation of parameters that
17944         aren't contiguous.  The test case is
17945           (mail-header-parse-content-type "message/external-body;
17946             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17947             access-type=LOCAL-FILE;
17948             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17949
17950 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17951
17952         * nntp.el (nntp-accept-process-output): Return the value of
17953         `nnheader-accept-process-output'.
17954
17955 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956
17957         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17958         (gnus-button-alist): Recognize more diff formats.
17959         (gnus-button-patch): Strip directory.
17960
17961 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17962
17963         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17964         Emacs 22 when setting focus.
17965
17966 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17967
17968         * gnus-art.el (gnus-article-treat-types): Do treatment of
17969         text/x-verbatim parts.
17970         (gnus-button-patch): New command.
17971
17972         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17973         addresses that contain invalid characters.
17974
17975 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17976
17977         * message.el (message-put-addresses-in-ecomplete):
17978         Use gnus-replace-in-string.
17979         (message-is-yours-p): Use the more correct
17980         mail-header-parse-address instead of
17981         mail-extract-address-components.
17982         (message-put-addresses-in-ecomplete): Fix typo.
17983
17984         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17985         keystroke.
17986
17987         * gnus-art.el (gnus-treatment-function-alist): Change order of
17988         newsgroups/generic header folding to avoid double-folding.
17989
17990         * message.el (message-hidden-headers): Add X-Draft-From.
17991
17992         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17993         New command.
17994         (gnus-summary-repeat-search-article-backward): New command.
17995
17996         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17997         groups in the parent topic.
17998
17999 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18000
18001         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18002         (spam-extra-header-to-number): Return the CRM114 number as a
18003         number instead of a string.
18004
18005 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18006
18007         * gnus-art.el (gnus-face-properties-alist): Move here from
18008         gnus-fun.
18009
18010         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18011
18012 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18013
18014         * message.el (message-strip-forbidden-properties): Only display on
18015         self-insert-command.
18016
18017         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18018         reindent.
18019         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18020
18021 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18022
18023         * smiley.el (smiley-style): Fix typo.
18024
18025 2006-03-23  Kenichi Handa  <handa@m17n.org>
18026
18027         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18028         instead of set-buffer-multibyte.
18029
18030 2006-03-23  Kenichi Handa  <handa@m17n.org>
18031
18032         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18033         buffer and then decode the buffer text if necessary.
18034         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18035         first, and after mm-encode-body, change the buffer to unibyte.
18036
18037 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18038
18039         * hashcash.el (hashcash-insert-payment-async-2):
18040         Use message-goto-eoh instead of doing it manually.
18041         (mail-add-payment): Use message-narrow-to-header instead of trying
18042         to do the same itself.
18043
18044         * message.el (message-hidden-headers): Add Face.
18045
18046         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18047         reparenting code.
18048         (gnus-summary-reparent-children): Refactored out code.
18049         (gnus-summary-thread-map): New keystroke.
18050         (gnus-summary-reparent-children): Make into command.
18051
18052         * smiley.el (smiley-style): Default to `medium' if using a large
18053         font.
18054
18055         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18056         does it itself.
18057
18058         * message.el (message-point-in-header-p): Simplify definition.
18059
18060 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18061
18062         * nnagent.el (nnagent-request-set-mark): Silence log file
18063         writing.
18064         (nnagent-request-set-mark): Use write-region instead of
18065         append-to-file.
18066
18067         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18068         strange select method.
18069
18070         * ecomplete.el (ecomplete-display-matches): Get highlightling
18071         right.
18072         (ecomplete-display-matches): Use literals.
18073         (ecomplete-display-matches): Disable message logging.
18074
18075         * message.el (message-display-abbrev): Small optimization.
18076
18077         * ecomplete.el (ecomplete-display-matches): Allow automatic
18078         display.
18079
18080         * message.el (message-strip-forbidden-properties):
18081         Display abbrevs.
18082         (message-display-abbrev): Get automatic display right.
18083
18084         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18085         keystrokes.
18086
18087 2006-04-13  Romain Francoise  <romain@orebokech.com>
18088
18089         TODO: Backport to v5-10!
18090
18091         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18092         Move here (and rename) from gnus-registry.el.
18093
18094         * gnus-registry.el: Require gnus-util.
18095         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18096
18097 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18098
18099         * gnus-group.el (gnus-group-catchup-current):
18100         Change if-then-else-if-then-else into cond.
18101         (gnus-group-catchup): Indent.
18102         (group-name-at-point): New function.
18103         (gnus-fetch-group): Provide default from thing at point.
18104
18105 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106
18107         * message.el (message-display-abbrev): Fix regexp.
18108
18109         * ecomplete.el (ecomplete-highlight-match-line):
18110         Reimplement choosing.
18111         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18112         dead variables.
18113
18114         * message.el (message-newline-and-indent): Remove debugging.
18115         (message-display-abbrev): Use new implementation.
18116
18117 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * gnus-art.el (gnus-article-mode):
18120         Set cursor-in-non-selected-windows to nil.
18121
18122         * smiley.el: Revert previous change.
18123         (smiley-data-directory): defvar it before using it in the
18124         defcustom of `smiley-style'.
18125
18126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18127
18128         * message.el (message-newline-and-indent): New function.
18129
18130         * ecomplete.el: Implement more bits.
18131
18132         * message.el (message-put-addresses-in-ecomplete): Clean up the
18133         string.
18134
18135         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18136
18137         * gnus-sum.el (gnus-summary-save-parts):
18138         Bind gnus-summary-save-parts-counter and use it to make unique file
18139         names.
18140
18141         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18142
18143         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18144         parameter to say whether to actually parse the individual
18145         addresses.
18146
18147         * message.el (message-put-addresses-in-ecomplete): New function.
18148         (ecomplete): Require.
18149         (message-mail-alias-type): Add ecomplete as an option.
18150
18151 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18152
18153         * flow-fill.el (fill-flowed): Remove trailing space from blank
18154         quoted lines.
18155
18156 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157
18158         * smiley.el (smiley-style): Move definition later to avoid a
18159         compilation warning.
18160
18161 2006-04-12  Kenichi Handa  <handa@m17n.org>
18162
18163         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18164         buffer and then decode the buffer text if necessary.
18165         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18166         first, and after mm-encode-body, change the buffer to unibyte.
18167         Use mm-disable-multibyte instead of set-buffer-multibyte.
18168
18169 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18172         Content-Type header instead of Content-Disposition header.
18173         (gnus-mime-inline-part): Ditto.
18174         (gnus-mime-view-part-as-charset): Ignore charset that the part
18175         specifies.
18176
18177         * mm-decode.el (mm-display-part): Work with external parts and
18178         usual parts similarly.
18179
18180         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18181         instead of gnus-display-mime.
18182
18183         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18184         instead of with-temp-buffer.
18185
18186         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18187         tag to summarized topics part in order to encode non-ASCII text.
18188
18189 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18190
18191         * smiley.el (smiley-style): New variable.
18192         (smiley-directory): New function.
18193         (smiley-data-directory): Derive from `smiley-style' using
18194         `smiley-directory'.
18195         (smiley-regexp-alist): Add new entries.
18196
18197         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18198         (gnus-article-browse-delete-temp): Add :version.
18199
18200 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18201
18202         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18203         the sieve region.
18204
18205 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18206
18207         * gnus.el (gnus-version-number): Bump version.
18208
18209 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus.el: No Gnus v0.4 is released.
18212
18213 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18214
18215         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18216         layout.
18217
18218         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18219         unknown charset.
18220
18221         * message.el (message-header-synonyms): Add Original-To to the
18222         default.
18223
18224         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18225         optional parameter.
18226
18227 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18228
18229         * gnus-fun.el (gnus): Require it for gnus-directory.
18230
18231 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18234
18235 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18236
18237         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18238
18239 2006-04-05  Simon Josefsson  <jas@extundo.com>
18240
18241         * password.el (password-reset): New function.
18242
18243 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18244
18245         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18246         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18247
18248 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18249
18250         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18251         Some whitespace was matched into the url, which broke browsing hits
18252         > 100 when mm-url-use-external was nil.
18253
18254 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18257         Check gnus-extra-headers for 'Newsgroups.
18258
18259         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18260         bound.
18261
18262 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18263
18264         * pgg-gpg.el: Clean up process buffers every time gpg processes
18265         complete.
18266
18267 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18270         doc string.
18271
18272 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18273
18274         * pgg-gpg.el (pgg-gpg-process-filter)
18275         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18276
18277         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18278         lines, temporary fix.
18279
18280 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18283
18284 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18285
18286         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18287         default-enable-multibyte-characters.  This reverts the change from
18288         revision 6.17 which is no longer necessary because the passphrase
18289         is sent separately now.  GnuPG messages are unreadable under
18290         multibyte locales with default-enable-multibyte-characters set to
18291         nil.
18292
18293 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18294
18295         * message.el (message-tool-bar-gnome): Move "spell".
18296
18297 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18300         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18301         instead.
18302
18303 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18304
18305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18306         Improve newsgroups handling for NNTP overviews which don't include
18307         Newsgroups.
18308
18309 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18310
18311         * message.el (message-resend): Bind message-generate-hashcash to nil.
18312
18313 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18314
18315         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18316         when searching for already-paid recipients.
18317
18318 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18319
18320         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18321         passphrases when it is not needed.
18322         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18323         passphrase stuff from gpg, should only be necessary when you use
18324         gpg with a smartcard.
18325
18326 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * mml.el (mml-insert-mime): Ignore cached contents of
18329         message/external-body part.
18330
18331         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18332         (mm-insert-part): Ditto.
18333
18334 2006-03-23  Simon Josefsson  <jas@extundo.com>
18335
18336         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18337         Reiner.
18338         (pgg-gpg-use-agent-p): Use it again.
18339
18340 2006-03-23  Simon Josefsson  <jas@extundo.com>
18341
18342         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18343         older emacsen.
18344         (pgg-gpg-use-agent-p): Don't use it.
18345
18346 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18347
18348         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18349         if we can.
18350
18351 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18352
18353         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18354         (pgg-gpg-update-agent): New function.
18355         (pgg-gpg-use-agent-p): New function.
18356         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18357         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18358         (pgg-gpg-sign-region): Use it.
18359
18360 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18363         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18364
18365 2006-03-21  Simon Josefsson  <jas@extundo.com>
18366
18367         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18368         <wilde@sha-bang.de>.
18369         (pgg-gpg-use-agent): New variable.
18370         (pgg-gpg-process-region): Use it.
18371         (pgg-gpg-encrypt-region): Likewise.
18372         (pgg-gpg-encrypt-symmetric-region): Likewise.
18373         (pgg-gpg-decrypt-region): Likewise.
18374         (pgg-gpg-sign-region): Likewise.
18375         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18376
18377 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18380
18381         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18382         Add comment on version.
18383
18384 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18385
18386         * smiley.el: Add missing test smiley.
18387
18388 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * mm-decode.el (mm-with-part): New macro.
18391         (mm-get-part): Use it; work with message/external-body as well.
18392         (mm-save-part): Treat name and filename equally.
18393
18394         * mm-extern.el (mm-extern-cache-contents): New function.
18395         (mm-inline-external-body): Use it; force the part to be displayed;
18396         move undisplayer added to the cached handle to the parent.
18397
18398         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18399         (gnus-mime-view-part-as-type): Work with message/external-body.
18400
18401         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18402
18403 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18406         images in image-load-path.  [Sync with image.el, revision 1.60, in
18407         Emacs.]
18408
18409 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18412         path rather than symbol.  Always return list of directories.
18413         Guarantee that image directory comes first.  [Sync with image.el,
18414         revision 1.59, in Emacs.]
18415
18416         * message.el (message-make-tool-bar): Adjust to new API of
18417         `gmm-image-load-path-for-library'.
18418
18419         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18420
18421         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18422
18423 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18424
18425         * gnus-art.el (gnus-article-only-boring-p):
18426         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18427         intangible text.
18428         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18429
18430 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18433         Use `defun' instead of `gmm-defun-compat'.
18434
18435 2006-03-14  Simon Josefsson  <jas@extundo.com>
18436
18437         * message.el (message-unique-id): Don't use message-number-base36
18438         if (user-uid) is a float.
18439         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18440
18441 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18444
18445         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18446         empty line between a part and a message part.
18447
18448 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18449
18450         * smiley.el: Add more test smileys.
18451         (smiley-data-directory, smiley-regexp-alist)
18452         (gnus-smiley-file-types): Fix doc strings.
18453         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18454         adding new elements.
18455         (smiley-mouse-map): Unused code.  Make it a comment.
18456
18457 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18460         scan latest NoCeM messages instead of old ones.
18461         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18462         delimiters that are recently used.
18463         (gnus-nocem-load-cache): Add autoload cookie.
18464
18465         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18466
18467         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18468         level which is larger than gnus-use-nocem is specified.
18469
18470         * gnus-group.el (gnus-group-get-new-news): Ditto.
18471
18472 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18473
18474         * gnus-util.el (gnus-tool-bar-update): New function.
18475
18476         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18477         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18478
18479         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18480
18481         * gnus-group.el (gnus-group-redraw-when-idle)
18482         (gnus-group-redraw-check): Remove.
18483         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18484
18485 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18488         if optional last element is specified in splits (FIELD VALUE...).
18489
18490 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18493         to gmm-image-load-path-for-library.  Call with no-error argument.
18494         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18495
18496         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18497
18498         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18499
18500         * gmm-utils.el (gmm-image-load-path): Remove alias.
18501
18502 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18503
18504         * gmm-utils.el (gmm-image-load-path): Add alias.
18505
18506         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18507         nnml-generate-nov-databases-1.
18508         (nnml-generate-nov-databases): Use it.
18509         (nnml-generate-nov-databases-directory): Document no-active
18510         argument.
18511
18512         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18513         directory if path is t.  Add no-error.
18514
18515         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18516         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18517
18518         * gnus-art.el (gnus-article-browse-delete-temp-files):
18519         Simplify resetting gnus-article-browse-html-temp-list.
18520
18521         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18522         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18523         Add example to docstring.  Rename local variables.  Move error
18524         checks to default case in cond and simplify.
18525
18526 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18529         handle is multipart when calling it recursively.
18530         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18531
18532 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18533
18534         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18535         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18536
18537 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18540         is loaded.
18541
18542         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18543         loaded.
18544
18545 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18548         to "Emacs 23 (unicode)" in doc string.
18549
18550         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18551         "Emacs 23 (unicode)" in comment.
18552
18553 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18556
18557         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18558         characters 160 through 255 in Emacs 23.
18559
18560 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18561
18562         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18563         gnus-article-browse-html-temp.
18564         (gnus-article-browse-delete-temp): Make it customizable.
18565         Add `file'.  Adjust doc string.
18566         (gnus-article-browse-delete-temp-files): Add argument.
18567         Allow query for each file.  Adjust doc string.
18568         (gnus-article-browse-html-parts):
18569         Add `gnus-article-browse-delete-temp-files' to
18570         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18571
18572 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18573
18574         * gnus-art.el (gnus-article-browse-html-temp)
18575         (gnus-article-browse-delete-temp): New variables.
18576         (gnus-article-browse-delete-temp-files): New function.
18577         (gnus-article-browse-html-parts): Use it.
18578
18579 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18582
18583         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18584         string.
18585
18586         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18587         gnus-summary-insert-new-articles when unplugged.
18588         Remove gnus-summary-search-article-forward.
18589
18590         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18591         display-visual-class instead of display-color-cells.
18592
18593 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * dgnushack.el: Autoload customize-group for XEmacs.
18596
18597         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18598         message/* containing non-ASCII text properly.
18599
18600 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * message.el: Require gmm-utils, remove autoloads.
18603         (message-tool-bar): Set default based on
18604         gmm-tool-bar-style.
18605         (message-tool-bar-gnome): Add gmm-customize-mode.
18606
18607         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18608         gmm-tool-bar-style.
18609         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18610
18611         * gnus-group.el (gnus-group-tool-bar): Set default based on
18612         gmm-tool-bar-style.
18613         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18614
18615         * gmm-utils.el (gmm-image-directory): Rename variable from
18616         gmm-image-load-path.
18617         (gmm-image-load-path): Use gmm-image-directory.
18618         (gmm-customize-mode): New function.
18619         (gmm-tool-bar-style): New variable.
18620
18621         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18622         gnus-group-redraw-line-number.
18623         (gnus-group-redraw-check): Simplify.
18624         (gnus-group-tool-bar-update): Remove redraw check.
18625         (gnus-group-make-tool-bar): Add redraw check.
18626
18627 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18628
18629         * gnus-art.el (gnus-button): Add missing parentheses.
18630
18631 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * lpath.el: Fbind line-number-at-pos.
18634
18635 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18638
18639 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18640
18641         * gnus-art.el (gnus-button): New face.
18642         (gnus-article-button-face): Use it.
18643
18644         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18645         Add gnus-summary-next-page.  Re-order.
18646
18647         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18648         next-node are now included.
18649         (gnus-group-redraw-line-number): New internal variable.
18650         (gnus-group-redraw-check): Helper function for updating the tool
18651         bar.
18652         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18653
18654         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18655
18656         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18657         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18658         Use it to match format of Spamassassin 3.0 and later.
18659         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18660         (spam-check-bogofilter)
18661         (spam-bogofilter-register-with-bogofilter): Fix args of
18662         `gnus-error' calls.
18663
18664 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18665
18666         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18667         unnecessary interaction when sending queued mails.
18668         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18669
18670 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18671
18672         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18673         first or last are nil.
18674
18675 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18676
18677         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18678
18679 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18680
18681         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18682
18683 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18684
18685         * dns.el (query-dns): Protect more against buggy tcp output.
18686
18687 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18688
18689         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18690         nov.php.
18691
18692 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18693
18694         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18695         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18696         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18697         output on the server side.
18698         (nnweb-google-create-mapping): Update regexps and add some
18699         progress indication.
18700
18701 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18702
18703         * gnus-group.el (gnus-group-tool-bar-gnome):
18704         Fix gnus-agent-toggle-plugged.  Re-order icons.
18705         (gnus-group-tool-bar-gnome):
18706         Add gnus-group-{prev,next}-unread-group.
18707         (gnus-group-tool-bar-gnome): Re-order icons.
18708
18709         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18710         Move gnus-summary-insert-new-articles.
18711
18712         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18713         Fix comments.
18714
18715         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18716         also available in Emacs 21.3.
18717
18718         * message.el (message-fix-before-sending): Change "Emacs 22" to
18719         "Emacs 23 (unicode)" in comment.
18720
18721         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18722         "Emacs 23 (unicode)" in comment.
18723
18724         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18725         comment.
18726         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18727
18728         * mm-view.el (mm-fill-flowed): Add :version.
18729
18730 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18733         and load-path.
18734
18735 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * message.el: Autoload gmm-image-load-path.
18738         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18739         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18740         consitency.
18741
18742         * gmm-utils.el (gmm-image-load-path): Also search in
18743         "../etc/images".  Don't set gmm-image-load-path if we don't find
18744         the image.
18745
18746 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * gmm-utils.el (gmm-image-load-path): Don't make
18749         `gmm-image-load-path' include subdirectories which the second arg
18750         `image' might specify.
18751
18752         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18753         subdirectory to icon file names.
18754
18755         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18756
18757 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18760         gmm-image-load-path calls.
18761
18762         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18763
18764         * message.el (message-make-tool-bar): Ditto.
18765
18766         * mml.el (mml-preview): Add comment concerning tool bar icons.
18767
18768         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18769         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18770
18771         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18772         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18773
18774         * message.el (message-tool-bar-gnome): Use new icon names.
18775         (message-make-tool-bar): Use `gmm-image-load-path'.
18776
18777         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18778         New functions from MH-E.
18779         (gmm-image-load-path): New variable from MH-E.
18780         (gmm-image-load-path): New function from MH-E.  Add arguments
18781         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18782         *-image-load-path-called-flag.
18783
18784 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18785
18786         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18787
18788 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18789
18790         * nnimap.el (nnimap-request-move-article): Change folder back to
18791         source group before deleting.
18792
18793 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18796
18797         * gnus-art.el (mm-url-insert-file-contents-external):
18798         Autoload mm-url.
18799
18800         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18801
18802 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18805         coding system which mm-charset-to-coding-system returns for a
18806         given charset is valid.
18807
18808 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18809
18810         * html2text.el (html2text-remove-tag-list):
18811         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18812
18813 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18814
18815         * gnus-cus.el: Revert 2005-10-17 change.
18816
18817 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * gnus-art.el (article-strip-banner):
18820         Call article-really-strip-banner only when the regexp match is made.
18821
18822 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * gnus-art.el (article-strip-banner):
18825         Use gnus-extract-address-components instead of
18826         mail-header-parse-addresses to make it work with non-ASCII text;
18827         remove mail-encode-encoded-word-string.
18828
18829         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18830         values which are surrounded with \"...\"; make it never cause a
18831         Lisp error; give up parsing of parameters if it failed in
18832         extracting type.
18833
18834 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18835
18836         * smime.el (smime-cert-by-ldap-1): Fix bug where
18837         `smime-ldap-search' returns results without userCertificates.
18838
18839 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18842
18843 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18844
18845         * spam.el (spam-check-spamassassin-headers): Adapt format for
18846         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18847         <ari@mbf.ocn.ne.jp>.
18848         (spam-list-of-processors): Add spam-use-gmane.
18849
18850 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18851
18852         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18853         make-temp-file; make it work with XEmacs as well.
18854
18855         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18856         mm-make-temp-file.
18857
18858         * mm-decode.el (mm-display-external): Use the 3rd arg of
18859         mm-make-temp-file.
18860         (mm-create-image-xemacs): Ditto.
18861
18862 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18865         with message-narrow-to-headers.
18866         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18867         (gnus-draft-check-draft-articles): New function.
18868         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18869
18870 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * gnus-art.el (gnus-article-browse-html-parts):
18873         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18874         Don't use suffix argument for mm-make-temp-file for Emacs 21
18875         compatibility.  Remove useless `format'.
18876
18877 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18878
18879         * nnweb.el (nnweb-google-wash-article): Update regexps.
18880         (nnweb-group-alist): Use defvoo instead of defvar.
18881
18882 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18885         re-loading nn* modules.
18886
18887 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18890         for `tool-bar-mode' and don't check it's default-value.
18891
18892         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18893
18894         * message.el (message-make-tool-bar): Ditto.
18895
18896         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18897         `substring'.  Shorten tmp-file name.
18898
18899         * gnus.el: Remove bogus comment.
18900
18901 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18902
18903         * gnus-art.el (gnus-article-browse-html-parts): New function.
18904         (gnus-article-browse-html-article): New function for viewing html
18905         articles with a browser.
18906
18907 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18908
18909         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18910         in elisp.
18911         (pgg-gpg-encrypt-symmetric-region): Ditto.
18912         (pgg-gpg-sign-region): Ditto.
18913
18914         * pgg-def.el (pgg-text-mode): New variable.
18915
18916         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18917         (mml2015-pgg-encrypt): Ditto.
18918
18919         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18920         (mml1991-pgg-encrypt): Ditto.
18921
18922 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * nnfolder.el (nnfolder-insert-newsgroup-line):
18925         Use message-make-date instead of current-time-string.
18926
18927         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18928         to gnus-decoded which mm-uu might set.
18929
18930 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18933         don't decode quoted parameters; remove misimported Emacs code.
18934         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18935         (rfc2231-decode-encoded-string): Don't use split-string which
18936         behaves differently according to Emacs version; use
18937         mm-decode-coding-region to convert charset to coding-system.
18938         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18939         (rfc2231-encode-string): Remove misimported Emacs code.
18940
18941 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18944         when calling mail-header-parse-content-type.
18945         (article-de-quoted-unreadable): Ditto.
18946         (article-de-base64-unreadable): Ditto.
18947         (article-wash-html): Ditto.
18948
18949         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18950         calling mail-header-parse-content-type and
18951         mail-header-parse-content-disposition.
18952         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18953         mail-header-parse-content-type.
18954
18955         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18956         insert charset and format parameters; encode description after
18957         inserting it to buffer.
18958         (mml-insert-parameter): Fold lines properly even if a parameter is
18959         segmented into two or more lines; change the max column to 76.
18960
18961         * rfc1843.el (rfc1843-decode-article-body): Don't use
18962         ignore-errors when calling mail-header-parse-content-type.
18963
18964         * rfc2231.el (rfc2231-parse-string): Return at least type if
18965         possible; don't cause an error even if it fails in parsing of
18966         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18967         (rfc2231-encode-string): Don't break lines at the beginning, leave
18968         it to mml-insert-parameter.
18969
18970         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18971         calling mail-header-parse-content-type.
18972
18973 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18974
18975         * spam-report.el (spam-report-gmane-use-article-number):
18976         Improve doc string.
18977         (spam-report-gmane-internal): Check if a suitable header was found
18978         in the article.
18979
18980 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18983         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18984
18985 2006-02-05  Romain Francoise  <romain@orebokech.com>
18986
18987         Update copyright notices of all files in the gnus directory.
18988
18989 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18990
18991         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18992
18993 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18996         segmented lines of parameter value to cope with Thunderbird 1.5
18997         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18998         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18999         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19000
19001 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19002
19003         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19004         parts.
19005
19006 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19007
19008         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19009         there's only one active file for all servers.
19010         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19011         solid groups.  Gnus might have used a FAST request to select the group.
19012         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19013         and nnweb-search redundantly in the active file.
19014         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19015         (nnweb-request-create-group): Don't use ARGS.
19016         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19017         initializations.  Let nnoo do the work.
19018
19019 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19022         Say the part has been decoded.
19023
19024         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19025
19026 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19027
19028         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19029         mailcap-viewer-test-cache when there's no 'test clause, since that
19030         will invert the meaning of a "nil" test previously determined by
19031         mailcap-mailcap-entry-passes-test.
19032
19033 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19034
19035         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19036         compiling.
19037
19038         * gnus-sum.el: Ditto.
19039
19040         * message.el: Don't bind tool-bar-map when compiling.
19041
19042 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19045
19046 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19047
19048         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19049         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19050         current Google Groups.
19051
19052 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19053
19054         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19055         and tool-bar-mode.
19056
19057         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19058         and tool-bar-mode.
19059
19060         * message.el (message-tool-bar-update): Simplify.
19061         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19062
19063         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19064         gnus-summary-buffer.
19065         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19066         gnus-summary-reply.
19067
19068         * gmm-utils.el (gmm): Add :version.
19069
19070 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * Makefile.in (clean): New rule.
19073         (distclean): Use it.
19074
19075 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19076
19077         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19078         Don't autoload.
19079
19080 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * gmm-utils.el (gmm-verbose): Add :group.
19083
19084 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * message.el: Change some comments WRT tool-bars.
19087
19088         * gnus-sum.el (gnus-summary-tool-bar)
19089         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19090         (gnus-summary-tool-bar-zap-list): New variables.
19091         (gnus-summary-make-tool-bar): Complete rewrite using
19092         `gmm-tool-bar-from-list'.
19093
19094         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19095         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19096         New variables.
19097         (gnus-group-make-tool-bar): Complete rewrite using
19098         `gmm-tool-bar-from-list'.
19099         (gnus-group-tool-bar-update): New function.
19100
19101         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19102
19103 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19106         is dissected into a single part of which the type is the same as
19107         the given one; decode charset.
19108
19109 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19110
19111         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19112         into alists as symbol not string, since that's what
19113         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19114         look for.
19115
19116 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19119         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19120
19121         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19122
19123 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19126         (gnus-xmas-mime-security-button-menu): New function.
19127
19128         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19129         (gnus-mime-security-button-menu): New definition.
19130         (gnus-mime-security-button-map): Use them.
19131         (gnus-mime-security-button-menu): New function.
19132         (gnus-insert-mime-security-button): Addition to help echo.
19133         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19134         (gnus-mime-security-pipe-part): New functions.
19135
19136         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19137         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19138
19139         * mm-decode.el (mm-handle-set-disposition): Remove.
19140         (mm-handle-set-description): Remove.
19141
19142 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19143
19144         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19145         (mm-w3m-standalone-supports-m17n-p): New function.
19146         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19147         w3m usage.
19148
19149         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19150         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19151
19152 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * message.el (message-tool-bar-zap-list):
19155         Use gmm-tool-bar-zap-list as custom type.
19156         (message-tool-bar-update): New function.
19157         (message-tool-bar, message-tool-bar-gnome)
19158         (message-tool-bar-retro): Add message-tool-bar-update.
19159         (message-tool-bar-gnome): Add flyspell-buffer.
19160
19161         * gnus-util.el (gnus-error): Describe `args'.
19162
19163         * gmm-utils.el (gmm-error): Describe `args'.
19164         (gmm-tool-bar-zap-list): New widget.
19165         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19166
19167 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19170         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19171         the number of recursive calls.
19172
19173         * mm-decode.el (mm-handle-set-disposition): New macro.
19174         (mm-handle-set-description): New macro.
19175
19176 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19179         encoding.
19180
19181 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * message.el (message-tool-bar-zap-list, message-tool-bar)
19184         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19185         (message-tool-bar-local-item-from-menu): Remove.
19186         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19187         (message-make-tool-bar): New function.
19188         (message-mode): Use `message-make-tool-bar'.
19189
19190         * gmm-utils.el: New file.
19191         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19192         (gmm-lazy): New widget copied from `nnmail.el'.
19193         (gmm-tool-bar-from-list): New function for creating customizable
19194         tool bars.
19195         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19196         output.
19197         (gmm): Add :prefix to defgroup.
19198
19199 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19200
19201         * gmm-utils.el (gmm-widget-p): New function.
19202
19203 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * mml.el (mml-attach-file): Describe `description' in doc string.
19206         (mml-menu): Add Emacs MIME manual and PGG manual.
19207
19208 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19209
19210         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19211
19212 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19213
19214         * nntp.el (nntp-end-of-line): Doc fix.
19215
19216 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19217
19218         * imap.el (imap-open): Handle case where buffer is a buffer
19219         object.
19220
19221 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19222
19223         * gnus-delay.el (gnus-delay): Don't autoload.
19224         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19225         to be re-loaded when customizing the `gnus-delay' group.
19226
19227 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19228
19229         * message.el (message-insert-citation-line): Use newlines.
19230
19231 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19232
19233         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19234         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19235         these routines, so the passphrase can be managed externally and
19236         passed in to the system.
19237         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19238         pgg-add-passphrase-to-cache function.
19239
19240         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19241         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19242         these routines, so the passphrase can be managed externally and
19243         passed in to the system.
19244         (pgg-pgp5-sign-region): Use new name of
19245         pgg-add-passphrase-to-cache function.
19246
19247 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19248
19249         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19250         part of the decoded armor to find the key-identifier.
19251         (pgg-gpg-lookup-key-owner): New function to return the
19252         human-readable identifier of a key owner.
19253         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19254         itself.
19255         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19256         the key value) if we have a key and can match it against a secret
19257         key.  Also, added a note pointing out fact that the prompt only
19258         indicates the first matching key.
19259
19260         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19261         pgg-decrypt-region.
19262         (pgg-add-passphrase-to-cache): Rename from
19263         `pgg-add-passphrase-cache' to reduce confusion (all callers
19264         changed).
19265         (pgg-remove-passphrase-from-cache): Rename from
19266         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19267         changed).
19268         (pgg-read-passphrase, pgg-add-passphrase-cache)
19269         (pgg-remove-passphrase-cache): Add informative docstrings.
19270         (pgg-decrypt): Convey provided passphrase in subordinate call to
19271         pgg-decrypt-region.
19272
19273 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19274
19275         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19276         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19277         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19278         'passphrase' argument, so the passphrase can be managed externally
19279         and then passed in to the system.
19280
19281         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19282         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19283         so the passphrase cache can be used reliably with identifiers
19284         besides a pgp packet's key id.
19285
19286         * pgg-gpg.el (pgg-gpg-encrypt-region)
19287         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19288         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19289         these routines, so the passphrase can be managed externally and
19290         passed in to the system.
19291
19292         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19293         'notruncate' argument, so the passphrase cache can be used
19294         reliably with identifiers besides a pgp packet's key id.
19295
19296 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19297
19298         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19299         symmetric encryption.
19300         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19301         encrypted session key.
19302         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19303         message ask for the passphrase in a proper way.
19304
19305         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19306         New user commands for symmetric encryption.
19307
19308 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19309
19310         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19311
19312         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19313
19314 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19315
19316         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19317
19318 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * mm-decode.el (mm-inlined-types): Add application/pgp.
19321         (mm-automatic-display): Ditto.
19322
19323         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19324         part as text.
19325
19326 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * nnrss.el: Update copyright.
19329         (nnrss-opml-import): Query whether to subscribe to each entry.
19330
19331         * gnus-art.el:
19332         * gnus-sum.el:
19333         * gnus-xmas.el:
19334         * messagexmas.el:
19335         * mm-uu.el:
19336         * mm-view.el: Update copyright.
19337
19338 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19339
19340         * message.el (message-info): New function.
19341         (message-mode-menu): Add it.
19342         Update copyright.
19343
19344         * ChangeLog: Fix and update copyright.
19345
19346 2006-01-13  Romain Francoise  <romain@orebokech.com>
19347
19348         * message.el (message-forward-subject-name-subject): Prefer the
19349         address to 'nowhere' if the sender has no name.
19350         Fix typo.  Update copyright year.
19351
19352 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * gnus-art.el (article-wash-html):
19355         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19356         (gnus-article-wash-html-with-w3m-standalone): New function.
19357
19358         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19359         mm-inline-text-html-render-with-w3m-standalone.
19360         (mm-text-html-washer-alist): Map w3m-standalone to
19361         gnus-article-wash-html-with-w3m-standalone.
19362         (mm-inline-text-html-render-with-w3m-standalone): New function.
19363
19364 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19365
19366         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19367         Improve LaTeX.
19368
19369 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19372         (nnrss-request-article): Render text/plain parts as HTML.
19373
19374         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19375         the buffer.
19376
19377 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19378
19379         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19380         custom definition of `gnus-posting-styles'.
19381
19382         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19383         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19384
19385 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19388         Use nntp for bug archive.
19389
19390 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19393         parts.
19394         (nnrss-normalize-date): New function converts ISO 8601 date into
19395         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19396         (nnrss-check-group): Use it.
19397
19398 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19401
19402         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19403         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19404         (nnrss-insert-w3): Ditto.
19405
19406 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19409         the articles to be forwarded including the case where neither a
19410         number of articles nor a region is specified.
19411
19412 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * nnrss.el (nnrss-request-article): Fix last change; fill
19415         text/plain parts.
19416
19417 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19420         in text/plain part.
19421         (nnrss-check-group): Don't add excessive newline to dc:subject.
19422
19423 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19424
19425         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19426         article.
19427
19428 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19429
19430         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19431         (nnml-use-compressed-files, nnml-save-mail): Support other
19432         comression programs such as bzip2.
19433
19434 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19435
19436         * dns.el (query-dns): Make sure we check the buffer size before
19437         removing tcp headers.
19438
19439 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19440
19441         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19442         remove MIME buttons associated with multipart/alternative parts.
19443         (gnus-mime-display-alternative): Tag buttons using `article-type'
19444         text property.
19445
19446         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19447         associated with multipart/alternative parts.
19448
19449         * gnus-art.el (gnus-signature-separator): Fix custom type.
19450
19451         * mm-decode.el (mm-inlined-types): Fix custom type.
19452         (mm-keep-viewer-alive-types): Ditto.
19453         (mm-automatic-display): Ditto.
19454         (mm-attachment-override-types): Ditto.
19455         (mm-inline-override-types): Ditto.
19456         (mm-automatic-external-display): Ditto.
19457
19458 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * spam-report.el (spam-report-user-mail-address)
19461         (spam-report-user-agent): New variables.
19462         (spam-report-url-ping-plain): Use spam-report-user-agent.
19463
19464 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19465
19466         * gnus-art.el (gnus-button-handle-custom): Do not just use
19467         `customize-apropos' for any "M-x customize-*" button but the
19468         function called for.  Accept both the function name and its
19469         argument in order to achieve this.
19470         (gnus-button-alist): Remove support for "custom:" URL's.
19471         Pass function name to `gnus-button-handle-custom' in case of "M-x
19472         customize-*" buttons.
19473
19474 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19477         multipart/alternative and add xref to mm-discouraged-alternatives
19478         in doc string.
19479
19480         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19481         gnus-buttonized-mime-types in doc string.
19482
19483 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19484
19485         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19486         Suggest image/.* in the doc string.
19487
19488 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19489
19490         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19491         message-marks (Debian bug #342521).
19492
19493 2005-12-12  Simon Josefsson  <jas@extundo.com>
19494
19495         * password.el (password-read-from-cache): Add.
19496         (password-read): Use it.
19497
19498 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * rfc2047.el (rfc2047-charset-to-coding-system):
19501         Recognize us-ascii as a MIME charset.
19502
19503         * mm-bodies.el (mm-decode-content-transfer-encoding):
19504         Protect against the case where the 2nd arg TYPE is nil.
19505
19506 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19507
19508         * pop3.el (pop3-stream-type): Fix custom version.
19509
19510         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19511
19512 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19513
19514         * mm-decode.el (mm-display-external): Add missing cdr.
19515
19516 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19519         RFC1524) if it is in mailcap or add a suffix according to
19520         mailcap-mime-extensions when generating a temp filename; postpone
19521         deleting a temp file for 2 seconds for some wrappers, shell
19522         scripts, and so on, which might exit right after having started a
19523         viewer command as a background job.
19524
19525 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19526
19527         * nntp.el (nntp-marks-directory): Fix custom group.
19528
19529         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19530         steps when < 10.
19531
19532         * gnus-start.el (gnus-no-server-1):
19533         Mention `gnus-level-default-subscribed' in doc string.
19534
19535 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19536
19537         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19538         parens.
19539
19540 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * gnus-xmas.el (gnus-use-toolbar): Revert.
19543         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19544         gnus-use-toolbar is default.
19545
19546         * messagexmas.el (message-use-toolbar): Revert.
19547         (message-setup-toolbar): Use global default-toolbar if
19548         message-use-toolbar is default.
19549
19550 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19553         according to default-toolbar-visible-p.
19554
19555         * messagexmas.el (message-use-toolbar): Ditto.
19556
19557 2005-11-26  Dave Love  <fx@gnu.org>
19558
19559         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19560         (tls-program, tls-success): Provide openssl alternative.
19561
19562         * starttls.el: Doc fixes.
19563         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19564         SERVICE to PORT.
19565
19566         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19567         port null or service name.
19568         (starttls-negotiate): Autoload.
19569
19570 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * message.el (message-kill-to-signature): Fix interactive spec.
19573
19574 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * pop3.el (pop3-open-server): Recognize a string as a service name.
19577
19578 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19579
19580         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19581
19582 2005-11-23  Dave Love  <fx@gnu.org>
19583
19584         Add pop3s, pop3/starttls.
19585
19586         * pop3.el (pop3-authentication-scheme): Clarify doc.
19587         (open-tls-stream, starttls-open-stream): Autoload.
19588         (pop3-stream-type): New.
19589         (pop3-open-server): Use it.
19590
19591         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19592         for POP.
19593         (mail-source-keyword-map): Add :stream for POP.
19594         (mail-source-fetch-pop): Use pop3-stream-type.
19595
19596 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19599         of current-time-string.
19600
19601 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19602
19603         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19604         date header.
19605
19606 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19607
19608         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19609         it can seriously impact performance as it bypasses the agent's
19610         local caches.
19611
19612 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19613
19614         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19615         must be explicitly online rather than "not explicitly offline" for
19616         its flags to be synchronized.
19617
19618         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19619         that gnus-uu-unmark-thread will function correctly.
19620
19621         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19622         1024K is instead displayed as 1M.
19623
19624 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19625
19626         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19627
19628 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19629
19630         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19631
19632 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19633
19634         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19635         error message to display actual error condition.
19636         (gnus-agent-save-local): Avoid saving symbols that are bound to
19637         nil as they simply result in a warning message in
19638         gnus-agent-read-local.
19639
19640 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19643         rather than make-variable-buffer-local for file-precious-flag.
19644
19645 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19646
19647         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19648         for duplicates which are removed.  The invalid sort check then
19649         triggers a rescan after the sort as sorting may have moved
19650         duplicate entries such that they can be cheaply detected.
19651
19652 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19655
19656 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19657
19658         * gnus-agent.el (gnus-agent-article-alist-save-format):
19659         Change internal variable to a custom variable.  Change default value
19660         from compressed(2) to uncompressed(1).
19661         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19662         support for uncompressed agentview files.  Taken together, reading
19663         the agentview file should now be 6-7 times faster.
19664
19665 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19666
19667         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19668         as a buffer-local variable.  This avoids creating truncated
19669         dribble files as a result of a hang up, eg.
19670
19671 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19672
19673         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19674         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19675         XEmacs.
19676
19677 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19678
19679         * gnus-start.el (gnus-start-draft-setup):
19680         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19681
19682         * gnus.el (gnus-splash): Change custom group.
19683         (gnus-group-get-parameter, gnus-group-parameter-value):
19684         Describe allow-list argument.
19685
19686         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19687         string.
19688
19689 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19690
19691         * gnus-art.el (gnus-default-article-saver): Add user-defined
19692         `function' to custom type.
19693
19694 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19695
19696         * imap.el (imap-open): Handle case where buffer is a buffer
19697         object.
19698
19699 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19702         long lines.
19703         (gnus-cache-delete-group): Wrap doc strings.
19704
19705         * gnus-agent.el (gnus-agent-rename-group)
19706         (gnus-agent-delete-group): Wrap doc strings.
19707
19708 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * messagexmas.el (message-use-toolbar): Change the valid values
19711         into default, top, bottom, left, and right.
19712         (message-toolbar-thickness): New variable.
19713         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19714         well.
19715         (message-setup-toolbar): Make it work.
19716
19717         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19718         (gnus-use-toolbar): Change the valid values into default, top,
19719         bottom, left, and right.
19720         (gnus-toolbar-thickness): New variable.
19721         (gnus-xmas-setup-toolbar): New function.
19722         (gnus-xmas-setup-group-toolbar): Use it.
19723         (gnus-xmas-setup-summary-toolbar): Use it.
19724
19725 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19726
19727         * gnus-start.el (gnus-1): Add "native" to
19728         gnus-predefined-server-alist.
19729
19730         * gnus.el (gnus-method-to-server): Don't add "native" to the
19731         lists here, because that leads to problems when
19732         gnus-select-method is bound.
19733
19734 2005-11-09  Simon Josefsson  <jas@extundo.com>
19735
19736         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19737         use (not sort-by-date) instead.
19738
19739 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19740
19741         * gnus-delay.el (gnus-delay-group): Don't autoload.
19742         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19743         to be re-loaded when customizing the `gnus-delay' group.
19744
19745 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19746
19747         * message.el: Revert last changes.
19748         (message-insert-citation-line): Use newlines.
19749
19750 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19751
19752         * message.el (message-courtesy-message)
19753         (message-mark-insert-begin, message-mark-insert-end)
19754         (message-elide-ellipsis, message-cancel-message)
19755         (message-add-header, message-change-subject)
19756         (message-cross-post-followup-to-header)
19757         (message-cross-post-insert-note, message-reduce-to-to-cc)
19758         (message-widen-reply, message-delete-not-region)
19759         (message-kill-to-signature, message-insert-signature)
19760         (message-insert-importance-high, message-insert-importance-low)
19761         (message-insert-or-toggle-importance)
19762         (message-insert-disposition-notification-to)
19763         (message-indent-citation, message-yank-original)
19764         (message-cite-original-without-signature, message-cite-original)
19765         (message-insert-citation-line, message-position-on-field)
19766         (message-fix-before-sending, message-send-mail-partially)
19767         (message-send-mail, message-send-mail-with-sendmail)
19768         (message-send-mail-with-qmail, message-send-news)
19769         (message-check-news-header-syntax, message-generate-headers)
19770         (message-insert-courtesy-copy, message-fill-address)
19771         (message-fill-header, message-shorten-references)
19772         (message-setup-1, message-cancel-news)
19773         (message-forward-make-body-plain, message-forward-make-body-mime)
19774         (message-forward-make-body-mml, message-encode-message-body)
19775         (message-forward-make-body-digest-plain)
19776         (message-forward-make-body-digest-mime)
19777         (message-use-alternative-email-as-from): Insert `hard-newline'
19778         instead of ordinary newlines.
19779
19780 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * message.el (message-generate-headers): Downcase the argument
19783         given to message-check-element.
19784
19785 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19786
19787         * nntp.el (nntp-authinfo-rejected): New error condition.
19788         (nntp-wait-for): Use new error condition to signal authentication
19789         error.
19790         (nntp-retrieve-data): Rethrow new error condition to break out of
19791         recursive call to nntp-send-authinfo.
19792
19793 2005-11-08  Romain Francoise  <romain@orebokech.com>
19794
19795         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19796         (gnus-summary-exit-map): Bind to `Z p'.
19797         (gnus-summary-make-menu-bar): Add menu item.
19798
19799 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19800
19801         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19802         (gnus-treat-*): Add `first' in all doc strings.
19803
19804         * gnus-group.el (gnus-group-compact-group): Fix typo.
19805
19806 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * gnus.el (gnus-parameters-case-fold-search): New variable.
19809         (gnus-parameters-get-parameter): Use it.
19810
19811         * gnus-score.el (gnus-home-score-file): Doc fix.
19812
19813 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19814
19815         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19816
19817 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * mm-util.el (mm-special-display-p): New function.
19820
19821         * mml.el (mml-preview): Use it; doc fix.
19822
19823 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19824
19825         * imap.el (imap-open): Handle case where buffer is a buffer object.
19826
19827 2005-10-29  Romain Francoise  <romain@orebokech.com>
19828
19829         * message.el (message-fix-before-sending): Fix comment.
19830
19831 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19832
19833         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19834
19835 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19836
19837         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19838         Used in gnus-score.el.
19839
19840 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19841
19842         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19843
19844 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19847         whitespace removed in revision 7.8.  Use concatenated string to
19848         protect trailing whitespace.
19849
19850 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19851
19852         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19853         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19854         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19855         Courier IMAP ("some version from 2004").  Mostly based on similar
19856         code in the same function.
19857
19858 2005-10-26  Didier Verna  <didier@xemacs.org>
19859
19860         * gnus-group.el (gnus-group-compact-group): Invalidate original
19861         article buffer.
19862         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19863         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19864         NOV database and in article itself.
19865         Invalidate article backlog.
19866
19867 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19870
19871 2005-10-26  Simon Josefsson  <jas@extundo.com>
19872
19873         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19874         part of 2004-07-25 change.
19875
19876 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * message.el (message-display-completion-list): New function.
19879         (message-expand-group): Use it; make sure the Completions buffer
19880         is modifiable.
19881 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19882
19883         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19884         user-mail-name is an empty string.
19885
19886 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19887
19888         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19889         depending on gnus-score-decay-constant.
19890
19891         * encrypt.el (encrypt-insert-file-contents)
19892         (encrypt-write-file-contents): Don't use `gnus-message'.
19893
19894         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19895         arguments.
19896         (mm-uu-type-alist): Add message-marks and insert-marks.
19897         Pass arguments to mm-uu-verbatim-marks-extract.
19898         (mm-uu-hide-markers): New variable.
19899         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19900
19901         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19902         (gnus-convert-image-to-face-command): Use "convert" by default to
19903         allow other input image formats.
19904         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19905         accordingly.
19906
19907 2005-10-23  Simon Josefsson  <jas@extundo.com>
19908
19909         * imap.el (imap-gssapi-program): Align command line parameters
19910         with latest GNU SASL.
19911         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19912
19913 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19914
19915         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19916         HTML.
19917         (nnslashdot-request-article): Ditto.
19918
19919         * lpath.el (featurep): Add nobreak-char-display.
19920
19921 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19922
19923         * mail-source.el (mail-source-fetch-pop): Require pop3.
19924         (mail-source-check-pop): Ditto.
19925
19926 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19929         errors.
19930
19931 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19932
19933         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19934         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19935
19936         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19937
19938         * mm-bodies.el (mm-decode-string):
19939         Call `mm-charset-to-coding-system' with allow-override argument.
19940
19941 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19942
19943         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19944         (rfc2047-charset-to-coding-system): New function.
19945         (rfc2047-decode-encoded-words): New function.
19946         (rfc2047-decode-region): Use them.
19947         (rfc2047-decode-cte): Remove.
19948         (rfc2047-parse-and-decode): Remove.
19949         (rfc2047-decode): Remove.
19950
19951 2005-10-15  Kenichi Handa  <handa@m17n.org>
19952
19953         * rfc2047.el (rfc2047-decode-cte): New function.
19954         (rfc2047-decode-region): Change the way to decode successive
19955         encoded-words: decode B- or Q-encoding in each encoded-word,
19956         concatenate them, and decode it as charset.
19957
19958 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * lpath.el: Fbind codepage-setup for XEmacs.
19961
19962 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19963
19964         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19965         widget-move-and-invoke.
19966         (gnus-custom-mode): Use gnus-custom-map.
19967
19968 2005-10-15  Bill Wohler  <wohler@newt.com>
19969
19970         * message.el (message-tool-bar-map): Rename image file from
19971         mail_send to mail/send.
19972
19973 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19974
19975         * message.el (message-expand-group): Pass the common
19976         prefix substring of completion to `display-completion-list'.
19977
19978 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19979
19980         * mml-sec.el (mml-secure-method): New internal variable.
19981         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19982         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19983         New functions using mml-secure-method.
19984
19985         * mml.el (mml-mode-map): Add key bindings for those functions.
19986         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19987         Harder <harder@myrealbox.com>.
19988         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19989         Goto end of message if point is the headers of the message.
19990
19991         * message.el (message-in-body-p): New function.
19992
19993         * assistant.el: Autoload gnus-util and netrc.
19994
19995         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19996         Use `mm-charset-override-alist' only when decoding.
19997
19998         * mm-bodies.el (mm-decode-body):
19999         Call `mm-charset-to-coding-system' with allow-override argument.
20000
20001         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20002         `filename' from Content-Disposition if Content-Type doesn't
20003         provide `name'.
20004         (gnus-mime-view-part-as-type): Set default instead of
20005         initial-input.
20006
20007 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20008
20009         * format-spec.el (format-spec): Propagate text properties of % spec.
20010
20011 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20012
20013         * gnus-art.el (gnus-treat-predicate): Add `first'.
20014
20015 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20018         (mm-charset-override-alist): New variable.
20019         (mm-charset-to-coding-system): Use it.
20020         (mm-codepage-setup): New helper function.
20021         (mm-charset-eval-alist): New variable.
20022         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20023         Warn about unknown charsets.
20024
20025         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20026
20027 2005-10-04  David Hansen  <david.hansen@gmx.net>
20028
20029         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20030         (nnrss-check-group): Ditto.
20031
20032 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20035         Rename x-gnus-verbatim to x-verbatim.
20036         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20037
20038         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20039         x-verbatim.
20040
20041         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20042
20043         * gnus-util.el (gnus-remove-duplicates): Remove.
20044
20045         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20046         instead of gnus-remove-duplicates.
20047
20048         * message.el (message-remove-duplicates): Remove.
20049         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20050         message-remove-duplicates.
20051
20052         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20053         available, else use implementation from `delete-dups'.
20054
20055         * message.el (message-insert-expires): New function.
20056         (message-mode-map): Add key binding.
20057         (message-mode-field-menu): Add menu entry.
20058         (message-mode): Document it.
20059         (message-make-expires-date): Use `message-make-date'.
20060
20061 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20062
20063         * message.el (message-make-expires-date): New function.
20064
20065 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * Makefile.in (list-installed-shadows): New entry.
20068         (install): Use it.
20069         (remove-installed-shadows): New entry.
20070
20071         * dgnushack.el (dgnushack-default-load-path): New variable.
20072         (dgnushack-find-lisp-shadows): New function.
20073         (dgnushack-remove-lisp-shadows): New function.
20074
20075 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * Makefile.in (install-el-elc): New entry.
20078         (install): Use it so that .el files are necessarily installed.
20079
20080 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20083
20084 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20085
20086         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20087         function rather than the diff-mode.el package.
20088         (mm-display-external): Use with-current-buffer.
20089         (mm-viewer-completion-map, mm-viewer-completion-map):
20090         Move initialization inside declaration.
20091
20092 2005-09-29  Simon Josefsson  <jas@extundo.com>
20093
20094         * spam.el: Load hashcash when compiling, to avoid warnings.
20095         Don't autoload mail-check-payment.
20096         (spam-check-hashcash): Define unconditionally, since hashcash.el
20097         is part of Gnus now.  Ignore errors from payment checking.
20098
20099 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20100
20101         * message.el (message-bold-region, message-unbold-region):
20102         Rename from `bold-region' and `unbold-region'.
20103
20104         * message.el: Remove useless autoloads.
20105
20106 2005-09-28  Simon Josefsson  <jas@extundo.com>
20107
20108         * message.el (message-use-idna): Default to t.
20109         (message-use-idna): Test whether encoding works too.  Doc fix.
20110
20111 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * nntp.el (nntp-warn-about-losing-connection): Remove.
20114
20115 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20116
20117         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20118         customizable.  Change default value.
20119         (mm-uu-diff-groups-regexp): Change default value.
20120         (mm-uu-type-alist): Add doc string.
20121         (mm-uu-configure): Add doc string.  Make it interactive.
20122         (mm-uu-tex-groups-regexp): New variable.
20123         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20124         (mm-uu-type-alist): Add LaTeX documents.
20125         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20126         of "text/verbatim".
20127         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20128
20129         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20130         instead of "text/verbatim".
20131
20132         * message.el (message-mark-inserted-region)
20133         (message-mark-insert-file): Use slrn style marks when called with
20134         prefix argument.
20135
20136 2005-09-27  Simon Josefsson  <jas@extundo.com>
20137
20138         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20139
20140 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20141
20142         * message.el (message-remove-duplicates): New function.
20143         Implementation borrowed from `gnus-remove-duplicates'.
20144         (message-idna-to-ascii-rhs): Also encode idna addresses in
20145         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20146         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20147         only ask about the same idna domain once per header and also tell
20148         in what header to replace the idna domain.
20149
20150         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20151         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20152         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20153         a header is decoded and not just the last one.
20154
20155 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20158         has been decoded.
20159
20160         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20161         (mm-insert-part): Don't modify text if it has been decoded.
20162
20163         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20164         decoded.
20165
20166         * mm-view.el (mm-inline-text): Don't strip text props unless
20167         decoding enriched or richtext parts.
20168
20169 2005-09-25  Romain Francoise  <romain@orebokech.com>
20170
20171         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20172         * gnus-start.el (gnus-subscribe-interactively):
20173         * gnus-uu.el (gnus-uu-grab-articles):
20174         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20175         space.
20176
20177 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20178
20179         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20180         * mm-view.el (mm-view-pkcs7-decrypt):
20181         * gnus-sum.el (gnus-summary-limit-to-extra)
20182         (gnus-summary-respool-article, gnus-read-move-group-name):
20183         * gnus-score.el (gnus-summary-increase-score):
20184         * gnus-util.el (gnus-completing-read-with-default):
20185         * gnus-art.el (gnus-read-save-file-name)
20186         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20187         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20188         * message.el (message-check-news-header-syntax):
20189         Follow convention for reading with the minibuffer.
20190
20191 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20192
20193         * spam-report.el (spam-report-url-ping-plain):
20194         Use gnus-extended-version as User-Agent.
20195
20196         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20197         default value is nil.
20198
20199         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20200         (mm-uu-verbatim-marks-extract): New function.
20201         (mm-uu-extract): New face.
20202         (mm-uu-copy-to-buffer): Use it.
20203
20204         * spam-report.el (spam-report-gmane-ham): Rename from
20205         `spam-report-gmane-unspam'.
20206         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20207         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20208
20209         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20210         Autoload.
20211         (spam-report-gmane-unregister-routine):
20212         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20213
20214 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20215
20216         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20217         (spam-report-gmane-unregister-routine): Add support for gmane
20218         unregistration.
20219
20220         * spam-report.el (spam-report-gmane-unspam)
20221         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20222         (spam-report-gmane): Change to take a single article and do unspam
20223         registration.
20224
20225 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20226
20227         * mm-url.el (mm-url-decode-entities): Fix regexp.
20228
20229 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20230
20231         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20232         default to nil, to be able to use Gnus at all.  If the default
20233         switches to something else, then the function should be fixed not
20234         be exceedingly slow.
20235
20236 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20237
20238         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20239         fail hard.
20240
20241         * spam-report.el: Add better Keywords line.
20242
20243         * spam.el: Add Maintainer and better Keywords line.
20244
20245 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * gnus-art.el (gnus-article-replace-part)
20248         (gnus-mime-replace-part): New functions.
20249         (gnus-mime-action-alist, gnus-mime-button-commands)
20250         (gnus-mime-save-part-and-strip): Add file argument.
20251         (gnus-article-part-wrapper): Add interactive argument.
20252
20253         * gnus-sum.el (gnus-summary-mime-map):
20254         Add `gnus-article-replace-part'.
20255
20256 2005-09-19  Didier Verna  <didier@xemacs.org>
20257
20258         The nnml compaction feature:
20259         * nnml.el (nnml-request-compact-group): New function.
20260         * nnml.el (nnml-request-compact): New function.
20261         * gnus-int.el (gnus-request-compact-group): New function.
20262         * gnus-int.el (gnus-request-compact): New function.
20263         * gnus-group.el (gnus-group-compact-group): New function.
20264         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20265         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20266         * gnus-srvr.el (gnus-server-compact-server): New function.
20267         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20268         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20269
20270 2005-09-18  Deepak Goel  <deego@gnufans.org>
20271
20272         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20273         format spec.
20274
20275 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20276
20277         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20278
20279 2005-09-15  Romain Francoise  <romain@orebokech.com>
20280
20281         * message.el (message-fill-paragraph): Clarify docstring.
20282
20283 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * gnus-art.el (gnus-mime-display-part): Protect against broken
20286         MIME messages.
20287
20288 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20291         before parsing header.
20292
20293 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20294
20295         * html2text.el (html2text-replace-list): Add new entities.
20296
20297 2005-09-11  Romain Francoise  <romain@orebokech.com>
20298
20299         * message.el (message-alternative-emails): Improve docstring.
20300         (message-setup-1): Call `message-use-alternative-email-as-from'
20301         after `message-setup-hook' to give it precedence over posting
20302         styles, etc.
20303         (message-use-alternative-email-as-from): Add docstring.
20304         Remove the original From header if present.
20305
20306         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20307         (nnml-save-mail): Use it.
20308
20309         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20310         articles.  Add new argument `silent'.
20311         (gnus-uu-mark-all): Report the total number of marked articles.
20312
20313 2005-09-10  Romain Francoise  <romain@orebokech.com>
20314
20315         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20316         (gnus-uu-mark-series): Likewise.
20317
20318 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20319
20320         * spam-report.el (spam-report-gmane): Fix generation of spam
20321         report URL.
20322
20323 2005-09-10  Simon Josefsson  <jas@extundo.com>
20324
20325         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20326         t, based on discussion on the ding list with Robert Epprecht
20327         <epprecht@solnet.ch>.
20328
20329 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20330
20331         * spam-report.el (spam-report-gmane): Make it work without
20332         X-Report-Spam header.  Gmane now only provides Archived-At.
20333         This is only used if `spam-report-gmane-use-article-number' is nil.
20334         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20335
20336         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20337         make `gnus-summary-sort-by-recipient' work with threading.
20338
20339         * nnweb.el (nnweb-google-wash-article): Print a message if article
20340         is not available.
20341
20342 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20343
20344         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20345         change.  Decode text/* parts content before displaying.
20346
20347 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20348
20349         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20350
20351 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20354
20355         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20356         url-package-name, url-package-version,
20357         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20358         w3m-display-inline-images, and w3m-minor-mode-map.
20359
20360 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20361
20362         * message.el (message-tab-body-function): Fix mismatched custom type.
20363
20364         * gnus.el (gnus-group-change-level-function): Ditto.
20365
20366         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20367
20368         * gnus-art.el (gnus-signature-limit)
20369         (gnus-article-mime-part-function): Ditto.
20370
20371 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * mml.el (mml-mode): Silence the byte compiler.
20374
20375         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20376         using `(sit-for 0)' before moving the point to the specified part;
20377         skip unbuttonized parts.
20378         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20379         return to the summary window if gnus-auto-select-part is non-nil.
20380
20381 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20382
20383         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20384         New variables.
20385         (mml-dnd-attach-file, mml-mode): Use them.
20386
20387         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20388         Make fetching article by MID work again for Google Groups.
20389         Add FIXME concerning gnus-group-make-web-group.
20390
20391         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20392         Don't depend on Gnus by using mail-extract-address-components if
20393         gnus-extract-address-components is not bound.
20394
20395 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20396
20397         * gnus-art.el (gnus-mime-display-security): Don't display the
20398         signature, but only the signed part.
20399
20400 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20401
20402         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20403
20404         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20405         list, not listp.
20406
20407 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20408
20409         * mm-encode.el (mm-encode-content-transfer-encoding):
20410         Likewise when encoding.
20411
20412         * mm-bodies.el (mm-decode-content-transfer-encoding):
20413         De-canonicalize CRLF for all text content types, not just
20414         text/plain.
20415
20416 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20419         valid article; point arrow and cursor at the MIME button.
20420
20421 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20424         Suggested by Dan Christensen <jdc@uwo.ca>.
20425
20426         * mm-decode.el (mm-save-part): Enable change of prompt.
20427
20428 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20429
20430         * gnus-msg.el (gnus-inews-add-send-actions):
20431         Make `message-post-method' lambda parameter ARG `&optional'.
20432
20433 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20434
20435         * gnus-sum.el (gnus-summary-mime-map):
20436         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20437         gnus-article-jump-to-part.
20438
20439         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20440         (gnus-article-edit-part): Use it.
20441         (gnus-article-part-wrapper): Add no-handle argument.
20442         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20443         New functions.
20444
20445 2005-08-29  Romain Francoise  <romain@orebokech.com>
20446
20447         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20448         docstring.
20449         (gnus-face-from-file): Likewise.
20450
20451 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20452
20453         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20454         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20455         non-nil.
20456         (gnus-auto-select-part): New variable.
20457         (gnus-article-jump-to-part): New function.
20458         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20459         (gnus-mime-delete-part): Allow selecting specified part after
20460         deleting or stripping parts.
20461         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20462         part if argument is bogus.
20463
20464 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20465
20466         * gnus-art.el (w3m-minor-mode-map):
20467         * gnus-spec.el (gnus-newsrc-file-version):
20468         * gnus-util.el (nnmail-active-file-coding-system)
20469         (gnus-original-article-buffer, gnus-user-agent):
20470         * gnus.el (gnus-ham-process-destinations)
20471         (gnus-parameter-ham-marks-alist)
20472         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20473         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20474         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20475         * mm-decode.el (gnus-current-window-configuration):
20476         * mm-extern.el (gnus-article-mime-handles):
20477         * mm-url.el (url-current-object, url-package-name)
20478         (url-package-version):
20479         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20480         (smime-keys, w3m-cid-retrieve-function-alist)
20481         (w3m-current-buffer, w3m-display-inline-images)
20482         (w3m-minor-mode-map):
20483         * mml-smime.el (gnus-extract-address-components):
20484         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20485         (gnus-newsrc-hashtb, message-default-charset)
20486         (message-deletable-headers, message-options)
20487         (message-posting-charset, message-required-mail-headers)
20488         (message-required-news-headers):
20489         * mml1991.el (mc-pgp-always-sign):
20490         * mml2015.el (mc-pgp-always-sign):
20491         * nnheader.el (nnmail-extra-headers):
20492         * rfc1843.el (gnus-decode-encoded-word-function)
20493         (gnus-decode-header-function, gnus-newsgroup-name):
20494         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20495
20496 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20497
20498         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20499         the end of the date treatments.
20500
20501 2005-08-15  Simon Josefsson  <jas@extundo.com>
20502
20503         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20504         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20505         Capello and Romain Francoise.
20506         (pgg-fetch-key-function): Remove, not used?
20507         (pgg-insert-url-with-w3): Require url, to get
20508         url-insert-file-contents regardless of where it is defined.
20509
20510 2005-08-13  Romain Francoise  <romain@orebokech.com>
20511
20512         * message.el (message-cite-original-1): New function.
20513         (message-cite-original): Use it.
20514         (message-cite-original-without-signature): Ditto.
20515
20516 2005-08-08  Romain Francoise  <romain@orebokech.com>
20517
20518         * message.el (message-yank-empty-prefix): New variable.
20519         (message-indent-citation): Use it.
20520         (message-cite-original-without-signature): Respect X-No-Archive.
20521
20522 2005-08-08  Simon Josefsson  <jas@extundo.com>
20523
20524         * pgg.el: Autoload url-insert-file-contents instead of loading
20525         w3/url.
20526         (pgg-insert-url-with-w3): Don't load url here.
20527
20528 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20529
20530         * message.el (message-kill-to-signature): Don't insert newline at
20531         bol.
20532         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20533
20534 2005-08-06  Romain Francoise  <romain@orebokech.com>
20535
20536         * message.el (message-user-fqdn): Fix typo in docstring.
20537
20538 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20539
20540         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20541
20542         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20543
20544 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * mm-bodies.el (mm-encode-body): Use coding system rather than
20547         charset to encode text.
20548
20549         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20550         number of charsets if utf-8 is available (XEmacs).
20551
20552 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20553
20554         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20555         taken from `gnus-button-mid-or-mail-regexp'.
20556         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20557         (gnus-button-alist): Improve regexp for domain part of the MIDs
20558         for news:localpart@domain buttons.
20559         (gnus-button-ctan-directory-regexp): Update.
20560
20561 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * sieve-manage.el (sieve-manage-interactive-login):
20564         Use make-local-variable rather than make-variable-buffer-local.
20565         (sieve-manage-open): Ditto.
20566         (sieve-manage-authenticate): Ditto.
20567
20568         * mml.el (mml-generate-mime-1): Make the content type default to
20569         text/plain if the filename is not specified.
20570
20571 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20572
20573         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20574         instead of insert-buffer.
20575
20576         * message.el (message-yank-original): Ditto; set the mark at the
20577         end of the yanked message.
20578
20579 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20582         lines to scroll rather than to stop it.
20583
20584         * mml.el (mml-generate-default-type): Add doc string.
20585         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20586         default to application/octet-stream when determining the content
20587         type if it is not specified for the part or the mml contents; add
20588         a comment about mml-generate-default-type.
20589
20590 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20591
20592         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20593         make it default to application/octet-stream when determining the
20594         content type if it is not specified for the external contents.
20595
20596 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20597
20598         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20599         segmented parameter but also other parameters might be there.
20600
20601 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * mm-decode.el (mm-display-external): Delete temp file, directory
20604         and buffer immediately if the external process is exited.
20605
20606 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20609         fewer lines than that of scroll-margin.
20610         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20611
20612 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * gnus-art.el (gnus-article-next-page): Revert.
20615         (gnus-article-beginning-of-window): New macro.
20616         (gnus-article-next-page-1): Use it.
20617         (gnus-article-prev-page): Ditto.
20618         (gnus-article-edit-part): Use insert-buffer-substring instead of
20619         insert-buffer.
20620         (gnus-article-edit-exit): Ditto.
20621
20622         * gnus-util.el (gnus-beginning-of-window): Remove.
20623         (gnus-end-of-window): Remove.
20624
20625         * lpath.el: Don't bind header-line-format and scroll-margin.
20626
20627 2005-07-25  Simon Josefsson  <jas@extundo.com>
20628
20629         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20630         to have the url package without w3.  Reported by Daiki Ueno
20631         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20632
20633 2005-07-20  Didier Verna  <didier@xemacs.org>
20634
20635         * gnus-diary.el: Remove the description comment (nndiary is now
20636         properly documented in the Gnus manual).
20637         Fix the spelling of "Back End".
20638         * nndiary.el: Ditto.
20639         Fix the copyright notice.
20640
20641 2005-07-18  Romain Francoise  <romain@orebokech.com>
20642
20643         * gnus-sum.el (gnus-summary-to-prefix)
20644         (gnus-summary-newsgroup-prefix): New variables.
20645         (gnus-summary-from-or-to-or-newsgroups): Use them.
20646
20647 2005-07-17  Romain Francoise  <romain@orebokech.com>
20648
20649         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20650         space as it's generally not especially interesting to the user.
20651
20652 2005-07-16  Romain Francoise  <romain@orebokech.com>
20653
20654         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20655         nil to avoid prompting and file modification if one of the
20656         messages at the top of the nnfolder file contains a copyright
20657         notice.
20658         Update copyright notice.
20659
20660         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20661         instead of `current-time-string' as the latter creates a time
20662         string that is not RFC 2822 compliant (it lacks the zone).
20663         Update copyright notice.
20664
20665 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20666
20667         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20668         for text/rtf.  Display default in prompt.  Pass default for M-n.
20669
20670         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20671
20672 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20673
20674         * gnus-msg.el (gnus-button-mailto):
20675         Remove save-selected-window-window hackery because it relies on
20676         save-selected-window internals.
20677
20678 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20679
20680         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20681         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20682         (gnus-article-prev-page): Ditto.
20683
20684         * gnus-util.el (gnus-beginning-of-window): New function.
20685         (gnus-end-of-window): New function.
20686
20687         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20688
20689 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20690
20691         * gnus-score.el (gnus-score-edit-all-score):
20692         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20693         gnus-message.
20694
20695 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20696
20697         * gnus-msg.el (gnus-button-mailto):
20698         Remove save-selected-window-window hackery because it relies on
20699         save-selected-window internals.
20700
20701 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20704         add-minor-mode.
20705         (gnus-binary-mode): Ditto.
20706
20707         * gnus-topic.el (gnus-topic-mode): Ditto.
20708
20709 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20710
20711         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20712         (gnus-article-prev-page): Take scroll-margin into consideration.
20713
20714 2005-07-04  Lute Kamstra  <lute@gnu.org>
20715
20716         Update FSF's address in GPL notices.
20717
20718 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20719
20720         * gnus.el (gnus-exit):
20721         * gnus-group.el (gnus-group-icons):
20722         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20723
20724         * gnus-nocem.el (gnus-nocem):
20725         * message.el (message-various, message-buffers, message-sending)
20726         (message-interface, message-forwarding, message-insertion)
20727         (message-headers, message-news, message-mail):
20728         * pgg-gpg.el (pgg-gpg):
20729         * pgg-parse.el (pgg-parse):
20730         * pgg-pgp.el (pgg-pgp):
20731         * pgg-pgp5.el (pgg-pgp5):
20732         * pop3.el (pop3): Finish `defgroup' description with period.
20733
20734 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * gnus-art.el (article-display-face): Improve the efficiency.
20737         (article-display-x-face): Ditto; remove gray x-face stuff.
20738
20739 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20740
20741         * gnus-art.el (article-display-face): Correct the position in
20742         which Faces are inserted.
20743
20744 2005-06-29  Didier Verna  <didier@xemacs.org>
20745
20746         * gnus-art.el (article-display-face): Display faces in correct
20747         order.
20748
20749 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20750
20751         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20752         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20753         (gnus-nocem-check-article): Fetch the Type header.
20754         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20755         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20756         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20757         make sure gnus-nocem-hashtb is initialized.
20758         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20759         (gnus-nocem-unwanted-article-p): Ditto.
20760
20761         * pgg.el (pgg-verify): Return the verification result.
20762
20763 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20764
20765         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20766         is ascii.
20767
20768 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20769
20770         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20771         `show-nonbreak-escape'.
20772
20773 2005-06-23  Lute Kamstra  <lute@gnu.org>
20774
20775         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20776
20777         * dig.el (dig-mode):
20778         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20779
20780 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20781
20782         * nnimap.el (nnimap-split-download-body): Fix spellings.
20783
20784 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20785
20786         * gnus-art.el (gnus-article-encrypt-body):
20787         * gnus-cus.el (gnus-score-customize):
20788         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20789         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20790
20791 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20792
20793         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20794         header by looking for magic "MII" at the beginning.
20795
20796 2005-06-16  Miles Bader  <miles@gnu.org>
20797
20798         * gnus-xmas.el (gnus-xmas-group-startup-message):
20799         Use renamed gnus-splash face.
20800
20801         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20802         (assistant-field-face): New backward-compatibility alias for renamed
20803         face.
20804         (assistant-render-text): Use renamed assistant-field face.
20805
20806         * spam.el (spam): Remove "-face" suffix from face name.
20807         (spam-face): New backward-compatibility alias for renamed face.
20808         (spam-face, spam-initialize): Use renamed spam face.
20809
20810         * message.el (message-header-to, message-header-cc)
20811         (message-header-subject, message-header-newsgroups)
20812         (message-header-other, message-header-name)
20813         (message-header-xheader, message-separator, message-cited-text)
20814         (message-mml): Remove "-face" suffix from face names.
20815         (message-header-to-face, message-header-cc-face)
20816         (message-header-subject-face, message-header-newsgroups-face)
20817         (message-header-other-face, message-header-name-face)
20818         (message-header-xheader-face, message-separator-face)
20819         (message-cited-text-face, message-mml-face):
20820         New backward-compatibility aliases for renamed faces.
20821         (message-font-lock-keywords): Use renamed message faces.
20822
20823         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20824         (sieve-test-commands, sieve-tagged-arguments):
20825         Remove "-face" suffix from face names.
20826         (sieve-control-commands-face, sieve-action-commands-face)
20827         (sieve-test-commands-face, sieve-tagged-arguments-face):
20828         New backward-compatibility aliases for renamed faces.
20829         (sieve-control-commands-face, sieve-action-commands-face)
20830         (sieve-test-commands-face, sieve-tagged-arguments-face):
20831         Use renamed sieve faces.
20832
20833         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20834         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20835         (gnus-group-news-3-empty, gnus-group-news-4)
20836         (gnus-group-news-4-empty, gnus-group-news-5)
20837         (gnus-group-news-5-empty, gnus-group-news-6)
20838         (gnus-group-news-6-empty, gnus-group-news-low)
20839         (gnus-group-news-low-empty, gnus-group-mail-1)
20840         (gnus-group-mail-1-empty, gnus-group-mail-2)
20841         (gnus-group-mail-2-empty, gnus-group-mail-3)
20842         (gnus-group-mail-3-empty, gnus-group-mail-low)
20843         (gnus-group-mail-low-empty, gnus-summary-selected)
20844         (gnus-summary-cancelled, gnus-summary-high-ticked)
20845         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20846         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20847         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20848         (gnus-summary-low-undownloaded)
20849         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20850         (gnus-summary-low-unread, gnus-summary-normal-unread)
20851         (gnus-summary-high-read, gnus-summary-low-read)
20852         (gnus-summary-normal-read, gnus-splash):
20853         Remove "-face" suffix from face names.
20854         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20855         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20856         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20857         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20858         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20859         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20860         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20861         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20862         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20863         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20864         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20865         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20866         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20867         (gnus-summary-normal-ticked-face)
20868         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20869         (gnus-summary-normal-ancient-face)
20870         (gnus-summary-high-undownloaded-face)
20871         (gnus-summary-low-undownloaded-face)
20872         (gnus-summary-normal-undownloaded-face)
20873         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20874         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20875         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20876         (gnus-splash-face):
20877         New backward-compatibility aliases for renamed faces.
20878         (gnus-group-startup-message): Use renamed gnus faces.
20879
20880         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20881         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20882         (gnus-server-agent): Remove "-face" suffix from face names.
20883         (gnus-server-agent-face, gnus-server-opened-face)
20884         (gnus-server-closed-face, gnus-server-denied-face)
20885         (gnus-server-offline-face):
20886         New backward-compatibility aliases for renamed faces.
20887         (gnus-server-agent-face, gnus-server-opened-face)
20888         (gnus-server-closed-face, gnus-server-denied-face)
20889         (gnus-server-offline-face): Use renamed gnus faces.
20890
20891         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20892         Remove "-face" suffix from face names.
20893         (gnus-picon-xbm-face, gnus-picon-face):
20894         New backward-compatibility aliases for renamed faces.
20895
20896         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20897         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20898         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20899         (gnus-cite-11): Remove "-face" suffix from face names.
20900         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20901         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20902         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20903         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20904         New backward-compatibility aliases for renamed faces.
20905         (gnus-cite-attribution-face, gnus-cite-face-list)
20906         (gnus-article-boring-faces): Use renamed gnus faces.
20907
20908         * gnus-art.el (gnus-signature, gnus-header-from)
20909         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20910         (gnus-header-content): Remove "-face" suffix from face names.
20911         (gnus-signature-face, gnus-header-from-face)
20912         (gnus-header-subject-face, gnus-header-newsgroups-face)
20913         (gnus-header-name-face, gnus-header-content-face):
20914         New backward-compatibility aliases for renamed faces.
20915         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20916
20917         * gnus-sum.el (gnus-summary-selected-face)
20918         (gnus-summary-highlight): Use renamed gnus faces.
20919         * gnus-group.el (gnus-group-highlight): Likewise.
20920
20921 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20922
20923         * gnus-sieve.el (gnus-sieve-article-add-rule):
20924         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20925         * spam-stat.el (spam-stat-buffer-change-to-spam)
20926         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20927
20928         * message.el (message-is-yours-p):
20929         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20930
20931 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * mm-view.el (mm-inline-text): Withdraw the last change.
20934
20935 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20938         executing enriched-decode.
20939
20940 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20941
20942         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20943         charset of tar files.
20944
20945 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20946
20947         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20948
20949 2005-06-04  Lute Kamstra  <lute@gnu.org>
20950
20951         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20952         information is never recorded.
20953
20954 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20955
20956         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20957
20958 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20959
20960         * pop3.el (pop3-apop): Run md5 in the binary mode.
20961
20962         * starttls.el (starttls-set-process-query-on-exit-flag):
20963         Use eval-and-compile.
20964
20965 2005-05-31  Simon Josefsson  <jas@extundo.com>
20966
20967         * smime.el (smime-replace-in-string): Define.
20968         (smime-cert-by-ldap-1): Use it.
20969
20970 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20971
20972         * gnus-art.el (article-display-x-face): Replace
20973         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20974
20975         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20976         set-process-query-on-exit-flag or process-kill-without-query.
20977
20978         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20979         loop instead of replace-regexp.
20980
20981         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20982         instead of process-kill-without-query if it is available.
20983
20984         * lpath.el: Fbind ldap-search-entries.
20985
20986         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20987         instead of find-file-hooks if it is available.
20988
20989         * mml1991.el: Bind pgg-default-user-id when compiling.
20990
20991         * mml2015.el: Bind pgg-default-user-id when compiling.
20992
20993         * nndraft.el (nndraft-request-associate-buffer):
20994         Use write-contents-functions instead of write-contents-hooks if it is
20995         available.
20996
20997         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20998         instead of find-file-hooks if it is available.
20999
21000         * nntp.el (nntp-open-connection): Replace
21001         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21002         (nntp-open-ssl-stream): Ditto.
21003         (nntp-open-tls-stream): Ditto.
21004
21005         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21006         set-process-query-on-exit-flag or process-kill-without-query.
21007         (starttls-open-stream-gnutls): Use it instead of
21008         process-kill-without-query.
21009         (starttls-open-stream): Ditto.
21010
21011 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21012
21013         * smime.el (smime-cert-by-ldap-1): Don't use
21014         replace-regexp-in-string.
21015
21016 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21017
21018         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21019
21020         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21021         in PEM format.  Adjust to the XEmacs compatibility.
21022
21023 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21024
21025         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21026         by `string-to-number'.
21027         * gnus-agent.el (gnus-agent-regenerate-group)
21028         (gnus-agent-fetch-articles): Ditto.
21029         * gnus-art.el (gnus-button-fetch-group): Ditto.
21030         * gnus-cache.el (gnus-cache-generate-active)
21031         (gnus-cache-articles-in-group): Ditto.
21032         * gnus-group.el (gnus-group-set-current-level)
21033         (gnus-group-insert-group-line): Ditto.
21034         * gnus-score.el (gnus-score-set-expunge-below)
21035         (gnus-score-set-mark-below, gnus-summary-score-effect)
21036         (gnus-summary-score-entry): Ditto.
21037         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21038         (gnus-soup-pack): Ditto.
21039         * gnus-spec.el (gnus-xmas-format): Ditto.
21040         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21041         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21042         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21043         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21044         * nndb.el (nndb-get-remote-expire-response): Ditto.
21045         * nndiary.el (nndiary-parse-schedule-value)
21046         (nndiary-string-to-number, nndiary-request-replace-article)
21047         (nndiary-request-article): Ditto.
21048         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21049         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21050         * nneething.el (nneething-make-head): Ditto.
21051         * nnfolder.el (nnfolder-request-article)
21052         (nnfolder-retrieve-headers): Ditto.
21053         * nnheader.el (nnheader-file-to-number): Ditto.
21054         * nnkiboze.el (nnkiboze-request-article): Ditto.
21055         * nnmail.el (nnmail-process-unix-mail-format)
21056         (nnmail-process-babyl-mail-format): Ditto.
21057         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21058         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21059         (nnmh-request-create-group, nnmh-request-list-1)
21060         (nnmh-request-group, nnmh-request-article): Ditto.
21061         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21062         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21063         * nnsoup.el (nnsoup-make-active): Ditto.
21064         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21065         * nntp.el (nntp-find-group-and-number)
21066         (nntp-retrieve-headers-with-xover): Ditto.
21067         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21068         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21069         (pgg-format-key-identifier): Ditto.
21070         * pop3.el (pop3-last, pop3-stat): Ditto.
21071         * qp.el (quoted-printable-decode-region): Ditto.
21072
21073         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21074         of concat.
21075
21076 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21077
21078         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21079
21080         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21081
21082         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21083
21084         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21085
21086         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21087
21088         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21089
21090         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21091         (gnus-carpal-mode): Ditto.
21092
21093         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21094         (gnus-browse-mode): Ditto.
21095
21096         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21097
21098         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21099
21100 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21101
21102         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21103
21104 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * gnus-util.el (gnus-run-mode-hooks): New function.
21107
21108         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21109
21110         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21111         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21112
21113 2005-05-27  Lute Kamstra  <lute@gnu.org>
21114
21115         * dns-mode.el (dns-mode): Specify customization group.
21116
21117 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21118
21119         * gnus-agent.el (gnus-agent-make-mode-line-string):
21120         Use mode-line-highlight as mouse-face.
21121
21122 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * canlock.el (canlock): Change the parent group to news.
21125
21126         * deuglify.el (gnus-outlook-deuglify): Add :group.
21127
21128         * dig.el (dig): Add :group.
21129
21130         * dns-mode.el (dns-mode): Add :group.
21131
21132         * encrypt.el (encrypt): Add :group.
21133
21134         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21135         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21136         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21137         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21138         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21139
21140         * gnus-diary.el (gnus-diary): Add :group.
21141
21142         * gnus.el (gnus-group-news-1-face): Add :group.
21143         (gnus-group-news-1-empty-face): Ditto.
21144         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21145         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21146         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21147         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21148         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21149         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21150         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21151         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21152         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21153         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21154         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21155         (gnus-summary-high-ticked-face): Ditto.
21156         (gnus-summary-low-ticked-face): Ditto.
21157         (gnus-summary-normal-ticked-face): Ditto.
21158         (gnus-summary-high-ancient-face): Ditto.
21159         (gnus-summary-low-ancient-face): Ditto.
21160         (gnus-summary-normal-ancient-face): Ditto.
21161         (gnus-summary-high-undownloaded-face): Ditto.
21162         (gnus-summary-low-undownloaded-face): Ditto.
21163         (gnus-summary-normal-undownloaded-face): Ditto.
21164         (gnus-summary-high-unread-face): Ditto.
21165         (gnus-summary-low-unread-face): Ditto.
21166         (gnus-summary-normal-unread-face): Ditto.
21167         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21168         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21169
21170         * hashcash.el (hashcash): New custom group.
21171         (hashcash-default-payment): Add :group.
21172         (hashcash-payment-alist): Ditto.
21173         (hashcash-default-accept-payment): Ditto.
21174         (hashcash-accept-resources): Ditto.
21175         (hashcash-path): Ditto.
21176         (hashcash-extra-generate-parameters): Ditto.
21177         (hashcash-double-spend-database): Ditto.
21178         (hashcash-in-news): Ditto.
21179
21180         * message.el (message-minibuffer-local-map): Add :group.
21181
21182         * netrc.el (netrc): Add :group.
21183
21184         * sieve-manage.el (sieve-manage-log): Add :group.
21185         (sieve-manage-default-user): Diito.
21186         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21187         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21188         (sieve-manage-authenticators): Ditto.
21189         (sieve-manage-authenticator-alist): Ditto.
21190         (sieve-manage-default-port): Ditto.
21191
21192         * sieve-mode.el (sieve-control-commands-face): Add :group.
21193         (sieve-action-commands-face): Ditto.
21194         (sieve-test-commands-face): Ditto.
21195         (sieve-tagged-arguments-face): Ditto.
21196
21197         * smime.el (smime): Add :group.
21198
21199         * spam-report.el (spam-report): Add :group.
21200
21201         * spam.el (spam, spam-face): Add :group.
21202
21203 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21204
21205         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21206         return \n.\n.\n at the end of articles.  Protect against that.
21207         (nntp-with-open-group): Allow debugging.
21208
21209         * nnheader.el (mail-header-set-extra): Make into a function
21210         because I just could't understand how to quote the list properly.
21211
21212         * dns.el (query-dns-cached): New function.
21213
21214 2005-05-26  Lute Kamstra  <lute@gnu.org>
21215
21216         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21217
21218 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21221
21222         * gnus-art.el: Don't autoload mail-extract-address-components.
21223
21224         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21225         eval-and-compile to evaluate it.
21226
21227         * hashcash.el: Don't autoload executable-find.
21228
21229         * nndb.el: Don't declare the nndb back end two or more times; don't
21230         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21231
21232         * nntp.el: Autoload format-spec instead of format; use
21233         eval-and-compile to evaluate autoload forms.
21234
21235 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21236
21237         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21238
21239 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21240
21241         * gnus.el (gnus-version-number): Bump version.
21242
21243 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21244
21245         * gnus.el: No Gnus v0.3 is released.
21246
21247 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21248
21249         * lpath.el (featurep): Bind show-nonbreak-escape.
21250
21251 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * gnus-art.el (gnus-article-edit-part): Disable undo.
21254
21255 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21256
21257         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21258         gnus-article-date-lapsed-new-header is t if date timer is active;
21259         skip headers in which the original date value is empty.
21260         (gnus-article-save-original-date): Redefine it as a macro.
21261         (gnus-display-mime): Use it.
21262
21263 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21264
21265         * gnus-art.el (article-date-ut): Support converting date in
21266         forwarded parts as well.
21267         (gnus-article-save-original-date): New function.
21268         (gnus-display-mime): Use it.
21269
21270 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21271
21272         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21273         enclosure element of <item>.
21274
21275 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21276
21277         * message.el (message-kill-buffer-query): Rename from
21278         `message-kill-buffer-query-if-modified'.  Add :version.
21279
21280 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21283         window layout.
21284
21285 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * mml.el: Autoload dnd when compiling.
21288
21289 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21292         x-dnd-*.
21293
21294 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * qp.el (quoted-printable-encode-region): Save excursion.
21297
21298 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21299
21300         * message.el (message-kill-buffer-query-if-modified): Add new variable
21301         so the user can kill a modified message buffer quickly.
21302         (message-kill-buffer): Use it.
21303
21304 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * lpath.el: Fbind display-time-event-handler; don't fbind
21307         string-to-multibyte.
21308
21309         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21310
21311 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21312
21313         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21314         contained in text because xml.el decodes entities) with LFs.
21315
21316 2005-04-11  Lute Kamstra  <lute@gnu.org>
21317
21318         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21319         differently.
21320
21321 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21322
21323         * mm-util.el (mm-detect-coding-region): Typo.
21324
21325 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21326
21327         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21328
21329 2005-04-06  Deepak Goel  <deego@gnufans.org>
21330
21331         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21332         user-function allow user modifications of the scores.
21333         (spam-stat-score-buffer-user): New function, to allow
21334         user-computed modifications to the score.
21335         (spam-stat-score-buffer-user-functions): List of additional
21336         scoring functions.
21337         (spam-stat-error-holder): Global temporary error holder.
21338         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21339         variable.
21340
21341 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21342
21343         * gnus-registry.el (gnus-registry-clean-empty-function)
21344         (gnus-registry-trim, gnus-registry-fetch-groups)
21345         (gnus-registry-delete-group): Groups that match
21346         `gnus-registry-ignored-groups' are removed from the registry
21347         entries, not just ignored for splitting.  This helps clean up the
21348         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21349         to get all the groups a message ID is in.
21350
21351         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21352         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21353         (spam-stat-score-buffer-user-functions): Add :number custom type.
21354
21355 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21356
21357         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21358         argument in XEmacs.
21359
21360         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21361         (nnrss-request-group): Decode group name first.
21362         (nnrss-request-article): Make a text/plain article if mml-to-mime
21363         failed.
21364         (nnrss-get-encoding): Return a compatible encoding according to
21365         nnrss-compatible-encoding-alist.
21366         (nnrss-find-el): Use consp instead of listp.
21367         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21368
21369 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21372         which Emacs 20 doesn't support.
21373         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21374
21375 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21376
21377         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21378         silence the byte compiler inside the defun.
21379
21380         * gnus-demon.el (parse-time-string): Add autoload.
21381
21382         * gnus-delay.el (parse-time-string): Add autoload.
21383
21384         * gnus-art.el (parse-time-string): Add autoload.
21385
21386         * nnultimate.el (parse-time): Require for `parse-time-string'.
21387
21388 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21389
21390         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21391
21392         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21393
21394         * smime.el (smime-ldap-host-list): Add :version.
21395
21396 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21397
21398         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21399         pass it to `gnus-browse-read-group'.
21400         (gnus-browse-read-group): Add NUMBER argument and pass it to
21401         `gnus-group-read-ephemeral-group'.
21402
21403         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21404         argument and pass it to `gnus-group-read-group'.
21405
21406 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21407
21408         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21409         mm-xemacs-find-mime-charset-1 if we have the mule feature
21410         available at runtime.
21411
21412 2005-03-25  Werner Lemberg  <wl@gnu.org>
21413
21414         * nnmaildir.el: Replace `illegal' with `invalid'.
21415
21416 2005-03-23  Lute Kamstra  <lute@gnu.org>
21417
21418         * time-date.el: Add comment on time value formats.
21419         Don't require parse-time.
21420         (with-decoded-time-value): New macro.
21421         (encode-time-value): New function.
21422         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21423         (days-to-time): Return a valid time value when arg is huge.
21424         (time-since): Use time-subtract.
21425         (time-to-number-of-days): Use time-to-seconds.
21426
21427 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21428
21429         * gnus-start.el (gnus-display-time-event-handler):
21430         Check display-time-timer at runtime rather than only at load time
21431         in case display-time-mode is turned off in the mean time.
21432
21433 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21434
21435         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21436         used.
21437
21438         * nneething.el (nneething-map-file-directory): Derive from
21439         `gnus-directory'.
21440
21441         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21442         the To/Cc button.
21443
21444 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21445
21446         * nnmaildir.el (nnmaildir-request-accept-article):
21447         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21448
21449 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21450
21451         * gnus-async.el: Require timer-funcs at compile time when in
21452         XEmacs for `run-with-idle-timer'.
21453
21454 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21455
21456         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21457         autoloaded function.
21458
21459 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21460
21461         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21462
21463 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21464
21465         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21466
21467 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21468
21469         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21470         Add gnus-expert-user to default.
21471
21472 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21473
21474         * nnimap.el (nnimap-open-server): Ditto.
21475
21476         * imap.el (imap-authenticate): Fix typo.
21477
21478 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21479
21480         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21481         buffer (since IMAP server might return FETCH response out of
21482         order, and the nntp buffer must be sorted).
21483
21484 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21485
21486         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21487         comparison on string.
21488
21489         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21490         (gnus-agent-score): Rename category keywords to match gnus-cus.
21491         (gnus-agent-summary-fetch-series): Modify to protect against
21492         gnus-agent-summary-fetch-group clearing processable flags.
21493         (gnus-agent-synchronize-group-flags): Update live group buffer as
21494         synchronization may occur due to the user toggle the plugged
21495         status.
21496         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21497         successfully downloaded.
21498         (gnus-agent-expire-group-1): Avoid using markers when the overview
21499         is in ascending order; greatly improves performance.
21500         (gnus-agent-regenerate-group):
21501         Use gnus-agent-synchronize-group-flags to reset read status in both
21502         gnus and server.
21503         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21504
21505 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21506
21507         * message.el: Don't autoload former message-utils variables.
21508         (message-strip-subject-trailing-was): Change doc string.
21509
21510         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21511         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21512         (nnweb-google-search): Add "hl=en" here.
21513         (nnweb-google-parse-1, nnweb-google-create-mapping):
21514         Don't hardcode URL.
21515
21516 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21517
21518         * message.el (message-get-reply-headers, message-followup):
21519         Mention related variables `message-use-followup-to' and
21520         `message-use-mail-followup-to', in the information buffer.
21521
21522         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21523         of broken groups(-beta).google.com.
21524
21525 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21526
21527         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21528         parameter to invoked gnus-request-move-article; remove the
21529         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21530         all at once instead of once per article.
21531         (gnus-summary-remove-process-mark): Accept a list of articles as
21532         well as a single article for processing.
21533
21534         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21535         parameter.
21536
21537         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21538
21539         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21540
21541         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21542         parameter.
21543
21544         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21545         parameter.
21546
21547         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21548         parameter and remove the gnus-sum-hint-move-is-internal variable.
21549
21550         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21551         parameter.
21552
21553         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21554         parameter.
21555
21556         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21557         parameter.
21558
21559         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21560
21561         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21562         parameter.
21563
21564         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21565         parameter.
21566
21567 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21568
21569         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21570         a more conservative way.
21571
21572 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21573
21574         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21575         buffer, so it moves the window's cursor.
21576
21577 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21578
21579         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21580         `mm-dissect-multipart' and receive the from field as an (optional)
21581         argument from `mm-dissect-multipart'.
21582         (mm-dissect-multipart): Receive the from field as an argument and
21583         pass it on when we call `mm-dissect-buffer' on MIME parts.
21584         Fixes verification/decryption of signed/encrypted MIME parts.
21585
21586 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21587
21588         * gnus-sum.el (gnus-summary-move-article):
21589         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21590         whatever it calls (right now, only nnimap-request-move article
21591         respects it).
21592
21593         * nnimap.el (nnimap-request-move-article):
21594         When gnus-sum-hint-move-is-internal is set, don't do the extra
21595         nnimap-request-article.
21596
21597 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21598
21599         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21600
21601         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21602         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21603
21604         * gnus-sum.el (gnus-summary-caesar-message):
21605         Apply `gnus-treat-article' after rotation.
21606
21607         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21608         doc string.
21609
21610 2005-02-22  Simon Josefsson  <jas@extundo.com>
21611
21612         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21613         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21614         <arne@arnested.dk>.
21615         (encrypt): Add password-cache and password-cache-expiry as group
21616         members.
21617
21618 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21619
21620         * smime.el (smime-ldap-host-list): Doc fix.
21621         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21622         cache) password.
21623         (smime-sign-region): Use it.
21624         (smime-decrypt-region): Use it.
21625         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21626         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21627         fails.
21628         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21629         certificate from DER to PEM format rather than calling openssl.
21630
21631         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21632
21633         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21634         for signing/encryption.
21635
21636         * mml.el (mml-parse-1): Use them.
21637
21638 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21639
21640         * nnrss.el (nnrss-verbose): Remove.
21641         (nnrss-request-group): Use `nnheader-message' instead.
21642
21643 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21644
21645         * nnrss.el (nnrss-verbose): New variable.
21646         (nnrss-request-group): Make it say nnrss is requesting a group.
21647
21648 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21649
21650         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21651         Handle news URL with given port correctly.
21652
21653 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21656         containing special characters.
21657
21658         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21659
21660         * mml.el (mime-to-mml): Ditto.
21661
21662         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21663         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21664         (rfc2047-decode-region): Quote decoded words containing special
21665         characters when rfc2047-quote-decoded-words-containing-tspecials
21666         is non-nil.
21667
21668 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21669
21670         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21671
21672         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21673
21674 2005-02-15  Simon Josefsson  <jas@extundo.com>
21675
21676         * nnimap.el (nnimap-debug): Doc fix.
21677
21678         * imap.el (imap-debug): Doc fix.
21679
21680 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21683
21684 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21685
21686         * gnus.el (spam-contents): Improve docs for spam-contents
21687         parameter in its variable incarnation.
21688
21689 2005-02-14  Simon Josefsson  <jas@extundo.com>
21690
21691         * smime-ldap.el: Use require instead of load-library for ldap.
21692         (smime-ldap-search): Indent.
21693         (smime-ldap-search-internal): Shorten line.
21694
21695         * smime.el (smime-cert-by-dns): Add doc-string.
21696         (smime-cert-by-ldap-1): Indent.
21697
21698         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21699         mml-smime-get-dns-ldap.
21700         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21701
21702 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21703
21704         * smime.el: Require smime-ldap.
21705         (smime-ldap-host-list): New variable.
21706         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21707
21708         * mml-smime.el (mml-smime-encrypt-query): New function.
21709         (mml-smime-encrypt-query): Use it.
21710
21711         * smime-ldap.el: New file.
21712
21713 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21714
21715         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21716
21717 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21718
21719         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21720         argument in doc string.  Make query for type more clear.
21721
21722 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21723
21724         * gnus.el (gnus-group-startup-message): Search for gnus images in
21725         etc/images/gnus.
21726         * mm-util.el (mm-image-load-path): Likewise.
21727         * smiley.el (smiley-data-directory): Search for smilies in
21728         etc/images/smilies.
21729
21730 2005-02-09  Kim F. Storm  <storm@cua.dk>
21731
21732         Change Emacs release version from 21.4 to 22.1 throughout.
21733         Change Emacs development version from 21.3.50 to 22.0.50.
21734
21735 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21736
21737         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21738
21739         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21740         non-Mule XEmacs as well.
21741         (mm-decompress-buffer): Signal an error intentionally if it does
21742         not decompress compressed data because auto-compression-mode is
21743         disabled.
21744
21745 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21746
21747         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21748         an ID in the registry even if it has no groups.
21749
21750 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21753         merge it into mm-decompress-buffer.
21754         (gnus-mime-copy-part): Use the MIME part charset, the value which
21755         a user specified or gnus-newsgroup-charset for decoding, like
21756         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21757         save-buffer what was used.  Suggested by Kevin Ryde
21758         <user42@zip.com.au>.
21759         (gnus-mime-inline-part): Allow the name parameter as well as the
21760         filename parameter; force decompressing of compressed data; always
21761         display contents being not decoded as unibyte.
21762
21763         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21764         as well as the filename parameter.
21765
21766         * mm-util.el (mm-decompress-buffer):
21767         Merge gnus-mime-jka-compr-maybe-uncompress.
21768         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21769         of compressed data.
21770
21771 2005-02-08  Simon Josefsson  <jas@extundo.com>
21772
21773         * imap.el (imap-log): Doc fix.
21774
21775 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21778         the coding cookies; decompress compressed parts.
21779
21780         * mml.el (mml-generate-mime-1): Add the charset parameter according
21781         to the value which a user specified manually or the coding cookie.
21782
21783         * mm-util.el (mm-string-to-multibyte): New function.
21784         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21785         (mm-coding-system-to-mime-charset): New function.
21786         (mm-decompress-buffer): New function.
21787         (mm-find-buffer-file-coding-system): New function.
21788
21789         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21790         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21791         parts.
21792
21793 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21794
21795         * mm-view.el (mm-display-inline-fontify): Decode a part according
21796         to the charset parameter.
21797
21798 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21801         prefix arg is neither nil nor a number, as info specifies.
21802
21803 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21806         timestamps.
21807
21808 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21809
21810         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21811         groups error checking and notify user.
21812
21813 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21814
21815         * message.el (message-send-mail-function): Check existence of
21816         sendmail-program first before using default value
21817         `message-send-mail-with-sendmail'.  Otherwise use more generic
21818         `smtpmail-send-it'.
21819
21820 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * nntp.el (nntp-request-update-info): Always return nil.
21823
21824 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21825
21826         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21827
21828 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21829
21830         * message.el (message-beginning-of-line): Change the behavior when
21831         invoked between BOL and : so that it first moves backward.
21832
21833 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21834
21835         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21836         article buffer when editing of the article is discarded.
21837         (gnus-article-prepare): Revert.
21838
21839 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * gnus-art.el (gnus-article-prepare):
21842         Remove message-strip-forbidden-properties from the local hook.
21843
21844 2005-01-27  Simon Josefsson  <jas@extundo.com>
21845
21846         * password.el (password-cache-add): Only start one timer per key.
21847         Reported by Derek Atkins <warlord@MIT.EDU>.
21848
21849 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21850
21851         * run-at-time.el: Remove.  It is no longer needed as
21852         timer-funcs.el in the xemacs-base package has a working version of
21853         `run-at-time'.
21854
21855         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21856
21857         * password.el: Require timer-funcs instead of run-at-time in
21858         XEmacs.
21859         Remove `password-run-at-time' macro.
21860         (password-cache-add): Use `run-at-time' instead of
21861         `password-run-at-time'.
21862
21863         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21864         Remove `nnheader-cancel-function-timers' alias,
21865         `cancel-function-timers' exists in XEmacs in timer-funcs.
21866
21867         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21868         for `run-with-idle-timer'.
21869
21870         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21871         for `run-at-time'.
21872
21873         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21874         for `with-timeout'.
21875
21876         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21877         the same as for XEmacs 21.4.
21878         No need to ignore `run-with-idle-timer', this function exists in
21879         XEmacs now in timer-funcs.el in the xemacs-base package.
21880         (dgnushack-compile): No need to delete
21881         run-at-time.el from the list of files to compile because it
21882         doesn't exist anymore.
21883
21884 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21885
21886         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21887         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21888
21889 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21890
21891         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21892         sensitively.
21893
21894 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21895
21896         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21897
21898 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21899
21900         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21901         which will be inserted according to the multibyteness of a buffer
21902         rather than the type of contents.  Suggested by ARISAWA Akihiro
21903         <ari@mbf.ocn.ne.jp>.
21904
21905         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21906         of string which old xml.el may return rather than a string.
21907
21908 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21909
21910         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21911
21912 2005-01-16  Simon Josefsson  <jas@extundo.com>
21913
21914         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21915         idn/idna.el isn't available.
21916         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21917         <michael@waxrat.com>.
21918
21919         * hashcash.el: Remove non-FSF copyright header.
21920
21921         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21922         (hashcash-generate-payment): Use it.
21923         (hashcash-generate-payment-async): Use it.
21924
21925 2005-01-15  Simon Josefsson  <jas@extundo.com>
21926
21927         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21928         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21929
21930         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21931         gnus-summary-idna-message.
21932         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21933         (gnus-summary-idna-message): New function.
21934
21935 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21936
21937         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21938         gnus-novice-user.
21939
21940 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21941
21942         * nnrss.el (nnrss-request-delete-group): Delete entries in
21943         nnrss-group-alist as well.
21944         (nnrss-save-server-data): Insert newline.
21945
21946 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21947
21948         * gnus.el (gnus-user-agent): Use list of symbols instead of
21949         symbols.  Display full version number for (S)XEmacs.
21950         Optionally display (S)XEmacs codename.
21951
21952         * gnus-util.el (gnus-emacs-version): Update for new
21953         `gnus-user-agent'.
21954
21955         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21956         Gnus version.
21957
21958 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21959
21960         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21961         which is unreadable in some setups.
21962
21963 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21964
21965         * gnus-spec.el (gnus-update-format-specifications): Flush the
21966         group format spec cache if it doesn't support decoded group names.
21967
21968 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21969
21970         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21971         Allow to apply decay on score files matching a regexp.
21972
21973 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21974
21975         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21976         compatibility in %g and %c.
21977
21978 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21979
21980         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21981         name for only %g and %c.
21982         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21983         of gnus-tmp-group to decoded group name.
21984         (gnus-group-make-rss-group): Exclude `/'s from group names.
21985
21986 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * nnrss.el (nnrss-get-encoding): Fix regexp.
21989
21990 2004-12-27  Simon Josefsson  <jas@extundo.com>
21991
21992         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21993         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21994         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21995
21996 2004-12-17  Kim F. Storm  <storm@cua.dk>
21997
21998         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21999
22000         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22001
22002 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22003
22004         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22005
22006 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22007
22008         * nnrss.el: Require rfc2047 and mml.
22009         (nnrss-file-coding-system): New variable.
22010         (nnrss-format-string): Redefine it as an inline function.
22011         (nnrss-decode-group-name): New function.
22012         (nnrss-string-as-multibyte): Remove.
22013         (nnrss-retrieve-headers): Decode group name; don't use
22014         nnrss-format-string.
22015         (nnrss-request-group): Decode group name.
22016         (nnrss-request-article): Decode group name; allow a Message-ID as
22017         well as an article number; don't use nnrss-format-string; encode a
22018         Message-ID string which may contain non-ASCII characters; use
22019         mml-to-mime to compose a MIME article.
22020         (nnrss-request-expire-articles): Decode group name.
22021         (nnrss-request-delete-group): Decode group name.
22022         (nnrss-fetch): Clarify error message.
22023         (nnrss-read-server-data): Use insert-file-contents instead of load;
22024         bind file-name-coding-system; use multibyte buffer.
22025         (nnrss-save-server-data): Bind coding-system-for-write to the
22026         value of nnrss-file-coding-system; bind file-name-coding-system;
22027         add coding cookie.
22028         (nnrss-read-group-data): Use insert-file-contents instead of load;
22029         bind file-name-coding-system; use multibyte buffer.
22030         (nnrss-save-group-data): Bind coding-system-for-write to the
22031         value of nnrss-file-coding-system; bind file-name-coding-system.
22032         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22033         make it work with non-ASCII text.
22034         (nnrss-find-el): Make it work with old xml.el as well.
22035
22036 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22037
22038         * nnrss.el (nnrss-get-encoding): New function.
22039         (nnrss-fetch): Use unibyte buffer initially; bind
22040         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22041         decode contents according to the encoding attribute.
22042         (nnrss-save-group-data): Add coding cookie.
22043         (nnrss-mime-encode-string): New function.
22044         (nnrss-check-group): Use it to encode subject and author.
22045
22046 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22047
22048         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22049         imaginary variable.
22050
22051 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22052
22053         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22054         correctly even if there are wide characters.
22055
22056 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22057
22058         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22059         downcased symbol names; make a new cache instead of reusing
22060         bbdb-hashtable.
22061
22062 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22063
22064         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22065         concatenating segments rather than before concatenating them.
22066         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22067
22068         * message.el (message-get-reply-headers): Bind `extra'.
22069
22070 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22071
22072         * message.el (message-extra-wide-headers): New variable.
22073         (message-get-reply-headers): Use it.
22074
22075 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22076
22077         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22078         (gnus-agent-group-pathname): Ditto.
22079
22080         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22081
22082         * gnus-group.el (gnus-group-make-group): Decode group name.
22083         (gnus-group-make-rss-group): Register the group data after opening
22084         the nnrss group.
22085
22086 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22087
22088         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22089         by expiry now get marked as read.
22090
22091 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22094
22095 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22096
22097         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22098         unify Latin characters in XEmacs.
22099         (mm-find-mime-charset-region): Use it.
22100
22101 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22102
22103         * gnus-util.el (gnus-delete-directory): New function.
22104
22105         * gnus-agent.el (gnus-agent-delete-group): Use it.
22106
22107         * gnus-cache.el (gnus-cache-delete-group): Use it.
22108
22109 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22110
22111         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22112         names.
22113
22114 2004-12-16  Simon Josefsson  <jas@extundo.com>
22115
22116         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22117
22118 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22119
22120         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22121
22122         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22123         (gnus-group-set-current-level): Decode group name.
22124
22125 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22126
22127         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22128         failed.
22129
22130 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22131
22132         * gnus-group.el (gnus-group-delete-group): Decode group name.
22133         (gnus-group-make-rss-group): Encode group name.
22134         (gnus-group-catchup-current): Decode group name.
22135         (gnus-group-kill-group): Decode group name.
22136
22137 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22138
22139         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22140
22141 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22142
22143         * gnus-group.el (gnus-group-make-rss-group):
22144         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22145
22146         * gnus-start.el (gnus-setup-news): Honor user's setting to
22147         gnus-message-archive-method.  Suggested by Lute Kamstra
22148         <lute@gnu.org>.
22149
22150 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22151
22152         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22153         global counterparts of the buffer-local variables.
22154
22155 2004-11-16  Romain Francoise  <romain@orebokech.com>
22156
22157         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22158         counterparts of the buffer-local variables.
22159
22160 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22161
22162         * message.el (message-forbidden-properties): Fix typo in doc
22163         string.
22164
22165 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22166
22167         * gnus-util.el (gnus-replace-in-string): Add doc string.
22168
22169         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22170         to avoid problems when splitting mails with many recipients.
22171
22172 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22173
22174         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22175         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22176
22177 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22178
22179         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22180         if there is no hashtable in memory or file modification time is
22181         newer than cached timestamp.
22182
22183 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22184
22185         * gnus-sum.el (gnus-summary-limit-to-recipient):
22186         Implement not-matching option.
22187
22188 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22189
22190         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22191         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22192         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22193         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22194         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22195         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22196
22197 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22198
22199         * message.el (message-forward-make-body-mml): Remove headers
22200         according to message-forward-ignored-headers if a message is decoded.
22201
22202 2004-12-02  Romain Francoise  <romain@orebokech.com>
22203
22204         * message.el (message-forward-make-body-plain): Always remove
22205         headers according to message-forward-ignored-headers.
22206
22207 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22208
22209         * spam.el (spam-summary-prepare-exit): Remove the
22210         gnus-summary-limit pop for now, it has problems with ham marks for
22211         me.
22212
22213 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22214
22215         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22216         correctly.
22217
22218 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22219
22220         * format-spec.el (format-spec): Message the char.
22221
22222 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22223
22224         * gnus-art.el (gnus-split-methods): Reformat comments.
22225
22226         * spam.el (spam-summary-prepare-exit): Remove article limits
22227         before exiting the summary buffer.
22228
22229 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22232         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22233
22234         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22235         order to silence the byte compiler.
22236
22237         * spam.el: Fix the way to silence the byte compiler, which
22238         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22239         bbdb-search-simple, spam-BBDB-register-routine,
22240         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22241         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22242         spam-stat-buffer-is-spam, spam-stat-load,
22243         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22244         spam-stat-save and spam-stat-split-fancy.
22245
22246 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22247
22248         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22249         which may confuse users.
22250         (canlock-password-for-verify): Ditto.
22251
22252         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22253
22254         * gnus-art.el (gnus-emphasis-alist): Ditto.
22255
22256         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22257
22258         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22259
22260         * gnus-start.el (gnus-save-killed-list): Ditto.
22261
22262         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22263         (gnus-sum-thread-tree-root): Ditto.
22264         (gnus-sum-thread-tree-false-root): Ditto.
22265         (gnus-sum-thread-tree-single-indent): Ditto.
22266
22267         * message.el (message-courtesy-message): Ditto.
22268         (message-archive-note): Ditto.
22269         (message-subscribed-address-file): Ditto.
22270         (message-user-fqdn): Ditto.
22271
22272         * spam-report.el (spam-report-gmane-regex): Ditto.
22273
22274         * spam.el (spam-blackhole-good-server-regex): Ditto.
22275
22276 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22277
22278         * mml.el (mml-preview): Widen the message buffer before copying
22279         the contents to the preview buffer; sort headers before previewing.
22280
22281         * message.el (message-hidden-headers): Fix the way to avoid a bug
22282         in the `repeat' widget in Emacs 21.3 or earlier.
22283
22284 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22285
22286         * message.el (message-hidden-headers): Default to "^References:".
22287         Improve customization type.  Suggested by Reiner Steib
22288         <Reiner.Steib@gmx.de>.
22289
22290 2004-11-25  Romain Francoise  <romain@orebokech.com>
22291
22292         * message.el (message-strip-forbidden-properties): Remove check for
22293         obsolete `message-hidden' text property, hidden headers are not
22294         accessible in the buffer anymore.
22295
22296 2004-11-22  Romain Francoise  <romain@orebokech.com>
22297
22298         * message.el (message-header-format-alist): Add `From' in list
22299         so that it can be sorted.
22300         (message-fix-before-sending): Widen and sort headers before
22301         sending.
22302         (message-hide-headers): Use narrowing to hide headers by moving
22303         them to the top of the buffer and narrowing to the region
22304         underneath.
22305
22306 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22307
22308         * message.el (message-strip-forbidden-properties):
22309         Bind buffer-read-only (etc) to nil.
22310
22311 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22312
22313         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22314         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22315
22316 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22317
22318         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22319
22320 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22321
22322         * dns.el (query-dns): Use sit-for to time instead of
22323         accept-process-output, since that doesn't seem to work on udp
22324         sockets.
22325
22326 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22327
22328         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22329
22330 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22331
22332         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22333         doc string.  Improve doc string.
22334
22335 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22336
22337         * nntp.el (nntp-request-update-info): Return nil if
22338         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22339         may not call gnus-activate-group which uselessly issues the GROUP
22340         commands for all nntp groups and wastes time.  Reported by Romain
22341         Francoise <romain@orebokech.com>.
22342
22343         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22344
22345 2004-11-15  Simon Josefsson  <jas@extundo.com>
22346
22347         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22348         headers separately.
22349         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22350         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22351
22352 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22353
22354         * gnus-start.el (gnus-convert-old-newsrc):
22355         Assign legacy-gnus-agent to 5.10.7.
22356
22357 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22358
22359         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22360         start of the lines.
22361
22362 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22363
22364         * hashcash.el (hashcash-default-payment): Change default to 20.
22365         (hashcash-default-accept-payment): Change default to 20.
22366         (hashcash-process-alist): New variable.
22367         (hashcash-generate-payment-async): Add.
22368         (hashcash-already-paid-p): Add.
22369         (hashcash-insert-payment): Don't generate payments twice.
22370         (hashcash-insert-payment-async): Add.
22371         (hashcash-insert-payment-async-2): Add.
22372         (hashcash-cancel-async): Add.
22373         (hashcash-wait-async): Add.
22374         (hashcash-processes-running-p): Add.
22375         (hashcash-wait-or-cancel): Add.
22376         (mail-add-payment): New optional argument.  Conditionally start
22377         asynchronous calculation.
22378         (mail-add-payment-async): Add.
22379
22380         * message.el (message-send-mail): Wait for asynchronous hashcash
22381         results.  Don't clobber existing X-Hashcash headers.
22382         (message-setup-1): Call mail-add-payment-async when
22383         message-generate-hashcash is non-nil.
22384
22385 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22386
22387         * message.el (message-use-alternative-email-as-from): Examine the
22388         From header as well; use message-make-from in order to include a
22389         user's full name.
22390
22391 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22392
22393         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22394         default; improve customization type.
22395         (gnus-emphasis-custom-with-format): New macro.
22396         (gnus-emphasis-custom-value-to-external): New function.
22397         (gnus-emphasis-custom-value-to-internal): New function.
22398
22399 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22400
22401         * dns.el (query-dns): Resolve reverse addresses.
22402
22403 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22404
22405         * gnus-group.el (gnus-group-get-new-news): Use it.
22406
22407         * gnus-start.el (gnus-check-reasonable-setup): New function.
22408
22409 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22410
22411         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22412         "Args out of range" error.  Reported by Arnaud Giersch
22413         <arnaud.giersch@free.fr>.
22414
22415 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22416
22417         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22418
22419 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22420
22421         * spam.el (spam group): Add :version.
22422
22423         * pgg-def.el (pgg group): Add :version.
22424
22425 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22426
22427         * gnus-art.el (gnus-article-edit-article): Don't associate the
22428         article buffer with a draft file.  This is a temporary measure
22429         against the 2004-08-22 change to gnus-article-edit-mode.
22430
22431 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22432
22433         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22434         (html2text-format-tags): Remove unused variable `attr'.
22435
22436 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22437
22438         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22439
22440         * tls.el (tls-process-connection-type, tls-success)
22441         (tls-certtool-program): Add :version.
22442
22443         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22444         (starttls-extra-arguments, starttls-process-connection-type)
22445         (starttls-connect, starttls-failure, starttls-success): Add :version.
22446
22447         * spam-stat.el (spam-stat): Add :version.
22448
22449         * sieve.el (sieve): Add :version.
22450
22451         * sha1.el (sha1): Add :version.
22452         (sha1-use-external): Remove redundant version.
22453
22454         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22455         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22456         (nnmail-split-fancy-match-partial-words)
22457         (nnmail-split-lowercase-expanded): Add :version.
22458
22459         * nndiary.el (nndiary): Add :version.
22460
22461         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22462
22463         * mml-sec.el (mml-default-sign-method)
22464         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22465         Add :version.
22466
22467         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22468
22469         * mm-url.el (mm-url-use-external, mm-url-program)
22470         (mm-url-arguments): Add :version.
22471
22472         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22473         (mm-attachment-file-modes, mm-decrypt-option)
22474         (mm-w3m-safe-url-regexp): Add :version.
22475
22476         * message.el (message-cite-prefix-regexp)
22477         (message-sendmail-envelope-from, message-minibuffer-local-map)
22478         (message-user-fqdn, message-completion-alist): Add :version.
22479
22480         * gnus-win.el (gnus-configure-windows-hook)
22481         (gnus-use-frames-on-any-display): Add :version.
22482
22483         * gnus-art.el (gnus-article-address-banner-alist)
22484         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22485         (gnus-treat-from-picon, gnus-treat-mail-picon)
22486         (gnus-treat-x-pgp-sig): Add :version.
22487
22488         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22489         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22490         (gnus-summary-article-delete-hook)
22491         (gnus-summary-display-while-building): Add :version.
22492
22493         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22494         (gnus-get-top-new-news-hook): Add :version.
22495
22496         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22497         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22498
22499         * gnus-registry.el (gnus-registry): Add :version.
22500
22501         * gnus-spec.el (gnus-use-correct-string-widths)
22502         (gnus-make-format-preserve-properties): Add :version.
22503
22504         * gnus.el (gnus-group-charter-alist)
22505         (gnus-group-fetch-control-use-browse-url)
22506         (gnus-install-group-spam-parameters): Add :version.
22507
22508         * gnus-diary.el (gnus-diary): Add :version.
22509
22510         * gnus-delay.el (gnus-delay): Add :version.
22511
22512         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22513         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22514         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22515         Add :version.
22516
22517         * gnus-agent.el (gnus-agent-max-fetch-size)
22518         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22519         (gnus-agent-prompt-send-queue): Add :version.
22520
22521         * deuglify.el (gnus-outlook-deuglify): Add :version.
22522
22523         * html2text.el: Beautify code.  Improve doc strings.
22524         Some checkdoc cleanup.
22525         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22526
22527 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22528
22529         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22530
22531 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22532
22533         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22534         when package is loaded.
22535
22536         * spam.el (spam-summary-score-preferred-header): Add global preference
22537         for people who want to override the default SpamAssassin over
22538         Bogofilter preference (when both are set).
22539         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22540         (spam-user-format-function-S):
22541         Check spam-summary-score-preferred-header.
22542         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22543         (spam-user-format-function-S): Format the score correctly.
22544
22545 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22548         signature file.  Suggested by Manoj Srivastava
22549         <srivasta@golden-gryphon.com>.
22550
22551         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22552         iso-2022-jp even in the Japanese language environment.
22553         Suggested by Jason Rumney <jasonr@gnu.org>.
22554
22555 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22558         use the same characters as the dummy marks; make it free from
22559         getting affected by the language environment.
22560         (gnus-summary-read-group-1): Update mark positions only when the
22561         format spec is updated.
22562
22563         * gnus-spec.el (gnus-update-format-specifications): Return a list
22564         of updated types.
22565
22566 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22569         of boundp to check if display-warning is available.
22570
22571 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22572
22573         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22574
22575 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22576
22577         * nnspool.el (nnspool-spool-directory): Use news-path if the
22578         news-directory variable is not bound.
22579
22580         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22581         function instead of display-warning if it is not available.
22582
22583 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22584
22585         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22586         v5-10: Use `point-at-bol'.
22587
22588 2004-10-26  Simon Josefsson  <jas@extundo.com>
22589
22590         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22591         <chenggao@gmail.com>.
22592
22593 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22594
22595         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22596         instead.
22597
22598 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22599
22600         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22601         to remove a server from the nnimap-server-buffer-alist.
22602         (nnimap-open-connection, nnimap-close-server): Use it.
22603
22604         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22605
22606 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22607
22608         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22609         running the major-mode function.
22610
22611 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22612
22613         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22614         dummy marks in the right way.
22615
22616 2004-10-18  David Edmondson  <dme@dme.org>
22617
22618         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22619         excessively.
22620
22621 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22622
22623         * gnus-util.el (gnus-split-references): Accept a nil references
22624         string and go on blissfully.
22625
22626         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22627         cases where the references string is non-nil but has no references.
22628
22629         * encrypt.el: Add autoload tags.
22630
22631         * spam.el (spam-resolve-registrations-routine): Remove article
22632         from unregistration list too.  Reported by David Hanak
22633         <dhanak@isis.vanderbilt.edu>
22634
22635 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22636
22637         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22638         nil.  Change custom type.
22639
22640 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22641
22642         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22643
22644         * gnus-sum.el (gnus-summary-move-article): Use it.
22645
22646 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22647
22648         * encrypt.el: Add autoload cookies.
22649
22650         * spam.el (spam-backend-article-list-property)
22651         (spam-backend-get-article-todo-list)
22652         (spam-backend-put-article-todo-list)
22653         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22654         Resolve registrations separately.
22655         (spam-register-routine): Format comments.
22656         (spam-unregister-routine, spam-register-routine): Always call with
22657         specific-articles, no default list.
22658         (spam-summary-prepare-exit): Use the spam-classifications function.
22659
22660         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22661         gnus-encrypt.el.
22662
22663         * encrypt.el: Copied from gnus-encrypt.el.
22664
22665         * gnus-encrypt.el: Commented that it's obsolete.
22666
22667 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22668
22669         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22670         (gnus-score-save): Use it.
22671
22672         * message.el (message-bury): Use `window-dedicated-p'.
22673
22674 2004-10-15  Simon Josefsson  <jas@extundo.com>
22675
22676         * pop3.el (top-level): Don't require nnheader.
22677         (pop3-read-timeout): Add.
22678         (pop3-accept-process-output): Add.
22679         (pop3-read-response, pop3-retr): Use it.
22680
22681 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22682
22683         * spam.el (spam-register-routine): Move comment.
22684         (spam-verify-bogofilter): Use 'unknown for the initial
22685         spam-bogofilter-valid state, not 'never.
22686
22687         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22688         for netrc-machine.
22689
22690         * nnimap.el (nnimap-open-connection):
22691         Use netrc-machine-user-or-password.
22692
22693 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22694
22695         * gnus-registry.el (gnus-registry-unload-hook):
22696         Set as a variable with add-hook.
22697
22698         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22699         of news-path.
22700
22701         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22702
22703         * spam.el: Delete duplicate `provide'.
22704         (spam-unload-hook): Set as a variable with add-hook.
22705
22706 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22707
22708         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22709         in the doc string.
22710
22711         * message.el (message-ignored-news-headers)
22712         (message-ignored-supersedes-headers)
22713         (message-ignored-resent-headers)
22714         (message-forward-ignored-headers): Improve custom type.
22715
22716 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22717
22718         * message.el (message-tokenize-header): Fix 2004-09-06 change
22719         which used point-min in the wrong place.
22720
22721 2004-10-12  Simon Josefsson  <jas@extundo.com>
22722
22723         * tls.el (tls-certtool-program): New variable.
22724         (tls-certificate-information): New function, based on
22725         ssl-certificate-information.
22726
22727 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22728
22729         * compface.el: Move the version of ELisp-based uncompface program
22730         to the contrib directory because of the copyright problem.
22731
22732 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22733
22734         * message.el (message-kill-buffer): Raise the current frame.
22735
22736 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22737
22738         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22739
22740         * gnus.el (message-y-or-n-p): Autoload.
22741
22742         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22743         (pop3-password-required, pop3-authentication-scheme)
22744         (pop3-leave-mail-on-server): Make customizable.
22745         (pop3): New custom group.
22746         (pop3-retr): Remove `sleep-for' statements.
22747         Suggested by Dave Love <fx@gnu.org>.
22748
22749         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22750         Windows/DOS.
22751
22752         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22753         (imap-parse-body): Fix incorrect use of `assert'.
22754         Suggested by Dave Love <fx@gnu.org>.
22755
22756         * mml.el (mml-minibuffer-read-disposition): Require match.
22757         Suggested by Dave Love <fx@gnu.org>.
22758
22759 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22760
22761         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22762         doc string.
22763
22764 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22765
22766         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22767
22768 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22769
22770         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22771         instead of calling `mm-insert-inline', to decode text/* parts
22772         before displaying them.
22773
22774 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22775
22776         * mm-uu.el (mm-uu-text-plain-type): New variable.
22777         (mm-uu-pgp-signed-extract-1): Use it.
22778         (mm-uu-pgp-encrypted-extract-1): Use it.
22779         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22780         bind mm-uu-text-plain-type with that value.
22781         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22782         mm-uu-dissect.
22783
22784 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22785
22786         * gnus-group.el (gnus-update-group-mark-positions):
22787         * gnus-sum.el (gnus-update-summary-mark-positions):
22788         * message.el (message-check-news-body-syntax):
22789         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22790         of string-as-multibyte.
22791
22792 2004-10-05  Juri Linkov  <juri@jurta.org>
22793
22794         * gnus-group.el (gnus-update-group-mark-positions):
22795         * gnus-sum.el (gnus-update-summary-mark-positions):
22796         * message.el (message-check-news-body-syntax):
22797         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22798         8-bit unibyte values to a multibyte string for search functions.
22799
22800 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22801
22802         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22803         (mm-uu-dissect-text-parts): New function.
22804
22805         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22806         dissect text parts.
22807
22808         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22809         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22810
22811         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22812
22813         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22814         Use gnus-current-topics instead of gnus-current-topic.
22815
22816 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22817
22818         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22819
22820 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22821
22822         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22823         where appropriate.
22824
22825         * nnml.el (nnml-generate-active-info): do.
22826
22827         * nndiary.el (nndiary-generate-active-info): do.
22828
22829         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22830         (gnus-topic-move): do.
22831
22832         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22833         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22834
22835         * gnus-srvr.el (gnus-server-prepare)
22836         (gnus-server-open-all-servers): do.
22837
22838         * gnus-msg.el (gnus-summary-cancel-article)
22839         (gnus-summary-resend-message)
22840         (gnus-summary-mail-crosspost-complaint): do.
22841
22842         * gnus-move.el (gnus-change-server): do.
22843
22844         * gnus-group.el (gnus-group-unmark-all-groups)
22845         (gnus-group-set-current-level): do.
22846
22847 2004-10-04  Simon Josefsson  <jas@extundo.com>
22848
22849         * message.el (message-generate-hashcash): Doc fix.
22850
22851 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22852
22853         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22854         avoid infinite recursion via gnus-get-function.
22855
22856 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22857
22858         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22859
22860         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22861
22862         * nnmail.el (nnmail-split-history): do.
22863
22864         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22865         (nnml-request-delete-group): do.
22866
22867         * nnslashdot.el (nnslashdot-read-groups): do.
22868
22869         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22870         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22871
22872         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22873         (nnspool-sift-nov-with-sed): Use last.
22874         (nnspool-retrieve-headers-with-nov): Use mapc.
22875         (nnspool-request-newgroups): Use dolist.
22876         (nnspool-request-group): Use last.
22877
22878         * nntp.el (nntp-read-server-type): Use dolist.
22879
22880         * nnvirtual.el (nnvirtual-create-mapping)
22881         (nnvirtual-update-read-and-marked): Use dolist.
22882         (nnvirtual-convert-headers): Simplify.
22883
22884 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22885
22886         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22887         Add support for sync'ing tick marks.
22888
22889 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22890
22891         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22892         there's no visible header.
22893
22894 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22895
22896         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22897         When necessary, pass full group name to gnus-request-set-marks.
22898
22899 2004-10-01  Simon Josefsson  <jas@extundo.com>
22900
22901         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22902         acroread.
22903
22904 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22905
22906         * spam-report.el (spam-report-gmane): Fix interactive.
22907
22908         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22909
22910         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22911         when writing file.
22912         (gnus-agent-synchronize-flags): Don't default to being
22913         interactive.
22914
22915 2004-09-30  Simon Josefsson  <jas@extundo.com>
22916
22917         * message.el (message-generate-hashcash): Add.
22918         (message-send-mail): Use it, call mail-add-payment.
22919
22920 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22921
22922         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22923
22924 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22925
22926         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22927         gnus-requst-update-info with explicit code to sync the in-memory
22928         info read flags with the marks being sync'd to the backend.
22929
22930         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22931
22932 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22933
22934         * spam.el (spam-verify-bogofilter): Add new function.
22935         (spam-check-bogofilter)
22936         (spam-bogofilter-register-with-bogofilter): Use it.
22937         (spam-verify-bogofilter): Add small fixes.
22938
22939 2004-09-28  Simon Josefsson  <jas@extundo.com>
22940
22941         * hashcash.el (hashcash-generate-payment): Revert.
22942
22943 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22944
22945         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22946         Use gnus-extract-references instead of gnus-split-references.
22947
22948         * gnus-util.el (gnus-extract-references): Add new function, analogous
22949         to gnus-split-references but extracts only the message-ID without
22950         anything extra.
22951
22952         * hashcash.el (hashcash-generate-payment)
22953         (hashcash-check-payment): Do the right thing if hashcash-path is
22954         nil (because the hashcash program could not be found).
22955
22956         * spam.el (spam-use-hashcash): Remove comment.
22957
22958 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22959
22960         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22961         (gnus-cache-enter-article, gnus-cache-remove-article)
22962         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22963
22964         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22965
22966         * gnus-art.el (article-hide-boring-headers)
22967         (article-translate-strings, article-display-face)
22968         (gnus-article-mime-match-handle-first)
22969         (gnus-article-highlight-headers)
22970         (gnus-article-add-buttons-to-head): do.
22971
22972 2004-09-27  Simon Josefsson  <jas@extundo.com>
22973
22974         * hashcash.el: New version, from
22975         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22976         ../contrib/.
22977
22978 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22979
22980         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22981
22982 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22983
22984         * gnus-dup.el (gnus-dup-open): Use mapc.
22985         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22986
22987         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22988         Reported by Stefan Wiens <s.wi@gmx.net>.
22989
22990         * gnus.el (gnus-shutdown): Use dolist.
22991
22992         * gnus-undo.el (gnus-undo): Use mapc.
22993
22994         * nnrss.el (nnrss-generate-active): do.
22995
22996         * message.el (message-cite-original-without-signature)
22997         (message-cite-original): Use mapc.
22998         (message-do-actions, message-make-forward-subject): Use dolist.
22999
23000 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23001
23002         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23003         deletion to remove entire duplicate line.  Fixes merged article
23004         number bug.
23005
23006 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23007
23008         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23009         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23010         first ask if you want to open a server and then, even when you
23011         responded with no, asking if you want to synchronize the server's
23012         flags.
23013         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23014         multi-line expressions.
23015         (gnus-agent-synchronize-group-flags): New internal function.
23016         Updates marks in memory (in the info structure) AND in the
23017         backend.
23018
23019         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23020
23021         * nnagent.el (nnagent-request-set-mark):
23022         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23023         method, to ensure that synchronization updates marks in the
23024         backend and in the info (in memory) structure.
23025
23026 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23029         convention fully; don't miss the root article of a thread; make
23030         the X-Draft-From header with correct article numbers.
23031
23032 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23033
23034         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23035         unless plugged.  Disable the agent so that an open failure causes
23036         an error.
23037
23038         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23039         Revert 2004-09-21 change.  The backend must be opened while
23040         synchronizing flags even when the backend stores the flags
23041         locally.
23042
23043 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23044
23045         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23046         in `header' match.  Reported by Svend Tollak Munkejord.
23047
23048         * message.el (message-cite-original): Fix use of
23049         `message-cite-articles-with-x-no-archive'.
23050
23051 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23052
23053         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23054         (gnus-window-to-buffer): Ditto.
23055
23056         * mml.el (mml-preview-buffer): New variable.
23057         (mml-preview): Manage window layout with gnus-buffer-configuration.
23058
23059         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23060         X-Draft-From header even if those articles aren't quoted.
23061
23062 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23063
23064         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23065         (gnus-request-set-mark, gnus-request-update-mark): Use new
23066         g-s-t-u-l-m to decide to use backend even when unplugged.
23067
23068 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23069
23070         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23071         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23072
23073 2004-09-20  Simon Josefsson  <jas@extundo.com>
23074
23075         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23076         "utf-16-le".
23077
23078 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23079
23080         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23081
23082 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23083
23084         * uudecode.el (uudecode-use-external): Add :version.
23085
23086         * smime.el (smime-CA-file, smime-encrypt-cipher)
23087         (smime-dns-server): Add :version.
23088
23089         * smiley.el (gnus-smiley-file-types): Add :version.
23090
23091         * sha1.el (sha1-use-external): Add :version.
23092
23093         * pgg-def.el (pgg-query-keyserver): Add :version.
23094
23095         * nnmail.el (nnmail-fancy-expiry-targets)
23096         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23097         Add :version.
23098
23099         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23100         (nnimap-retrieve-groups-asynchronous): Add :version.
23101         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23102
23103         * mml.el (mml-content-disposition-parameters)
23104         (mml-insert-mime-headers-always): Add :version.
23105
23106         * mm-util.el (mm-coding-system-priorities): Add :version.
23107
23108         * mm-decode.el (mm-inline-text-html-with-images)
23109         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23110         (mm-verify-option): Add :version.
23111         (mm-text-html-renderer): Change :version.
23112
23113         * message.el (message-fcc-externalize-attachments)
23114         (message-required-headers, message-draft-headers)
23115         (message-subject-trailing-was-query)
23116         (message-subject-trailing-was-ask-regexp)
23117         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23118         (message-mark-insert-end, message-archive-header)
23119         (message-archive-note, message-cross-post-default)
23120         (message-cross-post-note, message-followup-to-note)
23121         (message-cross-post-note-function, message-use-mail-followup-to)
23122         (message-subscribed-address-functions)
23123         (message-subscribed-address-file, message-subscribed-addresses)
23124         (message-subscribed-regexps, message-allow-no-recipients)
23125         (message-yank-cited-prefix, message-signature-insert-empty-line)
23126         (message-hidden-headers, message-hierarchical-addresses)
23127         (message-mail-user-agent, message-use-idna)
23128         (message-valid-fqdn-regexp)
23129         (message-strip-special-text-properties, message-header-synonyms)
23130         (message-beginning-of-line, message-tab-body-function): Add :version.
23131         (message-insert-canlock, message-wide-reply-confirm-recipients):
23132         Change :version.
23133
23134         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23135         and :version.
23136         (mail-source-delete-old-incoming-confirm)
23137         (mail-source-movemail-program): Add :version.
23138
23139         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23140         (gnus-agent-cache, gnus-agent): Change :version.
23141
23142         * gnus-util.el (gnus-use-byte-compile): Change :version.
23143
23144         * gnus-sum.el (gnus-summary-make-false-root-always)
23145         (gnus-summary-default-high-score)
23146         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23147         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23148         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23149         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23150         (gnus-sum-thread-tree-single-indent)
23151         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23152         (gnus-sum-thread-tree-leaf-with-other)
23153         (gnus-sum-thread-tree-single-leaf): Add :version.
23154         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23155         (gnus-article-loose-mime): Change :version.
23156
23157         * gnus-start.el (gnus-backup-startup-file)
23158         (gnus-save-startup-file-via-temp-buffer): Add :version.
23159
23160         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23161         (gnus-server-offline-face): Add :version.
23162
23163         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23164
23165         * gnus-msg.el (gnus-gcc-externalize-attachments)
23166         (gnus-debug-files, gnus-debug-exclude-variables)
23167         (gnus-discouraged-post-methods): Change :version.
23168         (gnus-confirm-mail-reply-to-news)
23169         (gnus-confirm-treat-mail-like-news): Add :version.
23170
23171         * gnus-int.el (gnus-server-unopen-status): Add :version.
23172
23173         * gnus-group.el (gnus-group-jump-to-group-prompt)
23174         (gnus-large-ephemeral-newsgroup)
23175         (gnus-fetch-old-ephemeral-headers): Add :version.
23176
23177         * gnus-fun.el (gnus-x-face-directory)
23178         (gnus-convert-pbm-to-x-face-command)
23179         (gnus-convert-image-to-x-face-command)
23180         (gnus-convert-image-to-face-command): Add :version.
23181
23182         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23183
23184         * gnus-cite.el (gnus-cite-blank-line-after-header)
23185         (gnus-article-boring-faces): Add :version.
23186
23187         * gnus-art.el (gnus-buttonized-mime-types)
23188         (gnus-inhibit-mime-unbuttonizing)
23189         (gnus-treat-display-face)
23190         (gnus-treat-body-boundary): Change :version.
23191         (gnus-body-boundary-delimiter, gnus-picon-databases)
23192         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23193         (gnus-treat-date-english, gnus-treat-fold-headers)
23194         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23195         (gnus-treat-mail-picon, gnus-treat-wash-html)
23196         (gnus-article-encrypt-protocol)
23197         (gnus-use-idna, gnus-article-over-scroll)
23198         (gnus-mime-display-multipart-alternative-as-mixed)
23199         (gnus-mime-display-multipart-related-as-mixed)
23200         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23201         (gnus-ctan-url, gnus-button-ctan-handler)
23202         (gnus-button-handle-ctan-bogus-regexp)
23203         (gnus-button-ctan-directory-regexp)
23204         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23205         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23206         (gnus-button-man-level, gnus-button-emacs-level)
23207         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23208
23209         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23210         (gnus-agent-go-online): Change :version.
23211         (gnus-agent-expire-unagentized-dirs)
23212         (gnus-agent-auto-agentize-methods): Add :version.
23213
23214         * flow-fill.el (fill-flowed-display-column)
23215         (fill-flowed-encode-column): Add :version.
23216
23217         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23218         (gnus-outlook-deuglify-unwrap-max)
23219         (gnus-outlook-deuglify-cite-marks)
23220         (gnus-outlook-deuglify-unwrap-stop-chars)
23221         (gnus-outlook-deuglify-no-wrap-chars)
23222         (gnus-outlook-deuglify-attrib-cut-regexp)
23223         (gnus-outlook-deuglify-attrib-verb-regexp)
23224         (gnus-outlook-deuglify-attrib-end-regexp)
23225         (gnus-outlook-display-hook): Add :version.
23226
23227         * binhex.el (binhex-use-external): Add :version.
23228
23229 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23230
23231         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23232         and `invisible'.
23233
23234 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23235
23236         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23237         in gnus-registry-trim.
23238
23239 2004-09-13  Simon Josefsson  <jas@extundo.com>
23240
23241         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23242
23243         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23244
23245         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23246         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23247         <yamaoka@jpl.org>.
23248         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23249         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23250         <yamaoka@jpl.org>.
23251
23252         * sieve.el (sieve-manage-mode): Ditto.
23253
23254 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23255
23256         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23257
23258 2004-09-11  Simon Josefsson  <jas@extundo.com>
23259
23260         * dns-mode.el: Add.
23261
23262         * mm-view.el (mm-display-dns-inline): Add.
23263
23264         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23265         (mm-automatic-display): Ditto.
23266
23267         * mailcap.el (mailcap-mime-data): Add text/dns.
23268         (mailcap-mime-extensions): Map .soa to text/dns.
23269
23270 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23271
23272         * gnus-art.el (article-decode-mime-words, article-babel)
23273         (gnus-article-highlight-signature, gnus-article-add-buttons)
23274         (gnus-signature-toggle): Remove unnecessary bindings of
23275         `inhibit-read-only' inherited from v5.10 merge.
23276
23277 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23278
23279         * nntp.el (nntp): New customization group.
23280         (nntp-authinfo-file): Add customization group.
23281
23282         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23283
23284         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23285
23286         * gnus.el (to-address, to-list, subscribed)
23287         (large-newsgroup-initial): Ditto.
23288
23289         * flow-fill.el (fill-flowed-display-column)
23290         (fill-flowed-encode-column): Ditto.
23291
23292 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23293
23294         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23295         Use point-min rather than 1.
23296         (message-send-mail): Use buffer-size rather than point-max.
23297
23298         * gnus-sum.el (gnus-summary-search-article-forward):
23299         Signal a specific `search-failed' rather than a generic `error'.
23300
23301         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23302         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23303         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23304
23305 2004-09-10  Simon Josefsson  <jas@extundo.com>
23306
23307         * nndb.el (require): Remove tcp and duplicate cl.
23308
23309 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * gnus-agent.el (directory-files-and-attributes): Move forward.
23312
23313 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23314
23315         * gnus-agent.el (directory-files-and-attributes):
23316         Optionally defined to support XEmacs.
23317
23318 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23319
23320         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23321         to avoid run-time CL dependencies.
23322         (gnus-agent-unfetch-articles): New function.
23323         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23324         article numbers even when local .overview file is missing.
23325         (gnus-agent-read-article-number): New function.  Only accepts
23326         27-bit article numbers.
23327         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23328         Use gnus-agent-read-article-number.
23329         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23330         from backend while recognizing that article numbers in .overview
23331         must be valid.
23332         (gnus-agent-update-files-total-fetched-for):
23333         Use directory-files-and-attributes to improve performance.
23334         * gnus-int.el (gnus-request-move-article):
23335         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23336         improve performance.
23337
23338         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23339         some users confused by references to .newsrc when they only have a
23340         .newsrc.eld file.
23341         (gnus-convert-mark-converter-prompt)
23342         (gnus-convert-converter-needs-prompt): Fix use of property list.
23343         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23344         New function.  Used internally to only display 'gnus converting
23345         files' message when actually necessary.
23346
23347         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23348         methods now autoloaded.
23349
23350 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23353         identifiers.
23354
23355 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23356
23357         * gnus-picon.el: Fix indentation and closing parenthesis.
23358
23359 2004-09-01  Simon Josefsson  <jas@extundo.com>
23360
23361         * message.el (message-canlock-generate): Require sha1, not
23362         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23363         to require within a function.  Sadly, if sha1.el isn't loaded, the
23364         let binding in m-c-g will hide the defcustom definition, which is
23365         bad.)
23366
23367         * canlock.el: Require sha1, not sha1-el.
23368
23369         * message.el: Don't autoload sha1 (there is a autoload cookie in
23370         sha1.el).
23371
23372         * sha1-el.el: Rename to sha1.el.
23373
23374 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23375
23376         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23377
23378 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23379
23380         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23381
23382 2004-08-30  Kim F. Storm  <storm@cua.dk>
23383
23384         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23385
23386         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23387         Add :group 'nnimap.
23388
23389 2004-08-30  Andreas Schwab  <schwab@suse.de>
23390
23391         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23392         ?* and ?\;.
23393
23394         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23395         and ?\' to symbol instead of whitespace.
23396
23397 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23398
23399         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23400
23401         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23402         instead of re-search-forward.
23403
23404         * gnus-uu.el (gnus-uu-save-article): Ditto.
23405         (gnus-uu-post-encode-uuencode): Ditto.
23406
23407         * html2text.el (html2text-clean-list-items): Ditto.
23408         (html2text-clean-dtdd): Ditto.
23409         (html2text-format-tags): Ditto.
23410
23411         * message.el (message-send-mail-with-sendmail): Fix regexp.
23412         (message-fill-field-general): Use search-forward instead of
23413         re-search-forward.
23414         (unbold-region): Ditto.
23415
23416         * nnrss.el (nnrss-request-article): Ditto.
23417
23418         * nnslashdot.el (nnslashdot-request-article): Ditto.
23419
23420         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23421
23422         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23423         "Unrecognized menu descriptor" error in XEmacs.
23424
23425 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23426
23427         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23428         parent article of a sparse article in the thread hashtb.
23429
23430 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23431
23432         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23433         (nnmail-expand-newtext): Lowercase expanded entries if
23434         nnmail-split-lowercase-expanded is non-nil.
23435
23436 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23437
23438         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23439
23440         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23441         of gnus-tmp-news-method into string under XEmacs.  It will be
23442         passed to gnus-correct-length which takes only a string argument.
23443
23444 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * gnus-util.el (gnus-bind-print-variables): New macro.
23447         (gnus-prin1): Use it.
23448         (gnus-prin1-to-string): Use it.
23449         (gnus-pp): New function.
23450         (gnus-pp-to-string): New function.
23451
23452         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23453         Replace pp-to-string with gnus-pp-to-string.
23454         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23455         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23456         * gnus-msg.el (gnus-debug): Ditto.
23457         * gnus-score.el (gnus-score-save): Ditto.
23458         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23459         gnus-pp-to-string.
23460         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23461         with gnus-pp.
23462         * score-mode.el (gnus-score-pretty-print): Ditto.
23463         * webmail.el (webmail-debug): Ditto.
23464
23465 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23466
23467         * gnus-art.el (article-display-face, article-display-x-face):
23468         Use buffer-read-only.
23469
23470 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23471
23472         * gnus-art.el (article-hide-list-identifiers):
23473         Bind inhibit-read-only as t.
23474
23475 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23476
23477         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23478
23479 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23480
23481         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23482         (gnus-narrow-to-page): Don't assume point-min == 1.
23483         (gnus-article-edit-mode): Derive from message-mode.
23484
23485         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23486         point-min == 1.
23487
23488         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23489         Disable incorrect use of `assert'.
23490
23491         * message.el (message-mode): Set comment-start-skip.
23492
23493
23494 2004-08-22  Sam Steingold  <sds@gnu.org>
23495
23496         * pop3.el (pop3-leave-mail-on-server): New user variable.
23497         (pop3-movemail): Delete mail only when it is nil.
23498
23499 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23500
23501         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23502
23503         * mml.el (mml-preview): Use `pop-to-buffer'.
23504
23505         * message.el (message-goto-mail-followup-to): Insert after "To".
23506         (message-carefully-insert-headers): Add comment.
23507
23508         * gnus.el: Remove unused variable `gnus-article-check-size'.
23509
23510         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23511
23512         * gnus-art.el (gnus-button-alist):
23513         Improve `gnus-button-handle-library' entry.
23514
23515 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23516
23517         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23518         Use downcase, since XEmacs capitalizes error messages differently.
23519
23520 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23521
23522         * nntp.el: Add (require 'gnus) due to reference to
23523         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23524
23525 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23526
23527         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23528         Bind `mm-fill-flowed'.
23529
23530         * mm-decode.el (mm-dissect-singlepart): Check it.
23531
23532 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23533
23534         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23535         'imap' for netrc parsing.
23536
23537 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23538
23539         * mailcap.el (mailcap-mime-data): Mark as risky.
23540
23541 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23542
23543         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23544         may be included in the encoded word.
23545         (rfc2047-encode): Don't append a space if the encoded word
23546         includes close parenthesis.
23547
23548 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23551         of text within parentheses.
23552
23553 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23554
23555         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23556         (gnus-encrypt-write-file-contents): Make the password key the file
23557         name PLUS the cipher, not just the cipher.  Also remove failed
23558         passwords from the cache.
23559
23560 2004-08-06  Simon Josefsson  <jas@extundo.com>
23561
23562         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23563         Doc fix.
23564
23565 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23568         LWSP.
23569
23570 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23571
23572         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23573         Try to append in-reply-to: data to the references: header.
23574
23575         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23576         (netrc-parse): Use gnus-encrypt.el functions.
23577
23578         * gnus-encrypt.el: Add new file for encryption support; currently
23579         does only a few GPG ciphers and an internal XOR cipher.
23580
23581         * password.el: Add comments on using password-read-and-add.
23582         (password-read-and-add): Add function to read and add the
23583         password to the cache at once.
23584
23585 2004-07-28  Simon Josefsson  <jas@extundo.com>
23586
23587         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23588         parameter (but don't use it, for now).
23589
23590         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23591         instead of hard coding to nil.
23592
23593 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23594
23595         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23596         as mm-inline-image-xemacs does.
23597
23598 2004-07-26  Simon Josefsson  <jas@extundo.com>
23599
23600         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23601         Revert part of 2004-07-17 change below.
23602
23603 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23604
23605         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23606         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23607
23608 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23609
23610         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23611         quotes that actually start with ">" at the beginning of the
23612         lines.
23613
23614 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23615
23616         * rfc2047.el (rfc2047-encode-region): Fix last change.
23617         (rfc2047-encode-parameter): Remove useless concat.
23618
23619 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23622         encode special characters; fix some kind of misconfigured headers;
23623         signal a real error if debug-on-quit or debug-on-error is non-nil.
23624         (rfc2047-encode-max-chars): New variable.
23625         (rfc2047-encode-1): Use it.
23626         (rfc2047-encode-parameter): New function.
23627
23628         * mml.el (mml-insert-parameter): Remove an excessive space.
23629
23630 2004-07-17  Simon Josefsson  <jas@extundo.com>
23631
23632         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23633         Kai Grossjohann <kai@emptydomain.de>.
23634         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23635         (gnus-group-make-menu-bar): Ditto.
23636
23637         * gnus-util.el (gnus-group-server): Add.
23638
23639 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23640
23641         * message.el (message-clone-locals): Clone sendmail and smtp
23642         variables.
23643
23644 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23645
23646         * rfc2047.el (rfc2047-encode-region): Fix last change.
23647
23648 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23649
23650         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23651         characters as non-special.
23652
23653 2004-07-09  Simon Josefsson  <jas@extundo.com>
23654
23655         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23656         Users will lose all flag changes made while unplugged with
23657         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23658         good default.  See numerous reports on ding mailing list.
23659
23660 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23661
23662         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23663         add generate-head-function and generate-article-function to the
23664         rfc822-forward entry.
23665         (nndoc-rfc822-forward-generate-article): New function.
23666         (nndoc-rfc822-forward-generate-head): New function.
23667
23668         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23669
23670 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23671
23672         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23673         respect display group parameter and gnus-summary-expunge-below.
23674         (gnus-articles-to-read): Remove unused reference to display group
23675         parameter.
23676
23677 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23678
23679         * nnheader.el (nnheader-uniquify-message-id): New experimental
23680         variable.
23681         (nnheader-nov-read-message-id): Use it.
23682
23683         * spam-report.el (spam-report-gmane): Add interactive.
23684
23685 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * mm-encode.el (mm-content-transfer-encoding-defaults):
23688         Use qp-or-base64 for the application/* types.
23689
23690 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23691
23692         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23693
23694 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23695
23696         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23697         trim value.
23698
23699 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23700
23701         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23702         New macro and function.
23703         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23704
23705 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23706
23707         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23708         after-load-alist.
23709
23710 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23711
23712         * gnus-group.el (gnus-group-get-new-news-this-group):
23713         Don't update info that isn't there.
23714
23715 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23716
23717         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23718         entry.
23719
23720 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23721
23722         * mm-view.el (mm-inline-render-with-function): Use multibyte
23723         buffer; decode html source by charset.
23724
23725         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23726
23727         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23728         Mule-UCS is loaded under XEmacs.
23729         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23730
23731 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23732
23733         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23734
23735 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23736
23737         * mm-util.el (mm-coding-system-p): Return a coding-system.
23738         (mm-mime-mule-charset-alist): Use shift_jis instead of
23739         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23740         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23741         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23742         instead of japanese-shift-jis and iso-latin-1 respectively in
23743         order to share the default value with both Emacs and XEmacs-mule.
23744         (mm-mule-charset-to-mime-charset):
23745         Make mm-coding-system-priorities effective.
23746         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23747         while predicating of candidates upon the priorities.
23748
23749 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23750
23751         * gnus-sum.el (gnus-summary-make-menu-bar):
23752         Add gnus-uu-invert-processable.
23753
23754         * gnus.el: Autoload gnus-uu-invert-processable.
23755
23756 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23757
23758         * mm-util.el (mm-with-multibyte-buffer): New macro.
23759
23760         * rfc2047.el (rfc2047-encode-string): Use it.
23761         (rfc2047-encode-region): Move point to the end of the region after
23762         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23763
23764 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23765
23766         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23767         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23768
23769 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23770
23771         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23772         (gnus-cite-parse): Ignore quoted envelope From_.
23773         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23774
23775 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23776
23777         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23778         invalid addresses.
23779
23780 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23781
23782         * spam.el: Change section markers, revise TODO list.
23783         (spam-backends): Make new master list of all installed backends.
23784         (spam-summary-exit-behavior): Add new variable to determine how
23785         messages moves are done at summary exit.
23786         (spam-move-spam-nonspam-groups-only)
23787         (spam-process-ham-in-nonham-groups)
23788         (spam-process-ham-in-spam-groups): Remove variables, the
23789         spam-summary-exit-behavior variable should be used to manage this
23790         behavior.
23791         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23792         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23793         and spam-old-spam-articles.
23794         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23795         Add empty variables, placeholders for the backends they represent.
23796         (spam-set-difference): Move, unchanged.
23797         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23798         unless the user has a processor variable.
23799         (spam-classifications, spam-classification-valid-p)
23800         (spam-backend-properties, spam-backend-property-valid-p)
23801         (spam-backend-function-type-valid-p)
23802         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23803         (spam-report-articles-gmane, spam-report-articles-resend):
23804         Remove functions, they are not needed.
23805         (spam-install-backend-super, spam-backend-list)
23806         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23807         (spam-backend-function, spam-backend-ham-registration-function)
23808         (spam-backend-spam-registration-function)
23809         (spam-backend-ham-unregistration-function)
23810         (spam-backend-spam-unregistration-function)
23811         (spam-backend-statistical-p, spam-backend-mover-p)
23812         (spam-install-backend-alias, spam-install-checkonly-backend)
23813         (spam-install-mover-backend, spam-install-nocheck-backend)
23814         (spam-install-backend, spam-install-statistical-backend)
23815         (spam-install-statistical-checkonly-backend): Add backend installation
23816         support.
23817         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23818         (spam-group-processor-p): Use the new backend code and respect the
23819         summary exit behavior.
23820         (spam-mark-spam-as-expired-and-move-routine): Remove.
23821         (spam-summary-prepare): Change to use the new spam-old-articles
23822         variable.
23823         (spam-copy-or-move-routine, spam-copy-spam-routine)
23824         (spam-move-spam-routine, spam-copy-ham-routine)
23825         (spam-move-ham-routine): Add code to copy/move ham or spam.
23826         (spam-fetch-field-fast): Improve doc and code, plus allow the
23827         'number request.
23828         (spam-list-of-checks, spam-list-of-statistical-checks):
23829         Remove variables.
23830         (spam-split, spam-find-spam): Use the new backend code.
23831         (spam-registration-functions): Remove variable.
23832         (spam-unregister-routine): Add convenience wrapper.
23833         (spam-log-undo-registration, spam-register-routine)
23834         (spam-log-processing-to-registry)
23835         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23836         where possible.
23837         (spam-check-gmane-xref, spam-check-regex-headers)
23838         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23839         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23840         (spam-check-bogofilter-headers, spam-check-spamoracle)
23841         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23842         (spam-check-crm114-headers): Use the spam-split-group that
23843         spam-split prepares, no need to determine it every time.
23844
23845         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23846         to the nnheader-parse-naked-head call.
23847
23848         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23849
23850         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23851         the nnheader-nov-read-message-id call.
23852
23853 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23854
23855         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23856         gnus-activate-group twice.  Suggested by Markus Peter
23857         <warp@spin.de>.
23858
23859 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23860
23861         * gnus-art.el (gnus-article-time-format): Exchange the order of
23862         day and month in the default value; fix customization type.
23863         (article-date-ut): Use add-text-properties.
23864         (article-make-date-line): Use message-make-date instead of
23865         current-time-string.
23866
23867         * message.el (message-fetch-field): Don't use set-text-properties.
23868         (message-make-date): Simplify.
23869
23870         * messagexmas.el (message-xmas-make-date): New function.
23871         (message-xmas-redefine): Defalias message-make-date to it.
23872
23873 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23874
23875         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23876         (rfc2047-encode-region): Treat text within parentheses as special;
23877         show the original text when error has occurred.
23878
23879         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23880         already-computed method to gnus-activate-group.
23881
23882         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23883         same select-methods identical Lisp objects.
23884
23885         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23886         object when modifying the info.
23887
23888 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23891         gnus-opened-servers since it has never been opened with the new
23892         configuration yet.
23893
23894 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23895
23896         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23897         arg to nnheader-generate-fake-message-id.
23898
23899 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23900
23901         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23902         number and build a fake message ID localized to a group and
23903         article number (so it's repeatable from that point on).
23904         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23905         ID format.
23906
23907         * gnus-sum.el (gnus-get-newsgroup-headers):
23908         Call nnheader-generate-fake-message-id with the article number.
23909
23910 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23911
23912         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23913         end-of-buffer.
23914
23915 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23916
23917         * message.el (message-ignored-supersedes-headers): Add Approved.
23918
23919 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23920
23921         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23922         goto-char.
23923         (rfc2047-encode): Fold the line before encoding.
23924
23925 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23926
23927         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23928         folding -- not all headers can be folded, and this should be done
23929         by the message composition mode.  Probably.  I think.
23930
23931 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23932
23933         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23934         fast.
23935
23936         * gnus-ems.el (gnus-remove-image): Don't use
23937         message-text-with-property; remove only the image found first.
23938
23939         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23940         found first.
23941
23942 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23943
23944         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23945
23946 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23947
23948         * message.el (message-text-with-property): Make it fast and accept
23949         optional arguments.
23950         (message-strip-forbidden-properties): Use it.
23951         (message-fix-before-sending): Follow the m-t-w-p change.
23952
23953         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23954
23955 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23956
23957         * gnus-art.el (article-hide-headers): Don't change the buffer
23958         mistakenly when performing mml-preview even if
23959         gnus-single-article-buffer is nil.
23960
23961 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23962
23963         * message.el (message-expand-name-databases): New user option.
23964         (message-expand-name): Use it.
23965
23966 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23967
23968         * spam.el (spam-report-articles-resend)
23969         (spam-report-resend-register-routine): Allow ham reporting.
23970         (spam-report-resend-register-ham-routine): Add wrapper.
23971         (spam-registration-functions): Add ham resending functions.
23972         (spam-list-of-processors): Add ham resend processor.
23973
23974         * gnus.el (ham-resend-to): Add new group parameter.
23975         (spam-process): Add ham resend option.
23976
23977         * spam-report.el (spam-report-resend): Allow reporting ham.
23978         (spam-report-resend-ham): Add wrapper.
23979
23980 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23981
23982         * message.el (message-cite-articles-with-x-no-archive):
23983         New variable.
23984         (message-cite-original): Use it.
23985
23986 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23987
23988         * message.el (message-cite-original): Respect X-No-Archive.
23989
23990 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23991
23992         * gnus-art.el (article-hide-headers): Refer to the values for
23993         gnus-ignored-headers and gnus-visible-headers in the summary
23994         buffer since a user may have set them as group parameters.
23995
23996 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23997
23998         * assistant.el (assistant-node-name): Add convenience function.
23999         (assistant-render-text, assistant-render-node): Add error handling,
24000         plus handle multiple next nodes.
24001         (assistant-find-next-node): Comment out for now.
24002         (assistant-find-next-nodes): Add function, returns list of next
24003         nodes.
24004
24005 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24006
24007         * mail-source.el (mail-source-directory): Fix doc-string.
24008
24009 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24010
24011         * assistant.el (assistant-render-text, assistant-eval): Add :set
24012         widget type, which is different because it takes and returns a
24013         list.  Much hilarity ensues.
24014
24015 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24016
24017         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24018
24019         * gnus-group.el (gnus-group-get-new-news-this-group):
24020         Add doc-string.
24021
24022         * gnus-start.el (gnus-activate-group): Add doc-string.
24023
24024 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24025
24026         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24027
24028 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24029
24030         * assistant.el (assistant-render-text): Try to add a :set
24031         widget, more to come.
24032
24033         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24034         strings.
24035         (spam-report-articles-resend)
24036         (spam-register-routine): Do registration iff any articles warrant
24037         it.
24038         (spam-summary-prepare-exit): Change log message for nil group
24039         destinations.
24040
24041 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24042
24043         * spam.el (spam-report-resend-register-routine):
24044         Allow spam-report-resend-to to be a group parameter or a global value.
24045
24046 2004-05-26  Simon Josefsson  <jas@extundo.com>
24047
24048         * starttls.el: Merge with my GNUTLS based starttls.el.
24049         (starttls-gnutls-program, starttls-use-gnutls)
24050         (starttls-extra-arguments, starttls-process-connection-type)
24051         (starttls-connect, starttls-failure, starttls-success):
24052         New variables.
24053         (starttls-program, starttls-extra-args): Doc fix.
24054         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24055         New functions.
24056         (starttls-negotiate, starttls-open-stream):
24057         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24058         function if it is set.
24059
24060 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24061
24062         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24063         structured fields.
24064
24065 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24066
24067         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24068
24069 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24070
24071         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24072         Add variable.
24073         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24074         assigning the spam-mark to new messages.
24075
24076 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24077
24078         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24079
24080 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24081
24082         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24083
24084         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24085         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24086         default.
24087
24088 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24089
24090         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24091         correct data.
24092
24093 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24094
24095         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24096         (spam-group-processor-p): Fix function.
24097         (spam-group-processor-multiple-p)
24098         (spam-group-spam-processor-report-gmane-p)
24099         (spam-group-spam-processor-report-resend-p)
24100         (spam-group-spam-processor-bogofilter-p)
24101         (spam-group-spam-processor-blacklist-p)
24102         (spam-group-spam-processor-ifile-p)
24103         (spam-group-ham-processor-ifile-p)
24104         (spam-group-spam-processor-spamoracle-p)
24105         (spam-group-spam-processor-crm114-p)
24106         (spam-group-ham-processor-bogofilter-p)
24107         (spam-group-spam-processor-stat-p)
24108         (spam-group-ham-processor-stat-p)
24109         (spam-group-ham-processor-whitelist-p)
24110         (spam-group-ham-processor-BBDB-p)
24111         (spam-group-ham-processor-spamoracle-p)
24112         (spam-group-ham-processor-copy-p): Remove functions with some
24113         prejudice against unneeded code.
24114         (spam-report-articles-resend)
24115         (spam-report-resend-register-routine): Allow the group/topic
24116         spam-resend-to value to override spam-report-resend-to.
24117         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24118         properly now.
24119
24120         * gnus.el (spam-resend-to): Add group/topic parameter.
24121         (spam-process): Move the OBSOLETE processors to the end of the
24122         choices.
24123
24124 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24125
24126         * spam-report.el (spam-report-resend-to, spam-report-resend):
24127         Start with resend-to set to nil, and then ask the user if necessary.
24128         (spam-report-resend): spam-report-resend takes a list of articles, not
24129         separate article numbers.
24130
24131 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24132
24133         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24134         addition to emacs-w3m.
24135
24136 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24137
24138         * assistant.el (assistant-authinfo-data): New function.
24139         (assistant-eval): Eval for entire assistant.
24140
24141         * netrc.el (netrc-services-file): New variable.
24142         (netrc-parse-services): New function.
24143         (netrc-find-service-name): New function.
24144         (netrc-find-service-number): New function.
24145         (netrc-port-equal): New function.
24146         (netrc-machine): Use it.
24147
24148         * nnimap.el (nnimap-open-connection): Use netrc.
24149
24150         * gnus-util.el (gnus-netrc-get): Remove aliases.
24151
24152         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24153
24154         * assistant.el (wid-edit): Fix compilation.
24155
24156         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24157
24158 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24159
24160         * gnus-util.el (gnus-set-file-modes): New function.  (small
24161         patch).
24162
24163 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24164
24165         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24166
24167         * assistant.el (assistant-render-node): Fix up rendering and
24168         read-only text.
24169         (assistant-render-node): Reset.
24170         (assistant-make-read-only): Not sticky.
24171
24172 2004-05-20  Danny Siu  <dsiu@adobe.com>
24173
24174         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24175         centered even when gnus-auto-center-summary is t.
24176
24177 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24178
24179         * dns.el (dns-get-txt-answer): New function.
24180         (dns-read-txt): Ditto.
24181         (query-dns): Use it.
24182
24183 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24186         active for foreign groups even if the group level is higher than
24187         the specified value.
24188
24189 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24190
24191         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24192         non-active groups.
24193
24194         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24195
24196 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24197
24198         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24199
24200 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24201
24202         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24203         (spam-crm114-header, spam-crm114-spam-switch)
24204         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24205         (spam-crm114-positive-spam-header)
24206         (spam-crm114-database-directory, spam-list-of-processors)
24207         (spam-group-spam-processor-crm114-p)
24208         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24209         (spam-generic-score, spam-list-of-checks)
24210         (spam-list-of-statistical-checks, spam-registration-functions)
24211         (spam-check-crm114-headers, spam-crm114-score)
24212         (spam-check-crm114, spam-crm114-register-with-crm114)
24213         (spam-crm114-register-spam-routine)
24214         (spam-crm114-unregister-spam-routine)
24215         (spam-crm114-register-ham-routine)
24216         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24217
24218 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24219
24220         * gnus.el: Add spam-use-crm114.
24221
24222         * spam.el (spam-list-of-processors, spam-registration-functions):
24223         Add spam-use-resend.
24224         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24225         (spam-report-articles-gmane): Add doc fix.
24226         (spam-report-articles-resend, spam-report-resend-register-routine):
24227         Add wrappers around spam-report-resend-to.
24228
24229         * spam-report.el (spam-report-resend-to, spam-report-resend):
24230         Add support for resending spam.
24231         (spam-report-gmane): Fix line length >80.
24232
24233         * gnus.el (spam-process): Add spam-use-resend.
24234
24235 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24236
24237         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24238         number of processed spam messages.
24239         (spam-ham-copy-or-move-routine): Return the number of processed
24240         ham messages.
24241         (spam-summary-prepare-exit): Use the above values to decide
24242         whether status messages shouled be displayed.
24243
24244 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24245
24246         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24247         `rfc2047-encoding-function-alist' in order to avoid conflicting
24248         with the old version.
24249         (rfc2047-encode-region): Concatenate words containing non-ASCII
24250         characters in structured fields; don't encode space-delimited
24251         ASCII words even in unstructured fields; don't break words at
24252         char-category boundaries.
24253         (rfc2047-encode-1): New function.
24254         (rfc2047-encode): Use it; encode text so that it occupies the
24255         maximum width within 76-column; work correctly on Q encoding for
24256         iso-2022-* charsets.
24257         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24258         sure not to break a line just after the header name.
24259         (rfc2047-b-encode-region): Remove.
24260         (rfc2047-b-encode-string): New function.
24261         (rfc2047-q-encode-region): Remove.
24262         (rfc2047-q-encode-string): New function.
24263
24264         * mm-util.el (mm-replace-in-string): New function.
24265
24266 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24267
24268         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24269         Really get it right.
24270         (gnus-inews-make-draft): Really.
24271
24272 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24273
24274         * nnmh.el (nnmh-request-list-1): Don't check the link count
24275         before descending.  (small patch)
24276
24277 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24278
24279         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24280         stuff.
24281
24282         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24283         Match on real group name.
24284
24285         * gnus-art.el (gnus-signature-limit): Doc fix.
24286
24287         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24288
24289         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24290
24291 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24292
24293         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24294         isn't a string.
24295
24296 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24297
24298         * gnus-draft.el (gnus-draft-send):
24299         Bind rfc2047-encode-encoded-words.
24300
24301         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24302         (rfc2047-encodable-p): Say that =? needs encoding.
24303         (rfc2047-encode-encoded-words): New variable.
24304
24305         * gnus-group.el (gnus-group-select-group): Doc fix.
24306
24307         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24308
24309         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24310         to nil.
24311
24312         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24313
24314         * nnheader.el (nnheader-get-lines-and-char): New function.
24315
24316 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24317
24318         * gnus-msg.el (gnus-summary-followup-with-original):
24319         Document yanking of region when active.
24320
24321 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24324         groups if the group level is higher than the specified value.
24325
24326 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24327
24328         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24329         (gnus-group-jump-to-group): Add prefix argument using
24330         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24331         non-active group.
24332
24333         * compface.el (uncompface): Be verbose when changing
24334         `uncompface-use-external'.
24335
24336         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24337         handle manual section.
24338
24339 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24340
24341         * gnus-art.el (gnus-button-alist): Revert previous change.
24342
24343 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24344
24345         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24346
24347 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24348
24349         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24350         whether backend can accept message.
24351
24352         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24353
24354 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24355
24356         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24357         Avoid creating directory when nntp-marks-is-evil is true.
24358         Reported by Reiner Steib.
24359
24360 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24361
24362         * gnus-picon.el (gnus-picon-insert-glyph):
24363         Add optional `nostring' argument.
24364
24365 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24366
24367         * gnus-picon.el (gnus-picon-style): New variable.
24368         (gnus-picon-transform-address): Support `gnus-picon-style'.
24369
24370 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24371
24372         * message.el (message-fill-field): Return point.
24373         (message-generate-headers): Go to end of field.
24374
24375         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24376         stuff for non-living groups.
24377
24378 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24379
24380         * gnus-art.el (gnus-article-followup-with-original)
24381         (gnus-article-reply-with-original): gnus-mark-active-p ->
24382         gnus-region-active-p.
24383
24384 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24385
24386         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24387         only when there is spam or ham to be processed.
24388
24389 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24390
24391         * mail-source.el (mail-source-delete-crash-box): Refactor.
24392         (mail-source-fetch): Use it.
24393         (mail-source-fetch-file): Ditto.
24394         (mail-source-fetch-directory): Run postscript in loop.
24395         (mail-source-fetch-pop): Delete.
24396         (mail-source-fetch-maildir): Ditto.
24397         (mail-source-fetch-imap): Ditto.
24398
24399         * imap.el (imap-authenticators): Comment out sasl.
24400
24401         * message.el (message-skip-to-next-address): New function.
24402         (message-fill-header-address): Refactor.
24403         (message-fill-address): Use it.
24404         (message-delete-address): Use it.
24405         (message-fill-header-general): Refactor.
24406         (message-fill-field-address): Rename.
24407         (message-narrow-to-field): Find the start of the header.
24408         (message-header-format-alist): Don't pre-fill.
24409         (message-fill-header): Remove.
24410         (message-insert-header): New function.
24411         (message-shorten-references): Use it.
24412
24413         * rfc2047.el (rfc2047-field-value): Strip props.
24414
24415         * mail-parse.el (mail-header-make-address): New alias.
24416
24417         * ietf-drums.el (ietf-drums-make-address): New function.
24418
24419         * imap.el: Add compiler directives.
24420
24421         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24422
24423         * gnus-art.el (article-decode-idna-rhs): Don't use
24424         message-idna-inside-rhs-p.
24425
24426 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24427
24428         * message.el (message-idna-inside-rhs-p): Remove.
24429         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24430
24431         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24432         false positives.
24433
24434 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24435
24436         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24437
24438 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24439
24440         * nneething.el (nneething-file-name): Don't create spurious
24441         files.
24442
24443         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24444         (gnus-inews-do-gcc): Remove sleep.
24445
24446         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24447         part under point.
24448
24449         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24450         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24451
24452 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24453
24454         * spam.el (spam-summary-prepare-exit): Fix (length).
24455
24456 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24457
24458         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24459         as expired without moving it" message when there are spam
24460         messages left.
24461
24462 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24463
24464         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24465         header is not nil.
24466
24467 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24468
24469         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24470         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24471         (nntp-marks-changed-p): New arg SERVER.
24472         (nntp-request-update-info): Adjust caller.
24473
24474 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24475
24476         * nntp.el (nntp-save-marks): Pass missing arg.
24477
24478 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24479
24480         * nntp.el: Support marks.
24481         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24482         (nntp-marks-modtime, nntp-marks-directory): New variables.
24483         (nntp-request-set-mark, nntp-request-update-info)
24484         (nntp-possibly-create-directory, nntp-marks-changed-p)
24485         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24486         New functions.
24487
24488 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24489
24490         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24491         (gnus-xmas-redefine): Rename.
24492
24493         * gnus-score.el (gnus-score-insert-help):
24494         Use gnus-select-lowest-window.
24495
24496         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24497         appt-select-lowest-window and rename to gnus-select-lowest-window.
24498
24499         * gnus.el: do.
24500
24501 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24502
24503         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24504         encodings of MIME-encoded words, in order to improve
24505         interoperability with several broken MUAs.
24506
24507 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24508
24509         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24510         tags, only when charsets are not specified in headers.
24511         (mm-inline-text-html-render-with-w3m): Ditto.
24512
24513         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24514         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24515
24516 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24517
24518         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24519         instead of MIME-decoded from fields when checking
24520         `gnus-article-address-banner-alist'.
24521
24522 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24523
24524         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24525         description rather than subject.
24526
24527 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24528
24529         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24530
24531 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24532
24533         * gnus.el (gnus-version-number): Bump.
24534
24535 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24536
24537         * gnus.el: No Gnus v0.2 is released.
24538
24539 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24540
24541         * gnus-agent.el (gnus-agent-read-agentview):
24542         Inline gnus-uncompress-range.
24543
24544 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24545
24546         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24547         `exec-installed-p'.
24548
24549 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24550
24551         * gnus.el (spam-process, spam-autodetect-methods):
24552         Add bsfilter and bsfilter-headers.
24553
24554         * spam.el (spam-bsfilter): New customize group.
24555         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24556         (spam-bsfilter-header, spam-bsfilter-probability-header)
24557         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24558         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24559         (spam-bsfilter-database-directory): New options.
24560         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24561         (spam-list-of-statistical-checks, spam-registration-functions):
24562         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24563         (spam-bsfilter-score): New command.
24564         (spam-check-bsfilter-headers, spam-check-bsfilter)
24565         (spam-bsfilter-register-with-bsfilter)
24566         (spam-bsfilter-register-spam-routine)
24567         (spam-bsfilter-unregister-spam-routine)
24568         (spam-bsfilter-register-ham-routine)
24569         (spam-bsfilter-unregister-ham-routine): New functions.
24570         (spam-generic-score): Support bsfilter; Accept an optional argument
24571         to recalcurate spam score even if scoring header has already been
24572         added.
24573         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24574         optional argument to recalcurate spam score even if scoring header
24575         has already been added.
24576
24577 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24578
24579         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24580         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24581         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24582         link is missing.
24583
24584 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24585
24586         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24587         (html2text-get-attr): Rewrite.
24588
24589         * message.el (message-setup-1): Remove redundant put-text-property
24590         on mail-header-separator.
24591
24592 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24593
24594         * gnus-registry.el (gnus-registry-cache-whitespace)
24595         (gnus-registry-action, gnus-registry-spool-action)
24596         (gnus-registry-split-fancy-with-parent): Change message levels
24597         from 5 to 3 or 7, as needed.
24598
24599         * spam.el (spam-summary-prepare-exit)
24600         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24601         (spam-split, spam-find-spam, spam-log-undo-registration)
24602         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24603         level from 5 to 6.
24604
24605 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24606
24607         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24608         2004-03-04 change).
24609
24610 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24611
24612         * sieve-manage.el (sieve-manage-open):
24613         * nnweb.el (nnweb-insert-html):
24614         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24615         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24616         * nnspool.el (nnspool-request-group):
24617         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24618         * nnml.el (nnml-request-update-info):
24619         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24620         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24621         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24622         (nnimap-request-set-mark):
24623         * nnfolder.el (nnfolder-request-update-info):
24624         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24625         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24626         * gnus-uu.el (gnus-uu-find-articles-matching):
24627         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24628         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24629         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24630         * gnus-nocem.el (gnus-nocem-scan-groups):
24631         * gnus-int.el (gnus-start-news-server):
24632         * gnus-group.el (gnus-group-make-kiboze-group)
24633         (gnus-group-browse-foreign-server):
24634         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24635         Use mapc when appropriate.
24636
24637 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24638             Adam Sjøgren  <asjo@koldfront.dk>
24639             Wes Hardaker  <wes@hardakers.net>
24640             Michael Shields  <shields@msrl.com>
24641
24642         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24643         may need for spam sorting and scoring.
24644         (spam-user-format-function-S): Add user format function suitable for
24645         general use.
24646         (spam-article-sort-by-spam-status): Add sorting function for summary
24647         sorting.
24648         (spam-extra-header-to-number): Add function to get a score from a
24649         header.
24650         (spam-summary-score): Add function to get a numeric score from the
24651         headers.
24652         (spam-generic-score): Fix function doc, was in wrong place.
24653         (spam-initialize): Take symbols when it's run, and install the
24654         extra headers that spam-necessary-extra-headers thinks we need.
24655
24656 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24657
24658         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24659         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24660
24661 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24662
24663         * gnus-sum.el (gnus-set-global-variables)
24664         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24665         (gnus-article-get-xrefs, gnus-summary-best-group)
24666         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24667         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24668         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24669         Use with-current-buffer.
24670
24671 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24672
24673         * spam.el (spam-summary-prepare-exit): Simplify logic.
24674         (spam-fetch-article-header): Read the article header if it's not
24675         available.
24676         (spam-list-articles): Simplify logic.
24677         (spam-filelist-register-routine): Fix bug with unregister-list.
24678
24679         * gnus-registry.el: Fix comments at beginning.
24680
24681 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24682
24683         * message.el (message-cater-to-broken-inn): Remove.
24684         (message-shorten-references): Make sure the total folded length of
24685         References is shorter than 998 characters to cater to a bug in INN
24686         2.3.  Also, don't pretend that references aren't folded -- this
24687         hasn't worked for a while.
24688
24689 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24690
24691         * gnus-agent.el (gnus-agentize):
24692         gnus-agent-send-mail-real-function no longer set to current value
24693         of message-send-mail-function but rather a lambda that calls
24694         message-send-mail-function.  The change makes the agent real-time
24695         responsive to user changes to message-send-mail-function.
24696
24697 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24698
24699         * legacy-gnus-agent.el
24700         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24701         help from Florian Weimer <fw@deneb.enyo.de>
24702
24703 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24704
24705         * nnmail.el (nnmail-cache-insert): Revert last change.
24706
24707 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * nnmail.el (nnmail-cache-insert): Always check whether
24710         nnmail-cache-ignore-groups matches a group name.
24711
24712 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24713
24714         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24715         (spam-find-spam, spam-log-processing-to-registry)
24716         (spam-log-registered-p, spam-log-unregistration-needed-p)
24717         (spam-log-undo-registration): Use gnus-message instead of
24718         gnus-error, none of these errors are fatal.
24719
24720         * gnus-registry.el (gnus-registry-clean-empty-function)
24721         (gnus-registry-clean-empty): Remove only empty entries without
24722         extra data.
24723
24724 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24725
24726         * spam-stat.el (spam-stat-buffer-change-to-spam)
24727         (spam-stat-buffer-change-to-non-spam): Change (error) to
24728         (gnus-message 8) invocation.
24729
24730 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24731
24732         * nntp.el (nntp-via-netcat-command): New variable.
24733         (nntp-via-netcat-switches): New variable.
24734         (nntp-open-via-rlogin-and-netcat): New function.
24735         (nntp-open-connection-function): Doc fix.
24736         (nntp-telnet-command): Doc fix.
24737         (nntp-end-of-line): Doc fix.
24738         (nntp-via-rlogin-command): Doc fix.
24739         (nntp-via-user-name): Doc fix.
24740         (nntp-via-address): Doc fix.
24741
24742 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24743
24744         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24745         error in Emacs 21.1.
24746
24747 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24748
24749         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24750
24751 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24752
24753         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24754         (gnus-agent-with-refreshed-group): New macro.
24755         (gnus-agent-rename-group): New function.
24756         (gnus-agent-delete-group): New function.
24757         (gnus-agent-save-group-info): Use gnus-command-method when
24758         `method' parameter is nil.  Don't write nil entries into the
24759         active file.
24760         (gnus-agent-get-group-info): New function.
24761         (gnus-agent-fetch-articles):
24762         Use gnus-agent-update-files-total-fetched-for to increment disk space
24763         used.
24764         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24765         Use gnus-agent-update-view-total-fetched-for to increment disk space
24766         used.
24767         (gnus-agent-get-local): Add optional parameters to avoid calling
24768         gnus-group-real-name and gnus-find-method-for-group.
24769         (gnus-agent-set-local): Delete stored entry if either min, or max,
24770         are nil.
24771         (gnus-agent-fetch-session): Reworded error/quit messages.
24772         On quit, use gnus-agent-regenerate-group to record existance of any
24773         articles fetched to disk before the quit occurred.
24774         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24775         gnus-agent-update-view-total-fetched-for, and
24776         gnus-agent-update-files-total-fetched-for to decrement disk space
24777         used.
24778         (gnus-agent-retrieve-headers):
24779         Use gnus-agent-update-view-total-fetched-for to increment disk space
24780         used.
24781         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24782         with gnus-agent-update-files-total-fetched-for to decrement disk
24783         space and fresh group buffer.
24784         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24785         (gnus-agent-need-update-total-fetched-for): New variable.
24786         (gnus-agent-update-files-total-fetched-for): New function.
24787         (gnus-agent-update-view-total-fetched-for): New function.
24788         (gnus-agent-total-fetched-for): New function.
24789
24790         * gnus-cache.el (gnus-cache-save-buffers):
24791         Use gnus-cache-update-overview-total-fetched-for to change disk space
24792         used by this group.
24793         (gnus-cache-possibly-enter-article):
24794         Use gnus-cache-update-file-total-fetched-for to increment disk space
24795         used by this group.
24796         (gnus-cache-possibly-remove-article):
24797         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24798         used by this group.
24799         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24800         (gnus-cache-rename-group): New function.
24801         (gnus-cache-delete-group): New function.
24802         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24803         (gnus-cache-need-update-total-fetched-for): New variable.
24804         (gnus-cache-with-refreshed-group): New macro.
24805         (gnus-cache-update-file-total-fetched-for): New function.
24806         (gnus-cache-update-overview-total-fetched-for): New function.
24807         (gnus-cache-rename-group-total-fetched-for): New function.
24808         (gnus-cache-delete-group-total-fetched-for): New function.
24809         (gnus-cache-total-fetched-for): New function.
24810
24811         * gnus-group.el: Require gnus-sum and autoload functions to
24812         resolve warnings when gnus-group.el compiled alone.
24813         (gnus-group-line-format): Documented new %F.
24814         (size of Fetched data) group line format; identifies disk space
24815         used by agent and cache.
24816         (gnus-group-line-format-alist): Defined new F format.
24817         (gnus-total-fetched-for): New function.
24818         (gnus-group-delete-group): No longer update
24819         gnus-cache-active-altered as gnus-request-delete-group now keeps
24820         the cache in sync.
24821         (gnus-group-list-active): Let the agent store a server's active
24822         list if currently plugged.
24823
24824         * gnus-int.el (gnus-request-delete-group):
24825         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24826         local disk in sync with the server.
24827         (gnus-request-rename-group):
24828         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24829         local disk in sync with the server.
24830
24831         * gnus-start.el (gnus-get-unread-articles):
24832         Cosmetic simplification to logic.
24833
24834         * gnus-util.el (gnus-rename-file): New function.
24835
24836 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24837
24838         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24839
24840 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24841
24842         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24843         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24844
24845 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24846
24847         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24848         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24849
24850 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24851
24852         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24853
24854 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24855
24856         * spam.el (spam-set-difference): Add function to replace
24857         gnus-set-difference in spam.el.
24858         (spam-summary-prepare-exit): Use spam-set-difference.
24859
24860 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24861
24862         * gnus-registry.el (gnus-registry-cache-file): Update to use
24863         gnus-dribble-directory OR gnus-home-directory OR ~.
24864         (gnus-registry-split-fancy-with-parent): Fix doc.
24865
24866 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24867
24868         * message.el (message-exchange-point-and-mark):
24869         Use message-mark-active-p.  Suggested by Jesper Harder
24870         <harder@ifa.au.dk>.
24871
24872 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24873
24874         * message.el (message-exchange-point-and-mark): Don't activate
24875         region if it was inactive.  Suggested by Hiroshi Fujishima
24876         <pooh@nature.tsukuba.ac.jp>.
24877
24878 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24879
24880         * gnus-art.el (article-display-face): Display Faces in the same
24881         order as X-Faces.
24882
24883 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24884
24885         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24886
24887 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24888
24889         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24890         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24891         (gnus-article-mime-hierarchy): Remove.
24892         (gnus-article-mime-hierarchy-next): Remove.
24893         (gnus-article-mode): Revert 2004-03-19 change.
24894         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24895         (gnus-insert-mime-button): Revert 2004-03-19 change.
24896         (gnus-mime-accumulate-hierarchy): Remove.
24897         (gnus-mime-enter-multipart): Remove.
24898         (gnus-mime-leave-multipart): Remove.
24899         (gnus-mime-display-part): Revert 2004-03-19 change.
24900         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24901
24902         * mml.el (mml-preview): Revert 2004-03-19 change.
24903
24904 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24905
24906         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24907
24908 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24909
24910         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24911         t while entering a file name using the mm-with-multibyte macro.
24912         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24913
24914         * mm-util.el (mm-with-multibyte): New macro.
24915
24916 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24917
24918         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24919         New user option.
24920         (gnus-mime-multipart-functions): Doc and customization fix.
24921         (gnus-article-mime-hierarchy): New variable.
24922         (gnus-article-mime-hierarchy-next): New variable.
24923         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24924         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24925         gnus-article-mime-hierarchy-next to nil.
24926         (gnus-insert-mime-button): Show hierarchy numbers.
24927         (gnus-mime-accumulate-hierarchy): New function.
24928         (gnus-mime-enter-multipart): New function.
24929         (gnus-mime-leave-multipart): New function.
24930         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24931         (gnus-mime-display-alternative): Show hierarchy numbers.
24932
24933         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24934         gnus-article-mime-hierarchy-next to nil.
24935
24936 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24937
24938         * dns.el: Don't require gnus-xmas.
24939
24940 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24941
24942         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24943         inline PGP.
24944         (mml-menu): Disable mml-quote-region if mark is inactive.
24945
24946 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24947
24948         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24949         when the group's active is not available.
24950
24951 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24954         error.
24955
24956 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24957
24958         * imap.el (imap-store-password): New variable.
24959         (imap-interactive-login): Use it.
24960         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24961
24962 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24963
24964         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24965         window-start and hscroll to summary window.
24966
24967 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24968
24969         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24970         conversion message to newsrc-dribble when an actual conversion is
24971         performed.
24972
24973 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24974
24975         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24976
24977 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24978
24979         * mm-decode.el (mm-complicated-handles): New function reviving
24980         former definition of mm-multiple-handles.
24981
24982         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24983         (gnus-mime-delete-part): Use it.
24984
24985 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24986
24987         * gnus-agent.el (gnus-agent-read-local):
24988         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24989         avoid the implicit assumption that they will always be equal.
24990         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24991         coding-system-for-write, as the with-temp-file macro first prints
24992         to a buffer then saves the buffer.
24993
24994 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24995
24996         * gnus-art.el (gnus-article-edit-part): New function.
24997         (gnus-mime-save-part-and-strip): Use it; do query instead of
24998         signaling an error; don't use mm-multiple-handles.
24999         (gnus-mime-delete-part): Ditto.
25000
25001 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25002
25003         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25004         old file versions.
25005         (gnus-group-prepare-hook): Remove function that converted list
25006         form of gnus-agent-expire-days to group properties.
25007
25008         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25009         (gnus-request-accept-article): Re-indented.
25010
25011         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25012         converters to handle old agent file formats.  Add logic for a
25013         "backup before upgrading warning".
25014         (gnus-convert-mark-converter-prompt): Developers can mark
25015         functions as needing (default), or not needing,
25016         gnus-convert-old-newsrc's "backup before upgrading warning".
25017         (gnus-convert-converter-needs-prompt): Tests whether the user
25018         should be protected from potentially irreversable changes by the
25019         function.
25020
25021         * legacy-gnus-agent.el: New.  Provides converters that are only
25022         loaded when gnus-convert-old-newsrc needs to call them.
25023
25024 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25025
25026         * mail-source.el (mail-source-touch-pop): Doc fix.
25027
25028         * message.el (message-smtpmail-send-it): Doc fix.
25029
25030 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25031
25032         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25033
25034         * nnmail.el (nnmail-split-fancy): do.
25035
25036         * gnus-kill.el (gnus-kill, gnus-execute): do.
25037
25038 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25039
25040         * gnus-sum.el (gnus-widget-reversible-match)
25041         (gnus-widget-reversible-to-internal)
25042         (gnus-widget-reversible-to-external): New functions.
25043         (gnus-widget-reversible): New widget.
25044         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25045
25046 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25047
25048         * gnus-sum.el (gnus-thread-sort-functions)
25049         (gnus-article-sort-functions): Document `(not F)' items.
25050
25051 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25052
25053         * spam.el (spam-use-gmane-xref): Add new backend.
25054         (spam-gmane-xref-spam-group): Add variable to control the name of the
25055         Gmane spam group.
25056         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25057         (spam-regex-headers-spam, spam-regex-headers-ham)
25058         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25059         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25060         backends and checks.
25061         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25062
25063         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25064         an autodetect method.
25065
25066 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25067
25068         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25069         articles are being added to a group.
25070         (gnus-request-replace-article): Inform the agent that articles
25071         need to be uncached as the cached contents are no longer valid.
25072
25073 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25074
25075         * binhex.el: Don't autoload executable-find.
25076
25077         * canlock.el: Don't autoload mail-fetch-field.
25078
25079         * dgnushack.el: Autoload c-mode for XEmacs.
25080
25081         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25082
25083         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25084         rmail-dont-reply-to and rmail-output.
25085
25086         * gnus-score.el: Don't autoload ffap-string-at-point.
25087
25088         * gnus-setup.el: Don't autoload sc-cite-original.
25089
25090         * imap.el: Don't autoload base64-decode-string,
25091         base64-encode-string and md5.
25092
25093         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25094         and rmail-msg-restore-non-pruned-header.
25095
25096         * mm-decode.el: Don't autoload executable-find.
25097
25098         * mm-url.el: Don't autoload executable-find.
25099
25100         * mm-view.el: Don't autoload diff-mode.
25101
25102         * nndb.el: Don't autoload news-reply-mode, news-setup,
25103         cancel-timer and telnet.
25104
25105         * password.el: Don't autoload run-at-time for Emacs.
25106
25107         * sha1-el.el: Don't autoload executable-find.
25108
25109         * sieve-mode.el: Don't autoload c-mode.
25110
25111         * uudecode.el: Don't autoload executable-find.
25112
25113 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25114
25115         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25116         (gnus-agent-possibly-alter-active): Avoid null in numeric
25117         comparison.
25118         (gnus-agent-set-local): Refuse to save null in local object table.
25119         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25120         list of articles that will be marked as unread.
25121
25122 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25125
25126 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25127
25128         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25129         language tags.
25130
25131 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25132
25133         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25134         Don't bind "obarray".
25135
25136         * gnus-sum.el (gnus-thread-sort-functions):
25137         Add `gnus-thread-sort-by-most-recent-number' and
25138         `gnus-thread-sort-by-most-recent-date'.
25139         Reported by Kai Grossjohann <kai@emptydomain.de>.
25140
25141 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25142
25143         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25144
25145 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25146
25147         * gnus-cus.el (gnus-agent-customize-category):
25148         Remove ignore-errors macro reference that required cl to be loaded at
25149         run-time.
25150
25151         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25152         single-interval range of the form (min . max).  Previously the
25153         range had to look like ((min . max)).  Likewise, return
25154         (min . max) rather than ((min . max)).
25155         (gnus-range-map): Use gnus-range-normalize to accept
25156         single-interval range.
25157
25158         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25159         the cache, but not the agent, now appear with their usual face.
25160
25161         * dgnushack.el (loaddir): New variable that is bound to the
25162         directory containing the dgnushack.el file. Use loaddir, rather
25163         than srcdir, to update load-path. Change lets dgnushack compile
25164         code in directories other than GNUS/lisp.
25165
25166 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25167
25168         * lpath.el: Don't bind w3m-safe-url-regexp.
25169
25170         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25171         w3m-safe-url-regexp variable buffer-local.
25172
25173         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25174
25175 2004-02-27  Simon Josefsson  <jas@extundo.com>
25176
25177         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25178         gnus-group-real-prefix.
25179         (gnus-summary-move-article): Use it, instead of
25180         gnus-group-real-prefix.
25181
25182 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25183
25184         * lpath.el: Bind w3m-safe-url-regexp.
25185
25186         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25187         w3m-safe-url-regexp variable buffer-local and set it as the value
25188         of mm-w3m-safe-url-regexp.
25189
25190         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25191
25192         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25193         parsing gnus-posting-styles when the message is not for replying.
25194
25195         * dgnushack.el: Autoload sgml-mode for XEmacs.
25196
25197         * nnrss.el (nnrss-opml-export):
25198         Use mm-set-buffer-file-coding-system instead of
25199         set-buffer-file-coding-system.
25200
25201 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25202
25203         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25204         of checkdoc.el).
25205         * nnrss.el: do.
25206         * gnus-mlspl.el: do.
25207         * gnus-ml.el: do.
25208         * gnus-srvr.el: do.
25209
25210         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25211
25212 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25213
25214         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25215         Corrections to custom-manual links.
25216
25217         * gnus-art.el (gnus-article): Ditto.
25218
25219         * mm-decode.el (mime-display, mime-security): Ditto.
25220
25221 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25222
25223         * flow-fill.el: Typo.
25224
25225 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25226
25227         * spam-wash.el: New file.
25228
25229 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25230
25231         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25232
25233 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25234
25235         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25236         to be run with new-articles as LIST1, not LIST2.
25237         (spam-registration-functions): Add spam-use-ham-copy as a nil
25238         registration backend.
25239
25240 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * spam-stat.el (spam-stat-washing-hook): New option.
25243         (spam-stat-buffer-words): Use it.
25244         (spam-stat-process-directory, spam-stat-test-directory):
25245         Use insert-file-contents-literally.
25246         (spam-stat-coding-system): New variable.
25247         (spam-stat-load, spam-stat-save): Use it.
25248
25249 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25250
25251         * spam-report.el (spam-report-plug-agent):
25252         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25253
25254 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25255
25256         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25257         Allow / in mailto URLs.
25258
25259 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25260
25261         * spam-report.el (spam-report-process-queue): Fix interactive use.
25262         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25263         (spam-report-unplug-agent): Doc fixes.
25264         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25265         (spam-report-agentize, spam-report-deagentize): Autoload.
25266
25267 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25268
25269         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25270
25271         * message.el (message-setup-fill-variables): Add mml tags to
25272         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25273         <ajk@iu.edu>.
25274         (message-mode): Don't modify paragraph-separate there.
25275
25276 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25277
25278         * compface.el (uncompface-use-external): Default to undecided.
25279         (uncompface-use-external-threshold): New variable.
25280         (uncompface-float-time): New macro.
25281         (uncompface): Determine whether to use the external decoder if
25282         uncompface-use-external is undecided.
25283
25284 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25285
25286         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25287         after images.
25288
25289         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25290
25291 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25292
25293         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25294
25295         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25296
25297         * gnus-sum.el (gnus-summary-limit-to-age)
25298         (gnus-summary-limit-children): do.
25299
25300         * gnus-int.el (gnus-request-scan): do.
25301
25302         * gnus-group.el (gnus-group-suspend): do.
25303
25304         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25305
25306         * gnus-cite.el (gnus-cite-parse-attributions): do.
25307
25308         * gnus-agent.el (gnus-summary-set-agent-mark)
25309         (gnus-agent-regenerate-group): do.
25310
25311         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25312
25313         * binhex.el (binhex-decode-region-internal): do.
25314
25315 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25316
25317         * gnus-fun.el (gnus-face-properties-alist): New user option.
25318         (gnus-display-x-face-in-from): Use it.
25319
25320         * gnus-art.el (article-display-face): Ditto.
25321
25322         * compface.el (uncompface-use-external): Default to nil.
25323
25324 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25325
25326         * nntp.el (nntp-erase-buffer): New function.
25327         (nntp-retrieve-data, nntp-send-command)
25328         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25329         (nntp-possibly-change-group): Use it.
25330
25331         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25332         Use with-current-buffer.
25333
25334 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25335
25336         * compface.el: Merge the ELisp-based uncompface program.
25337         (compface): New customization group.
25338         (uncompface-use-external): New user option.
25339         (uncompface): Call uncompface-internal if uncompface-use-external
25340         is nil.
25341         (uncompface-internal): New function.  Note that there are also
25342         some other functions and variables added for this function.
25343
25344 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25345
25346         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25347         if necessary.
25348
25349 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25350
25351         * spam-report.el (spam-report-unplug-agent)
25352         (spam-report-plug-agent, spam-report-deagentize)
25353         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25354         Add support for the Agent in spam-report: when unplugged, report to a
25355         file; when plugged, submit all the requests.
25356
25357         * spam.el (spam-register-routine): Fix message about
25358         registration.
25359
25360 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25361
25362         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25363         dependencies.
25364         (rfc2047-encode): Use it.
25365
25366         * gnus-art.el (gnus-button-marker-list): Move before first
25367         reference.
25368
25369         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25370         (imap-parse-body): Fix format string mismatch.
25371
25372         * gnus-score.el (gnus-summary-increase-score): do.
25373
25374         * nnrss.el (nnrss-close): New function.
25375
25376 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25377
25378         * nnrss.el (nnrss-make-filename): New function.
25379         (nnrss-request-delete-group, nnrss-read-server-data)
25380         (nnrss-save-server-data, nnrss-read-group-data)
25381         (nnrss-save-group-data): Use it.
25382         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25383         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25384         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25385
25386 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25387
25388         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25389
25390 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25391
25392         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25393         files.
25394
25395         * message.el (message-generate-headers-first): Don't quote nil
25396         and t in docstrings.
25397
25398         * imap.el (imap-id): do.
25399
25400         * gnus-agent.el (gnus-agent-consider-all-articles)
25401         (gnus-agent-queue-mail): do.
25402
25403 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25404
25405         * spam-report.el (spam-report-process-queue): New function.
25406         Process requests from `spam-report-requests-file'.
25407         (spam-report-process-queue): Doc fix.
25408
25409 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25410
25411         * spam.el (spam-register-routine)
25412         (spam-log-processing-to-registry, spam-log-registered-p)
25413         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25414         Change "check" to "spam-check" for semi-clarity.
25415
25416 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25417
25418         * pop3.el: Require nnheader.
25419
25420         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25421
25422         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25423
25424         * gnus-picon.el: Require cl.
25425
25426         * gnus-fun.el: Require gnus-ems and gnus-util.
25427
25428         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25429
25430         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25431
25432         * gnus-art.el (gnus-article-edit-mode): Define before first
25433         reference.
25434
25435 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25436
25437         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25438         (gnus-uu-post-encoded): Use point-at-bol.
25439
25440         * gnus-topic.el (gnus-group-active-topic-p): do.
25441
25442         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25443
25444         * gnus-group.el (gnus-group-kill-region): do.
25445
25446         * gnus-art.el (article-date-ut): do.
25447
25448         * message.el (message-fetch-field): Remove redundant
25449         case-fold-search binding.
25450         (message-narrow-to-field): Simplify.
25451
25452 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25453
25454         * spam.el (spam-directory): Derive from `gnus-directory'.
25455
25456         * spam-report.el (spam-report-url-to-file)
25457         (spam-report-requests-file): New function and variable for offline
25458         reporting.
25459         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25460         and user defined function.
25461         (spam-report-url-ping-mm-url): Remove doubled slash.
25462
25463 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25464
25465         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25466
25467 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25468
25469         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25470         Fix format string mismatch.
25471
25472         * sieve.el (sieve-deactivate-all): do.
25473
25474         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25475
25476         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25477
25478         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25479
25480         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25481
25482 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25483
25484         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25485         the list of checks.
25486
25487 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25488
25489         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25490         padding.
25491
25492 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25493
25494         * mm-view.el (mm-fill-flowed): New variable.
25495         (mm-inline-text): Use it.
25496
25497 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25498
25499         * spam.el (spam-spamassassin-register-ham-routine)
25500         (spam-spamassassin-register-spam-routine): Fix function names.
25501
25502 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25503
25504         * gnus.el (gnus-tmp-grouplens): Remove.
25505         (gnus-summary-line-format): Remove grouplens.
25506
25507         * gnus-group.el (gnus-group-line-format): Ditto.
25508
25509         * gnus-spec.el (gnus-format-specs): Ditto.
25510         (gnus-update-format-specifications): Flush the group format spec
25511         cache if there's the grouplens stuff.
25512         (gnus-parse-simple-format): Replace %l with the empty string.
25513
25514 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25515
25516         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25517         omission.
25518
25519 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25520
25521         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25522         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25523
25524 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25525
25526         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25527         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25528         New macros and functions.
25529         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25530         Handle > NLINK_MAX messages.
25531         * nnmaildir.el (nnmaildir-request-set-mark):
25532         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25533
25534 2004-01-25  Alex Schroeder  <alex@gnu.org>
25535
25536         * spam-stat.el (spam-stat-process-directory-age): New option.
25537         (spam-stat-process-directory): Use it.
25538
25539 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25540
25541         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25542         (spam-stat-save): Accept prefix argument.
25543
25544 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25545
25546         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25547         links" error.
25548
25549 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25552         the rest of the and/or forms.
25553
25554 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25555
25556         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25557         compatibility with old .newsrc.eld files.
25558
25559         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25560
25561         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25562
25563         * gnus-start.el (gnus-1): do.
25564
25565         * gnus-group.el (gnus-group-line-format-alist): do.
25566
25567         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25568
25569         * gnus-gl.el: Remove.
25570
25571 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25572
25573         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25574         marks consisting of a single range {for example, (3 . 5)} rather
25575         than a list of a single range { ((3 . 5)) }.
25576
25577 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25578
25579         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25580         Use with-current-buffer.
25581         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25582         avoid consing a string.
25583
25584         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25585         Remove obsolete entries for big5 and gb2312.
25586
25587 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25588
25589         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25590         uncompressed list.
25591
25592 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25593
25594         * spam-stat.el (spam-stat-strip-xref): New function.
25595         (spam-stat-process-directory): Use it.
25596
25597         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25598         here -- it's done in message-fetch-field.
25599
25600 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25601
25602         * gnus-agent.el (gnus-agent-queue-mail)
25603         (gnus-agent-prompt-send-queue): New variables.
25604         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25605         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25606         "nndraft:queue" along to gnus-draft-send.
25607         Use gnus-agent-prompt-send-queue.
25608         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25609         is "nndraft:queue".  Suggested by Gaute Strokkenes
25610         <gs234@srcf.ucam.org>
25611
25612         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25613         (agent-enable-undownloaded-faces): Add.
25614         (gnus-agent-cat-groups): Use eval-and-compile, not
25615         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25616         method of gnus-agent-cat-groups even when the buffer has been
25617         evaled.
25618         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25619         delete gnus-agent-save-active-1.
25620         (gnus-agent-save-groups): Delete.  Identical to
25621         gnus-agent-save-active.
25622         (gnus-agent-write-active): No longer adjust agent's copy of active
25623         file as agent's adjustments are now stored in their own
25624         file.  Remove optional parameter.
25625         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25626         servers.  Add use of min/max range limits from server's local
25627         file.
25628         (gnus-agent-save-alist): Remove unused optional argument.
25629         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25630         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25631         (gnus-agent-set-local): A per-server file that keeps min/max range
25632         limits for articles known to the agent.  Provides a fast mechanism
25633         for altering many active ranges.
25634         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25635         active file (local makes it unnecessary).
25636         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25637
25638         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25639         (agent-enable-undownloaded-faces): Add.
25640
25641         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25642         disable it when sending to "nndraft:queue".
25643         (gnus-group-send-queue): Add safety check to avoid sending queue
25644         when unplugged.
25645
25646         * gnus-group.el (gnus-group-catchup): Use new
25647         gnus-sequence-of-unread-articles, not
25648         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25649         numbers of articles.  Use gnus-range-map to avoid having to
25650         uncompress the unread list.
25651         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25652         Fix invalid ange-ftp reference.
25653
25654         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25655         (gnus-sorted-range-intersection): Intersection of two ranges
25656         without requiring that they first be uncompressed.
25657
25658         * gnus-start.el (gnus-activate-group): Unless blocked by the
25659         caller, possibly expand the active range to include both cached
25660         and agentized articles.
25661         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25662         multiple version-dependent converters.
25663         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25664         gnus-agent-save-active.
25665         (gnus-save-newsrc-file): Save dirty agent range limits.
25666
25667         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25668         gnus-agent-possibly-alter-active.
25669         (gnus-adjust-marked-articles): Faster handling of simple lists.
25670
25671 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25672
25673         * spam-stat.el (spam-stat-test-directory): New optional argument
25674         displays a list of files detected.  Suggested by Andrew Cohen
25675         <cohen@andy.bu.edu>.
25676         (spam-stat-buffer-words-with-scores): Don't narrow and change
25677         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25678
25679 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25680
25681         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25682         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25683         (spam-spamassassin-arguments)
25684         (spam-spamassassin-spam-flag-header)
25685         (spam-spamassassin-positive-spam-flag-header)
25686         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25687         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25688         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25689         (spam-list-of-processors, spam-list-of-checks)
25690         (spam-list-of-statistical-checks, spam-registration-functions)
25691         (spam-check-spamassassin-headers, spam-check-spamassassin)
25692         (spam-spamassassin-score)
25693         (spam-spamassassin-register-with-sa-learn)
25694         (spam-spamassassin-register-spam-routine)
25695         (spam-spamassassin-register-ham-routine)
25696         (spam-assassin-register-spam-routine)
25697         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25698         (spam-bogofilter-score): Fix to show article before scoring.
25699
25700 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25701
25702         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25703         default scoring function.
25704         (spam-generic-score): Call spam-spamassassin-score if
25705         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25706         spam-bogofilter-score otherwise.
25707
25708         * gnus.el (spam-process, spam-autodetect-methods):
25709         Add spamassassin and spamassassin-headers.
25710
25711 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25712
25713         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25714         Suppress unnecessary messages.
25715
25716 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25717
25718         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25719         make-hash-table.
25720
25721 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * canlock.el (base64-encode-string): Don't autoload it.
25724
25725 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25726
25727         * run-at-time.el: Remove useless (require 'itimer),
25728         eval-and-compile and (featurep 'xemacs).
25729
25730 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25731
25732         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25733         GROUP is a virtual group.
25734
25735 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25736
25737         * gnus.el: Autoload `message-y-or-n-p'.
25738
25739 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25740
25741         * pgg-parse.el: Remove unnecessary (require 'custom).
25742
25743         * pgg-def.el: do.
25744
25745         * nnmail.el: do.
25746
25747         * gnus-undo.el: do.
25748
25749         * gnus-picon.el: do.
25750
25751         * gnus-util.el: do.
25752
25753 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25754
25755         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25756
25757 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25758
25759         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25760         handle, as well as a list.
25761
25762         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25763         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25764         (mm-w3m-cid-retrieve): Simplify.
25765
25766 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25767
25768         * message.el (message-kill-to-signature): Allow prefix arg to
25769         specify number of lines to keep before signature.
25770
25771 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25772
25773         * message.el (message-kill-to-signature): Change docstring.
25774
25775 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25776
25777         * canlock.el: Always require sha1-el.
25778         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25779
25780         * message.el: Autoload sha1 only when compiling.
25781
25782         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25783         eudc-expand-inline for XEmacs.
25784
25785 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25786
25787         * message.el (message-canlock-generate): Require sha1-el.
25788
25789 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25790
25791         * message.el (message-expand-name): Silence the byte compiler.
25792
25793         * lpath.el: Add detect-coding-system.
25794
25795         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25796         cus-edit.
25797
25798 2004-01-13  Simon Josefsson  <jas@extundo.com>
25799
25800         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25801         Invoke gnus-score-mode.
25802         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25803
25804         * gnus-range.el (gnus-compress-sequence): Doc fix.
25805         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25806
25807 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25808
25809         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25810
25811 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25812
25813         * spam.el (spam-get-article-as-string): Update to use
25814         gnus-request-article-this-buffer, much simpler.
25815         (spam-get-article-as-buffer): Remove.
25816
25817 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25818
25819         * message.el (message-expand-name): Use EUDC if the user uses that.
25820
25821 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25822
25823         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25824         character for the encoding to avoid consing a string.
25825
25826         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25827         unnecessarily.
25828
25829         * mm-util.el (mm-replace-chars-in-string): Remove.
25830
25831         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25832         of mm-replace-chars-in-string.
25833
25834 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25835
25836         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25837
25838         * mm-util.el (mm-subst-char-in-string): Support inplace.
25839
25840         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25841         a new string in every iteration.  Use shy groups.
25842
25843 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25844
25845         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25846         * gnus-soup.el (gnus-soup-group-brew):
25847         * gnus-msg.el (gnus-put-message):
25848         * gnus-move.el (gnus-group-move-group-to-server):
25849         * gnus-kill.el (gnus-batch-score):
25850         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25851         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25852         (gnus-group-update-group, gnus-group-read-group)
25853         (gnus-group-make-group, gnus-group-make-help-group)
25854         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25855         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25856         (gnus-group-sort-by-unread, gnus-group-catchup)
25857         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25858         (gnus-group-yank-group, gnus-group-set-info)
25859         (gnus-group-list-groups):
25860         * gnus.el (gnus-generate-new-group-name):
25861         * gnus-delay.el (gnus-delay-send-queue):
25862         * nnvirtual.el (nnvirtual-catchup-group):
25863         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25864         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25865         (gnus-group-prepare-topics, gnus-topic-check-topology):
25866         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25867         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25868         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25869         (gnus-group-make-articles-read):
25870         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25871         (gnus-group-change-level, gnus-kill-newsgroup)
25872         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25873         (gnus-get-unread-articles, gnus-make-articles-unread)
25874         (gnus-make-ascending-articles-unread): Use accessor
25875         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25876         to get group information for improved readability.
25877
25878
25879 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25880
25881         * gnus-art.el (article-decode-mime-words, article-babel)
25882         (gnus-article-highlight-signature, gnus-article-add-buttons)
25883         (gnus-signature-toggle): Use gnus-with-article-buffer.
25884
25885         * gnus-art.el (gnus-article-highlight-headers)
25886         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25887
25888         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25889         (gnus-article-set-globals, gnus-request-article-this-buffer)
25890         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25891         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25892         (gnus-mime-display-alternative): Use with-current-buffer.
25893
25894 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25895
25896         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25897         also under 80 char limit, and call gnus-error if needed.
25898         (spam-fetch-article-header): Fix - it was a
25899         buffer-local variable (gnus-newsgroup-data).
25900         (spam-find-spam): Use spam-generate-fake-headers, forget about
25901         spam-insert-fake-headers.
25902         (spam-insert-fake-headers): Remove.
25903
25904 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25905
25906         * deuglify.el (gnus-article-outlook-unwrap-lines)
25907         (gnus-outlook-rearrange-article)
25908         (gnus-outlook-repair-attribution-outlook)
25909         (gnus-outlook-repair-attribution-block)
25910         (gnus-outlook-repair-attribution-other): Remove redundant
25911         save-excursion.
25912
25913 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25914
25915         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25916         (spam-fetch-field-subject-fast)
25917         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25918         (spam-fetch-article-header): Add functions to deal with Gnus
25919         internals for fast retrieval of article header data.
25920         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25921
25922 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25923
25924         * pop3.el (pop3-md5): Remove.
25925         (pop3-apop): Replace pop3-md5 with md5.
25926
25927         * mm-bodies.el: base64 is always built-in.
25928
25929         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25930         Use with-current-buffer.
25931
25932 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25933
25934         * canlock.el (canlock-insert-header): Remove excessive grouping in
25935         regexp.
25936
25937         * gnus-sum.el (gnus-summary-read-document): Ditto.
25938
25939         * gnus-uu.el (gnus-uu-part-number): Ditto.
25940
25941         * html2text.el (html2text-remove-tags): Ditto.
25942         (html2text-format-tags): Ditto.
25943         (html2text-format-single-elements): Ditto.
25944
25945         * mml.el (mml-parse-1): Ditto.
25946
25947 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25948
25949         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25950
25951         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25952
25953         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25954
25955         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25956
25957 2003-11-15  Simon Josefsson  <jas@extundo.com>
25958
25959         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25960         (pgg-gpg-lookup-key): Use regexp match instead of
25961         split-string (split-string is different between emacs 21.2 and
25962         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25963
25964 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25965
25966         * gnus-art.el (gnus-mime-view-all-parts)
25967         (gnus-article-part-wrapper, gnus-article-view-part):
25968         Use with-current-buffer.
25969
25970 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25971
25972         * spam.el (spam-disable-spam-split-during-ham-respool)
25973         (spam-spamoracle-database, spam-cache-lookups)
25974         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25975         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25976         (spam-group-ham-marks, spam-group-spam-marks)
25977         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25978         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25979         also add spam-use-blackholes to the statistical checks.
25980         (spam-fetch-field-fast): Add interface to fetching fields, may
25981         become a macro.
25982         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25983         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25984         (spam-insert-fake-headers): Fake an article when needed.
25985         (spam-find-spam): Fake article when possible.
25986         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25987         (spam-check-bogofilter-headers): Use message-fetch-field instead
25988         of nnmail-fetch-field.
25989
25990 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25991
25992         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25993
25994 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25995
25996         * spam.el (spam-split): Do not require spam-use-CHECK to be
25997         enabled if that check is passed to spam-split explicitly; also
25998         fix so 'spam doesn't get converted to spam-split-group when
25999         spam-split-symbolic-return is t.
26000         (spam-find-spam): Find registrations of the article and use those
26001         instead of re-running spam-split to find the spam/ham
26002         classification of the article.
26003         (spam-log-processing-to-registry, spam-log-registered-p)
26004         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26005         Use gnus-error instead of gnus-message.
26006         (spam-log-registration-type): Add function to determine the
26007         classification of a message based on registry entries; will
26008         return nil if both 'spam and 'ham are found.
26009         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26010         a reasonably fast local cache without the loading errors.
26011         (spam-cache-lookups): Set to t by default.
26012         (spam-find-spam): Don't try to guess spam-cache-lookups.
26013         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26014         spam-caches entry.
26015         (spam-filelist-build-cache, spam-filelist-check-cache):
26016         Fix caching of whitelist/blacklist entries.
26017         (spam-check-whitelist, spam-check-blacklist):
26018         Invoke spam-from-listed-p with a type, not a cache variable.
26019         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26020
26021 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26022
26023         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26024
26025         * nnmail.el (nnmail-split-fancy): do.
26026
26027         * mml.el (mml-parse): do.
26028
26029         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26030         (gnus-score-adaptive): do.
26031
26032 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26033
26034         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26035         (gnus-mime-button-map): Don't set keymap parent.
26036         (gnus-button-ctan-directory-regexp): Use shy grouping.
26037         (gnus-prev-page-map): Don't set keymap parent.
26038         (gnus-prev-page-map): Remove duplicated one.
26039         (gnus-next-page-map): Don't set keymap parent.
26040         (gnus-mime-security-button-map): Ditto.
26041
26042         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26043         version number.
26044
26045         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26046
26047 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26048
26049         * canlock.el (canlock-sha1-function): Remove.
26050         (canlock-sha1-function-for-verify): Remove.
26051         (canlock-openssl-program): Remove.
26052         (canlock-openssl-args): Remove.
26053         (canlock-ignore-errors): Remove.
26054         (canlock-sha1-with-openssl): Remove.
26055         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26056         (canlock-verify): Don't use canlock-ignore-errors.
26057
26058         * sha1-el.el (sha1-string-external): Make it can return a string
26059         in binary form.
26060         (sha1-region-external): Ditto.
26061         (sha1-string-internal): Ditto.
26062         (sha1-region-internal): Ditto.
26063         (sha1-region): Ditto.
26064         (sha1-string): Ditto.
26065         (sha1): Ditto.
26066
26067 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26068
26069         * spam.el (spam-report-articles-gmane): New command.
26070
26071 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26072
26073         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26074
26075         * run-at-time.el (run-at-time-saved): Remove.
26076         (run-at-time): Doc fix.
26077
26078 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26079
26080         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26081         (gnus-summary-limit-map): Add it.
26082         (gnus-summary-make-menu-bar): do.
26083
26084 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26085
26086         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26087         Make attempt at some caching support (done for BBDB only now).
26088         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26089         addresses to be checked.
26090         (spam-clear-cache-BBDB): Add function, to be invoked by
26091         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26092         (spam-check-BBDB): Check and use the caches, if
26093         spam-cache-lookups is on, remove superfluous (provide).
26094
26095 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26096
26097         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26098
26099 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26100
26101         * run-at-time.el (run-at-time-saved): Move to after the definition
26102         of `run-at-time'.
26103
26104         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26105
26106 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26107
26108         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26109         mm-w3m-local-map-property.
26110
26111         * mm-view.el (mm-w3m-mode-map): Remove.
26112         (mm-w3m-local-map-property): Remove.
26113         (mm-inline-text-html-render-with-w3m): Don't use
26114         mm-w3m-local-map-property.
26115
26116 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26117
26118         * run-at-time.el: New file.
26119
26120         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26121         under Emacs.
26122
26123         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26124         of gnus-set-text-properties.
26125
26126         * gnus-uu.el (gnus-uu-save-article): Ditto.
26127
26128         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26129
26130         * gnus-cite.el (gnus-cite-parse): Ditto.
26131
26132         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26133         of gnus-.
26134
26135         * gnus-xmas.el (run-at-time): Require run-at-time.
26136
26137         * gnus.el: Change calls to nnheader-run-at-time and
26138         password-run-at-time throughout to use run-at-time directly.
26139
26140         * password.el: Remove definition of run-at-time.
26141
26142         * nnheaderxm.el: Remove definition of run-at-time.
26143
26144 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26145
26146         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26147         in prompt.
26148
26149 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26150
26151         * messagexmas.el (message-xmas-redefine): Alias
26152         `message-make-caesar-translation-table' to
26153         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26154         version.
26155
26156         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26157         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26158         `gnus-xmas-set-text-properties'.
26159         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26160         `gnus-xmas-completing-read'.
26161         (gnus-xmas-completing-read): Removed.
26162         (gnus-xmas-open-network-stream): Removed.
26163
26164         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26165         XEmacs version.
26166
26167         * dns.el (dns-make-network-process): Use `open-network-stream'
26168         instead of `gnus-xmas-open-network-stream'.
26169
26170         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26171
26172         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26173
26174 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26175
26176         * gnus-art.el (gnus-mime-display-alternative)
26177         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26178         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26179         Don't use gnus-local-map-property.
26180
26181         * gnus-util.el (gnus-local-map-property): Remove.
26182
26183         * mm-view.el (mm-view-pkcs7-decrypt):
26184         Replace gnus-completing-read-maybe-default with completing-read.
26185
26186         * gnus-util.el (gnus-completing-read): do.
26187         (gnus-completing-read-maybe-default): Remove.
26188
26189 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26190
26191         * password.el: Only autoload `run-at-time' if not XEmacs.
26192         Only autoload the itimer functions if XEmacs.
26193
26194 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26195
26196         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26197         XEmacsen.
26198
26199         * dgnushack.el: Autoload executable-find for XEmacs.
26200
26201 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26202
26203         * gnus-art.el (gnus-read-string): Remove.
26204         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26205         read-string.
26206
26207 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26208
26209         * netrc.el: Autoload password-read.
26210         (netrc): Add configuration group.
26211         (netrc-encoding-method, netrc-openssl-path):
26212         Add variables for encoding and decoding of files with symmetric
26213         ciphers.
26214         (netrc-encode): Add assistant function to encode a file with
26215         netrc-encoding-method.
26216         (netrc-parse): Add interactive parameter, added optional
26217         decoding if netrc-encoding-method is non-nil but otherwise
26218         behavior is standard.
26219         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26220         Do s/encode/encrypt/ everywhere.
26221
26222         * spam.el: Remove executable-find autoload.
26223
26224 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26225
26226         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26227
26228         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26229
26230 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26231
26232         * gnus-art.el (gnus-treat-ansi-sequences)
26233         (article-treat-ansi-sequences): New variable and function.
26234         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26235
26236         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26237         Use it.
26238
26239 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26240
26241         * mm-util.el (mm-quote-arg): Remove.
26242
26243         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26244         shell-quote-argument.
26245
26246         * gnus-uu.el (gnus-uu-command): do.
26247
26248         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26249
26250         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26251         with make-char.
26252
26253         * mm-util.el (mm-make-char): Remove.
26254
26255         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26256         add-minor-mode.
26257
26258         * gnus-undo.el (gnus-undo-mode): do.
26259
26260         * gnus-topic.el (gnus-topic-mode): do.
26261
26262         * gnus-sum.el (gnus-dead-summary-mode): do.
26263
26264         * gnus-start.el (gnus-slave-mode): do.
26265
26266         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26267
26268         * gnus-ml.el (gnus-mailing-list-mode): do.
26269
26270         * gnus-gl.el (gnus-grouplens-mode): do.
26271
26272         * gnus-draft.el (gnus-draft-mode): do.
26273
26274         * gnus-dired.el (gnus-dired-mode): do.
26275
26276         * gnus-ems.el (gnus-add-minor-mode): Remove.
26277
26278         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26279         Replace gnus-char-width with char-width.
26280
26281         * gnus-ems.el (gnus-char-width): Remove.
26282
26283         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26284         Replace gnus-char-width with char-width.
26285
26286         * gnus-ems.el (gnus-char-width): Remove.
26287
26288         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26289         definition.
26290         Remove Emacs 20 hash table compatibility code.
26291
26292         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26293         20 compatibility code.
26294
26295         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26296
26297         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26298
26299         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26300         Replace with point-at-{eol,bol}.
26301
26302         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26303
26304         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26305
26306         * flow-fill.el (fill-flowed-point-at-bol)
26307         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26308
26309         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26310         Replace with point-at-{eol,bol} throughout all files.
26311
26312 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * ntlm.el (ntlm-string-as-unibyte): New macro.
26315         (ntlm-build-auth-response): Use it.
26316
26317         Remove Emacs 20 stuff:
26318         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26319         (butlast, mapc, remove): Remove the compiler macros.
26320         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26321         of delq and copy-sequence.
26322         * gnus-art.el (popup-menu): Remove the compiler macro.
26323         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26324         Emacs 20.
26325
26326 2004-01-05  Simon Josefsson  <jas@extundo.com>
26327
26328         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26329         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26330         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26331         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26332         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26333         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26334         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26335         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26336         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26337         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26338         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26339         string-xor into ntlm-string-xor.
26340         Suggested by Jesper Harder <harder@myrealbox.com>.
26341
26342         * ntlm.el: Don't include poem.
26343
26344         * md4.el (print-int32, print-string-hexa): Remove.
26345         Suggested by Jesper Harder <harder@myrealbox.com>.
26346
26347         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26348
26349         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26350         probably breaks emacs with DL patch, but do we care? Is anyone
26351         still using the DL stuff?)
26352
26353         * sieve-manage.el: Use the password package.
26354         (sieve-manage-read-passwd): Remove.
26355         (sieve-manage-interactive-login): Use password.  Re-add
26356         condition-case around loop.
26357
26358         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26359         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26360         Use the password package.
26361
26362 2003-02-19  Simon Josefsson  <jas@extundo.com>
26363
26364         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26365         token.
26366
26367 2002-08-07  Simon Josefsson  <jas@extundo.com>
26368
26369         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26370         (sieve-manage-authenticators):
26371         (sieve-manage-authenticator-alist): Add some SASL mechs.
26372         (sieve-sasl-auth): New function.
26373         (sieve-manage-cram-md5-auth):
26374         (sieve-manage-plain-auth): Rewrite using SASL library.
26375         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26376         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26377         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26378         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26379
26380 2004-01-05  Simon Josefsson  <jas@extundo.com>
26381
26382         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26383         New files.
26384
26385 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26386
26387         * gnus-group.el (gnus-no-groups-message): Update.
26388
26389         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26390
26391 2003-11-09  Simon Josefsson  <jas@extundo.com>
26392
26393         * imap.el: Support for ID IMAP extension (RFC 2971).
26394         (imap-local-variables): Add imap-id.
26395         (imap-id): New variable.
26396         (imap-id): New function.
26397         (imap-parse-response): Parse untagged ID response.
26398         * nnimap.el (nnimap-id): New variable.
26399         (nnimap-open-connection): Use it.
26400
26401 2003-12-28  Simon Josefsson  <jas@extundo.com>
26402
26403         * gnus-score.el (gnus-score-edit-all-score): New.
26404         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26405
26406 2004-01-04  Simon Josefsson  <jas@extundo.com>
26407
26408         * password.el: Add.
26409
26410 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26411
26412         * dns.el (dns-query-types): Fix typo.
26413         (dns-query-types): New function.
26414         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26415         PTR and SOA replies, see RFC 1035.
26416
26417 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26418
26419         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26420
26421         * Move to Changelog.2.
26422
26423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26424
26425         * gnus.el (gnus-version-number): Bump version.
26426
26427 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26428
26429         * gnus.el: No Gnus v0.1 is released.
26430
26431 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26432
26433         * gnus.el: No Gnus v0.0 is released.
26434
26435 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26436
26437         * gnus.el (gnus-version-number): Bump.
26438         (gnus-version): No.
26439
26440 See ChangeLog.2 for earlier changes.
26441
26442   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26443
26444   This file is part of GNU Emacs.
26445
26446   GNU Emacs is free software: you can redistribute it and/or modify
26447   it under the terms of the GNU General Public License as published by
26448   the Free Software Foundation, either version 3 of the License, or
26449   (at your option) any later version.
26450
26451   GNU Emacs is distributed in the hope that it will be useful,
26452   but WITHOUT ANY WARRANTY; without even the implied warranty of
26453   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26454   GNU General Public License for more details.
26455
26456   You should have received a copy of the GNU General Public License
26457   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26458
26459 ;; Local Variables:
26460 ;; coding: utf-8
26461 ;; fill-column: 79
26462 ;; add-log-time-zone-rule: t
26463 ;; End: