Improve prev/next link handling
[gnus] / lisp / ChangeLog
1 2013-06-19  Tom Tromey  <tromey@redhat.com>
2
3         * net/eww.el (eww-top-url): Remove.
4         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5         (eww-render): Set new variables.  Don't set eww-top-url.
6         (eww-handle-link): Handle "prev", "home", and "contents".
7         Downcase the rel text.
8         (eww-top-url): Choose best top URL.
9
10 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * eww.el: Rewrite to implement form elements "by hand" instead of
13         relying in widget.el.  Using widget.el leads to too many
14         user interface inconsistencies.
15         (eww-self-insert): Implement entering commands in text fields.
16         (eww-process-text-input): New function to make text input field editing
17         work.
18         (eww-submit): Rewrite to use the new-style form methods.
19         (eww-select-display): Display the correct selected item.
20         (eww-change-select): Implement changing the select value.
21         (eww-toggle-checkbox): Implement radio/checkboxes.
22         (eww-update-field): Fix compilation error.
23         (eww-tag-textarea): Implement <textarea>.
24
25         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
26         don't shadow mode-specific bindings.
27
28         * eww.el (eww-browse-url): Don't push stuff onto history if there's
29         nothing to push.
30
31         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
32
33 2013-06-19  Glenn Morris  <rgm@gnu.org>
34
35         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
36
37 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
38
39         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
40
41 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * shr.el (shr-make-table-1): Implement <td rowspan>.
44         (shr-table-horizontal-line): Allow nil as a value, and change the
45         default.
46         (shr-insert-table-ruler): Respect the nil value.
47
48 2013-06-18  Tom Tromey  <tromey@barimba>
49
50         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
51         New defvars.
52         (eww-open-file): New defun.
53         (eww-render): Initialize new variables.
54         (eww-display-html): Handle "link" and "a".
55         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
56         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
57         (eww-back-url): Rename from eww-previous-url.
58         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
59         defuns.
60
61 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * shr.el (shr-tag-table): Insert the images after the table, so that
64         they're not covered by the table colourisation, which often looked
65         awkward.
66         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
67         <dd>.
68         (shr-make-table-1): Implement <td colspan=> support.
69         (shr-insert-document): Use one less than window width if `shr-width' is
70         nil, since otherwise things may get one character too wide.
71
72 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * eww.el (eww-detect-charset): Improve regexp; move backward.
75
76 2013-06-18  Glenn Morris  <rgm@gnu.org>
77
78         * mm-decode.el (widget-convert-button): Autoload.
79
80         * sieve-manage.el (mm-enable-multibyte): Autoload.
81
82         * shr.el (libxml-parse-html-region): Declare.
83         (shr-render-buffer): Explicit error if no libxml2 support.
84
85 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
86
87         * auth-source.el (auth-source-current-line): New function.
88         (auth-source-netrc-parse-entries): When a data token is "machine",
89         assume we're in the wrong place and abort parsing the current line.
90
91 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
94         (eww-convert-widgets): Don't bug out if the first widget starts at the
95         beginning of the buffer.
96         (eww-convert-widgets): Fix last patch.
97         (eww-tag-input): Support <input type=image>.
98
99         * shr.el (shr-insert-table): Respect border-collapse: collapse.
100         (shr-tag-base): Protect against base specs that are degenerate.
101         (shr-ensure-paragraph): Don't delete empty lines that have text
102         properties, because these may be input fields.
103
104         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
105         we can navigate to them.
106
107         * shr.el (shr-colorize-region): Put the colours over the entire region.
108         (shr-inhibit-decoration): New variable.
109         (shr-add-font): Use it to inhibit text property decorations while doing
110         preliminary table renderings.  This speeds up typical Wikipedia page
111         renderings by 15%.
112         (shr-tag-span): Don't respect the <title>, because that overwrites the
113         help-echo from links inside the spans.
114         (shr-next-link): Use `help-echo' for navigation, so that we can
115         navigate to form elements, too.
116
117         * eww.el (eww-button): New face.
118         (eww-convert-widgets): Use it to make submit buttons more button-like.
119
120         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
121         that Gnus commands work.
122
123         * shr.el (shr-render-td): Support horizontal alignment.
124
125         * eww.el (eww-put-color): Removed.
126         (eww-colorize-region): Use `add-face-text-property'.
127
128         * shr.el (shr-add-font): Append face data, so that we get the correct
129         presedence: The innermost value (which is applied first) wins.
130         (shr-make-overlay): Obsolete function.
131
132         * mm-decode.el (mm-convert-shr-links): New function to convert
133         new-style shr URL links into widgets.
134         (mm-shr): Use it.
135
136         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
137         widget commands, since we're no longer using widgets for links.
138
139         * shr.el (shr-next-link): New command.
140         (shr-previous-link): New command.
141         (shr-urlify): Don't use `widget-convert', because that's slow.
142         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
143         because collecting the overlays and reapplying them when generating
144         tables is slow.
145         (shr-insert-table): Ditto.
146
147 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
148
149         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
150         * shr.el (browse-url): Require `url'.
151         * eww.el (url): Require format-spec.
152
153 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * eww.el (eww-display-html): Default to using the entire window width.
156         (eww-browse-url): Don't add a User-Agent header (twice), because that
157         makes Bing refuse connection.
158
159         * shr.el (shr-make-table): Cache the table rendering at the table
160         level, and not the <td> level.  This is a bit faster.
161
162         * eww.el (eww-render): Go to the correct ID when given URLs ending with
163         #id.
164
165         * shr.el (shr-tag-li): Don't require a new paragraph, since other
166         browsers don't.
167         (shr-expand-url): Respect #anchor links.
168         (shr-parse-base): Chop off the anchor before using.
169         (shr-descend): Respect display: none.
170         (shr-descend): Allow marking elements that have certain IDs.
171
172         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
173
174         * shr.el (shr-expand-url): Don't bug out on zero-length links.
175
176         * eww.el (eww-tag-textarea): Support <textarea>.
177
178 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
179
180         * shr.el (shr-dom-to-xml): Fixed function call.
181
182         * eww.el (eww): New group.
183         (eww-header-line-format): New custom variable.
184         (eww-current-title): New variable.
185         (eww-display-html): Update header and handle title tag.
186         (eww-update-header-line-format): New function.
187         (eww-tag-title): New function.
188
189         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
190         (shr-tag-svg): Add support for the SVG tag.
191         (shr-bullet): New custom variable.
192         (shr-tag-li): Support custom bullet in unordered lists.
193
194 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * shr.el (shr-expand-url): Respect // URLs.
197
198         * eww.el (eww-tag-body): Override the shr body rendering so that we can
199         put a background colour onto the entire buffer.
200         (eww-render): When being redirected, use the redirect URL as the new
201         base URL.
202
203         * shr.el (shr-parse-base): Fix parsing error.
204
205         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
206
207         * shr.el (shr-parse-base): New function.
208         (shr-expand-url): Use it to expand relative URLs reliably.
209
210 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         * auth-source.el (auth-source-search-collection): Fix docstring.
213         (auth-source-netrc-parse): Refactor and improve netrc parser to support
214         single-quoted strings and multiline entries.
215         (auth-source-netrc-parse-next-interesting)
216         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
217         functions to support parser.
218
219 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * eww.el (eww-submit): Get submit button logic right when hitting RET
222         on non-submit buttons.
223
224         * shr.el: Remove shr-preliminary-table-render, since that can't really
225         be used for anything in practice.
226
227 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
228
229         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
230         (sieve-manage-quit).
231
232 2013-06-14  Glenn Morris  <rgm@gnu.org>
233
234         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
235
236 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
237
238         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
239         control the maximum size of photo ID image.
240         (mml2015-epg-key-image-to-string): Respect it.
241
242 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
245         instead of the final one so that we can more easily distinguish them.
246
247         * eww.el (eww-submit): Compute the submission URL correctly.
248
249 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
250
251         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
252         Use plist-get rather than CL's getf.
253         (sieve-manage-parse-capability): Avoid CL's remove-if.
254
255 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
256
257         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
258         (sieve-manage-quit).
259
260 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * shr.el (shr-expand-url): Expansion should chop off the bits after the
263         last slash.
264
265         * eww.el (eww-tag-select): Use the first value as the default value.
266
267 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
268
269         * eww.el (eww): Prepend urls with http:// if scheme is missing.
270         (eww-mode): Use `define-derived-mode'.
271         (eww-parse-headers): Parse headers from beginning of buffer so that
272         file:// links work.
273
274 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
277
278 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
281         to handle them at all.
282
283 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
286         work, too.
287         (eww-tag-select): Implement <select>.
288
289 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
290
291         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
292         stream managing functions by using open-protocol-stream to do most of
293         the work. Has the nice benefit of enabling STARTTLS.
294         Wait for capabilities after STARTTLS: following RFC5804, the server
295         sends new capabilities after successfully establishing a TLS connection
296         with the client. The client should update the cached list of
297         capabilities, but we just ignore the answer for now.
298         (sieve-manage-network-p, sieve-manage-network-open)
299         (sieve-manage-starttls-p, sieve-manage-starttls-open)
300         (sieve-manage-forward, sieve-manage-streams)
301         (sieve-manage-stream-alist): Remove unneeded functions neither in the
302         API, nor called by any other function.
303         Enable Multibyte for SieveManage buffers: The parser won't properly
304         handle umlauts and line endings unless multibyte is turned on in the
305         process buffer.
306
307 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * eww.el (eww-tag-input): Support password fields.
310         (eww-submit): Support POST.
311
312 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * eww.el (eww-tag-form): Protect against degenerate forms.
315
316         * shr.el (shr-expand-url): Expand URLs that start with a slash
317         correctly.
318
319         * eww.el (eww-submit): Get submit button logic right.
320
321         * shr.el (shr-final-table-render): New variable to signal when we're
322         doing the final table rendering so that we can collect more data at
323         that point.
324
325         * eww.el (eww-submit): Make form submission work.
326         (eww-tag-input): Implement submit buttons.
327         (eww-click-radio): Implement radio and checkboxes.
328         (eww-submit): Handle hidden elements.
329
330         * shr.el (shr-descend): Allow other packages to override (or provide)
331         rendering of elements.
332         (shr-expand-url): Strip query strings from URLs before expanding them.
333
334         * eww.el: Don't require cl-lib.
335         (eww-tag-form): Start form support.
336
337         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
338
339         * eww.el: Start writing a new, tiny web browser.
340         (eww-previous-url): New command.
341         (eww-quit): New command.
342
343 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
344
345         * sieve.el: Put point at beginning of buffer when viewing a script.
346         (sieve-open-server): respect the PORT parameter. Show the correct port
347         number in sieve-buffer's header. Fixed code to also work with a string
348         as port specifier. Properly close the connection on pressing 'q'. Make
349         sieve-manage-quit close the connection and process buffer. Also, remove
350         duplicate keybinding for 'q'.
351
352 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
353
354         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
355         make it easier to read.
356         (mm-pkcs7-enveloped-magic): Ditto.
357
358 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
361         before `image-type-available-p' to avoid loading the image libraries
362         needlessly.
363
364 2013-06-05  David Engster  <deng@randomsample.de>
365
366         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
367         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
368         to see whether the group was synced before.
369
370 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
373         when opening the connection.
374         Suggested by João Távora <joaotavora@gmail.com> in
375         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
376
377 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
380         assume Date header begins with "Date", that may be customized into
381         something like "X-Sent" using gnus-article-time-format.
382         (article-transform-date): Allow multi-line Date header.
383
384 2013-06-02  David Engster  <deng@randomsample.de>
385
386         * registry.el (initialize-instance, registry-lookup)
387         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
388         (registry-lookup-secondary-value, registry-search, registry-delete)
389         (registry-insert, registry-reindex, registry-size, registry-prune): Do
390         not wrap methods in `eval-and-compile'.  This breaks due to latest
391         changes in EIEIO (introduction of eieio-core.el).
392
393 2013-05-30  Glenn Morris  <rgm@gnu.org>
394
395         * nnmail.el (nnmail-fancy-expiry-target):
396         Also bind mail-dont-reply-to-names.
397
398         * spam-stat.el (spam-stat-save):
399         No need to tweak font-lock in temp buffers.
400
401         * shr.el (shr-put-image): Silence compiler.
402
403 2013-05-29  Glenn Morris  <rgm@gnu.org>
404
405         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
406
407         * gnus-group.el (gnus-sequence-of-unread-articles)
408         (gnus-summary-add-mark, gnus-mark-article-as-read)
409         (gnus-group-make-articles-read): Declare.
410
411         * gnus-sum.el (gnus-parameter-list-identifier)
412         (gnus-article-stop-animations, gnus-stop-downloads)
413         (gnus-article-only-boring-p, article-goto-body)
414         (gnus-flush-original-article-buffer, article-narrow-to-head)
415         (gnus-article-hidden-text-p, gnus-delete-wash-type)
416         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
417
418         * gnus.el: No need to eval-and-compile autoloads.
419
420         * gravatar.el (help-function-arglist): Autoload.
421
422         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
423
424         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
425
426         * spam.el: No need to load spam-report when compiling.
427         No need to eval-and-compile autoloads.
428         (spam-report-resend-to): Declare.
429         (spam-report-resend-register-routine): Require 'spam-report.
430
431 2013-05-24  Julien Danjou  <julien@danjou.info>
432
433         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
434         setup.
435
436 2013-05-23  Glenn Morris  <rgm@gnu.org>
437
438         * gnus-util.el (rmail-swap-buffers-maybe)
439         (rmail-maybe-set-message-counters, rmail-count-new-messages)
440         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
441         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
442
443         * mm-decode.el: No need to load term when compiling.
444         (term-mode, term-char-mode): Declare.
445
446         * mm-util.el: No need to load jka-compr when compiling.
447         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
448
449         * nnmaildir.el: Require is automatically eval-and-compile.
450         (nnmail): Require at run-time too.
451
452         * registry.el (registry-size): Move definition before use.
453
454 2013-05-22  Daiki Ueno  <ueno@gnu.org>
455
456         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
457         signed data to conform the standard.  (Bug#14232)
458
459 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
460
461         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
462         double angle quotation mark.
463
464 2013-05-20  Glenn Morris  <rgm@gnu.org>
465
466         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
467
468 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
469
470         * message.el (message-insert-formatted-citation-line): handle finding
471         first/lastname when more than 2 names appear.
472
473 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
474
475         * shr.el (shr-tag-span): New function.
476
477 2013-05-18  Glenn Morris  <rgm@gnu.org>
478
479         * message.el (message-mode): Use message-mode-abbrev-table,
480         with text-mode-abbrev-table as parent.  (Bug#14413)
481
482 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * message.el (message-expand-group): Decode group names.
485
486 2013-05-16  Julien Danjou  <julien@danjou.info>
487
488         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
489         app-icon.
490
491 2013-05-15  Glenn Morris  <rgm@gnu.org>
492
493         * shr-color.el (shr-color-visible-luminance-min)
494         (shr-color-visible-distance-min): Use shr-color group.
495
496 2013-05-11  Glenn Morris  <rgm@gnu.org>
497
498         * gnus-vm.el: Make it loadable without VM.
499         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
500         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
501
502 2013-05-09  Glenn Morris  <rgm@gnu.org>
503
504         * mml1991.el: Make it loadable.  (Bug#13456)
505
506         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
507         * gnus-async.el (gnus-async-post-fetch-function):
508         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
509         * gnus-html.el (gnus-html-image-cache-ttl):
510         * gnus-notifications.el (gnus-notifications-timeout):
511         * gnus-picon.el (gnus-picon-properties):
512         * gnus-util.el (gnus-completion-styles):
513         * gnus.el (gnus-other-frame-resume-function):
514         * message.el (message-user-organization-file)
515         (message-cite-reply-position):
516         * nnir.el (nnir-summary-line-format)
517         (nnir-retrieve-headers-override-function):
518         * shr-color.el (shr-color-visible-luminance-min):
519         * shr.el (shr-blocked-images):
520         * spam-report.el (spam-report-resend-to):
521         * spam.el (spam-summary-exit-behavior): Fix custom types.
522
523         * gnus-salt.el (gnus-selected-tree-face): Fix default.
524
525 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
528         because of let-binding help-xref-following.  (Bug#14356)
529
530 2013-05-06  Glenn Morris  <rgm@gnu.org>
531
532         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
533
534 2013-05-04  Andrew Cohen  <cohen@bu.edu>
535
536         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
537         entering into the registry.
538
539 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
540
541         * gnus.el: Ma Gnus v0.7 is released.
542
543 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
546         (Bug#14304)
547
548 2013-04-27  Glenn Morris  <rgm@gnu.org>
549
550         * gnus.el (gnus-list-debbugs):
551         Use require rather than autoload.  (Bug#14262)
552
553 2013-04-27  Julien Danjou  <julien@danjou.info>
554
555         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
556         port to "sieve" now that it has an official IANA port assigned.
557
558 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
561         Don't set the MAILHOST environment variable permanently (Bug#14271).
562
563 2013-04-26  Glenn Morris  <rgm@gnu.org>
564
565         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
566
567 2013-04-25  Andrew Cohen  <cohen@bu.edu>
568
569         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
570         string values of 'gcc-self. Thanks to Saroj Thirumalai.
571
572 2013-04-24  Andrew Cohen  <cohen@bu.edu>
573
574         * nnir.el (nnir-close-group): Make sure we are in the right group.
575
576         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
577         dependency table from all newly retrieved headers.
578
579 2013-04-16  David Edmondson  <dme@dme.org>
580
581         Support <img src="data:...">.
582
583         * shr.el (shr-image-from-data): New function.
584         (shr-tag-img): Use it.
585
586 2013-04-14  Andrew Cohen  <cohen@bu.edu>
587
588         * nnir.el (nnir-request-set-mark): Make sure we are in the right
589         group.
590
591 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
594         corresponding to any existing group (Bug#14166).
595
596 2013-04-10  Andrew Cohen  <cohen@bu.edu>
597
598         * nnir.el (number-sequence): No longer used.
599         (nnir-request-set-mark): New function.
600         (nnir-request-update-info): Improve marks updating.
601         (nnir-request-scan): Don't duplicate marks updating.
602         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
603         Use 'assq rather than 'assoc. Quote anonymous function.
604         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
605         Use 'gnus-group-prefixed-p.
606         (gnus-summary-create-nnir-group): Make sure server for method is open.
607
608 2013-04-04  Andrew Cohen  <cohen@bu.edu>
609
610         * nnir.el (gnus-nnir-group-p): New function.
611         (nnir-possibly-change-group): Use it.
612
613         * gnus-msg.el (gnus-setup-message): Use it.
614
615 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * mml.el (mml-minibuffer-read-description): Use `default' insted of
618         `initial-input' for the argument name.
619         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
620
621 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
622
623         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
624         (used by MH-E).
625
626 2013-04-01  Andrew Cohen  <cohen@bu.edu>
627
628         * nnir.el (nnir-request-update-mark): Improve mark updating in original
629         group.
630
631         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
632         fix compilation.
633
634 2013-03-31  Andrew Cohen  <cohen@bu.edu>
635
636         * nnir.el (nnir-method-default-engines): And another typo.
637
638 2013-03-30  Andrew Cohen  <cohen@bu.edu>
639
640         * nnir.el (nnir-method-default-engines): Fix typo.
641
642 2013-03-29  Andrew Cohen  <cohen@bu.edu>
643
644         * nnir.el: Define 'number-sequence for xemacs.
645         (gnus-summary-create-nnir-group): New function to create an nnir group
646         from an nnir summary buffer based on the current query.
647         (nnir-request-create-group): Update to allow nnir group creation based
648         on the current query.
649
650 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * nndraft.el (nndraft-request-expire-articles):
653         Make expiry target always `delete'.
654
655 2013-03-27  Andrew Cohen  <cohen@bu.edu>
656
657         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
658         buffer use the posting-style and gcc of the original article group.
659         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
660
661         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
662         after other deffoos.
663
664 2013-03-25  Andrew Cohen  <cohen@bu.edu>
665
666         * nnir.el: Major rewrite. Cleaner separation between searches and group
667         management. Marks are now shown in nnir summary buffers. Rudimentary
668         support for real (i.e. not ephemeral) nnir groups.
669         (gnus-summary-make-nnir-group): New function for initiating searches
670         from a summary buffer.
671
672 2013-03-18  Sam Steingold  <sds@gnu.org>
673
674         * message.el (message-bury): Minor cleanup.
675
676 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
677
678         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
679
680 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * nndir.el (nndir-request-list): Remove 2nd argument passed to
683         nnml-request-list.  (Bug#13873)
684         (nndir-request-newsgroups): Remove, unused.
685
686         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
687
688 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
689
690         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
691         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
692         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
693
694 2013-03-03  Ted Phelps  <phelps@gnusto.com>
695
696         * shr.el: Make all the overlays set the `evaporate' property so that
697         they're removed properly.
698
699 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
700
701         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
702         shell-quote-argument.
703
704 2013-02-22  David Engster  <deng@randomsample.de>
705
706         * gnus-registry.el (gnus-registry-save): Provide class name when
707         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
708         `condition-case' to stay compatible with older EIEIO versions which
709         only accept one argument.
710
711 2013-02-17  Daiki Ueno  <ueno@gnu.org>
712
713         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
714         (epg-user-id-validity): Autoload.
715         (mml2015-epg-check-user-id): New function.
716         (mml2015-epg-check-sub-key): New function split from
717         mml2015-epg-find-usable-key.
718         (mml2015-epg-find-usable-key): Accept context, name, usage, and
719         optional name-is-key-id, to handle the case when user-id is unusable.
720         Reported by Łukasz Stelmach <stlman@poczta.fm>.
721
722 2013-02-17  Glenn Morris  <rgm@gnu.org>
723
724         * shr.el (shr-put-image): Use image-multi-frame-p if available.
725
726 2013-02-16  Glenn Morris  <rgm@gnu.org>
727
728         * shr.el (shr-put-image): Only animate images that specify a delay.
729         This is consistent with the old image-animated-p behavior.
730
731 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
734         for XEmacs.
735
736 2013-02-13  Juri Linkov  <juri@jurta.org>
737
738         * gnus-art.el (gnus-article-mode-map):
739         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
740         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
741
742 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
743
744         * auth-source.el (auth-source-format-prompt): Don't get confused by
745         any "\" in replacement text.  (Bug#13637)
746
747 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
748
749         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
750         (gnus-backend-trace): Honour gnus-backend-trace.
751
752         * mml.el (mml-insert-part): Insert closing tag.
753
754         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
755
756 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
759         able to find the article, which can happen in debbugs groups,
760         apparently.
761
762 2013-01-16  Glenn Morris  <rgm@gnu.org>
763
764         * smiley.el (smiley-style): Make the file loadable in batch mode.
765
766 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
767
768         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
769         imap process running.
770
771 2013-01-14  Julien Danjou  <julien@danjou.info>
772
773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
774         Compare addresses against addresses, not against the full From field.
775
776 2013-01-13  Richard Stallman  <rms@gnu.org>
777
778         * message.el (message-forward-make-body-mime): New args BEG, END
779         specify what part of FORWARD-BUFFER to use.  Do the work directly
780         instead of calling `mml-insert-buffer'.
781
782 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
783
784         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
785         cross-reference(s).
786
787         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
788         cross-reference(s).
789
790 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
791
792         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
793         and point-max-marker.
794         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
795
796 2013-01-11  Julien Danjou  <julien@danjou.info>
797
798         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
799         max are almost equal. Also return the correct value for V which is
800         already between 0 and 1.
801
802 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
803
804         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
805         to mml2015-encrypt-to-self.
806         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
807
808 2013-01-09  Daiki Ueno  <ueno@gnu.org>
809
810         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
811         mml-smime-epg-find-usable-secret-key.
812
813 2013-01-08  Glenn Morris  <rgm@gnu.org>
814
815         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
816
817 2013-01-07  Daiki Ueno  <ueno@gnu.org>
818
819         * mml-smime.el: Support signing by sender.
820         Requested by Uwe Brauer.
821         (mml-smime-sign-with-sender): New user option analogous
822         to mml2015-sign-with-sender.
823         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
824         (mml-smime-epg-find-usable-secret-key): New helper function copied from
825         mml2015.el.
826
827 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
830         isn't running, because Gnus will probably not know how to handle the
831         Gcc header (bug#11941).
832
833         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
834         articles.
835
836 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * nnfolder.el (nnfolder-recursive-directory-files): New function.
839         (nnfolder-generate-active-file): Make this function work with recursive
840         folder names.
841
842 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
843
844         * nntp.el (nntp-open-connection): Use HELP as the capability command
845         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
846         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
847
848 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
849
850         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
851         place holder since this gives `Invalid face reference: nil' messages.
852         Use the `default' face instead.  It has the same effect here, even
853         though it is not no-op.
854
855         * gnus-util.el
856         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
857
858 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
861         non-string posting styles (bug#13285).
862
863 2012-12-27  Glenn Morris  <rgm@gnu.org>
864
865         * plstore.el (plstore-passphrase-callback-function):
866         Use plstore-get-file.
867
868 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
869
870         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
871         stderr.
872
873 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
876
877         * gnus-compat.el (set-buffer-multibyte): Remove.
878
879 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
880
881         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
882         temporary file to get PGP key image. Pass no-show-photos when extracting
883         image to avoid having it pop up twice.
884
885 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
888         eligible for treatment.
889
890         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
891         lines.  This makes summary commands with hidden threads work more
892         reliably.
893
894         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
895         button to mark the hidden citations (bug#9395).
896
897 2012-12-26  Daiki Ueno  <ueno@gnu.org>
898
899         * mml2015.el (mml2015-epg-signature-to-string): New function.
900         (mml2015-epg-verify-result-to-string): New function.
901         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
902         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
903         instead of epg-verify-result-to-string.
904         (epg-signature-key-id, epg-signature-to-string): Autoload.
905         (epg-verify-result-to-string): Remove autoload.
906
907 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
908
909         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
910         ID image from GPG public key.
911         (mml2015-epg-key-image-to-string): New function.
912
913 2012-12-25  Leo Liu  <sdl.web@gmail.com>
914
915         * plstore.el (plstore-passphrase-callback-function): Fix error when
916         error when plstore-cache-passphrase-for-symmetric-encryption is set
917         (bug#13264).
918
919 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
922         buffer to the article buffer here, because that clobbers multiple
923         article buffers.
924
925         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
926         buffer always points to the right summary buffer.
927
928 2012-12-25  John Wiegley  <jwiegley@gmail.com>
929
930         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
931         the password (bug#12097).
932
933 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
934
935         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
936         (bug#13263).
937
938         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
939         buffer exists before using it (bug#12475).
940
941         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
942         offline groups (bug#11937).
943
944         * message.el (message-yank-original): When using customize to set the
945         value of `message-cite-style', the variable it set to a symbol that's
946         the name of the variable, which must then be dereferenced (bug#12616).
947
948 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
949
950         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
951         the `face' property with a list whose car is the face specified in the
952         format string and whose cdr is (nil).
953         * lisp/gnus-util.el
954         (gnus-put-text-property-excluding-characters-with-faces):
955         Change accordingly.
956         (gnus-get-text-property-excluding-characters-with-faces): New function.
957         * lisp/gnus-sum.el (gnus-summary-highlight-line):
958         * lisp/gnus-salt.el (gnus-tree-highlight-node):
959         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
960
961 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
962
963         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
964         login methods.
965         (nnimap-login): Respect the `nnimap-authenticator' variable.
966
967         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
968         mark state when moving articles.  Otherwise unticked articles will get
969         their ticks back after moving.
970
971 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
974
975         * message.el (message-ignored-news-headers): Always remove
976         X-Message-SMTP-Method to avoid information leakage if the user
977         mistakenly inserts the header into news messages.
978
979         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
980
981         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
982         right than four characters, this command would move point to
983         `point-max'.  Don't do that.
984
985         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
986         to nil to allow re-selecting groups that gain articles.
987         (gnus-bug-group-download-format-alist): Update the URL.
988
989 2012-12-23  Andreas Schwab  <schwab@suse.de>
990
991         * shr.el (shr-tag-em): Render em as italic, not bold.
992
993 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-int.el (gnus-backend-trace): Factor out into its own function
996         for reuse.
997         (gnus-open-server): Use it to add more tracing.
998         (gnus-finish-retrieve-group-infos): Add backend tracing.
999         (gnus-backend-trace): Also note the elapsed seconds.
1000
1001 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1002
1003         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1004         Set epa-file-encrypt-to from variable to avoid querying.
1005
1006 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1007
1008         * sieve-mode.el (sieve-font-lock-keywords):
1009         Keywords should be word delimited.  (Bug#13173)
1010
1011 2012-12-13  Andreas Schwab  <schwab@suse.de>
1012
1013         * tls.el (tls-program): Update customize type.
1014
1015 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1018         instead of <pre> to align message header.
1019
1020 2012-12-12  Sam Steingold  <sds@gnu.org>
1021
1022         * gnus.el (gnus-other-frame-resume-function): Add user option.
1023         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1024
1025 2012-12-06  Sam Steingold  <sds@gnu.org>
1026
1027         * gnus-start.el (gnus-before-resume-hook): Add.
1028         (gnus-1): Run it when Gnus is alive.
1029
1030 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1033         * gnus-art.el (article-unsplit-urls)
1034         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1035         * gnus-registry.el (gnus-registry-get-article-marks)
1036         * message.el (message-goto-body): Use it.
1037         (message-called-interactively-p): Remove.
1038
1039         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1040         (spam-stat-score-buffer): Use it.
1041
1042         * spam.el: Silence the warnings against BBDB functions when compiling.
1043
1044         * gnus-score.el (gnus-score-decode-text-parts):
1045         Use append+mapcar instead of the cl function mapcan.
1046
1047 2012-12-05  Sam Steingold  <sds@gnu.org>
1048
1049         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1050         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1051         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1052
1053 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gmm-utils.el (gmm-called-interactively-p): Revert.
1056         This seems to cause Emacs to get stuck!
1057         * gnus-art.el (article-unsplit-urls)
1058         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1059         * gnus-registry.el (gnus-registry-get-article-marks)
1060         * message.el (message-goto-body)
1061         (message-called-interactively-p): Revert.
1062
1063         * gmm-utils.el (gmm-called-interactively-p): New function.
1064         * gnus-art.el (article-unsplit-urls)
1065         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1066         * gnus-registry.el (gnus-registry-get-article-marks)
1067         * message.el (message-goto-body): Use it.
1068         (message-called-interactively-p): Remove.
1069
1070         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1071         * gnus-sync.el (gnus-sync-lesync-call)
1072         * message.el (message-read-from-minibuffer): Use it.
1073
1074 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gmm-utils.el (gmm-flet): Remove.
1077         * gnus-sync.el (gnus-sync-lesync-call)
1078         * message.el (message-read-from-minibuffer): Don't use it.
1079
1080 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1083
1084 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1087
1088         * gnus-sync.el (gnus-sync-lesync-call)
1089         * message.el (message-read-from-minibuffer): Use gmm-flet.
1090
1091         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1092
1093         * gnus-util.el (gnus-macroexpand-all): Remove.
1094
1095 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1096
1097         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1098         to TAB, not [tab].
1099         (gnus-summary-article-map): Likewise.
1100
1101         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1102         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1103
1104 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1105
1106         * time-date.el: Commentary fix.
1107
1108 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1109
1110         * color.el: Don't require cl.
1111         (color-complement): `caddr' -> `nth 2'.
1112
1113         * time-date.el (time-to-seconds): De-obsolete.
1114
1115 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * message.el (message-get-reply-headers):
1118         Make sure the reply goes to the author if it is a wide reply.
1119
1120 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1121
1122         * gnus-score.el (gnus-score-body):
1123         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1124         scoring by body.
1125
1126 2012-11-16  Glenn Morris  <rgm@gnu.org>
1127
1128         * gnus-diary.el (nndiary-request-create-group-functions)
1129         (nndiary-request-update-info-functions)
1130         (gnus-subscribe-newsgroup-functions)
1131         (nndiary-request-accept-article-functions):
1132         Use new names for hooks rather than obsolete aliases.
1133
1134 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1137
1138 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1141         in meta tag with the one the part specifies in its header.
1142
1143 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1144
1145         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1146         by default.
1147
1148 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1151         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1152
1153 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1156         and a runtime function for it, of which the XEmacs version takes only
1157         two arguments.
1158
1159 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1160
1161         * nndiary.el (nndiary-request-create-group-functions)
1162         (nndiary-request-update-info-functions)
1163         (nndiary-request-accept-article-functions):
1164         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1165         "-hooks" suffix.
1166
1167 2012-10-19  Julien Danjou  <julien@danjou.info>
1168
1169         * gnus-art.el: Require gnus-util because it uses
1170         `gnus-timer--function'.
1171
1172 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1173
1174         * starttls.el (starttls-extra-arguments): Doc fix.
1175
1176 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1179         it.
1180
1181 2012-10-06  Glenn Morris  <rgm@gnu.org>
1182
1183         * gnus-notifications.el (gnus-notifications):
1184         Add missing group :version tag.
1185         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1186         (gnus-gcc-post-body-encode-hook):
1187         * gnus-sync.el (gnus-sync-lesync-name)
1188         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1189
1190 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1191
1192         * color.el (color-hsl-to-rgb): Fix incorrect results for
1193         small and large hue values.  (Bug#12559)
1194
1195 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         New UIDL implementation.
1198
1199         * mail-source.el (mail-sources, mail-source-keyword-map):
1200         Add :leave as a pop3 keyword.
1201         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1202
1203         * pop3.el (pop3-leave-mail-on-server): Allow number.
1204         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1205         (pop3-movemail): Add UIDL support.
1206         (pop3-send-streaming-command): Take a list of mail numbers instead of
1207         the number of mails.
1208         (pop3-write-to-file): Add X-UIDL header.
1209         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1210         (pop3-uidl-add-xheader): New functions.
1211
1212         * message.el (message-ignored-resent-headers):
1213         Add X-Content-Length and X-UIDL headers.
1214
1215 2012-10-05  Glenn Morris  <rgm@gnu.org>
1216
1217         * color.el (color-name-to-rgb, color-rgb-to-hex)
1218         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1219         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1220         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1221         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1222
1223 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1226         a user about whether to delete temp files if once a user answered as n.
1227
1228 2012-09-25  Chong Yidong  <cyd@gnu.org>
1229
1230         * password-cache.el (password-read-and-add): Use a declare form to mark
1231         this function obsolete.
1232
1233 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * lpath.el: Bind mail-encode-mml for old Emacsen.
1236
1237 2012-09-17  Richard Stallman  <rms@gnu.org>
1238
1239         * message.el (message-in-body-p): Don't set mark or modify buffer.
1240
1241         * mml.el (mml-attach-file): Doc fix.
1242         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1243         Set mail-encode-mml when in Mail mode.
1244         Simplify code to set HEAD and move back to HEAD.
1245         (mml-insert-multipart, mml-insert-part):
1246         Set mail-encode-mml when in Mail mode.
1247
1248 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-util.el (gnus-timer--function): New function.
1251
1252         * gnus-art.el (gnus-article-stop-animations): Use it.
1253
1254 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1255
1256         Fix glitches caused by addition of psec to timers.
1257         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1258         rather than raw access to timer vector.
1259
1260 2012-09-11  Julien Danjou  <julien@danjou.info>
1261
1262         * gnus-notifications.el (gnus-notifications): Check for nil values in
1263         ignored addresses check.
1264
1265 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1266
1267         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1268
1269 2012-09-07  Chong Yidong  <cyd@gnu.org>
1270
1271         * gnus-util.el
1272         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1273
1274         * gnus-salt.el (gnus-tree-highlight-node):
1275         * gnus-sum.el (gnus-summary-highlight-line):
1276         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1277
1278 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1281
1282 2012-09-06  Juri Linkov  <juri@jurta.org>
1283
1284         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1285         scheme for buffer names to be more consistent with other group and
1286         article buffer names in Gnus.
1287
1288 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-util.el
1291         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1292
1293         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1294         Jenkner.
1295
1296         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1297
1298         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1299
1300         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1301
1302 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1305         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1306
1307         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1308         string-prefix-p in Emacs >=23.2.
1309
1310         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1311         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1312         instead of string-match-p.
1313         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1314
1315 2012-09-06  Kenichi Handa  <handa@gnu.org>
1316
1317         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1318         lowercase a..f.
1319
1320 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1321
1322         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1323
1324 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1325
1326         * nnimap.el (nnimap-request-move-article): Decode the group name when
1327         doing internal moves to avoid charset issues.
1328
1329         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1330         TIME is set.
1331
1332 2012-09-05  Juri Linkov  <juri@jurta.org>
1333
1334         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1335         than one group at a time (bug#11961).
1336
1337 2012-09-05  Julien Danjou  <julien@danjou.info>
1338
1339         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1340         this hide the real reason with a message giving absolutely no hint.
1341
1342 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1345         to the backend (bug#11804).
1346
1347         * message.el (message-insert-newsgroups): Don't insert newsgroup
1348         duplicates (bug#12275).
1349
1350 2012-09-05  John Wiegley  <johnw@newartisans.com>
1351
1352         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1353         sieve rules.
1354
1355 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1356
1357         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1358         function.
1359
1360         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1361
1362         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1363
1364 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1365
1366         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1367         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1368         This should make nnmaildir more usable with offlineimap.
1369
1370 2012-09-05  Julien Danjou  <julien@danjou.info>
1371
1372         * nnimap.el (nnimap-request-list): Revert change that made listing
1373         synchronous.
1374         (nnimap-get-responses): Restore.
1375
1376 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1377
1378         * dgnushack.el: XEmacs 21.5 compilation fix.
1379
1380         * gnus-notifications.el (gnus-notifications-notify): Use it.
1381
1382         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1383         warnings on XEmacs.
1384
1385 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1386
1387         Better seeds for (random).
1388         * gnus-sync.el (gnus-sync-lesync-setup):
1389         * message.el (message-canlock-generate, message-unique-id):
1390         Change (random t) to (random), now that the latter is more random.
1391
1392 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1393
1394         * nnimap.el (nnimap-change-group): Document result value
1395
1396         * auth-source.el (auth-sources): Fix macos keychain access.
1397
1398         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1399         allow the backend `request-head' function to determine the group
1400         name on its own.
1401         (gnus-request-expire-articles): Filter out negative article numbers
1402         during expiry (Bug#11980).
1403
1404         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1405         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1406
1407         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1408         you've found the article when you haven't.
1409
1410         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1411         that nnimap-change-group can return t.
1412
1413 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1414
1415         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1416
1417 2012-08-30  Julien Danjou  <julien@danjou.info>
1418
1419         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1420         `gnus-notifications-timeout'.
1421         (gnus-notifications-timeout): Add.
1422         (gnus-notifications-action): New function.
1423         (gnus-notifications-notify): Add :action using
1424         `gnus-notifications-action'.
1425         (gnus-notifications-id-to-msg): New variable.
1426         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1427         notifications id to messages.
1428
1429 2012-08-30  Kenichi Handa  <handa@gnu.org>
1430
1431         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1432         once.
1433
1434 2012-08-29  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-notifications.el: New file.
1437         (gnus-notifications-notify): New function.
1438         (gnus-notifications): Use `gnus-notifications-notify'.
1439
1440 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1443         transfer encoding first; bind gnus-newsgroup-charset to the charset
1444         that the article specifies (Bug#12209).
1445
1446 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1449         (gnus-group-customize-done): Encode values posting-style holds.
1450
1451         * gnus-msg.el (gnus-summary-resend-message)
1452         (gnus-configure-posting-styles): Decode values posting-style group
1453         parameter holds.
1454
1455 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1458         `name' and `address' in Resent-From header.
1459
1460 2012-08-14  Chong Yidong  <cyd@gnu.org>
1461
1462         * gnus-art.el (article-display-face): Handle failure in
1463         gnus-create-image (Bug#11802).
1464
1465 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1466
1467         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1468         Use defsetf.
1469
1470 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1471
1472         * auth-source.el: (auth-source-plstore-search)
1473         (auth-source-secrets-search): Ignore :require and :type in search spec.
1474
1475 2012-08-06  Julien Danjou  <julien@danjou.info>
1476
1477         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1478         `nnimap-request-move-article'.
1479
1480         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1481         Remove autoload, already handled by gnus.el.
1482
1483         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1484
1485         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1486         supported by nnimap actually. Reverts previous change.
1487
1488         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1489         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1490         to-buffer argument that is already supported.
1491
1492 2012-08-05  Julien Danjou  <julien@danjou.info>
1493
1494         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1495         Add autoload.
1496
1497 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus.el (gnus-valid-select-methods): Fix custom type.
1500
1501 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * auth-source.el (auth-sources, auth-source-backend-parse)
1504         (auth-source-macos-keychain-search)
1505         (auth-source-macos-keychain-search-items)
1506         (auth-source-macos-keychain-result-append)
1507         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1508         auth-source.el through the /usr/bin/security utility.
1509         (auth-sources): Fix syntax error.
1510         (auth-source-macos-keychain-result-append): Fix variable name.
1511         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1512
1513 2012-07-27  Julien Danjou  <julien@danjou.info>
1514
1515         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1516         Emacs < 24.1
1517
1518 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * message.el (message-kill-address): Don't kill last newline.
1521         (message-skip-to-next-address): Don't move to the next header.
1522         (message-fill-field-address): Work properly.
1523
1524 2012-07-25  Julien Danjou  <julien@danjou.info>
1525
1526         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1527
1528 2012-07-24  Julien Danjou  <julien@danjou.info>
1529
1530         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1531
1532         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1533         (nntp-async-timer-handler): Remove, unused.
1534
1535         * nnimap.el (nnimap-get-responses): Remove, unused.
1536
1537         * nnheader.el (mail-header-set-extra): Remove, unused.
1538
1539         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1540         unused.
1541
1542         * mm-view.el (mm-view-sound-file): Remove, unused.
1543
1544         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1545         (mm-url-encode-multipart-form-data): Remove, unused.
1546
1547         * message.el (message-remove-signature, message-make-host-name)
1548         (message-fill-address): Remove, unused.
1549
1550         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1551         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1552         unused.
1553
1554         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1555         (gnus-xmas-call-region): Remove, unused.
1556
1557         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1558
1559         * gnus-util.el (gnus-extract-address-component-name)
1560         (gnus-extract-address-component-email, gnus-sortable-date)
1561         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1562         (gnus-process-live-p): Remove, unused.
1563
1564         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1565
1566         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1567         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1568         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1569         function.
1570
1571         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1572
1573         * gnus-score.el (gnus-summary-score-crossposting)
1574         (gnus-score-regexp-bad-p): Remove, unused.
1575
1576         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1577
1578         * gnus-range.el (gnus-sublist-p): Remove, unused.
1579
1580         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1581         unused.
1582
1583         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1584
1585         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1586         (gnus-request-associate-buffer): Remove, unused.
1587
1588         * gnus-group.el (gnus-group-set-method-info)
1589         (gnus-group-set-params-info): Remove, unused.
1590
1591         * gnus-fun.el (gnus-shell-command-to-string)
1592         (gnus-shell-command-on-region): Remove, unused.
1593
1594         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1595
1596         * gnus-art.el (gnus-article-text-type-exists-p)
1597         (article-translate-characters, gnus-article-hide-text-of-type)
1598         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1599         Remove, unused.
1600
1601 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1602
1603         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1604
1605 2012-07-21  Julien Danjou  <julien@danjou.info>
1606
1607         * message.el (message-dont-reply-to-names): Replace deprecated
1608         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1609         (message-get-reply-headers): Ditto.
1610
1611 2012-07-18  Julien Danjou  <julien@danjou.info>
1612
1613         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1614         `sieve-upload-and-kill'.
1615
1616         * sieve.el (sieve-bury-buffer): Remove function.
1617         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1618         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1619
1620 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1621
1622         * shr.el (shr-expand-url): Handle URL starting with `//'.
1623
1624 2012-07-13  Chong Yidong  <cyd@gnu.org>
1625
1626         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1627         instead of calling toggle-read-only with a (bogus) argument.
1628
1629 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1630
1631         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1632         of initial input when reading the author to restrict the summary to.
1633
1634 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * mm-decode.el (mm-shr):
1637         Allow overriding charset by mm-charset-override-alist.
1638
1639 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-art.el (gnus-article-view-part):
1642         Toggle subparts of multipart/alternative part.
1643
1644 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * shr.el (shr-render-buffer): New command.
1647         (shr-visit-file): Use it.
1648
1649 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1652         Set no-byte-compile and no-update-autoloads.
1653
1654 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1657
1658 2012-06-25  Julien Danjou  <julien@danjou.info>
1659
1660         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1661         `nnimap-request-move-articles-find-limit' since we do not use it only
1662         for move operations.
1663         (nnimap-request-accept-article): Use
1664         `nnimap-request-articles-find-limit' to limit search by message-id.
1665
1666 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1667
1668         Support higher-resolution time stamps (Bug#9000).
1669
1670         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1671         VARLIST.  It's optional, for backward compatibility.
1672         (encode-time-value): New optional arg PICO.  New type 3.
1673         (time-to-seconds) [!float-time]: Support the new picoseconds
1674         component if it's used.
1675         (seconds-to-time, time-subtract, time-add):
1676         Support ps-resolution time stamps as well.
1677
1678 2012-06-19  Julien Danjou  <julien@danjou.info>
1679
1680         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1681
1682         * nnimap.el (nnimap-log-buffer): Check that
1683         `window-point-insertion-type' is boundp, since it's not available in
1684         XEmacs.
1685
1686 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1687
1688         * nnimap.el (nnimap-log-buffer): Add this, setting
1689         `window-point-insertion-type' in the buffer to t.
1690         (nnimap-log-command): Use nnimap-log-buffer.
1691
1692 2012-06-19  Julien Danjou  <julien@danjou.info>
1693
1694         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1695         argument to be able to limit the search.
1696         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1697         (nnimap-request-move-articles-find-limit): Add this to limit the search
1698         by Message-Id after a message move.
1699         (nnimap): Add defgroup.
1700
1701 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1702
1703         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1704
1705 2012-06-15  Julien Danjou  <julien@danjou.info>
1706
1707         * nnimap.el (nnimap-find-article-by-message-id): Use
1708         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1709         (nnimap-possibly-change-group): Add read-only argument.
1710         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1711         issuing EXAMINE manually.
1712         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1713         with read-only argument.
1714         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1715         cannot possibly change because we need to be sure that it's either
1716         read-write or read-only.
1717
1718 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1721         being bound to a lambda form.
1722
1723 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1724
1725         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1726         articles when fetch-old is non-nil (bug#11370).
1727
1728 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1729
1730         * gnus-picon.el (gnus-picon-properties): New defcustom.
1731         (gnus-picon-create-glyph): Use it.
1732
1733 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-group.el (gnus-group-get-new-news): Respect
1736         `gnus-group-use-permanent-levels', as documented (bug#11638).
1737
1738 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1739
1740         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1741         groups (bug#11641).
1742
1743 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1744
1745         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1746         is an integer to avoid later problems.
1747
1748 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1751         locales.
1752
1753         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1754         on a handle.
1755
1756         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1757         address as the default.
1758         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1759
1760         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1761         makes no sense to query the user about internal files.
1762
1763         * gnus-spec.el: Remove all the byte-compilation stuff, since
1764         benchmarking shows that it doesn't help when entering large summary
1765         buffers.
1766
1767         * gnus-xmas.el (gnus-xmas-define): Remove.
1768
1769         * gnus-util.el (gnus-byte-code): Remove.
1770
1771         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1772         grouplens stuff.
1773
1774 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1777         (bug#11514).
1778
1779 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1780
1781         * message.el (message-buffers): Return all buffers derived from Message
1782         to make `gnus-dired-attach' work with mu4e.
1783
1784 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1785
1786         * nntp.el: Stop the `letf' madness.
1787         (nntp--report-1): New var.
1788         (nntp-report): Merge nntp-report-1 into it.
1789         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1790         the nntp-report function.
1791
1792         * auth-source.el: Fix comment-style to follow the convention.
1793
1794 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1795
1796         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1797         (mm-dissect-singlepart): Don't guess the MIME type of
1798         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1799         set.
1800         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1801         toplevel MIME type is multipart/encrypted.
1802
1803 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1806         a string so that Gcc works (bug#11514).
1807
1808 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1809
1810         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1811         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1812
1813 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1814
1815         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1816         jumping to *Server* from a dedicated *Group* window.
1817         (gnus-configure-frame): CSE.
1818
1819         * gnus-registry.el: Minor style cleanup.
1820         (gnus-registry--set/remove-mark): New function, extracted from
1821         gnus-registry-install-shortcuts.
1822         (gnus-registry-install-shortcuts): Use it.
1823
1824 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * nnspool.el (news-path): Use eval-and-compile.
1827
1828 2012-05-24  Glenn Morris  <rgm@gnu.org>
1829
1830         * nnspool.el (news-directory, news-path, news-inews-program):
1831         Move here from paths.el.  Don't see a need for these to be autoloaded.
1832
1833         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1834         Merge in doc from paths.el version.  Don't see any need for this to be
1835         autoloaded, or for the warning about users not setting it.
1836
1837 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1838
1839         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1840         format.  In particular, add an optional argument and a docstring.
1841
1842         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1843
1844         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1845         current before calling `gnus-groups-to-gnus-format'.
1846         Note that this was already the case for `gnus-active-to-gnus-format'.
1847
1848 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1849
1850         Fix minor Y10k bug.
1851         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1852
1853 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1854
1855         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1856         message once it's actually open.
1857
1858 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1859
1860         * gnus.el: Ma Gnus v0.5 is released.
1861
1862 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1863
1864         * auth-source.el (auth-source--aput-1, auth-source--aput)
1865         (auth-source--aget): New functions and macros.
1866         Use them instead of aput/aget.
1867
1868 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1869
1870         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1871
1872 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1873
1874         * plstore.el (plstore-called-interactively-p): New compat macro copied
1875         from message.el.
1876         (plstore-mode): Use it.
1877
1878 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1879
1880         * plstore.el: Revive the editing feature.
1881         (plstore-mode): New mode to edit plstore file.
1882         (plstore-mode-toggle-display, plstore-mode-original)
1883         (plstore-mode-decoded): New command.
1884         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1885         (plstore--insert-buffer, plstore--make): New function.
1886         (plstore-open, plstore-save): Simplify by using them.
1887
1888 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1891
1892 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1893
1894         * tls.el (open-tls-stream): Remove unused binding.
1895
1896 2012-04-16  Glenn Morris  <rgm@gnu.org>
1897
1898         * nndraft.el (nndraft-request-list): Fix declaration.
1899
1900 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * mm-decode.el (mm-dissect-buffer): Doc fix.
1903
1904         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1905         don't have a current group.
1906
1907         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1908         buffer if it doesn't exist.
1909
1910         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1911         given, mark the group as ephemeral with the current window conf.
1912
1913         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1914         buffer exists, which it doesn't if we haven't started Gnus.
1915         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1916
1917 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1920         type is.
1921
1922         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1923         `unexists' entries.
1924         (gnus-clean-old-newsrc): Fix last checkin.
1925
1926         * nnimap.el (nnimap-update-info): None of the articles below the active
1927         low-water mark exist.
1928
1929         * dgnushack.el: Get rid of XEmacs compilation warning.
1930
1931         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1932         would have gotten if we posted to the group, and use that to compare
1933         against the message we want to cancel (bug#10808).
1934
1935         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1936         on XEmacs.
1937
1938 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1939
1940         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1941         `scroll-margin'.
1942
1943 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1944
1945         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1946         citation prefix within a block of cited text should be considered part
1947         of that block *only* if it is a blank line.
1948
1949 2012-04-09  Chong Yidong  <cyd@gnu.org>
1950
1951         * binhex.el, hashcash.el, uudecode.el:
1952         Remove * characters from the front of variable docstrings.
1953
1954 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1957         before kinsoku-bol characters nor within kinsoku-eol characters.
1958
1959 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1962         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1963         (gnus-sync-read): Use mapc instead of mapcar.
1964
1965         * mm-archive.el: Require mm-decode for some macros.
1966         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1967         the byte compiler.
1968         (mm-archive-decoders): New function that returns the value of
1969         the mm-archive-decoders variable.
1970
1971         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1972         instead.
1973         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1974
1975         * nnimap.el (gnus-refer-thread-use-nnir):
1976         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1977
1978 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1981
1982 2012-03-12  Peter Münster  <pmrb@free.fr>
1983
1984         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1985         (gnus-demon-cancel): Ditto.
1986         (gnus-demon-run-callback): When function cannot be called due to low
1987         idleness, call it when idleness reaches the expected value, instead of
1988         waiting another timer period.
1989         (gnus-demon-init): Add `time' to arguments of call-back.
1990
1991 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1994
1995         * gnus.el: Register gnus-registry functions.
1996
1997         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1998         indent.
1999
2000         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2001         enabled before warping.
2002
2003 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2004
2005         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2006         registry about each article retrieved.
2007
2008         * gnus-int.el (gnus-select-group-with-message-id): New function.
2009         (gnus-try-warping-via-registry): Ditto.
2010         (gnus-warp-to-article): Fall back on the registry.
2011
2012 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2013
2014         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2015         inboxes.
2016
2017 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2020
2021 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2024         gnus-gcc-self-resent-messages may be a group parameter.
2025         (gnus-summary-resend-message): Don't encode encoded words in header
2026         when Gcc'ing resent message.
2027
2028 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * shr.el (shr-insert): Treat non-breaking space just like normal
2031         space.  This seems to produce more pleasing results.
2032         (shr-insert): Only insert a blank line if we're starting from an image.
2033         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2034         (shr-ensure-paragraph): Consider lines with white space to be blank.
2035
2036 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2037
2038         * Makefile.in: Respect DESTDIR.
2039
2040 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2041
2042         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2043         and gnus-gcc-post-body-encode-hook.
2044
2045 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2048         messages that don't exist.
2049
2050         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2051
2052 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2055         Remove.
2056
2057         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2058
2059         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2060
2061 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2064         have a group name.
2065
2066         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2067         a multibyte buffer (bug#7410).
2068         (article-wash-html): Parse the original article buffer to get the
2069         unencoded data (bug#7410).
2070
2071         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2072         .newsrc.el files.
2073
2074 2012-04-05  Bastien Guerry  <bzg@altern.org>
2075
2076         * color.el (color-lighten-name): Fix typo.
2077
2078 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2081         "#" to avoid having them interpreted as comments.
2082
2083 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * shr.el (shr-insert): Update the text state properly to avoid
2086         inserting spurious paragraph starts.
2087
2088 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * shr.el (shr-table-widths): Divide the extra width more fairly over
2091         the TDs (bug#10973).
2092         (shr-render-td): Don't delete too much padding.
2093         (shr-natural-width): Compute the natural width more correctly.
2094         (shr-insert): Allow the natural width to be computed for tables again.
2095         (shr-tag-table-1): Rework how the natural widths are computed by
2096         rendering the table a third time.
2097         (shr-natural-width): Removed.
2098         (shr-buffer-width): New function.
2099         (shr-expand-newlines): Use it.
2100
2101         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2102         using a `gnus-use-full-window' setup (bug#11013).
2103
2104 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2107         24.1 release.
2108
2109 2012-03-10  David Edmondson  <dme@dme.org>
2110
2111         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2112         'Forwarded Message' header and the start of the message.
2113
2114 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2115
2116         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2117         isn't running (bug#10897).
2118
2119 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2122         This is inconsistent with all the other stream functions, which leave
2123         the setting up to the higher levels (if so wanted) (bug#10931).
2124
2125 2012-02-28  Glenn Morris  <rgm@gnu.org>
2126
2127         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2128         mm-decode.el: Standardize possessive apostrophe usage.
2129
2130 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2133
2134 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2135
2136         * parse-time.el (parse-time-string): Allow extractor to return nil.
2137
2138 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2141
2142 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2145
2146 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2147
2148         * mm-decode.el (mm-shr): Remove "soft hyphens".
2149
2150         * nnimap.el (nnimap-request-list): Return the group names encoded as
2151         utf8.  Otherwise non-European group names don't work.
2152         (nnimap-request-newgroups): Ditto.
2153
2154         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2155         the default in `read-string' (bug#10757).
2156
2157         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2158         topics (bug#10843).
2159
2160         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2161         buffer.  Suggested by Herbert Valerio Riedel.
2162         (nnimap-request-move-article): Delete the message from the correct IMAP
2163         server.
2164
2165 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2166
2167         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2168         Reported by Peter Münster.
2169
2170 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2171
2172         * shr.el (shr-image-fetched): Make sure we really kill the right
2173         buffer.
2174
2175 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2176
2177         * gnus-start.el (gnus-1): Avoid duplicate entries.
2178
2179 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * imap.el: Remove.
2182
2183         * nntp.el (nntp-coding-system-for-read): Remove.
2184         (nntp-coding-system-for-write): Ditto.
2185         (nntp-open-connection): Just use `binary' directly.
2186
2187         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2188         Gnus 0.3.
2189
2190 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2191
2192         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2193         application/octet-stream parts really is.
2194
2195         * gnus-sum.el (gnus-propagate-marks): Remove.
2196
2197 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2198
2199         * shr.el (shr-rescale-image): Undo previous change; see
2200         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2201
2202 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2203
2204         * gnus.el: Ma Gnus v0.3 is released.
2205
2206 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-sum.el (gnus-summary-local-variables): Make
2209         `gnus-newsgroup-unexist' into a local variable.
2210
2211 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * registry.el (registry-usage-test, registry-persistence-test): Move to
2214         tests/gnustest-registry.el.
2215         (registry-make-testable-db, registry-match-test)
2216         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2217
2218         * gnus-registry.el (gnus-registry-misc-test)
2219         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2220
2221         * tests/gnustest-registry.el: New file with the registry and
2222         gnus-registry ERT tests.
2223
2224 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-msg.el (gnus-summary-resend-message): Make
2227         gnus-summary-resend-message-insert-gcc be last item in
2228         message-header-setup-hook.
2229
2230 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2231
2232         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2233         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2234         Remove.
2235         (nnfolder-open-server): Don't use marks.
2236         (nnfolder-request-delete-group): Ditto.
2237         (nnfolder-request-rename-group): Ditto.
2238         (nnfolder-request-set-mark, nnfolder-request-marks)
2239         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2240         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2241
2242         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2243         (nnml-marks-modtime): Remove.
2244         (nnml-request-delete-group): Don't use marks.
2245         (nnml-request-rename-group): Ditto.
2246         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2247         (nnml-save-marks, nnml-open-marks): Remove.
2248
2249         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2250         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2251         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2252         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2253         (nntp-server-to-method-cache): Remove.
2254
2255         * shr.el (shr-rescale-image): Fix wrong merge.
2256
2257 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2258
2259         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2260         too-wide lines.
2261
2262 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2263
2264         * nnimap.el (nnimap-record-commands): New variable.
2265         (nnimap-log-command): Use it.
2266         (nnimap-make-process-buffer): Add a space to the process buffer.
2267         (nnimap-transform-headers): Don't bug out on header lines containing
2268         stuff that look like IMAP length encodings.
2269
2270         * shr.el (shr-rescale-image): Allow viewing large images.
2271
2272 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2273
2274         * nnml.el (nnml-request-compact-group): Delete the marks file after
2275         compaction (bug#10800).
2276
2277         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2278         group exit.
2279
2280         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2281         QRESYNC/FETCH output.
2282
2283 2012-02-11  Glenn Morris  <rgm@gnu.org>
2284
2285         * sieve-manage.el (sieve-manage-default-stream):
2286         * shr.el (shr):
2287         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2288         (nnir-retrieve-headers-override-function)
2289         (nnir-imap-default-search-key, nnir-notmuch-program)
2290         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2291         (nnir-method-default-engines):
2292         * message.el (message-cite-reply-position):
2293         * gssapi.el (gssapi-program):
2294         * gravatar.el (gravatar):
2295         * gnus-sum.el (gnus-refer-thread-use-nnir):
2296         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2297         (gnus-registry-max-pruned-entries):
2298         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2299         * gnus-int.el (gnus-after-set-mark-hook)
2300         (gnus-before-update-mark-hook):
2301         * gnus-async.el (gnus-async-post-fetch-function):
2302         * auth-source.el (auth-source-cache-expiry):
2303         Add missing :version tags to new defcustoms and defgroups.
2304
2305 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2308         `gnus-newsgroup-unexist'.
2309
2310         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2311         marks.
2312         (gnus-article-special-mark-lists): Put the `unexist' in the special
2313         marks list instead.
2314
2315         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2316         articles in the list of articles to be selected.
2317
2318         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2319         articles.
2320         (nnimap-update-info): Keep track of unexisting articles.
2321         (nnimap-update-qresync-info): Ditto.
2322
2323 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2324
2325         * message.el (message-default-send-mail-function): Made into own
2326         function for reuse by emacsbug.el.
2327
2328 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2329
2330         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2331         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2332
2333 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2334
2335         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2336         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2337
2338         * gnus-compat.el: Define `timer-set-function'.
2339
2340         * mm-decode.el (mm-display-external): Output the text from the command
2341         in the buffer after the command finished.  This makes text-based
2342         commands behave better.
2343
2344 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2347
2348 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2351         23.1.
2352
2353 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2356
2357 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2358
2359         * message.el (smtpmail-smtp-user): Silence compiler warning.
2360
2361 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2362
2363         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2364         SMTP user name.
2365
2366 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-sum.el (gnus-summary-show-thread):
2369         next-single-char-property-change may return nil in XEmacs.
2370         (gnus-summary-article-map): Fix typo.
2371
2372 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2375         running.
2376
2377         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2378
2379         * gnus.el (gnus-server-extend-method): Don't add an -address component
2380         if the method already has one (bug#9676).
2381
2382 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2385         of an initial-input for consistency (bug#10757).
2386
2387         * dgnushack.el: Fix XEmacs compilation warning.
2388
2389         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2390
2391         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2392
2393 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2394
2395         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2396         lines that are narrower than the window width.  Otherwise background
2397         "blocks" will look less readable.
2398
2399 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2402         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2403         have newlines within the strings, and where the UID comes after the
2404         BODYSTRUCTURE element (bug#10537).
2405
2406         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2407         (bug#10732).
2408
2409         * shr.el (shr-insert-document): Add doc string.
2410         (shr-visit-file): Ditto.
2411         (shr-remove-trailing-whitespace): New function.
2412         (shr-insert-document): Use it to clean up trailing whitespace as the
2413         final step (bug#10714).
2414
2415 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2416
2417         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2418         buffer if `gnus-kill-summary-on-exit' is nil.
2419
2420 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2421
2422         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2423         when just reading a single group from "without" Gnus.
2424
2425 2012-02-06  Chong Yidong  <cyd@gnu.org>
2426
2427         * gnus-sum.el (gnus-summary-show-thread):
2428         next-single-char-property-change never returns nil (Bug#8657).
2429
2430 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2431
2432         * message.el (message-multi-smtp-send-mail): New function.
2433         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2434         header to implement multi-SMTP functionality.
2435
2436         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2437         (gnus-agentize): Don't set it.
2438         (gnus-agent-send-mail): Don't use it.
2439
2440         * gnus-sum.el (gnus-summary-widget-backward): New function and
2441         keystroke.
2442
2443         * gnus-compat.el: More the compat functions more compatible.
2444
2445         * shr.el (shr-put-image): Remove underlines from sliced images.
2446         (shr-zoom-image): Compute the region to be replaced more correctly.
2447
2448 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2451         (gnus-summary-resend-message-insert-gcc): New function.
2452         (gnus-summary-resend-message): Modify message-header-setup-hook and
2453         message-sent-hook to make it work for Gcc.
2454         (gnus-inews-do-gcc): Update the number of unread articles of groups
2455         that messages are Gcc'd to.
2456
2457         * message.el (message-resend): Run message-sent-hook to do Gcc.
2458
2459 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2460
2461         * lpath.el: Fix an XEmacs compilation warning.
2462
2463         * gnus-compat.el: Require `help-fns' to fix compilation error.
2464
2465         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2466         a higher level to silence compilation.
2467
2468         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2469         parameter to allow controlling the scaling.
2470
2471         * shr.el (shr-zoom-image): New command and keystroke.
2472         (shr-put-image): Take a `size' flag to say how to scale the image.
2473
2474         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2475         deletion unless already defined.
2476
2477         * gnus.el (gnus-compat): Require it.
2478
2479         * gnus-compat.el: New file.
2480
2481         * gnus-start.el (gnus-clean-old-newsrc): New function.
2482         (gnus-read-newsrc-file): Use it.
2483
2484         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2485         Use recursive deletion.
2486         (mm-dissect-archive): Add support for zip files.
2487
2488         * gnus-util.el (gnus-recursive-directory-files): New function.
2489
2490         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2491         (mm-archive-decoders): Add tgz support.
2492
2493         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2494         Otherwise inserting text into the Gnus buffer can look odd.
2495
2496         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2497
2498         * mm-archive.el (mm-archive-decoders): Add support for tar.
2499
2500         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2501
2502         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2503
2504 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2505
2506         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2507
2508         * mm-archive.el: New file.
2509
2510         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2511
2512         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2513
2514         * message.el (message-goto-*): Make all the `message-goto-*' commands
2515         push the mark before moving point.  This makes it easier to go back to
2516         where you came from after editing whatever you jumped to.
2517
2518 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2519
2520         * gnus.el: Ma Gnus v0.1 is released.
2521
2522 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2525         without reconnecting.
2526         (nnimap-possibly-change-group): Ditto.
2527         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2528         connection has died before being called.
2529
2530 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2531
2532         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2533         an initial sync unless we're really doing one.
2534
2535         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2536         address parameter if one already exists (bug#9676).
2537
2538         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2539         not the prefix, as documented (bug#10689).
2540
2541 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2544         the "server".
2545
2546         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2547         the real error message with the useless "previously known to be down".
2548         Which isn't even correct.
2549
2550         * nntp.el (nntp-open-connection): Report the error message if the nntp
2551         server can't be reached.
2552
2553         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2554         groups we do a total scan for.
2555         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2556         doing that.
2557
2558 2012-01-31  Jim Meyering  <jim@meyering.net>
2559
2560         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2561         Correct a comment (insert "not") and hide nominally-doubled "to".
2562
2563 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus.el (gnus-version): Change name to "Ma Gnus".
2566
2567 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2568
2569         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2570         section in the manual.
2571
2572 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2575         words.
2576         (rfc2047-encode-string): Ditto.
2577         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2578         understand folded filename="..." parameters, for instance.
2579
2580         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2581         the message for greater debuggability.
2582
2583 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2586         instead of setting it locally, since the latter doesn't seem to have
2587         any effect (most of the time).
2588
2589 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2590
2591         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2592         function call.
2593
2594 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2595
2596         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2597         seconds, and make the repeat clause with HH:MM specs work as
2598         documented.
2599
2600 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2601
2602         * proto-stream.el (proto-stream-capability-open): Fall back on
2603         :end-of-command if :end-of-capability doesn't exist.
2604
2605 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2608         bound globally in old Emacsen and XEmacsen.
2609
2610 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2613         so that previous errors don't prohibit getting new news.
2614
2615         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2616
2617         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2618
2619 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2620
2621         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2622         buffer, not of the string which is its name.
2623
2624 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2625
2626         * proto-stream.el (proto-stream-capability-open): Wait for
2627         :end-of-capability, not :end-of-command.
2628
2629         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2630         non-server-marks groups.
2631         (gnus-group-make-articles-read): Ditto.
2632
2633         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2634         methods (bug#9676).
2635
2636         * gnus.el (gnus-method-ephemeral-p): New function.
2637
2638 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2641         left-to-right.
2642
2643 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2644
2645         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2646         warning.
2647
2648 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2651         macroexpand the nnir things, since they haven't been defined yet, and
2652         nnir requires gnus-sum.
2653
2654 2012-01-24  Julien Danjou  <julien@danjou.info>
2655
2656         * color.el (color-rgb-to-hsl): Fix value computing.
2657         (color-hue-to-rgb): New function.
2658         (color-hsl-to-rgb): New function.
2659         (color-clamp, color-saturate-hsl, color-saturate-name)
2660         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2661         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2662
2663 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2666
2667 2012-01-19  Julien Danjou  <julien@danjou.info>
2668
2669         * color.el (color-name-to-rgb): Use the white color to find the max
2670         color component value and return correctly computed values.
2671         (color-name-to-rgb): Add missing float conversion for max value.
2672
2673 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2676         logical server name in addition to the actual machine address.
2677
2678         * auth-source.el (auth-source-user-and-password): Add convenience
2679         wrapper to search by just host and optionally user.
2680
2681 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2684         after rendering.
2685
2686 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2687
2688         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2689         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2690         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2691
2692 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2695         (bug#9693).
2696         (gnus-summary-setup-buffer): Document return value (bug#9697).
2697
2698         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2699         since ido doesn't work on symbols (bug#9632).
2700
2701         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2702         when getting a single value as when getting all the values.  This means
2703         that atoms like `gcc-self' work cumulatively, like variable settings,
2704         instead of getting the value from the last matching clause.
2705         (gnus-group-find-parameter): Protect against the group buffer not
2706         existing (bug#9585).
2707
2708 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * gnus-start.el (gnus-activate-group): Document more parameters
2711         (bug#9694).
2712
2713         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2714         (bug#9692).
2715
2716         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2717         article was fetched, so that it can be expired later (bug#9958).
2718         (gnus-agent-summary-fetch-series): Add doc string.
2719         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2720         (bug#9517).
2721
2722         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2723         retrieval is happening.
2724
2725         * gnus.el (gnus-parameters): Doc fix.
2726
2727 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2728
2729         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2730         show the thread after expansion.
2731
2732 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * gnus-art.el (article-narrow-to-head): If the head is completely
2735         empty, narrow to the empty region (bug#9764).
2736
2737         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2738         read, and then mark them as unread only when the unread mark is used.
2739         This makes `C-- T k' actually work, even though it's confusing.
2740
2741         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2742         alive before we try to find its window.
2743
2744 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2745
2746         * mm-decode.el (mm-display-external): Use a longer timeout for the
2747         deletion to allow slow programs to display the file.
2748
2749 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2752         prompt to be less confusing.
2753
2754         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2755         argument to `message-reply'.  This broke `special-display-*' frame
2756         pop-uping (bug#10238).
2757
2758 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2761         systems, since these allegedly don't work there.
2762
2763 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2764
2765         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2766         live buffer.
2767
2768 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnir.el (nnir-retrieve-headers): Protect against the article not
2771         existing on the server (bug#10335).
2772
2773 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2774
2775         * gnus-agent.el (gnus-agent-load-local): Recompute
2776         gnus-agent-article-local on changing method.
2777
2778 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * gnus.el (gnus-parameters): Note precedence.
2781
2782 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2783
2784         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2785         in the group buffer.
2786
2787 2012-01-04  Julien Danjou  <julien@danjou.info>
2788
2789         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2790         change.
2791
2792 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2795         too.
2796
2797         * nntp.el (nntp-retrieve-group-data-early): Use it.
2798
2799 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * nntp.el (nntp-retrieval-in-progress): New variable.
2802         (nntp-make-process-buffer): Make it buffer-local.
2803
2804         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2805         2010.
2806         (gnus-demon-init): Use it to compute the time if time is on the form
2807         "04:23".
2808
2809         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2810
2811         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2812         status in the correct buffer.
2813
2814 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2815
2816         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2817         when opening topics (bug#10407).
2818
2819 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2820
2821         * gnus-cus.el (gnus-score-customize):
2822         * gnus-sum.el (gnus-sort-gathered-threads):
2823         * message.el (message-shorten-references):
2824         * nnmairix.el (nnmairix-request-group):
2825         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2826
2827 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2828
2829         * gnus-agent.el (gnus-agent-regenerate-group):
2830         * gnus-int.el (gnus-retrieve-group-data-early):
2831         * mm-util.el (mm-codepage-ibm-list):
2832         * nndiary.el (Commentary, nndiary-get-new-mail):
2833         * nnir.el (nnir):
2834         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2835
2836 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * mm-view.el (mm-display-inline-fontify): Add comment.
2839
2840 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2841
2842         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2843         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2844
2845 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2846
2847         * gnus-art.el (gnus-split-methods):
2848         * gnus-msg.el (gnus-configure-posting-styles):
2849         * gnus-spec.el (gnus-parse-simple-format):
2850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2851         * message.el (message-do-actions): Spelling fix.
2852
2853 2011-12-15  Juri Linkov  <juri@jurta.org>
2854
2855         * mm-decode.el (mm-inline-media-tests): Add missing
2856         `mm-handle-media-subtype'.
2857
2858 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         * gnus-group.el (gnus-group-tool-bar):
2861         * gnus-sum.el (gnus-summary-tool-bar):
2862         * message.el (message-tool-bar):
2863         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2864
2865 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2866
2867         * plstore.el (plstore--insert-buffer): Spelling fix.
2868
2869 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2870
2871         * message.el (message-valid-fqdn-regexp): Update with newly approved
2872         top-level domain names ".tel" and ".asia".
2873
2874 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2877         unconditionally.
2878
2879 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2882         pop-to-buffer-same-window for old Emacsen.
2883
2884 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2885
2886         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2887
2888 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2889
2890         * netrc.el (netrc-credentials): Spelling fix.
2891
2892 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * gnus-fun.el (gnus-fun-ppm-change-string):
2895         * gnus-msg.el (gnus-inews-do-gcc):
2896         * gnus-sum.el (gnus-summary-find-for-reselect):
2897         * gnus.el (gnus-summary-cancelled):
2898         * message.el (message-cancel-hook, message-send-news):
2899         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2900         * nnir.el (nnir-run-hyrex):
2901         * nntp.el (nntp-with-open-group-function):
2902         * pgg.el (pgg-pending-timers): Spelling fix.
2903
2904 2011-12-04  Chong Yidong  <cyd@gnu.org>
2905
2906         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2907         change (Bug#10200).
2908
2909 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * compface.el (uncompface):
2912         * gnus-art.el (gnus-article-x-face-command): Update the header format
2913         of icon data for the most recent icontopbm program.
2914
2915 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * gnus-msg.el (gnus-inews-do-gcc):
2918         * message.el (message-send-mail):
2919         * mml.el (mml-generate-mime): Share the value of the buffer-local
2920         `message-options' variable between a draft buffer and temprary working
2921         buffers.
2922
2923 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2924
2925         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2926
2927 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2930         for Cygwin.
2931
2932 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2933
2934         * gnus-group.el (gnus-group-prepare-flat):
2935         * mm-bodies.el (mm-encode-body):
2936         * mml.el (mml-preview):
2937         * nnml.el (nnml-request-compact-group):
2938         * pop3.el (pop3-stream-type): Spelling fix.
2939
2940 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2941
2942         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2943
2944 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2945
2946         * color.el (color-rgb-to-hsl):
2947         * gmm-utils.el (gmm-tool-bar-style):
2948         * gnus-group.el (gnus-group-prepare-flat):
2949         * gnus-topic.el (gnus-topic-prepare-topic):
2950         * mm-decode.el (mm-discouraged-alternatives):
2951         * rfc2047.el (rfc2047-encode-1):
2952         * starttls.el: Spelling fix.
2953
2954 2011-11-24  Glenn Morris  <rgm@gnu.org>
2955
2956         * binhex.el (binhex-begin-line): Give it basic doc-string.
2957
2958         * starttls.el, tls.el: Fix case of "GnuTLS".
2959
2960 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2961
2962         * gnus-group.el (gnus-group-highlight): Fix typo.
2963
2964 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2965
2966         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2967         value of `delete-file', that returns nil for a local file but returns t
2968         for a remote file using ssh.
2969
2970 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2971
2972         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2973
2974 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2977         avoid later breakage.
2978
2979 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2982         article buffers' name.
2983
2984 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2987         by Paul Eggert's spellfixes two days ago.
2988
2989 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2992         doesn't have it.
2993
2994         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2995         buffer-local instead of binding them to avoid warnings.  Also demote
2996         errors (bug#10063).
2997         (font-lock-mode-hook): Shut up byte compiler.
2998
2999 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3000
3001         * mm-util.el (mm-charset-after):
3002         * nnir.el (nnir-run-hyrex):
3003         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3004         (ntlm-get-password-hashes, ntlm-md4hash):
3005         * smime.el: Fix typo.
3006
3007 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3008
3009         * gnus-agent.el (gnus-agent-expire-group-1):
3010         * nndiary.el (nndiary-last-occurence):
3011         * nnimap.el (nnimap-request-set-mark):
3012         * nnmairix.el (nnmairix-only-use-registry):
3013         * gnus-group.el (gnus-group-prepare-flat):
3014         * gnus-sum.el (gnus-decode-encoded-word-methods):
3015         * message.el (message-wash-subject):
3016         * nntp.el (nntp-retrieve-headers-with-xover):
3017         * smime.el (smime-certificate-directory): Spelling fix.
3018
3019 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3020
3021         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3022
3023         * color.el:
3024         * gnus-agent.el (gnus-agent-possibly-alter-active):
3025         * gnus-dired.el (gnus-dired-print):
3026         * mail-parse.el:
3027         * nnmairix.el (nnmairix-request-group):
3028         * shr.el (shr-image-displayer):
3029         * sieve-manage.el:
3030         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3031
3032 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3033
3034         * gnus-sum.el (gnus-auto-select-subject):
3035         * spam-report.el (spam-report-resend): Spelling fix.
3036
3037 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3038
3039         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3040         * gnus-art.el (gnus-default-article-saver):
3041         * gnus-srvr.el (gnus-server-copy-server):
3042         * gnus.el (gnus-sloppily-equal-method-parameters):
3043         * html2text.el (html2text-format-tag-list):
3044         * message.el (message-narrow-to-head):
3045         * nndiary.el:
3046         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3047         * sieve.el: Spelling fix.
3048
3049 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3050
3051         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3052         * gnus-sum.el (gnus-summary-make-menu-bar):
3053         * gnus-uu.el (gnus-uu-decode-postscript)
3054         (gnus-uu-decode-postscript-and-save):
3055         * mailcap.el (mailcap-print-command):
3056         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3057         Fix typos.
3058
3059 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3060
3061         * gnus-art.el (gnus-article-part-wrapper):
3062         * html2text.el (html2text-fix-paragraphs):
3063         * mm-decode.el (mm-image-fit-p):
3064         * rfc2047.el (rfc2047-encode-message-header):
3065         * shr-color.el (shr-color-visible-distance-min)
3066         (shr-color-relative-to-absolute, set-minimum-interval)
3067         (shr-color-visible): Fix typos.
3068
3069 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3070
3071         * gmm-utils.el (gmm-tool-bar-item):
3072         * gnus-art.el (gnus-treat-body-boundary):
3073         * gnus-diary.el (gnus-user-format-function-d):
3074         * gnus-start.el (gnus-get-unread-articles):
3075         * pgg-gpg.el (pgg-gpg-update-agent):
3076         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3077
3078 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3079
3080         * gnus-topic.el (gnus-group-prepare-topics):
3081         * gnus-uu.el (gnus-extract-view):
3082         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3083
3084 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3085
3086         * spam.el: Move BBDB autoloads.
3087         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3088         BBDB 2 and 3.
3089         (spam-check-BBDB): Use it.
3090         (spam-enter-ham-BBDB): Use it.
3091
3092 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3093
3094         * smime.el (smime-draw-buffer): Spelling fix.
3095
3096 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3097
3098         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3099         for scanning exactly one level.
3100         * gnus-start.el (gnus-get-unread-articles): Ditto.
3101
3102 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3105         slightly clearer.
3106
3107 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3108
3109         * gnus-sync.el: More commentary about setup.
3110
3111 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * message.el (message-send-and-exit): Document `arg'.
3114
3115 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3116
3117         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3118
3119 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3122
3123         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3124         we don't use `bound-and-true-p'.
3125
3126 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * gnus-util.el (gnus-bound-and-true-p): Remove.
3129         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3130         * nnir.el: Use it.
3131         * nnmairix.el: Use it.
3132
3133 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3134
3135         * gnus-sync.el: Improve docs about CouchDB admins.
3136
3137         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3138         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3139         for reasons unknown.
3140         * nnir.el: Use it.
3141         * nnmairix.el: Use it.
3142
3143         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3144         * nnir.el: Ditto.
3145         * nnmairix.el: Ditto.
3146
3147         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3148
3149 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3152         not needed.  Provide xmlplistread list function to produce XML plist
3153         output for non-Gnus LeSync clients.
3154
3155 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3158
3159         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3160         and save against it.  Group subscriptions, read marks, other marks,
3161         subscription levels, topic names, and topic offsets (the group's
3162         position within the topic) are saved.  This is an experimental backend
3163         and may change significantly.  Load json.el from the gnus-fallback-lib
3164         if it's not available otherwise.
3165         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3166
3167 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3168
3169         * message.el (message-completion-function): Make sure
3170         message-tab-body-function is not attempted if one of
3171         message-completion-alist fails to find a completion (bug#9158).
3172
3173 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3174
3175         * mml.el (mml-quote-region): Quote <#secure> tag.
3176         (mml-generate-mime-1): Unquote <#secure> tag.
3177
3178 2011-10-20  Chong Yidong  <cyd@gnu.org>
3179
3180         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3181         calling a minor mode from Lisp with nil arg enables it, so we have to
3182         make the wording a bit ambiguous here).
3183
3184 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3187         * nnir.el (nnir-mode): Use it.
3188         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3189         Use it.
3190
3191         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3192         * nnmairix.el (gnus-registry-enabled): Ditto.
3193
3194 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3195
3196         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3197         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3198         only while we need to find out if it should be t or nil.
3199         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3200         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3201         the registry is installed.  Set it to nil when it's unloaded.
3202         (gnus-registry-install-p): Provide user guidance for the initial value
3203         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3204         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3205         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3206         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3207         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3208         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3209         `gnus-registry-install'.
3210
3211 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3212
3213         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3214         previous change.
3215         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3216         primary key is marked as disabled.
3217
3218 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3219
3220         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3221         primary key is marked as disabled.
3222
3223 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3224
3225         * html2text.el (html2text-clean-anchor): Check for quotes around
3226         `href' value.
3227
3228 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3231         searching.  Drop `bbdb-cache'.
3232
3233 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * message.el (message-signed-or-encrypted-p): Exclude header when
3236         checking if there is signed or encrypted body in text/plain message.
3237
3238 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3239
3240         * html2text.el (html2text-get-attr): Correctly handle attribute values
3241         containing "=".
3242
3243 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3244
3245         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3246         handle bindings.
3247
3248 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-win.el (gnus-configure-windows): Protect against reading
3251         ephemeral groups outside of Gnus.
3252
3253 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * shr.el (shr-tag-img): Don't get images displayed in tables.
3256
3257 2011-10-03  Glenn Morris  <rgm@gnu.org>
3258
3259         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3260         the "maintainer" version of debbugs.gnu.org reports.
3261
3262 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3265         make asynchronous adjacent image insertion work better.
3266
3267 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3268
3269         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3270         documentation.
3271
3272 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3275         `gnus-asynchronous' isn't shadowed.
3276
3277 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3280
3281         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3282         (nnimap-insert-partial-structure): The charset parameter isn't
3283         case-sensitive.
3284
3285         * nnheader.el (nnheader-message-maybe): New function.
3286
3287         * shr.el (shr-tag-table): Render totally broken tables better.
3288
3289         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3290         computing the boundary.
3291
3292 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * pop3.el (pop3-number-of-responses): Remove.
3295         (pop3-wait-for-messages): Rewrite to take linear time instead of
3296         exponential time.
3297
3298 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3301         re-fetch images.
3302
3303         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3304         re-fetch images when hitting `g' in Gnus.
3305
3306 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3309         (mml-compute-boundary): Don't check collision if it is non-nil.
3310         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3311         before checking collision.
3312
3313 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * message.el (message-indent-citation): Really make sure there's a
3316         newline at the end.
3317
3318         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3319         Fix suggested by John Wiegley.
3320
3321         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3322
3323         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3324
3325         * message.el (message-default-send-rename-function): Break out into its
3326         own function.
3327
3328         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3329         doesn't work under XEmacs.
3330
3331         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3332         of "imaps" to word around Windows problems.
3333         (nnimap-open-connection-1): Use it.
3334
3335         * message.el (message-indent-citation): Revert last change which made
3336         `F' not work.
3337
3338 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3339
3340         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3341         terminal as well.
3342
3343 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3346         because it displays images using overlays that aren't easy to copy to
3347         the article buffer.
3348
3349 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3350
3351         * message.el (message-indent-citation): Fix empty line removal at the
3352         end of the citation.
3353
3354 2011-09-20  Julien Danjou  <julien@danjou.info>
3355
3356         * auth-source.el (auth-source-netrc-create): Use default value for
3357         password if specified.  Evaluate default.
3358         (auth-source-plstore-create): Ditto.
3359         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3360         value evaluation.
3361         (auth-source-netrc-create): Typo fix.
3362         (auth-source-plstore-create): Ditto.
3363
3364         * password-cache.el (password-cache-remove): Remove entries even if the
3365         value is nil, so that password with a nil value (negative caching) is
3366         possible to invalidate.
3367
3368         * auth-source.el (auth-source-format-cache-entry): New function.
3369
3370 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3373
3374 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3377
3378 2011-09-19  Julien Danjou  <julien@danjou.info>
3379
3380         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3381         which work with things that are not ASCII.
3382
3383 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3386
3387 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3390         message level.
3391
3392 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3395
3396 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3399
3400 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3401
3402         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3403         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3404
3405 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3406
3407         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3408         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3409         articles.
3410
3411 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3412
3413         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3414         (message-mail-other-window, message-mail-other-frame)
3415         (message-news-other-window, message-news-other-frame):
3416         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3417         instead of setting buffer display varibles.
3418
3419 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3422
3423         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3424
3425 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3428         duplicates" to a higher level.
3429
3430         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3431         most egregious messages.
3432
3433 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3436
3437 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3438
3439         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3440         up the file (bug#9351).
3441
3442 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3445         it does with all other backends, but decode the names immediately after
3446         getting them.
3447
3448         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3449         decoding nnimap groups.
3450
3451         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3452         newsrc file.  It doesn't seem like an important optimization any more.
3453
3454 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3455
3456         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3457         overflows.
3458
3459 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3462         (gnus-interactive-exit): Extend to `quiet'.
3463
3464         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3465
3466         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3467         string.
3468
3469         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3470         renaming function arguments from `this'.
3471
3472         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3473
3474         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3475         has been renamed.
3476         (gnus-lrm-string-p): Include RLM and PDF, too.
3477
3478         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3479         (bug#9225).
3480
3481 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3482
3483         Add autoload cookies for functions used by sendmail.el.
3484         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3485
3486         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3487
3488 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-art.el (article-date-ut): Work properly even when there are
3491         things like Date header in the body; work for forwarded parts.
3492
3493 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3494
3495         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3496         original-article-buffer.
3497
3498 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3499
3500         * nnir.el (nnir-compose-result): Fix matching of server type.
3501         (nnir-run-swish++): Ditto.
3502         (nnir-run-namazu): Ditto.
3503         (nnir-run-notmuch): Ditto.
3504
3505 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3508         (bug#9405).
3509
3510         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3511         (bug#9421).
3512
3513         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3514         (bug#9425).
3515
3516         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3517         thing (bug#9426).
3518
3519 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3522         the error message.
3523
3524 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3525
3526         * message.el (message-setup-1): Return t (Bug#9392).
3527
3528 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3529
3530         * gnus-sum.el: When adding article headers to a summary buffer also
3531         update gnus-newsgroup-articles (bug#9386).
3532
3533 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * auth-source.el: Autoload help-mode.
3536
3537 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3540         names.
3541
3542 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3543
3544         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3545         mm-replace-in-string for compatibility issues.
3546         * mml2015.el (mml2015-epg-verify): Ditto.
3547
3548 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3551
3552         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3553
3554 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3557         continue on and do the clean-up phase (bug#9188).
3558
3559         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3560         just ignore groups that can't be opened instead of erroring out
3561         (bug#9225).
3562
3563         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3564         nil since some many people are fuddy-duddies.
3565
3566         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3567         images.
3568
3569         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3570         instead.
3571
3572         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3573
3574         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3575
3576         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3577         processing.
3578
3579         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3580         buffer to avoid warnings.
3581
3582 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3583
3584         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3585         specified to reduce precision.
3586
3587 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3590         bodystructures (bug#9314).
3591
3592 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3595         Make button keymap non-sticky after buttons.
3596
3597 2011-08-18  David Engster  <dengste@eml.cc>
3598
3599         * nnmairix.el (nnmairix-request-set-mark)
3600         (nnmairix-goto-original-article): Remove adding of article to registry,
3601         since `gnus-registry-add-group' isn't available anymore.
3602         (nnmairix-determine-original-group-from-registry):
3603         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3604         available anymore.
3605
3606 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3607
3608         * starttls.el (starttls-any-program-available): Define as obsolete
3609         function.
3610
3611 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3614         versions which Gnus use when appropriate.
3615
3616         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3617         a pretty destructive command.
3618
3619         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3620
3621 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * message.el (message-fix-before-sending): Make a different warning
3624         about NUL characters (bug#9270).
3625
3626         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3627         from custom (bug#9260).
3628
3629         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3630         things work in Emacs 22 and XEmacs, too.
3631
3632         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3633         default From.
3634
3635         * gnus-spec.el (gnus-lrm-string-p): New macro.
3636         (gnus-lrm-string): New constant.
3637         (gnus-summary-line-format-spec): LRM-ify the from.
3638         (gnus-tilde-max-form): LRM-ify string chopping.
3639
3640         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3641
3642         * message.el (message-is-yours-p): Allow disabling canlock checking
3643         (bug#9295).
3644         (message-shoot-gnksa-feet): Add `canlock-verify'.
3645         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3646         message directory isn't writable (bug#9304).
3647
3648         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3649         non-world-readable.
3650
3651 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3654         articles.
3655
3656 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3657
3658         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3659         copy-list.
3660
3661 2011-08-12  Sam Steingold  <sds@gnu.org>
3662
3663         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3664         in the reverse order to avoid modifying the cache with `nreverse'.
3665         (gnus-all-score-files): Do not modify the value returned by
3666         `gnus-score-find-alist' because it lives in a cache variable.
3667         (gnus-current-home-score-file): No need to `nreverse' the return value
3668         of `gnus-score-find-alist', it is already in the correct order.
3669
3670 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3671
3672         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3673         type MESSAGE and subtype RFC822 is slightly different from those of
3674         type TEXT.
3675
3676 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3677
3678         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3679         This allows article-referral to work from an nnir group.
3680
3681 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3682
3683         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3684
3685 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3686
3687         * mml1991.el (mml1991-epg-find-usable-key)
3688         (mml1991-epg-find-usable-secret-key): New function.
3689         (mml1991-epg-sign): Check if signing key is usable.
3690         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3691
3692 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3693
3694         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3695         server-variables only.  This should fix a bug introduced with commit
3696         e1889675b7f4adf057833c5513c9374134c4e053.
3697         (nnir-run-query): 'nnir-search-engine should not be set from the global
3698         environment.
3699
3700 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3701
3702         * nnir.el (nnir-search-thread): Position point on referring article
3703         line.
3704         (nnir-warp-to-article): Clean up summary buffers.
3705
3706         * nnimap.el (nnimap-request-thread): Whitespace fix.
3707
3708 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3709
3710         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3711
3712 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * starttls.el (starttls-available-p): Rename from
3715         `starttls-any-program-available' and changed return convention.
3716
3717 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3718
3719         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3720         `unix-sync' unless it's defined.
3721
3722 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3723
3724         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3725         `aref' for XEmacs compatibiltiy.
3726
3727 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3730
3731 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3732
3733         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3734         closures, quote the form properly (bug#9194).
3735
3736 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3739         (gnus-summary-insert-new-articles): Protect against servers that are
3740         down.
3741
3742 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3743
3744         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3745         in mm handle if none is specified.
3746
3747 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3748
3749         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3750
3751 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3752
3753         * nnir.el (nnir-search-thread): New function to make an nnir group
3754         based on a thread query.
3755
3756         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3757         of nnir in thread referral.
3758         (gnus-summary-refer-thread): Use it.
3759
3760         * nnimap.el (nnimap-request-thread): Use it.
3761
3762 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * shr.el (shr-tag-comment): Ignore HTML comments.
3765
3766 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3767
3768         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3769         argument.
3770         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3771         Use `nnir-address' to handle server info rather than passing an arg.
3772
3773         * nnimap.el (nnimap-make-thread-query): New utility function to format
3774         an imap thread search query.
3775         (nnimap-request-thread): Use it.
3776
3777         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3778         right select-method if we are not going back to the group buffer.
3779
3780 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3783         enter invalid buffer configurations into the quit form (bug#9107).
3784         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3785         unplugged/plugged.
3786
3787         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3788         keep track of which ones are unread (bug#9061).
3789
3790         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3791         (bug#9055).
3792
3793         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3794         (bug#9041).
3795
3796         * gnus-html.el (mm-util): Require (bug#9073).
3797
3798         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3799         (gnus-summary-refer-thread): Use it to remove duplicates in the
3800         un-threaded view (bug#9053).
3801         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3802
3803 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3804
3805         * nnir.el (nnir-read-server-parm): Use default value from global
3806         variable.  Without this the default search engine parameters aren't
3807         used at all.
3808
3809 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * message.el (message-unique-id): Don't use the undocumented return
3812         value from (random t) (bug#9118).
3813
3814 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * message.el (message-auto-save-directory): If the ~/Mail directory
3817         doesn't exist, use ~ as the auto-save directory (bug#4432).
3818
3819         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3820         hasn't already been started.
3821
3822 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3825
3826         * message.el (message-reply): Work around mysterious bug where
3827         `message-mode' seems to overwrite the locally bound `subject' variable.
3828
3829 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3830
3831         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3832         correct group.
3833
3834         * gnus-int.el (gnus-request-thread): Add group argument.
3835
3836         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3837
3838 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3841
3842         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3843         renamed to `debbugs-gnu-*'.
3844
3845 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3846
3847         * plstore.el: Revert the editing feature since it is not urgent.
3848         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3849         (plstore-mode-decoded): Remove.
3850
3851 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3854         isn't very interesting any more, and it leaks potentially secret data.
3855         (gnus-debug): Remove.
3856
3857         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3858         use of :custom-show.
3859
3860 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3861
3862         * plstore.el: Add documentation.
3863         (plstore-mode): New mode to edit plstore file.
3864         (plstore-mode-toggle-display, plstore-mode-original)
3865         (plstore-mode-decoded): New command.
3866         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3867         (plstore--insert-buffer, plstore--make): New function.
3868         (plstore-open, plstore-save): Simplify by using them.
3869
3870 2011-07-06  Glenn Morris  <rgm@gnu.org>
3871
3872         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3873
3874 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3877         no longer is much used.
3878         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3879         Articles".
3880
3881 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3882
3883         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3884         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3885         `notmuch' backend.
3886
3887 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * mm-decode.el (mm-text-html-renderer): Doc fix.
3890
3891         * gnus-msg.el (gnus-bug): Fix the MML tag.
3892
3893         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3894
3895 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3896
3897         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3898         secondary methods if started with `gnus-no-server'.
3899
3900 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3901
3902         * message.el (message-return-action): Fix typo in docstring.
3903
3904 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3907         bug reports at once.
3908
3909         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3910
3911 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * nndraft.el: Require gnus-group.
3914         (nndraft-request-list): Declare.
3915
3916         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3917         no unread article unless it matches gnus-permanently-visible-groups.
3918
3919         * nndraft.el (nndraft-update-unread-articles): New function.
3920         (nndraft-request-associate-buffer): Use it to update the number of
3921         unread articles for the nndraft groups in the group buffer when saving
3922         or killing a draft message.
3923
3924 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3927         systems to binary before writing and reading the mbox files.
3928
3929         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3930         instead of trying to list them all (bug#8978).
3931
3932 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3933
3934         * pop3.el (pop3-open-server): Use :end-of-capability.
3935
3936 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3939         the id is always a number.
3940
3941         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3942
3943         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3944         debbugs mode, if possible.
3945
3946 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3947
3948         * auth-source.el (auth-source-token-passphrase-callback-function):
3949         Reindent.
3950         (epg-context-operation): Remove unnecessary autoload.
3951
3952 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus.el (gnus-list-debbugs): New command.
3955
3956         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3957         mboxstat instead of the maintbox, since the stat seems to be fuller.
3958
3959         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3960         summary buffers.
3961
3962         * message.el (message-get-reply-headers): Delete all duplicates,
3963         instead of the first.
3964         (message-get-reply-headers): Ensure that we have progress while
3965         deleting duplicates.
3966
3967         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3968         gnus-posting-style value from the summary buffer to make it easier to
3969         make that a per-buffer conf.
3970
3971 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3972
3973         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3974         found by setting `shortcut' in 'query.
3975         (nnir-request-article): Use `shortcut' setting when requesting article
3976         by Message-ID.
3977
3978 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3981         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3982         Bring the pseudo-headers back too.
3983
3984 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3985
3986         * auth-source.el (auth-source-token-passphrase-callback-function):
3987         Simplify and remove EPA dependency.
3988
3989 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3990
3991         * nnir.el (nnir-request-article): Fix error message text.
3992
3993 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3994
3995         * auth-source.el (plstore-delete): Autoload.
3996         (auth-source-plstore-search): Support delete operation.
3997         * plstore.el (plstore-delete): New function.
3998
3999 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4002         mark actually existing articles as unread rather than the ones that
4003         active asserts.
4004
4005 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4006
4007         * nntp.el (nntp-record-command):
4008         * gnus-util.el (gnus-message-with-timestamp-1):
4009         Use format-time-string rather than decoding time stamps by hand.
4010         This is simpler and insulates the code from potential changes to
4011         current-time format.
4012
4013 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4016
4017 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4018
4019         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4020         (plstore-save): Support public key encryption.
4021         (plstore--init-from-buffer): New function.
4022         (plstore-open): Use it; fix error when opening a non-existent file.
4023         (plstore-revert): Use plstore--init-from-buffer.
4024
4025 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4026
4027         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4028
4029 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4032         for old Emacsen.
4033
4034 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4035
4036         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4037         is not fully working.
4038
4039 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * dgnushack.el: Autoload sha1 on XEmacs.
4042
4043         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4044         quit window configuration.
4045
4046         * auth-source.el (epg-context-set-passphrase-callback):
4047         Remove duplicate autoload.
4048
4049 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4050
4051         * nnir.el (nnir-request-article): Allow requesting articles by
4052         Message-ID with nnimap.
4053
4054         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4055         current server.
4056
4057 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * auth-source.el: Autoload EPA/EPG functions.
4060         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4061         changed when EPA/EPG is not available.
4062         (auth-source-backend): Rename "arg" member to "data".
4063         (auth-source-backend-parse, auth-source-plstore-search)
4064         (auth-source-plstore-create): Use it.
4065
4066 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4067
4068         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4069         `gnus-refer-article-methods'.
4070
4071 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4072
4073         * auth-source.el: Require EPA and EPG.
4074         (auth-source-passphrase-alist): New variable.
4075         (auth-source-passphrase-callback-function)
4076         (auth-source-token-passphrase-callback-function): Callbacks for the
4077         netrc field encryption (GPG tokens).
4078         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4079         Symmetric encryption and decryption of the netrc GPG tokens.
4080         (auth-source-netrc-normalize): Use them, simplifying the closure.
4081
4082 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4085         is available.
4086
4087 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4090         non-nil, and `nnimap-split-methods' is nil, use the former.
4091
4092 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4093
4094         * plstore.el (plstore-revert): New function.
4095         (plstore-open): Use it; hide the buffer from user.
4096
4097 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4098
4099         * auth-source.el (auth-source-backend): New member "arg".
4100         (auth-source-backend-parse): Handle new backend 'plstore.
4101         * plstore.el: New file.
4102
4103 2011-06-30  Glenn Morris  <rgm@gnu.org>
4104
4105         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4106
4107 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4110         expiring articles to.
4111
4112         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4113         variations as ASCII (bug#5458).
4114
4115 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4118
4119 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * message.el (message-point-in-header-p): Tweak the function to default
4122         to saying that we're not in the headers if there is no separator at
4123         all.  This makes it possible to use the Message version of `M-q' in
4124         buffers with no headers (bug#7987).
4125         (message-point-in-header-p): Fix last checkin to work with an empty
4126         mail-header-separator, too.
4127
4128         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4129         again, save the choice via customize.
4130
4131 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4134
4135         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4136         ended the connection, bail out before waiting infinitely on a new
4137         connection.
4138
4139 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4142         reports.
4143
4144         * gnus.el (gnus-bug-package): Use "gnus."
4145         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4146
4147 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * dgnushack.el: Make the timer warning go away on XEmacs.
4150
4151         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4152         animations going on at article exit time.
4153
4154         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4155         since removing it breaks people upgrading.
4156
4157         * shr.el (shr-put-image): Use the new interface for animating images.
4158         (shr-put-image): Animate for 60 seconds.
4159
4160         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4161         avoid compiler warnings.
4162
4163         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4164         error with `find-file-hooks' on Emacs 22.
4165         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4166         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4167         on all architectures.
4168
4169         * spam.el (spam-stat): Require in a normal fashion without binding
4170         `spam-stat-install-hooks' to avoid compilation warnings.
4171
4172         * spam-stat.el (spam-stat-install-hooks): Remove.
4173         (spam-stat-install-hooks): Don't run automatically.
4174
4175 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4176
4177         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4178         and keystroke.
4179
4180 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * auth-source.el (auth-source-netrc-cache): Move forward.
4183
4184 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * proto-stream.el (proto-stream-open-starttls): Use
4187         `gnutls-available-p' to see whether we have built-in support.
4188
4189         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4190         we already know.
4191         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4192         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4193
4194 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4197         %S format, since that looks odd.
4198         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4199         file, especially when saving.
4200
4201 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4202
4203         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4204         article found.
4205
4206 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4209         `auth-source-save-secrets' with a more sensitive alist that can be
4210         configured per file.  Experimental, so defaults to 'never.
4211         (auth-source-netrc-create): Use it.  Still experimental code.
4212         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4213         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4214
4215 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * auth-source.el (auth-source-save-secrets): New variable to control if
4218         secret tokens should be saved encrypted.
4219         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4220         to `auth-source-netrc-normalize'.
4221         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4222         on the EPA variables being defined.
4223         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4224         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4225         the lexical-let closure.
4226         (auth-source-netrc-create): Create "gpg:" tokens according to
4227         `auth-source-save-secrets'.
4228
4229 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * gnus-group.el (gnus-group-update-group): Add new argument
4232         `info-unchanged' that stops updating dribble buffer.
4233
4234         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4235         deletes lines matching to it in dribble buffer.
4236
4237         * gnus-agent.el (gnus-agent-fetch-group-1):
4238         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4239         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4240         * gnus-start.el (gnus-group-change-level):
4241         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4242
4243         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4244         if newsgroup info is not changed.
4245
4246         * gnus-group.el (gnus-group-get-new-news-this-group):
4247         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4248         Don't update dribble buffer.
4249
4250 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4251
4252         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4253         remove entries with groups we ignore.
4254
4255 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4258         the underline comes at the bottom.
4259
4260 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4263         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4264         (gnus-registry-article-marks-to-names): Rename from
4265         `gnus-registry-user-format-function-M2'.
4266
4267 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4270         ephemeral group.
4271
4272 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4273
4274         * shr.el (shr-browse-image): Copy the URL if called interactively.
4275
4276 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4279         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4280         done, then unselected articles may be marked as read.
4281
4282         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4283         since not doing this seems to lead to a race condition in pop3-logon.
4284
4285         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4286         so that the call chain it correct when we call "upwards".
4287
4288         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4289         in read-only groups.
4290
4291         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4292
4293         * message.el (message-cite-reply-position): Doc string fix.
4294
4295         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4296         avoid regexp overflow.
4297         (nnimap-transform-split-mail): Ditto.
4298
4299         * pop3.el (pop3-retr): Error out if the server closes the connection.
4300
4301 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4302
4303         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4304         mm-with-unibyte-current-buffer.  The buffer should not contain any
4305         multibyte chars anyway at this stage.
4306
4307 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4310         at the end of lines.
4311
4312 2011-05-29  Julien Danjou  <julien@danjou.info>
4313
4314         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4315
4316 2011-05-27  Glenn Morris  <rgm@gnu.org>
4317
4318         * gnus-group.el (gnus-bug-group-download-format-alist):
4319         Use the "maintainer" version of debian reports as well.
4320
4321 2011-05-26  Glenn Morris  <rgm@gnu.org>
4322
4323         * gnus-group.el (gnus-bug-group-download-format-alist):
4324         Use the "maintainer" version of debbugs.gnu.org reports.
4325
4326 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4329
4330 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4331
4332         * gnus-cus.el (gnus-agent-customize-category):
4333         * gnus-delay.el (gnus-delay-send-queue):
4334         * gnus.el (gnus-other-frame):
4335         Don't quote lambda expressions with `quote'.
4336
4337 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4340         the thread moves us backwards and so we loop forever.
4341
4342 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4345         whitespace in base64 data lines.
4346
4347 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * gnus-registry.el (gnus-registry-user-format-function-M):
4350         Use `mapconcat'.
4351         (gnus-registry-user-format-function-M2): Use to see the full text of
4352         the marks.  Make "," the mark text separator.
4353
4354         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4355         authentication with auth-source.
4356
4357 2011-05-17  Glenn Morris  <rgm@gnu.org>
4358
4359         * gnus-group.el (gnus-import-other-newsrc-file):
4360         Use insert-file-contents.
4361
4362 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4365         1000 iterations.
4366
4367 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * nntp.el (nntp-open-connection): Check if process-type is available.
4370
4371 2011-05-16  Julien Danjou  <julien@danjou.info>
4372
4373         * shr.el (shr-tag-del): Add support for del tag.
4374
4375 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-html.el (gnus-html-put-image): Register a displayer.
4378
4379         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4380
4381 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * registry.el (prune-factor): New initialization parameter defaulting
4384         to 0.1.
4385         (registry-prune-hard): Use it.
4386
4387         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4388         0.1 expicitly.
4389
4390 2011-05-13  Glenn Morris  <rgm@gnu.org>
4391
4392         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4393         is bound, since this function requires sendmail.
4394
4395 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * registry.el (registry-usage-test): Disable pruning test.
4398
4399 2011-05-11  David Engster  <dengste@eml.cc>
4400
4401         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4402         Bind set-network-process-option for XEmacs.
4403
4404 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * registry.el (registry-prune-hard-candidates)
4407         (registry-prune-soft-candidates): Helper methods for registry pruning.
4408         (registry-prune): Use them.  Make the sort function optional.
4409
4410 2011-05-10  Jim Meyering  <meyering@redhat.com>
4411
4412         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4413
4414 2011-05-10  Julien Danjou  <julien@danjou.info>
4415
4416         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4417         symbol and not a list.
4418
4419 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (gnus-article-mode): Move binding of
4422         shr-put-image-function here from gnus-article-prepare-display.
4423
4424         * shr.el (shr-put-image-function): New variable.
4425         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4426         (shr-put-image): Return scaled image.
4427
4428         * gnus-art.el (gnus-shr-put-image): New function.
4429         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4430
4431         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4432         original ones, as deletable.
4433
4434 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4435
4436         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4437
4438 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * registry.el (registry-full): Add convenience method.  Fix logic.
4441         (registry-insert): Use it.  Fix logic here too.
4442
4443         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4444         `registry-prune' if `registry-full' returns t.
4445         (gnus-registry-handle-action)
4446         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4447         (gnus-registry-usage-test): Use it.
4448
4449 2011-05-07  Julien Danjou  <julien@danjou.info>
4450
4451         * shr.el (shr-link): Make shr-link inherit from link by default.
4452
4453 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4456
4457 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4460         error out because the face is not a list.
4461
4462 2011-05-05  Glenn Morris  <rgm@gnu.org>
4463
4464         * proto-stream.el (gnutls-negotiate): Fix declarations.
4465
4466         * gnus-start.el (gnus-propagate-marks): Declare.
4467
4468 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * registry.el (registry-reindex): Fix percentage message.
4471
4472         * proto-stream.el (network-stream-open-starttls): Adjust to call
4473         `gnutls-negotiate' with :process and :hostname arguments.
4474
4475 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4476
4477         * shr.el: Add shr-link face for links.
4478         (shr-urlify): Use it.
4479
4480         * registry.el (registry-insert): Make error message more helpful.
4481
4482 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-html.el (gnus-html-schedule-image-fetching):
4485         Use url-queue-retrieve, if it exists.
4486
4487         * shr.el (shr-tag-img): Ditto.
4488
4489         * gnus.el: Autoload more gnus-agent functions.
4490
4491         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4492         agent if we haven't already (bug#8502).
4493
4494         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4495         into the Agent, too.
4496
4497         * gnus-agent.el (gnus-agent-store-article): New function.
4498
4499         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4500         and moved from that file for reuse.
4501
4502         * pop3.el (pop3-open-server): Error messages are "-ERR".
4503
4504 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4507         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4508
4509 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4510
4511         * gnus.el: No Gnus v0.17 is released.
4512
4513 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4514
4515         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4516         buffer has moved to a different frame.
4517
4518 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4521         to get the conversion from unibyte to multibyte buffers to work on
4522         Emacs 22.
4523
4524         * nntp.el (nntp-request-article): Slight clean-up.
4525
4526 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * shr.el (shr-strike-through): New face.
4529         (shr-tag-s): Use it to provide <s> support.
4530         (shr-tag-s): Remove duplicate definition.
4531
4532 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4533
4534         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4535         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4536
4537 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4538
4539         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4540         `gnutls-negotiate'.
4541         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4542
4543 2011-04-23  Glenn Morris  <rgm@gnu.org>
4544
4545         * gnus-sum.el (gnus-extra-headers): Bump :version.
4546
4547 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * shr.el (shr-tag-sup): New function.
4550         (shr-tag-sub): Ditto.
4551
4552 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4555         for the case where `gnus-registry-ignored-groups' is a list of lists,
4556         and don't call `gnus-parameter-registry-ignore' otherwise.
4557
4558 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4559
4560         * nnimap.el (nnimap-user): New backend variable.
4561         (nnimap-open-connection-1): Use it.
4562         (nnimap-credentials): Accept user parameter so it's explicit what user
4563         name is desired.
4564
4565         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4566         default.
4567
4568         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4569         not gnus-registry.el.
4570
4571         * gnus-registry.el: Mention in comments how to modify
4572         `gnus-extra-headers' for proper recipient tracking and that it may
4573         already have To and Cc recently, which it does as of this commit.
4574         (gnus-registry-ignored-groups): Remove defcustom.
4575         Explain why in comments.
4576         (gnus-registry-action): Fix data-header reference to use the extra
4577         headers.  Explain in package commentary how to add To and Cc headers to
4578         the gnus-extra-headers.
4579         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4580         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4581         parameter list or a string list in `gnus-registry-ignored-groups'.
4582         Fix logic error.
4583
4584 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * shr.el (shr-expand-url): Protect against null urls.
4587
4588 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * shr.el (shr-base): New binding.
4591         (shr-tag-base): Keep track of <base>.
4592         (shr-expand-url): New function used throughout.
4593
4594 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4595
4596         * gnus-registry.el
4597         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4598         (gnus-registry-ignored-groups): New variable.
4599         (gnus-registry-ignore-group-p): Use it.
4600         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4601         set the destination group to nil (same as delete) if it's ignored.
4602
4603 2011-04-20  David Engster  <dengste@eml.cc>
4604
4605         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4606
4607         * Makefile.in (test-nntp): New rule.
4608         (check): Add it.
4609         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4610
4611 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-registry.el (gnus-registry-action)
4614         (gnus-registry-fetch-header-fast):
4615         Don't use mail-header that looks an internal function of mailheader.el.
4616
4617 2011-04-19  Glenn Morris  <rgm@gnu.org>
4618
4619         * time-date.el (time-to-days): Remove unused local variables.
4620
4621 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-registry.el: Eliminate cl functions.
4624         (gnus-registry-sort-addresses): New function that replaces mapcan.
4625         (gnus-registry-action, gnus-registry-spool-action)
4626         (gnus-registry-split-fancy-with-parent)
4627         (gnus-registry-fetch-recipients-fast): Use it.
4628         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4629
4630         * registry.el (initialize-instance, registry-lookup)
4631         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4632         (registry-lookup-secondary-value, registry-search, registry-delete)
4633         (registry-insert, registry-reindex, registry-size, registry-prune):
4634         Use eval-and-compile.
4635
4636 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * registry.el (registry-reindex): New method to recreate the secondary
4639         registry indices.
4640
4641         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4642         tracked field changes.
4643         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4644         (gnus-registry-action, gnus-registry-spool-action)
4645         (gnus-registry-handle-action)
4646         (gnus-registry--split-fancy-with-parent-internal)
4647         (gnus-registry-split-fancy-with-parent)
4648         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4649         move, and delete actions, and for fancy splitting with parent.
4650         (gnus-registry-extract-addresses)
4651         (gnus-registry-fetch-recipients-fast)
4652         (gnus-registry-fetch-header-fast): Convenience functions.
4653         (gnus-registry-misc-test): ERT test of
4654         `gnus-registry-extract-addresses'.
4655
4656 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4657
4658         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4659         Track by subject first, then sender.
4660
4661 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4662
4663         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4664
4665         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4666         Lisp.
4667
4668         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4669         (gnus-draft-send): Use it to avoid popping
4670         up frames from gnus-group-send-queue.
4671
4672 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4673
4674         * gnus-registry.el: Updated gnus-registry docs.
4675
4676 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4679         Fix logic bug.
4680         (gnus-registry-post-process-groups): Fix logging of no results and
4681         quote sender and subject.
4682
4683 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4686         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4687         gnutls-cli are too slow to be done opportunistically.
4688
4689         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4690         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4691         we had no early-data returned.
4692         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4693         two async commands to the same server at the same time.
4694
4695 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4696
4697         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4698
4699 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700
4701         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4702         "warning" level.
4703
4704         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4705         (mm-url-insert-file-contents): Don't set the package names.
4706
4707 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4708
4709         * gnus-registry.el (gnus-registry-action): Remove properties and
4710         simplify subject in `gnus-registry-handle-action'.
4711         (gnus-registry-spool-action): Get subject and sender from message if
4712         they are not passed in.
4713         (gnus-registry-handle-action): Remove properties and simplify subject
4714         consistently.
4715
4716 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4717
4718         * registry.el: Require CL before using defmacro*.
4719
4720 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-art.el (article-treat-date): Assume that
4723         gnus-article-date-headers may be a group parameter.
4724
4725 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4728
4729         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4730         interactively so the newsrc file can contain foreign groups too.
4731         Useful for debugging but not much for users.
4732
4733 2011-04-07  David Engster  <dengste@eml.cc>
4734
4735         * registry.el (registry-usage-test): Only do
4736         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4737         lexical binding.
4738
4739 2011-04-07  David Engster  <dengste@eml.cc>
4740
4741         * Makefile.in (check, test-registry): New rules for test-suite.
4742
4743 2011-04-06  David Engster  <dengste@eml.cc>
4744
4745         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4746         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4747
4748 2011-04-06  David Engster  <dengste@eml.cc>
4749
4750         * registry.el (initialize-instance): Change :after to :AFTER to be
4751         compatible with old EIEIO version in XEmacs.
4752
4753 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-registry.el (gnus-registry-post-process-groups)
4756         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4757         and provide better messaging.
4758
4759 2011-04-06  David Engster  <dengste@eml.cc>
4760
4761         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4762         errors.
4763
4764         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4765         dgnushack-compile with error-on-warn enabled, and to signal an error if
4766         clean compilation failed.
4767         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4768         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4769
4770 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4771
4772         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4773         unconditionally anyway, discarding errors.
4774         (gnus-registry-delete-entries): New convenience function.
4775         (gnus-registry-import-eld): Import from old .eld registry.
4776
4777         * registry.el: Don't use ERT if it's not available.  Load it
4778         unconditionally anyway, discarding errors.
4779
4780         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4781         version from the Claudio Bley GnuTLS patch (extra optional parameters
4782         and host name).
4783
4784 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4787         fixup the parameters that can be customized by the user between
4788         save/read cycles.
4789         (gnus-registry-read): Use it.
4790         (gnus-registry-make-db): Use it.
4791         (gnus-registry-spool-action, gnus-registry-handle-action):
4792         Fix messaging.
4793         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4794         Map references to actual group names with sender and subject tracking.
4795         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4796         (gnus-registry-usage-test): Add subject lookup test.
4797
4798         * registry.el (registry-db, initialize-instance): Set up constructor
4799         instead of :initform arguments for the sake of older Emacsen.
4800         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4801         pre-lexbind merge bug.
4802         (registry-usage-test): Use it.
4803         (initialize-instance, registry-db): Move the non-function initforms
4804         back to the class definition.
4805
4806 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * registry.el: New library to manage gnus-registry-style data.
4809
4810         * gnus-registry.el: Use it (major rewrite).
4811
4812         * nnregistry.el: Use it.
4813
4814         * spam.el: Use it.
4815
4816 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4819         marks on non-selected articles.
4820
4821 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4822
4823         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4824         parameter to open-protocol-stream.
4825
4826 2011-04-01  Julien Danjou  <julien@danjou.info>
4827
4828         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4829         fundamental-mode.
4830
4831 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4834         servers.
4835
4836 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4839         made marks not propagate, again.
4840
4841 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4842
4843         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4844         Make this the default type.
4845         (proto-stream-open-plain): Rename from proto-stream-open-default.
4846         (open-protocol-stream, proto-stream-open-starttls)
4847         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4848         with `plain'.
4849
4850         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4851         value.
4852
4853         * nntp.el (nntp-open-connection-function): Document the fact that some
4854         values are not functions but are instead handled specially.
4855         Recognize nntp-open-plain-stream value.
4856         (nntp-open-connection): Recognize that value.
4857
4858 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4861         where it seems to be needed.
4862
4863 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4866         stuff.
4867
4868         * gnus-score.el (gnus-score-string): Fix calling convention of
4869         `gnus-simplify-buffer-fuzzy' after last patches.
4870
4871         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4872         server for articles we didn't get any headers for.  This is a sanity
4873         check.
4874
4875 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4876
4877         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4878         new CAPABILITY, use it.
4879
4880 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4883         downloading anything.
4884
4885         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4886
4887 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4888
4889         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4890         colors.
4891         (gnus-splash-svg-color-symbols): New function.
4892
4893 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4896         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4897         (gnus-simplify-subject-fuzzy): Use the local
4898         gnus-simplify-subject-fuzzy-regex instead of the global one.
4899         This makes using this variable in group parameters work.
4900
4901 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * gnus-registry.el (gnus-registry-unfollowed-groups):
4904         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4905         archive:sent-YYYY-MM-DD groups).
4906         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4907         tracking if there are more than `gnus-registry-max-track-groups'
4908         matches.
4909
4910 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4911
4912         * message.el (message--yank-original-internal): New function to do the
4913         insertion cleanly inside eval in `message-yank-original'.
4914         (message-yank-original): Use it.
4915
4916 2011-03-29  Julien Danjou  <julien@danjou.info>
4917
4918         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4919         local variables disabled rather than `normal-mode'.
4920
4921 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4922
4923         * imap.el (imap-shell-open, imap-process-connection-type):
4924         Use imap-process-connection-type for 'shell' streams as well as
4925         Kerberos, SSL, other subprocesses.
4926
4927 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4928
4929         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4930         with open-network-stream.
4931         (proto-stream-always-use-starttls): Option removed.
4932         (open-protocol-stream): Return a process object by default.  Provide a
4933         new parameter :return-list specifying a list-type return value, which
4934         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4935         :type `network' to `try-starttls', and `network-only' to `default'.
4936         Make `default' the default, for compatibility with open-network-stream.
4937         Handle the no-parameter case exactly as open-network-stream, with no
4938         additional stream processing.  Search plists using plist-get.
4939         Explicitly add :end-of-commend parameter if it is missing.
4940         (proto-stream-open-default): Rename from
4941         proto-stream-open-network-only.  Return 'default as the type.
4942         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4943         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4944         failed.  Always return a list with a (possibly dead) process as the
4945         first element, for compatibility with open-network-stream.
4946         (proto-stream-open-tls): Use plist-get.  Always return a list.
4947         (proto-stream-open-shell): Return `default' as connection type.
4948         (proto-stream-capability-open): Use plist-get.
4949         (proto-stream-eoc): Function deleted.
4950
4951         * nnimap.el (nnimap-stream, nnimap-open-connection)
4952         (nnimap-open-connection-1): Handle renaming of :type parameter for
4953         open-protocol-stream.
4954         (nnimap-open-connection-1): Pass a :return-list parameter
4955         open-protocol-stream to obtain a list return value.  Parse this list
4956         using plist-get.
4957
4958         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4959         for open-protocol-stream.  Accept open-protocol-stream return value
4960         that is a subprocess object instead of a list.  Handle the case of a
4961         dead returned process.
4962
4963 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4964
4965         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4966
4967         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4968
4969 2011-03-21  Julien Danjou  <julien@danjou.info>
4970
4971         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4972         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4973         query.
4974         (mm-inline-text): Render normal text with fontification whenever
4975         possible.
4976
4977         * gnus-sum.el (gnus-summary-save-parts-1):
4978         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4979         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4980         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4981         Use `mm-handle-filename'.
4982
4983         * mm-util.el (mm-handle-filename): New function, return the filename of
4984         an handle.
4985
4986 2011-03-18  Julien Danjou  <julien@danjou.info>
4987
4988         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4989         (gnus-buffer-live-p): Check that buffer is not nil.
4990
4991 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4992
4993         * gnus.el: No Gnus v0.15 is released.
4994
4995 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4998         avoid warning on XEmacs.
4999
5000         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5001         on XEmacs.
5002
5003         * gnus-art.el: Require mouse, which the build bot seems to say is
5004         needed.
5005
5006         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5007
5008         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5009         XEmacs, since it doesn't have url-retrieve-synchronously.
5010
5011         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5012         since assoc-string doesn't exist in XEmacs.
5013
5014 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5015
5016         * gnus-group.el (gnus-group-list-ticked): New function.
5017         (gnus-group-make-menu-bar): Provide a menu entry for it.
5018         (gnus-group-list-map): Provide a binding for it.
5019
5020 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * shr.el (shr-visit-file): New command.
5023
5024         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5025
5026 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5027
5028         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5029         servers.
5030
5031 2011-03-16  Julien Danjou  <julien@danjou.info>
5032
5033         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5034         inline.
5035
5036         * gnus-art.el (article-hide-list-identifiers):
5037         Use gnus-group-get-list-identifiers.
5038
5039         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5040         (gnus-summary-remove-list-identifiers):
5041         Use gnus-group-get-list-identifiers to get regexp.
5042         (gnus-select-newsgroup, gnus-summary-insert-subject)
5043         (gnus-summary-insert-articles):
5044         Call gnus-summary-remove-list-identifiers unconditionally.
5045
5046 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5049         we're selecting a group with unread articles.
5050
5051         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5052
5053         * gssapi.el: New file separated out from imap.el to provide a general
5054         Kerberos 5 connection facility for Emacs.
5055
5056         * message.el (message-elide-ellipsis): Document the format spec
5057         ellipsis.
5058
5059 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * message.el (message-elide-region): Allow the ellipsis to say how many
5062         lines were removed.
5063
5064 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5067         window configurations containing buffers that are now dead.
5068
5069         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5070         parsing to avoid integer overflows.
5071         (nnimap-parse-flags): Simplify the last change.
5072         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5073         too large for 32-bit Emacsen.
5074
5075 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5076
5077         * auth-source.el (auth-source-netrc-create):
5078         * message.el (message-yank-original): Fix use of `case'.
5079
5080 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5081
5082         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5083         XEmacs, which was one character too wide.
5084
5085 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5086
5087         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5088         default number of articles to display.
5089         (gnus-articles-to-read): Use pretty names for prompt.
5090
5091 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * gnus-int.el (gnus-open-server): Ditto.
5094
5095         * gnus-start.el (gnus-activate-group): Give a backtrace if
5096         debug-on-quit is set and the user hits `C-g'.
5097         (gnus-read-active-file): Ditto.
5098
5099         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5100
5101 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5102
5103         * message.el (message-yank-original): Use cond instead of CL case.
5104
5105 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5106
5107         * auth-source.el (auth-source-netrc-create): Use usual format for the
5108         default in prompts.
5109
5110 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * lpath.el: Fbind read-char-choice for XEmacs.
5113
5114 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * auth-source.el (auth-source-netrc-create): Show the default in the
5117         prompt when prompting for token creation.
5118
5119 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5120
5121         * auth-source.el (auth-source-format-prompt): Always convert the value
5122         to a string to avoid evaluating non-string arguments.
5123         (auth-source-netrc-create): Offer default properly, not as initial
5124         content in `read-string'.
5125         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5126         of line to determine if we've been run before.  If so, don't run again,
5127         but print a trivial message to indicate the cache was hit instead.
5128
5129 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5132         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5133         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5134         Gnus.
5135
5136 2011-03-11  Julien Danjou  <julien@danjou.info>
5137
5138         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5139         modified file".
5140
5141 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * auth-source.el (auth-source-read-char-choice): New function to read a
5144         character choice using `dropdown-list', `read-char-choice', or
5145         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5146         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5147         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5148         (auth-source-netrc-saver): Use it.
5149         (auth-source-pick-first-password): New convenience function.
5150
5151 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5154         parameter in the credentials.
5155         (nnimap-open-connection-1): Use it after a successful login.
5156         (nnimap-credentials): Add IMAP-specific user and password prompt.
5157
5158         * auth-source.el (auth-source-search): Add :require parameter, taking a
5159         list.  Document it and the :save-function return token.  Pass :require
5160         down.  Change the CREATED message from a warning to a debug statement.
5161         (auth-source-search-backends): Pass :require down.
5162         (auth-source-netrc-search): Pass :require down.
5163         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5164         Change save prompt to indicate all modifications saved here are
5165         deletions.
5166         (auth-source-netrc-create): Take user login name as default in user
5167         prompt.  Move all the save functionality to a lexically bound function
5168         under the :save-function token in the returned list.  Set up clearer
5169         default prompts for user, host, port, and secret.
5170         (auth-source-netrc-saver): New function, intended to be wrapped for
5171         :save-function.
5172
5173 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5176         lines to be spaces instead.
5177
5178 2011-03-07  Julien Danjou  <julien@danjou.info>
5179
5180         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5181         (sieve-sasl-auth): Check that auth-source-search did return something,
5182         or just return an empty string.
5183
5184 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5185
5186         * gnus.el (gnus-interactive): Use read-directory-name.
5187
5188         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5189         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5190         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5191         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5192         Likewise.
5193
5194         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5195
5196 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5199         onto the list of killed groups, too.  This makes killed nnimap groups,
5200         for instance, more reliably not reappear.
5201
5202         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5203         the parent.
5204
5205         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5206
5207         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5208         really have server-side marks.
5209
5210         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5211         since most backends do not usefully have server-side marks.
5212         (gnus-update-read-articles): Propagate marks to all backends that
5213         really have server-side marks.
5214
5215 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5216
5217         * message.el (message-cite-reply-position, message-cite-style):
5218         New variables.
5219         (message-yank-original): Use the new citation styles.
5220
5221 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5222
5223         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5224         buffer-local issue); don't mark it buffer-local when running under
5225         XEmacs.
5226
5227 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5228
5229         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5230         numbers too big to be `read'.
5231
5232 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5233
5234         * password-cache.el (password-in-cache-p): Add autoload.
5235
5236         * message.el (message-options): Make buffer-local two ways to attempt
5237         to fix a XEmacs bug.
5238
5239 2011-03-02  Julien Danjou  <julien@danjou.info>
5240
5241         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5242
5243 2011-03-01  Julien Danjou  <julien@danjou.info>
5244
5245         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5246         group.
5247         (article-hide-list-identifiers): Use list-identifier group parameter.
5248
5249 2011-02-28  Julien Danjou  <julien@danjou.info>
5250
5251         * sieve.el (sieve-buffer-script-name): New local variable to store
5252         sieve script name.
5253         (sieve-edit-script): Store sieve script name.
5254         (sieve-upload): Use sieve script name when uploading.
5255         (sieve-upload): Use substitute-command-keys.
5256         (sieve-edit-script): Use substitute-command-keys.
5257         (sieve-refresh-scriptlist): Use substitute-command-keys.
5258         (sieve-manage-mode-map): Define keymap properly.
5259         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5260         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5261         Remove commented code about cvs.
5262         (sieve-manage-quit): New function.
5263         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5264
5265 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5268
5269 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * auth-source.el (auth-source-search): Cache empty result sets.
5272
5273         * password-cache.el (password-in-cache-p): Convenience function to
5274         check if a key is in the cache, even if the value is nil.
5275
5276         * auth-source.el (auth-source-save-behavior): New variable to replace
5277         `auth-source-never-create'.
5278         (auth-source-netrc-create): Use it.
5279         (auth-source-never-save): Remove.
5280
5281 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5282
5283         * nnimap.el (nnimap-stream): Doc fix.
5284         (nnimap-open-connection-1): Reverse the order of the ports to that the
5285         prompted-for port is first.
5286
5287         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5288         retrieval by the no-group selection.
5289
5290         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5291         numerical parameters.
5292
5293 2011-02-25  Julien Danjou  <julien@danjou.info>
5294
5295         * gnus-gravatar.el: Use gnus-with-article-buffer.
5296
5297         * gnus-art.el (gnus-with-article-buffer): Check that the
5298         gnus-article-buffer is alive.
5299
5300 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * auth-source.el (auth-source-creation-prompts): New variable to manage
5303         creation-time prompts.
5304         (auth-source-search): Document it.
5305         (auth-source-format-prompt): Add utility function.
5306         (auth-source-netrc-create): Don't default the user name to
5307         user-login-name.  Use `auth-source-creation-prompts' and some default
5308         prompts for user, host, port, and password (the default generic prompt
5309         remains ugly).
5310         (auth-source-never-save): Add customizable option to never save info.
5311         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5312         mode excursion.
5313
5314 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5317         argument that XEmacs doesn't support.
5318
5319         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5320         compiled for Emacsen having no `libxml-parse-html-region' support.
5321
5322         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5323
5324         * lpath.el: Bind buffer-save-without-query for XEmacs.
5325
5326 2011-02-23  Julien Danjou  <julien@danjou.info>
5327
5328         * gnus-art.el (article-make-date-line): Ignore errors if time is
5329         invalid and not convertible.
5330         (article-make-date-line): Only add lapsed time if time is not nil.
5331
5332 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5335         `read-char-choice' for backwards compatibility.
5336         (auth-source-netrc-element-or-first): New function to DTRT for
5337         parameter extraction.
5338         (auth-source-netrc-create): Use it and fix multiple parameter print
5339         bug.  Use the default passed from above (given-default) or the
5340         built-in (user-login-name for :user).
5341
5342 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5343
5344         * gnus-start.el (gnus-dribble-read-file):
5345         Set buffer-save-without-query, since we always want to save the dribble
5346         file, probably.
5347
5348         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5349         nnimap.
5350
5351         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5352         -summary- since it's a user-visible variable.
5353
5354         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5355         first time you use the new Gnus.
5356
5357 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5358
5359         * auth-source.el: Don't load netrc.el.
5360         (auth-sources): Search ~/.netrc as well by default.
5361         (auth-source-debug): Add 'trivia option for extra output.
5362         (auth-source-do-trivia): Use it.
5363         (auth-source-search): Simplify logic to use
5364         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5365         appropriate.  Don't keep a running count at this level.  Layer :create
5366         and :delete options appropriately on the first and second passes.
5367         Don't track the backend with the search results.
5368         (auth-source-search-backends): New function to search a list of
5369         backends for a processed spec.
5370         (auth-source-netrc-parse): Cache all netrc files, making
5371         auth-source-netrc-cache an alist keyed by the file name and using the
5372         file mtime as the caching criterion.  Keep the obfuscated data secret
5373         with a lexical bind.
5374         (auth-source-netrc-search): Don't calculate the length of the results
5375         unnecessarily.
5376         (auth-source-search-backends): Fix bug.
5377         (auth-source-netrc-create): Rework prompts.
5378
5379 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5380
5381         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5382         Lower case names of search constraints.
5383         (nnir-run-query): Cache and reuse search constraints for all imap
5384         servers.
5385
5386 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5387
5388         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5389         after exit.
5390         (gnus-setup-message): Define missing variable from last checkin.
5391
5392         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5393         value, show the raw article.
5394
5395 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5396
5397         * gnus.el: No Gnus v0.13 is released.
5398
5399 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5400
5401         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5402         auth-source now accepts numbers.
5403
5404         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5405         spec, too.
5406         (auth-source-ensure-strings): New function.
5407
5408         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5409         (gnus-article-setup-buffer): Always restart the date timer so that user
5410         changes to the frequency is respected.
5411
5412         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5413         port numbers, so make sure it gets that if nnimap-server-port is
5414         explicit.
5415
5416 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5417
5418         * nnimap.el (nnimap-inbox): Doc fix.
5419
5420 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5421
5422         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5423         Autoload.  Add optional arg FRAME, and pass it to color-values.
5424         (color-complement): Caller changed.  Doc fix.
5425         (color-gradient): Rewrite for better clarity and efficiency.
5426
5427 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5428
5429         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5430         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5431         color-lab-to-srgb.
5432
5433 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5434
5435         * color.el: First part of merge from hexrgb.el.
5436         (color-rgb-to-hex): Rename from color-rgb->hex.
5437         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5438         saturation to zero if the value is too small.
5439         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5440         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5441         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5442         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5443         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5444         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5445         (color-cie-de2000): Doc fix.
5446
5447 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5448
5449         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5450         given method as in the group name if we're using an extended method.
5451         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5452         command, if we're using that, instead of waiting for the beginning.
5453
5454         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5455         we're sure to get unique server names, and we don't output two async
5456         commands in the same buffer.  This fixes an NNTP hang for some users.
5457
5458 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5459
5460         * gnus.el: No Gnus v0.11 is released.
5461
5462 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5463
5464         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5465         summary buffer before reading going to the next buffer.  This avoids
5466         putting the point in the group buffer if you `C-g' the command.
5467
5468         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5469         cache (for now) to make ~/.authinfo.gpg files usable.
5470
5471         * nnfolder.el (copyright-update): Define for the compiler.
5472
5473         * auth-source.el (auth-source-search): Fix unbound variable.
5474
5475 2011-02-19  Glenn Morris  <rgm@gnu.org>
5476
5477         * gnus.el (gnus-meta): Doc fix.
5478
5479 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5480
5481         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5482         in case it's not yet loaded.
5483
5484 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5485
5486         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5487         line we're waiting for.
5488
5489 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5490
5491         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5492         face with line-width greater than zero will cause RET in gnus summary
5493         buffer to scroll down article page-wise because auto vscroll happens,
5494         it should be temporally disabled when doing a scroll-up.
5495
5496 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5497
5498         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5499         outputs from the server.
5500
5501 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5502
5503         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5504         later so that bbdb can hook in easier.
5505
5506 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5507
5508         * auth-source.el (auth-source-search): Don't try to create credentials
5509         if the caller doesn't want that.
5510         (auth-source-search): If we don't find a match, don't bug out on
5511         non-bound variables.
5512         (auth-source-search): Only ask a single backend to create the
5513         credentials.
5514
5515         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5516         logging.
5517         (nnimap-credentials): Protect against auth-source-search returning nil.
5518         (nnimap-request-list): Protect against not being able to open the
5519         server.
5520
5521 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5522
5523         * auth-source.el (auth-source-search): Do a two-phase search, one with
5524         no :create to get the responses from all backends.
5525
5526         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5527         when getting credentials.
5528
5529         * gnus-util.el (gnus-delete-duplicates): New function.
5530
5531 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5534         a creation default, pass the whole port list down.  It will be
5535         completed.
5536
5537         * auth-source.el (auth-source-search): Updated docs to talk about
5538         multiple creation choices.
5539         (auth-source-netrc-create): Accept a list as a value (from the search
5540         parameters) and do completion on that list.  Keep a separate netrc line
5541         with the password obscured for showing the user.
5542
5543         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5544         first choice to `auth-source-search' so it will be used for entry
5545         creation instead of the server's Gnus-specific name.
5546         (nnimap-credentials): Rely on the auth-source library to select which
5547         port is actually wanted in the new netrc entry, so don't override
5548         `auth-source-creation-defaults'.
5549
5550         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5551         :protocol and accept a missing user, host, or port as a wildcard match.
5552         (auth-source-debug): Default to off.
5553
5554         (auth-source-netrc-search, auth-source-netrc-create)
5555         (auth-source-secrets-search, auth-source-secrets-create)
5556         (auth-source-user-or-password, auth-source-backend, auth-sources)
5557         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5558         instead of :protocol.
5559
5560         * nnimap.el (nnimap-credentials): Pass a port default to
5561         `auth-source-search' in case an entry needs to be created.
5562         (nnimap-open-connection-1): Use :port instead of :protocol.
5563
5564 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * auth-source.el: Bind load-path when loading EIEIO from
5567         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5568         21.4 doesn't support, to `require'.
5569         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5570         delete-dups that is not available in XEmacs 21.4.
5571
5572 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5573
5574         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5575         as EIEIO must also be loaded when auth-source.el is being
5576         byte-compiled.
5577
5578 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5581
5582         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5583
5584         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5585
5586         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5587
5588         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5589
5590         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5591
5592         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5593
5594         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5595         necessary.
5596
5597 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5598
5599         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5600         nil means that nnimap doesn't get updated.
5601
5602 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5605         result when the user doesn't want to write to the file.
5606         (auth-source-netrc-search): Expect a synthetic result and proceed
5607         accordingly.
5608         (auth-source-cache-expiry): New variable to override
5609         `password-cache-expiry'.
5610         (auth-source-remember): Use it.
5611
5612         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5613         parameter.  Create entry if necessary by using :create t.
5614         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5615
5616 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5617
5618         * auth-source.el (auth-source-debug): Enable by default and don't
5619         mention the obsolete `auth-source-hide-passwords'.
5620         (auth-source-do-warn): New function to debug unconditionally.
5621         (auth-source-do-debug): Use it.
5622         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5623         and for Secrets API entries when the secrets.el library is not
5624         available.
5625
5626 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5627
5628         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5629         (gnus-summary-exit): Kill the correct article buffer on exit from a
5630         `C-d' group.
5631
5632         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5633         gnus-propagate-marks.
5634
5635         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5636         before killing the buffers so that a non-full window conf gets handled
5637         correctly.
5638         (gnus-summary-exit): Ditto.
5639         (gnus-summary-read-group-1): Ditto.
5640
5641         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5642         async code again so that we can debug it properly.
5643
5644         * message.el (message-reply): Take an optional switch-buffer parameter
5645         so that Gnus window confs are respected better.
5646
5647 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5650         `plist-get' to accept non-list parameters (XEmacs issue).
5651         Fix docstring.
5652         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5653         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5654         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5655         Login collection is "Login" and not "login".
5656
5657 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5660         multiple headers.
5661
5662         * nnimap.el (nnimap-inhibit-logging): New variable.
5663         (nnimap-log-command): Don't log login commands.
5664
5665         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5666         to have more parameters.
5667
5668         * nnimap.el (nnimap-send-command): Mark the command time for each
5669         command, so that we don't get NOOPs stepping on our toes.
5670
5671         * gnus-art.el (article-date-ut): Get the date from the Date header on
5672         `t'.
5673
5674 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * auth-source.el (auth-source-search): Use copy-sequence instead of
5677         the cl.el copy-list.
5678
5679 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         * imap.el: Bring it back (revert
5682         84d800cd31de3064f0ed39617d725709a2f8f42f).
5683
5684 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5685
5686         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5687         Improve prompt.
5688
5689 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5692         washing status from the default format.  It isn't very informative.
5693
5694 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5695
5696         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5697         Fix Gcc processing on imap.
5698
5699 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * imap.el: Remove file.  All the functionality is in nnimap.el.
5702
5703 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5704
5705         * message.el (message-bury): Don't pop up a new window when selected
5706         window is dedicated.
5707
5708 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5709
5710         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5711
5712 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5713
5714         * sieve-manage.el: Autoload `auth-source-search'.
5715         (sieve-sasl-auth): Use it.
5716
5717 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * nnimap.el: Autoload `auth-source-forget+'.
5720         (nnimap-open-connection-1): Use it if the connection fails.
5721
5722         * auth-source.el: Require `password-cache'.
5723         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5724         obsolete.
5725         (auth-source-magic): Marker for `password-cache' keys.
5726         (auth-source-do-cache): Update docstring.
5727         (auth-source-search): Use and check cache.
5728         (auth-source-forget-all-cached, auth-source-remember)
5729         (auth-source-recall, auth-source-forget, auth-source-forget+)
5730         (auth-source-specmatchp): Caching support functions.
5731         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5732         Remove and obsolete.
5733         (auth-source-user-or-password): Remove caching to further discourage
5734         using it.  Always hide passwords.
5735
5736         * password-cache.el (password-cache-remove): Accept secrets that are
5737         not strings.
5738
5739 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5740
5741         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5742         code for now, since it doesn't work for all users.
5743
5744 2011-02-09  Julien Danjou  <julien@danjou.info>
5745
5746         * message.el (message-options): Make message-options really buffer
5747         local.
5748
5749 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * mail-source.el: Autoload `auth-source-search'.
5752         (mail-source-keyword-map): Note order matters.
5753         (mail-source-set-1): Get all the mail-source source values and
5754         defaults and search auth-source on those if needed.  This can all
5755         probably be simplified.
5756
5757         * nnimap.el: Autoload `auth-source-search'.
5758         (nnimap-credentials): Use it.
5759         (nnimap-open-connection-1): Ask for the virtual server and physical
5760         address in one shot.
5761
5762         * nntp.el: Autoload `auth-source-search'.
5763         (nntp-send-authinfo): Use it.  Note TODO.
5764
5765 2011-02-08  Julien Danjou  <julien@danjou.info>
5766
5767         * shr.el (shr-tag-body): Add support for text attribute in body
5768         markups.
5769
5770         * message.el (message-options): Make message-options a local variable.
5771
5772 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * auth-source.el (auth-source-secrets-search)
5775         (auth-source-user-or-password): Use `append' instead of `nconc'.
5776         (auth-source-user-or-password): Build return list better and protect
5777         against nil :secret.
5778
5779 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5780
5781         * nnimap.el (nnimap-update-info): Refactor slightly.
5782         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5783         (nnimap-update-info): Clean up slightly.
5784         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5785         characters.
5786         (nnimap-process-quirk): Rename function to avoid collision.
5787         (nnimap-update-info): Fix macrology bug-out.
5788         (nnimap-update-info): Simplify split history test.
5789
5790 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5791
5792         * auth-source.el (top): Require 'eieio unconditionally.
5793         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5794         (auth-source-secrets-search): Limit search when `max' is greater than
5795         number of results.
5796
5797 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5798
5799         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5800         part not returning any data.
5801
5802         * proto-stream.el (open-protocol-stream): Document the return value.
5803
5804 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5805
5806         * auth-source.el (auth-source-secrets-search): Add examples.
5807
5808 2011-02-06  Julien Danjou  <julien@danjou.info>
5809
5810         * message.el (message-setup-1): Handle message-generate-headers-first
5811         set to t.
5812
5813 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5816         API with a string "secrets:collection-name" and with 'default.
5817         (auth-source-backend-parse): Parse "secrets:collection-name" and
5818         'default.  Recurse on parses instead of repeating code.  Use the
5819         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5820         message when ignoring a source.
5821         (auth-source-search): List ignored search keys at the top level.
5822         (auth-source-netrc-create): Use `case' instead of `cond'.
5823         (auth-source-secrets-search): Created with TODOs.
5824         (auth-source-secrets-create): Created with TODOs.
5825         (auth-source-retrieve, auth-source-create, auth-source-delete)
5826         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5827         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5828         (auth-source-user-or-password-sftp)
5829         (auth-source-user-or-password-smtp): Remove.
5830         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5831         around `auth-source-search'.  Not tested thoroughly.
5832
5833 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * auth-source.el: Bring in assoc and eioeio libraries.
5836         (secrets-enabled): New variable to track the status of the Secrets API.
5837         (auth-source-backend): New EIOEIO class to represent a backend.
5838         (auth-source-creation-defaults): New variable to set prompt defaults
5839         during token creation (see the `auth-source-search' docstring for
5840         details).
5841         (auth-sources): Simplify to allow a simple string as a netrc backend
5842         spec.
5843         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5844         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5845         (auth-source-search): Main auth-source API entry point.
5846         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5847         (auth-source-search-collection): Helper function for searching.
5848         (auth-source-netrc-parse, auth-source-netrc-normalize)
5849         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5850         Supports search, create, and delete.
5851         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5852         backend stubs.
5853         (auth-source-user-or-password): Call `auth-source-search' but it's not
5854         ready yet.
5855
5856 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5857
5858         * message.el (message-setup-1): Remove the read-only stuff, since it
5859         doesn't work under XEmacs, for some reason.
5860
5861         * gnus-sum.el (gnus-user-date): Rename back from
5862         gnus-summary-user-date since user code refers to it.
5863
5864         * shr.el (shr-render-td): Store the actual background color used.
5865
5866         * message.el (message-setup-1): Don't bind the constant
5867         -forbidden-properties.
5868         (message-setup-1): Revert previous change, since it needs to bind the
5869         props to insert them.
5870         (message-resend): Allow removing the read-only separator line.
5871
5872 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5873
5874         * nnimap.el (nnimap-request-accept-article): Give an error message if
5875         the APPEND wasn't successful.
5876
5877 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5878
5879         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5880         that have no groups.
5881
5882 2011-02-03  Julien Danjou  <julien@danjou.info>
5883
5884         * gnus-draft.el: Remove progn around gnus-draft-setup.
5885
5886 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-start.el (gnus-read-active-for-groups): This function is never
5889         called with a nil `infos', so clean that up.
5890         (gnus-get-unread-articles): Request active files from primary/secondary
5891         methods that have no groups (yet).
5892
5893 2011-02-03  Julien Danjou  <julien@danjou.info>
5894
5895         * message.el (message-setup-1): Always generate References first.
5896         (message-mail): Return the return value of message-setup, not always t.
5897         (message-setup-1): Insert mail-header-separator with read-only and
5898         intangible properties set.
5899
5900         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5901         user-date in docstring.
5902
5903         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5904
5905         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5906         docstring.
5907
5908         * gnus.el (gnus-user-date-format-alist): Change default value.
5909         Use defcustom, with type and group. Move from gnus-util.el.
5910         Rename to gnus-summary-user-date-format-alist.
5911
5912 2011-02-03  Glenn Morris  <rgm@gnu.org>
5913
5914         * nnimap.el (gnus-fetch-headers): Declare.
5915
5916         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5917
5918 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5919
5920         * message.el (message-forward-make-body-digest-plain)
5921         (message-followup, message-reply): Clean up things noted by Stefan.
5922
5923         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5924         gnus-article-update-date-headers is nil.
5925         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5926         it didn't really work with defcustom.
5927         (article-update-date-lapsed): Make sure the window start doesn't move,
5928         either.
5929
5930 2011-02-01  Julien Danjou  <julien@danjou.info>
5931
5932         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5933         format.
5934
5935         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5936         standard in Emacs nowadays.
5937
5938         * color.el (color-gradient): Add a color-gradient function.
5939
5940 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5941
5942         * message.el (message-expand-name): Don't trust the return value of
5943         bbdb-complete-name.
5944         (message-check-news-header-syntax): Remove unused var `start'.
5945         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5946         (message-inhibit-body-encoding): Move to before first use.
5947         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5948         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5949         (Organization, Message-ID, Date, mh-previous-window-config):
5950         Defvar the vars using dynamic scoping.
5951
5952 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5953
5954         * shr.el (shr-render-td): Only do colors at the final rendering.
5955         Should be slightly faster.
5956         (shr-insert-table): Fix up TD background colors when doing the
5957         vertical padding.
5958
5959         * gnus-art.el (article-date-ut): Protect against articles with no Date
5960         header.
5961         (article-update-date-lapsed): Don't use current-column to find the
5962         horizontal position.  It's fragile in the presence of \003 characters.
5963
5964         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5965
5966 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus-art.el (article-transform-date): Rewrite to still work when
5969         there are several rfc2822 parts.
5970         (article-transform-date): Fix infinite recursion.
5971         (article-date-ut): Replace infinitely many Date headers with a single
5972         one when called interactively.
5973
5974         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5975         secure manner.
5976
5977         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5978         move around by not using save-window-excursion.  It seems to work...
5979
5980 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (article-make-date-line): Work for user-defined format.
5983
5984 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5985
5986         * nntp.el (nntp-retrieve-group-data-early)
5987         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5988         fetching functions.
5989
5990         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5991         thoroughly for all backends that have no known groups.  This should
5992         allow new nnml methods to retrieve mail.
5993
5994         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5995         that Gnus doesn't know exists again.
5996
5997         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5998         (gnus-treat-date-ut): Ditto.
5999         (gnus-article-update-date-header): Rename.
6000         (gnus-treat-date-local): Remove.
6001         (gnus-treat-date-english): Remove.
6002         (gnus-treat-date-lapsed): Remove.
6003         (gnus-treat-date-combined-lapsed): Remove.
6004         (gnus-treat-date-original): Remove.
6005         (gnus-treat-date-iso8601): Remove.
6006         (gnus-treat-date-user-defined): Remove.
6007         (gnus-article-date-headers): New variable to control all the date
6008         header options.
6009         (article-date-ut): Rewrite to allow using the new way to format date
6010         headers(s).
6011
6012 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6013
6014         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6015         method.
6016         (nnmail-article-group): A better test for fanciness.
6017
6018         * nnimap.el (nnimap-request-head): Protect against not finding the
6019         article by Message-ID.
6020
6021 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6024         keep point at the "same place".
6025
6026 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6027
6028         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6029         data if the group is inactive.
6030
6031 2011-01-28  Julien Danjou  <julien@danjou.info>
6032
6033         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6034         (gnus-all-windows-visible-p): Remove old compatibility code.
6035         (gnus-window-top-edge): Add docstring.
6036
6037         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6038
6039 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6040
6041         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6042         older request-update-info.
6043
6044         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6045
6046 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6047
6048         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6049         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6050
6051 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6052
6053         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6054         groups.  This makes the nndraft:queue group pop up if it's not already
6055         there.
6056
6057         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6058         messages" logic, which was reversed.
6059
6060         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6061         the "same place" even if point is on the line being replaced.
6062         (article-update-date-lapsed): Allow updating both the combined lapsed
6063         and the lapsed headers.
6064         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6065         (article-make-date-line): Limit the number of segments dynamically to
6066         avoid too-long lines.
6067
6068 2011-01-27  Julien Danjou  <julien@danjou.info>
6069
6070         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6071         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6072
6073 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6076         Use plist-get instead of the cl function getf.
6077
6078 2011-01-27  Glenn Morris  <rgm@gnu.org>
6079
6080         * gnus-util.el (float-time): Get rid of compiler warning, again.
6081
6082 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6083
6084         * shr.el (shr-put-color): Special-case background colors: Do put them
6085         at the blank parts at the front of the lines.
6086
6087         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6088         exit hook to nix out all data on readedness on group exit.
6089
6090         * gnus-util.el (float-time): If float-time is bound, always use it on
6091         all Emacsen.  It's unclear why the subrp check was there.
6092         (time-date): Require to make some autoload issues on XEmacs go away.
6093
6094         * shr.el (shr-put-color): Don't do the box padding in tables, since
6095         they're already padded.
6096
6097 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-art.el (gnus-article-next-page): When the last line of the
6100         article is displayed, scroll down once more instead of going to the
6101         next article at once.
6102         (article-lapsed-string): Refactor out and allow specifying how many
6103         segments you want.
6104         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6105         (gnus-article-update-lapsed-header): New variable.
6106
6107         * shr.el: Revert change that made headings use different-sized faces.
6108         The Emacs display engine isn't advanced enough that, for instance,
6109         tables can comfortably use differently-sized faces.
6110
6111 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6112
6113         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6114         used.
6115         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6116         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6117         we're using an encrypted connection.
6118
6119         * proto-stream.el: Alter the interface functions to also return the
6120         actual stream type used: network or tls.
6121
6122 2011-01-25  Julien Danjou  <julien@danjou.info>
6123
6124         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6125         (mm-display-javascript-inline): New function.
6126
6127         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6128         viewing function.
6129
6130 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * shr.el (shr-expand-newlines): Fix variable name.
6133
6134 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6135
6136         * shr.el (shr-expand-newlines): Make nested boxes work.
6137
6138 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6139
6140         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6141         backgrounds.
6142         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6143         in a more sensible manner.
6144
6145 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6146
6147         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6148         if EPG is loaded.
6149
6150 2011-01-24  Julien Danjou  <julien@danjou.info>
6151
6152         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6153         tags.
6154
6155 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6158         commands.
6159
6160         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6161         in the article buffer.
6162         (gnus-gravatar-insert): Use blank space from the current buffer to
6163         avoid breaking text properties.  This makes X-Sent updating work again.
6164
6165         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6166
6167 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6168
6169         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6170         fix the bug in url-http.el instead.
6171
6172         * shr.el (shr-image-fetched): Ditto.
6173
6174         * shr.el (shr-image-fetched): Avoid having point move in the article
6175         buffer.
6176
6177         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6178         buffer after being called.  It's apparently being killed by url.el, and
6179         killing it made point move to end-of-buffer in a random buffer.
6180
6181         * shr.el (shr-image-fetched): Ditto.
6182
6183 2011-01-23  Julien Danjou  <julien@danjou.info>
6184
6185         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6186
6187         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6188         text/x-org.
6189
6190 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6191
6192         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6193         (i.e., nnimap) returning nil as the article number.
6194
6195 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6196
6197         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6198         "DelSp" parameter in RFC3676.
6199
6200 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6201
6202         * message.el (message-check-recipients): Display the encoded version of
6203         the bogus address if they differ.
6204
6205         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6206         after sending.
6207
6208         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6209
6210         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6211
6212         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6213         group buffer after sending the queue.
6214
6215         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6216
6217 2011-01-22  Julien Danjou  <julien@danjou.info>
6218
6219         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6220
6221 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6222
6223         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6224         nested related parts.
6225
6226         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6227         unexpired articles.  This fixes the regression that led expiry marks to
6228         disappear from nnfolder groups.
6229
6230 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6231
6232         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6233         Don't confuse the "ret" of "retrograde" with RET.
6234
6235 2011-01-21  Julien Danjou  <julien@danjou.info>
6236
6237         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6238         than mm-insert-inline.
6239
6240 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6243         Widen article buffer.
6244
6245 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6246
6247         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6248         the temp buffer.
6249         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6250
6251 2011-01-20  Julien Danjou  <julien@danjou.info>
6252
6253         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6254
6255         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6256         than mm-insert-inline to insert inline part: this respect
6257         mm-inline-media-tests displayers.
6258
6259         * mm-view.el (mm-display-shell-script-inline): New function.
6260
6261         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6262
6263         * mm-uu.el (mm-uu-type-alist): Add org block.
6264         (mm-uu-org-src-code-block-extract): New function.
6265
6266         * mm-view.el (mm-display-org-inline): New function.
6267
6268         * mm-decode.el (mm-automatic-display): Add text/org.
6269
6270         * mailcap.el (mailcap-mime-extensions): Add .org.
6271
6272 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6275         gnus-article-add-buttons.
6276
6277 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6278
6279         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6280         From header with a date and "nobody" as the sender.
6281
6282 2011-01-19  Julien Danjou  <julien@danjou.info>
6283
6284         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6285         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6286         if you have the same regexp several times.
6287         (gnus-button-push): Fix matching when regexp is symbol.
6288
6289 2011-01-15  Glenn Morris  <rgm@gnu.org>
6290
6291         * message.el (message-mail): A compose-mail function should
6292         accept headers as strings.
6293
6294 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6295
6296         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6297         Add :vert-only tags.
6298         (message-mail): New arg RETURN-ACTION.
6299         (message-return-action): New var.
6300         (message-bury): Use it.
6301         (message-mode): Make it buffer-local.
6302         (message-send-and-exit): Always call message-bury.
6303
6304         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6305         message-mail.
6306
6307 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * nnimap.el (nnimap-convert-partial-article): Protect against
6310         zero-length body parts.
6311
6312         * mm-decode.el (mm-preferred-alternative-precedence):
6313         Discourage showing empty parts.
6314
6315         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6316         and stuff if the backend didn't return the article number.  This fixes
6317         an Exchange-related nnimap bug.
6318
6319         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6320         group window, because it does the wrong thing when a separate frame
6321         displays the group buffer.
6322
6323         * proto-stream.el (open-protocol-stream): Protect against the low-level
6324         transport functions returning nil.
6325
6326 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6327
6328         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6329         (mml2015-epg-find-usable-secret-key): New function.
6330         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6331         mml2015-epg-find-usable-key (Bug#7797).
6332         (mml2015-epg-encrypt): Ditto.
6333
6334 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * dgnushack.el (rot13-string): Fix the way to get the argument.
6337
6338 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6341
6342 2011-01-03  Glenn Morris  <rgm@gnu.org>
6343
6344         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6345
6346         * sieve.el (sieve-open-server): Give a more explicit error if
6347         sieve-manage-open returns nil.  (Bug#7720)
6348
6349 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6350
6351         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6352
6353 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6356         This avoids sending passwords in plain text over non-encrypted
6357         channels.
6358
6359         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6360
6361         * nnimap.el (nnimap-login): Refactored out into own function, and
6362         implement CRAM-MD5.
6363         (nnimap-wait-for-line): Refactored out.
6364
6365         * mm-view.el (mml-smime): Require.
6366
6367 2010-12-20  David Engster  <deng@eml.cc>
6368
6369         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6370         use EPG to decrypt S/MIME messages instead of openssl.
6371
6372 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6375
6376         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6377         status is the group clearly is unreachable.
6378
6379         * auth-source.el (auth-source-create): Add the optional second
6380         parameter to `local-variable-p' to be compatible with XEmacs.
6381
6382 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6383
6384         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6385         work when using a compressed nnml folder.
6386
6387 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388
6389         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6390         backends after sanitising on entry, because this never makes sense:
6391         If the articles have gone missing, then the data no longer exists on
6392         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6393         overwrite anything anyway.
6394
6395         * shr.el (shr-insert-document): Bind shr-width dynamically to
6396         window-width if it's nil.
6397
6398 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6399
6400         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6401         with the meaning of using the full emacs window width for rendering.
6402
6403 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6404
6405         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6406         case when sender is not given.
6407
6408 2010-12-23  Julien Danjou  <julien@danjou.info>
6409
6410         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6411         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6412         the addresses, otherwise we might misplaced the gravatar.
6413
6414 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6417         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6418         obsolete in Emacs.
6419
6420 2010-12-20  Julien Danjou  <julien@danjou.info>
6421
6422         * gnus-util.el (gnus-rescale-image): Revert last change.
6423
6424 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6425
6426         * binhex.el: Improve commentary (Bug#7482).
6427
6428 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-group.el (gnus-group-delete-articles): New command.
6431
6432 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6433
6434         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6435
6436 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6439         here, since it's up to the backends to do CRLF removal if their
6440         protocol has it.
6441
6442         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6443
6444 2010-12-17  Julien Danjou  <julien@danjou.info>
6445
6446         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6447         they are from file.  Can also scale up.
6448
6449 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6450
6451         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6452         Restore gnus-use-agent.
6453         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6454
6455         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6456
6457 2010-12-17  Julien Danjou  <julien@danjou.info>
6458
6459         * gravatar.el (gravatar-retrieve-synchronously): New function.
6460         (gravatar-get-data): Make more robust.
6461
6462 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6465
6466 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6469         to really consider the last line.
6470
6471 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6472
6473         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6474         list of recipient keys, or use symmetric encryption if not a list.
6475         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6476         EPA override, replacing the call to `netrc-store-data'.
6477
6478 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6479
6480         * gnus-srvr.el: Avoid passing nil regexp argument to
6481         delete-matching-lines.
6482
6483 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6486         fetching stops when Gnus exits.
6487
6488         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6489         function.
6490         (nnfolder-request-expire-articles): Save all the buffers after doing
6491         expiry.
6492
6493         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6494         the last article", since that led to serious performance regressions
6495         when expiring nnml groups.
6496
6497 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6498
6499         * nnir.el: Improve customizations.
6500
6501 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6504
6505         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6506         group has been killed.
6507         (gnus-group-yank-group): Ditto.
6508
6509         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6510
6511         * nnimap.el (nnimap-request-update-group-status): New function.
6512
6513         * gnus-int.el (gnus-request-update-group-status): New interface
6514         function.
6515
6516         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6517         copying read-ness to the backends.
6518
6519         * nnimap.el (nnimap-quirk): New function.
6520         (nnimap-retrieve-group-data-early): Use it.
6521         (nnimap-quirks): New alist.
6522
6523 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6526         don't delete it within indentation.
6527
6528 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6531         previous line.
6532
6533 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6536         QRESYNC command by deleting a superfluous space which broke Cyrus
6537         servers.  This change will break other servers that are buggy the other
6538         way around.
6539
6540 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * spam.el: Reindent and fix long lines.
6543         (spam-copy-or-move-routine): Exclude invalid move destinations.
6544
6545 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6546
6547         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6548         installed the registry.
6549
6550 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6553
6554 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6555
6556         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6557         groupname doesn't contain "gmane".
6558
6559 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6562         and netrc-bound-and-true-p bindings.
6563         (netrc-parse): Cache the netrc contents.
6564
6565         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6566         (gnus-1): Don't create the nndrafts group twice.
6567         (gnus-setup-news): There's no need to read the active file here, since
6568         that's done again later on a per-backend basis.
6569         (gnus-start-draft-setup): Make sure that the new group is started out
6570         empty.
6571
6572         * gnus-agent.el (gnus-agentize): Don't create the queue group
6573         automatically on startup.  It'll be created later, if needed.
6574
6575         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6576         of automatically subscribed groups.
6577         (gnus-auto-subscribed-categories): New variable.
6578         (gnus-matches-options-n): Use it.
6579         (gnus-default-subscribed-newsgroups): Remove unused variable.
6580         (gnus-start-draft-setup): Message a bit less.
6581
6582 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6583
6584         * nnir.el (nnir-run-imap): Return article list in order of increasing
6585         UID.
6586
6587 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * gnus-sum.el (gnus-summary-enter-digest-group):
6590         Mention gnus-auto-select-on-ephemeral-exit.
6591
6592         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6593         convention of the network-only option.
6594
6595 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * proto-stream.el (proto-stream-open-network-only): New function to
6598         have a way to specify non-STARTTLS upgrade connections.
6599
6600 2010-12-10  Julien Danjou  <julien@danjou.info>
6601
6602         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6603         email address is nil.
6604
6605         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6606
6607 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6608
6609         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6610         deletion.
6611         (nnir-run-imap): Only need to parse list once.
6612
6613 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * shr.el (shr-tag-script): Ignore <script>.
6616         (shr-tag-label): Add <label> support.
6617
6618 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6621
6622         * shr.el (shr-image-displayer): Work for images lined side by side.
6623
6624 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6625
6626         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6627         parameter, since XEmacs doesn't accept t as a parameter.
6628
6629 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6630
6631         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6632         ids.
6633         (nnir-run-gmane): Simplify groupspec formatting.
6634         (nnir-request-expire-articles): New function.
6635
6636 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6639         overflow, possibly.
6640
6641         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6642         (shr-render-td): Handle td style="" better.
6643         (shr-tag-table): Use the color from the style sheet.
6644         (shr-render-td): Make sure we copy over all the overlays, too.
6645
6646 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6647
6648         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6649         (nnir-request-article): Improve article retrieval.
6650
6651 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * mm-util.el (mm-extra-numeric-entities): New variable.
6654
6655         * mm-url.el (mm-url-decode-entities):
6656         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6657
6658         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6659
6660 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * message.el: Use completion-at-point.
6663         (message-completion-function): New fun, extracted from message-tab.
6664         (message-mode): Use it for completion-at-point-functions.
6665         (message-tab): Use it and completion-at-point.
6666
6667 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6670         character if a non-breakable character follows.
6671
6672 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6675         any stream.
6676
6677         * shr.el (shr-tag-font): Colorize the region.
6678         (shr-tag-body): Ditto.
6679         (shr-tag-font): Actually let the styles be inherited instead of
6680         overwriting them.
6681         (shr-tag-font): Get the background color right.
6682         (shr-tag-style): Ignore all <style> tags for the moment.
6683
6684         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6685         a Message-ID to avoid having nnimap depend on gnus-sum.
6686
6687         * shr.el (shr-descend): Only colorize something if we have a node that
6688         sets colors.
6689
6690 2010-12-06  Julien Danjou  <julien@danjou.info>
6691
6692         * shr.el (shr-render-td): Render td content with shr-descend, so style
6693         will be applied to <td> too.
6694         (shr-colorize-region): Colorize region even if we only have a background.
6695         (shr-tag-body): Fix color and background color inheritance.
6696         Do not recolorize after shr-generic.
6697         (shr-tag-font): Let shr-generic colorize via inheritance.
6698
6699 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6702
6703 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6704
6705         * nnir.el (nnir-request-move-article): Remove obsolete code.
6706
6707 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6710
6711 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * gnus-sum.el (gnus-summary-respool-article): The completion function
6714         expects a list instead of an alist.
6715
6716         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6717         string as the parameter.
6718
6719         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6720
6721         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6722         styles.
6723         (shr-colorize-region): New function.
6724         (shr-insert-background-overlay): Remove.
6725         (shr-render-td): Background setting should be taken care of on a higher
6726         level.
6727         (shr-tag-body): Use post-hoc colorizations.
6728         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6729         (shr-put-color-1): Don't overwrite old colors.
6730         (shr-colorize-region): When the background color isn't explicit, use
6731         a fixed background.
6732
6733         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6734         nnmail variables.
6735
6736 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6737
6738         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6739         unless necessary.
6740
6741 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6742
6743         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6744         server.
6745
6746 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6747
6748         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6749         so that TAB works.
6750
6751         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6752         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6753
6754         * shr.el (shr-urlify): Show the URL before the title to avoid
6755         misleading URLs.
6756
6757 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6758
6759         * shr.el (shr-urlify): Display the title in <a> tags.
6760
6761 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6762
6763         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6764
6765 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6766
6767         * nnir.el: Rearrange code to allow macros to be autoloaded by
6768         gnus-sum.el.
6769         (nnir-retrieve-headers-override-function): Make this variable
6770         customizable.
6771         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6772
6773         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6774         from nnir.el.
6775
6776 2010-12-03  Julien Danjou  <julien@danjou.info>
6777
6778         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6779
6780 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6783         allow optional argument `environment'.
6784
6785 2010-12-03  Glenn Morris  <rgm@gnu.org>
6786
6787         * mm-extern.el (message-goto-body): Update declaration.
6788
6789 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-util.el (gnus-macroexpand-all): New function.
6792
6793         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6794         instead of macroexpand-all that is unavailable in XEmacs.
6795
6796 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6797
6798         * nnir.el (nnir-summary-line-format): New variable.
6799         (nnir-mode): Use it.
6800         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6801         (nnir-article-ids): Reimplement as defsubst.
6802         (nnir-retrieve-headers): Don't mangle the subject header.
6803         (nnir-run-imap): Use 100 as RSV score.
6804         (nnir-run-find-grep): Fix for full server searching.
6805         (nnir-run-gmane): Better restriction to gmane groups.
6806
6807         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6808         summary buffers.
6809
6810 2010-12-02  Julien Danjou  <julien@danjou.info>
6811
6812         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6813
6814         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6815
6816         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6817         support.
6818
6819 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6820
6821         * nnir.el: Update to handle the registry better.
6822         (autoload): Silence byte-compiler.
6823         (nnir-open-server): Add a hook for nnir groups.
6824         (nnir-request-move-article): Don't mangle the header.  Better to use
6825         formatting variables (which will be added in the future).
6826         (nnir-registry-action): Update the registry using the original article
6827         group name.
6828         (nnir-mode): Install nnir-specific hooks for updating the registry.
6829
6830         * gnus-sum.el
6831         (gnus-article-original-subject,gnus-newsgroup-original-name):
6832         Remove obsolete variables.
6833         (gnus-summary-move-article): Remove use of obsolete variables.
6834         (gnus-summary-local-variables): Make move and delete hooks local to
6835         summary buffers.
6836
6837 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838
6839         * rtree.el: New file.
6840
6841 2010-12-01  Julien Danjou  <julien@danjou.info>
6842
6843         * message.el (message-user-organization): Do not use
6844         gnus-local-organization.
6845
6846         * gnus.el: Remove gnus-local-organization.
6847
6848         * gnus-msg.el: Remove nastygram thing.
6849
6850 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6853         funcall.
6854
6855 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6858         names.
6859
6860         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6861         characters.
6862
6863         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6864         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6865         Suggested by Štěpán Němec <stepnem@gmail.com>.
6866         (gnus-gravatar-transform-address): Use mail-extract-address-components
6867         that supports non-ASCII names rather than mail-header-parse-addresses.
6868
6869 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * proto-stream.el (open-protocol-stream): All starttls connections are
6872         handled by the network handler.
6873
6874 2010-11-30  Julien Danjou  <julien@danjou.info>
6875
6876         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6877         (nnimap-open-connection-1): Fix PREAUTH.
6878
6879         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6880
6881 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6884         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6885         (shr-insert): Use them.
6886         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6887
6888 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6889
6890         * nnir.el (nnir-request-move-article): Bail out if original group
6891         doesn't support article moves.
6892         (nnir-get-active): Improve active list retrieval.
6893
6894 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6897
6898 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6899
6900         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6901         seem to accept strings-with-numbers as port numbers.
6902
6903 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6904
6905         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6906         change the registry.
6907
6908 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6911         delete-dups that is not available in XEmacs 21.4.
6912
6913         * mm-util.el (mm-delete-duplicates): Add comment.
6914
6915 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6916
6917         * nnir.el (nnir-ignored-newsgroups): New variable.
6918         (nnir-get-active): Use it.
6919
6920 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * proto-stream.el (proto-stream-open-network): Add some comments.
6923
6924         * nntp.el (nntp-open-connection): Provide a :success condition.
6925
6926         * nnimap.el (nnimap-open-connection-1): Ditto.
6927
6928         * proto-stream.el (proto-stream-open-network): See what the response to
6929         the STARTTLS command is.
6930
6931         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6932         backwards compatibility).
6933         (nnimap-open-connection-1): Really respect nnimap-server-port.
6934
6935         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6936         TLS upgrades we don't really care about the identity of the peer.
6937         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6938         that what we've checked for.
6939         (proto-stream-always-use-starttls): Only default to t if
6940         open-gnutls-stream exists.
6941         (proto-stream-open-network): If STARTTLS failed, then just open a
6942         normal connection.
6943         (proto-stream-open-network): Wait until the greeting before doing
6944         STARTTLS.
6945
6946         * nntp.el (nntp-open-connection): Report what the connection error is.
6947
6948         * proto-stream.el (open-protocol-stream): Rename from
6949         open-proto-stream.
6950
6951 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * nnimap.el (nnimap-stream): Change default to `undecided'.
6954         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6955         first, and then network.
6956         (nnimap-open-connection-1): Respect nnimap-server-port.
6957         (nnimap-open-connection): Be more backwards-compatible.
6958
6959         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6960         (proto-stream-open-starttls): De-duplicate the starttls code.
6961         (proto-stream-open-starttls): Folded back into the main function.
6962         (proto-stream-open-network): Fix typo in the gnutls path.
6963         (proto-stream-command): Refactor out.
6964
6965         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6966
6967         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6968         starttls.el STARTTLS.
6969
6970         * color.el (color-lab->srgb): Fix function call name.
6971
6972         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6973         if we're using tls.el.
6974         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6975         built in, then don't try to establish a STARTTLS connection.
6976
6977         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6978         servers.
6979
6980         * proto-stream.el (open-proto-stream): Use network, not stream.
6981         (open-proto-stream): Add a way to specify what the end of a command is.
6982
6983         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6984         connections types.
6985         (nntp-open-network-stream): Remove.
6986         (nntp-open-ssl-stream): Remove.
6987         (nntp-open-tls-stream): Remove.
6988         (nntp-ssl-program): Remove.
6989
6990         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6991
6992 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6993
6994         * nnir.el: Fix typos.
6995         (nnir-retrieve-headers-override-function): Rename variable to reflect
6996         new semantics.
6997         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6998         macros.
6999         (nnir-request-article, nnir-request-move-article): Use them.
7000         (nnir-categorize): New function.
7001         (nnir-run-query): Use it.
7002         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7003         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7004         sorted.
7005         (nnir-group-full-name): Use gnus-group-full-name instead.
7006         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7007         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7008
7009 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7012
7013         * proto-stream.el: New library to provide protocol-specific
7014         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7015         protocols.
7016         (open-proto-stream): Complete the documentation.
7017         (proto-stream-open-network): Fix some typos.
7018
7019         * nnimap.el (nnimap-open-connection): Use it.
7020
7021 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7022
7023         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7024         negotiation.
7025
7026 2010-11-26  Julien Danjou  <julien@danjou.info>
7027
7028         * color.el: Rename various rgb functions to srgb.
7029
7030 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7033         names.
7034
7035 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * shr.el (shr-insert): Revert last change.
7038         (shr-find-fill-point): Never leave point being at bol;
7039         relax the kinsoku limitation when rendering tables.
7040
7041 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042
7043         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7044         results from -accept-article.
7045
7046         * shr-color.el: Require cl when compiling.
7047
7048         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7049         checkin.
7050
7051         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7052
7053         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7054
7055         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7056         'add and 'delete to set backend marks.
7057
7058         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7059
7060         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7061
7062         * nntp.el (nntp-request-set-mark): Use it.
7063
7064         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7065
7066         * nnml.el (nnml-request-set-mark): Ditto.
7067
7068         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7069         introduces regressions in article selection.
7070         (nnimap-find-uid-response): New function.
7071         (nnimap-request-accept-article): Use the UID returned, if any.
7072         (nnimap-request-move-article): Use the UID returned, if any.
7073         (nnimap-get-groups): Reimplement to work with folded lines.
7074         (nnimap-find-uid-response): The UID is the last element in the list.
7075         (nnimap-request-set-mark): Extend syntax with 'set.
7076
7077         * nnml.el (nnml-request-set-mark): Ditto.
7078
7079         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7080
7081         * nntp.el (nntp-request-set-mark): Ditto.
7082
7083 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * message.el (message-called-interactively-p): A temporary macro.
7086         (message-goto-body): Use it temporarily.
7087
7088 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7091         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7092         (nnimap-last-response-string): Fix last unfolding fix.
7093
7094 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * shr.el (shr-insert): Fix the way to fold lines.
7097
7098 2010-11-25  Julien Danjou  <julien@danjou.info>
7099
7100         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7101
7102         * color.el: Rename from color-lab.el
7103         (color-rgb->hex): Add.
7104         (color-complement): Add.
7105         (color-complement-hex): Add.
7106
7107         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7108
7109 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * shr-color.el (shr-color-visible): Don't bug out if the color names
7112         don't exist.
7113
7114 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7117         assuming that article displaying or another mml-preview may be
7118         interrupted for an error or for the like.
7119
7120         * shr.el (shr-get-background): Fix argument name.
7121
7122 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7125
7126         * gnus-sum.el (gnus-summary-include-articles): New function.
7127
7128         * message.el (message-goto-body): called-interactively-p needs a
7129         parameter, so use `any'.
7130
7131         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7132         clear marks before moving, since they're synced from the Gnus side
7133         first.
7134
7135         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7136         (gnus-summary-move-article): Copy over all marks before moving, so that
7137         IMAP doesn't think a new article has arrived.
7138
7139 2010-11-24  Julien Danjou  <julien@danjou.info>
7140
7141         * shr.el (shr-insert-background-overlay): Fix typo.
7142         (shr-render-td): Copy the background before rendering.
7143
7144         * shr-color.el (shr-color-visible): Fix docstring.
7145
7146         * shr.el (shr-tag-table): Add bgcolor support.
7147         (shr-render-td): Add bgcolor support.
7148         (shr-get-background): Add.
7149         (shr-insert-foreground-overlay): Use shr-get-background.
7150
7151         * message.el (message-goto-body): Use called-interactively-p.
7152         (message-in-body-p): message-goto-body returns point.
7153
7154 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7157         Fixes something or other in Emacs 23, and is backwards compatible.
7158
7159         * message.el (message-goto-body): Remove the <#secure special-casing,
7160         which is too special.
7161
7162         * shr.el (shr-parse-style): Drop !important from styles.
7163
7164 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7165
7166         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7167         this function to return incorrect results when calling it with an
7168         explicit article argument different from
7169         (gnus-summary-article-number).
7170
7171 2010-11-24  Julien Danjou  <julien@danjou.info>
7172
7173         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7174         (shr-tag-body): Add background support.
7175         (shr-descend): Add background support.
7176         (shr-tag-title): Add.
7177
7178         * shr-color.el (shr-color-visible): Really return original background
7179         if fixed.
7180
7181 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7182
7183         * shr.el (shr-color-check): Protect against non-existent color names.
7184
7185 2010-11-24  Julien Danjou  <julien@danjou.info>
7186
7187         * color-lab.el: Require 'cl when compiling.
7188
7189         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7190
7191         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7192         matched part.
7193
7194         * color-lab.el: Fix all expt calls to use float type.
7195
7196 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7199         expression to shr-color-check as is.
7200
7201         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7202
7203         * color-lab.el: Add coding cookie.
7204         (float-pi): Use eval-and-compile.
7205
7206         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7207         compiled for Emacsen having no `libxml-parse-html-region' support.
7208
7209 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * shr.el (shr-insert-color-overlay): Split stuff like
7212         "#444444 !important" to find the real color.
7213         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7214         parse <font color="red"> entries.
7215
7216 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7217
7218         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7219         point when parsing headers.
7220
7221         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7222         is positioned properly when parsing headers.
7223
7224 2010-11-23  Julien Danjou  <julien@danjou.info>
7225
7226         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7227
7228         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7229
7230         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7231
7232         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7233         Use shr-color-hue-to-rgb.
7234         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7235
7236 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * shr.el (shr-color->hexadecimal): Autoload.
7239         (shr-descend): Add color to all tags.
7240
7241 2010-11-22  Julien Danjou  <julien@danjou.info>
7242
7243         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7244         shr-color->hexadecimal.
7245
7246         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7247         RGB() or HSL() color representation.
7248
7249         * shr.el (shr-tag-font): Add.
7250         (shr-tag-color-check): New function to get better colors.
7251         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7252         tag-span.
7253
7254         * shr-color.el: New file.
7255
7256         * color-lab.el: New file.
7257
7258         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7259
7260 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7261
7262         * nnir.el: Fix typo in comments.
7263         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7264         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7265
7266 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7269
7270         * nnimap.el (nnimap-get-capabilities): Refactor out.
7271         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7272
7273 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7274
7275         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7276         appearing when `mm-uu-hide-markers' is nil.
7277
7278 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * nnimap.el (nnimap-unselect-group): Make into its own function.
7281         (nnimap-request-rename-group): Unselect group before renaming.
7282         This had gotten lost somewhere.
7283         (nnimap-request-accept-article): Keep track of examined groups, and
7284         unselect the group before APPENDing to read-only groups.
7285         (nnimap-request-move-article): Clear flags before moving so that they
7286         can be re-set later.
7287
7288 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7291         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7292
7293 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-mime-display-single):
7296         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7297         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7298         parameter.
7299
7300 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7303         (shr-table-vertical-line): New variable.
7304         (shr-insert-table): Use it.
7305
7306 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-html.el (gnus-html-wash-images): Don't display images if
7309         gnus-inhibit-images is non-nil; register displayer for cid images.
7310         (gnus-html-display-image): Work for cid image.
7311         (gnus-html-insert-image): Allow arguments.
7312         (gnus-html-put-image): Inhibit read-only.
7313         (gnus-html-prefetch-images): Don't prefetch images if
7314         gnus-inhibit-images is non-nil.
7315
7316 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * shr.el (shr-put-image): Break lines when inserting big pictures.
7319
7320 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7321
7322         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7323         sender, thanks Katsumi Yamaoka.
7324
7325 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7326
7327         * nnir.el (nnir-run-imap): Reverse the article list for each group
7328         rather than the whole list.
7329
7330 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * shr.el (shr-image-displayer): Protect function against non-existent
7333         image source.
7334
7335         * gnus-art.el (gnus-inhibit-images): New user option.
7336         (gnus-mime-display-single): Don't display image if it is non-nil.
7337
7338         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7339         gnus-inhibit-images.
7340
7341         * shr.el (shr-image-displayer): New function.
7342         (shr-tag-img): Use it.
7343
7344 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7345
7346         * mml2015.el (mml2015-epg-sign): Use From header.
7347
7348 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7351
7352         * gnus-util.el (gnus-find-text-property-region): Return markers.
7353
7354         * shr.el (shr-tag-img): Put a displayer in the text property.
7355
7356         * gnus-util.el (gnus-find-text-property-region): New utility function.
7357
7358         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7359         (gnus-html-show-images): Remove.
7360
7361         * gnus-art.el (gnus-article-show-images): New, more general function.
7362
7363         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7364         image url text properties.
7365
7366         * shr.el: Ditto.
7367
7368         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7369         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7370
7371 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7374         work for two or more articles.
7375
7376 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7379         divide an image that's in an html article to two or more when washing
7380         non-ASCII characters in alt text of it.
7381
7382 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7385         smime-decrypt-region using function argument.
7386         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7387
7388         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7389
7390         * smime.el (smime-decrypt-region): Catch it.
7391
7392 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7393
7394         * smime.el (smime-mode-map): Move initialization into declaration.
7395         (gnus-run-mode-hooks): Don't autoload.
7396         (smime-mode): Use define-derived-mode.
7397
7398 2010-11-11  Glenn Morris  <rgm@gnu.org>
7399
7400         * smime.el (from): Restrict declaration to XEmacs.
7401
7402         * nnir.el (gnus-group-topic-name): Autoload.
7403
7404 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * shr.el (shr-insert): Don't break long line if it is because of
7407         kinsoku-bol characters in the line end.
7408
7409 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7410
7411         * nnir.el (nnir-request-move-article): Fix to provide original group
7412         and subject.
7413         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7414         been retrieved.
7415
7416         * gnus-sum.el (gnus-summary-move-article): Use original group and
7417         subject for virtual articles such as those in an nnir summary buffer.
7418
7419 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7422         least 21.5).
7423
7424         * smime.el (from): Declare it again for XEmacs.
7425
7426 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * message.el (message-resend): Don't disable encoding unless it's
7429         already encoded.
7430
7431         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7432         low-numbered articles.
7433
7434 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * rfc2047.el (rfc2047-syntax-table): Simplify.
7437
7438         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7439
7440         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7441         set-char-table-range for XEmacs.
7442
7443 2010-11-10  Glenn Morris  <rgm@gnu.org>
7444
7445         * time-date.el (time-to-seconds): Always an alias on Emacs,
7446         never a real function.
7447         (with-no-warnings): Remove compat stub, now unused.
7448         (time-less-p): Doc fix.
7449         (time-to-number-of-days): Simplify.
7450
7451         * smime.el (from): Remove unused declaration.
7452
7453         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7454         (gnus-float-time): On Emacs, always an alias.
7455
7456         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7457         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7458
7459 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * dgnushack.el: Don't use ignore-errors in the top level form since it
7462         is unavailable in XEmacs even if cl is loaded.
7463
7464         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7465
7466 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7467
7468         * shr.el (browse-url-mailto): Autoload.
7469
7470         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7471
7472         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7473         regexp doesn't need quoting.
7474
7475 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7476
7477         * message.el (message-subject-trailing-was-ask-regexp)
7478         (message-subject-trailing-was-regexp): Match was: in addition to was.
7479
7480 2010-11-09  Glenn Morris  <rgm@gnu.org>
7481
7482         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7483         (nnbabyl-check-mbox): Use point-at-bol.
7484
7485 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7488
7489         * message.el (message-mailto): New function.
7490         (message-mailto): Should accept other parameters.
7491         (message-mailto): Remove since it duplicates browse-url-mailto
7492         functionality.
7493
7494 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7497         methods.
7498         (gnus-read-active-file): Ditto.
7499
7500         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7501         ": " from the prompt.
7502         (gnus-group-make-group): Ditto.
7503
7504 2010-11-07  Glenn Morris  <rgm@gnu.org>
7505
7506         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7507         (gnus-bookmark-kill-line): Use point-at-eol.
7508
7509 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7512         asterisks in From header.
7513
7514 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7517         string to avoid making the From headers syntactically invalid.
7518
7519         * message.el (message-send-mail): Don't insert courtesy messages if the
7520         message already has List-Post and List-ID messages.
7521
7522 2010-11-06  Glenn Morris  <rgm@gnu.org>
7523
7524         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7525         `condition', `type', `length' a prefix.
7526         (gnus-treat-predicate): Update for above name changes.
7527
7528 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7529
7530         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7531         binding.  Handled by `gnus-summary-refer-thread' instead.
7532         (nnir-warp-to-article): New backend function.
7533
7534         * nnimap.el (nnimap-request-thread): Force dependency updating.
7535
7536         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7537         (gnus-summary-refer-thread): Rework to improve thread-referral.
7538
7539         * gnus-int.el (gnus-warp-to-article): New function.
7540
7541         * gnus-sum.el (gnus-summary-article-map): Bind it.
7542
7543 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7544
7545         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7546         gnus-summary-refer-thread.
7547
7548         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7549         headers.
7550         (gnus-summary-limit-include-thread): Prevent articles in thread from
7551         being cut in gnus-cut-threads.
7552         (gnus-summary-refer-thread): Limit retrieved headers to those in
7553         thread.
7554
7555 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * message.el (message-send-mail): Use the value of
7558         message-courtesy-message from the message buffer.
7559
7560         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7561
7562         * shr.el (shr-browse-url): Implement mailto: URLs.
7563
7564         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7565         "raw".
7566
7567         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7568         if it's already selected.
7569
7570         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7571
7572 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7575         to measure the length and truncate alt text.
7576
7577 2010-11-03  Glenn Morris  <rgm@gnu.org>
7578
7579         * nndiary.el (nndiary-generate-nov-databases-1)
7580         (nndiary-generate-active-info): Rename dynamic variable `files' to
7581         something less generic.
7582
7583 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7584
7585         * nnir.el (nnir-request-move-article): Call the underlying backend to
7586         move articles from nnir.
7587
7588 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7591
7592 2010-11-02  Julien Danjou  <julien@danjou.info>
7593
7594         * nnir.el: Remove wais support.
7595
7596 2010-11-02  Glenn Morris  <rgm@gnu.org>
7597
7598         * gnus-html.el: Reorder requirements to quieten compiler.
7599
7600 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7603         properly for XEmacs as well.
7604         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7605         (gnus-article-natural-long-line-p): Use window-width rather than
7606         frame-width.
7607
7608 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7609
7610         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7611         (nnir-read-parms): Don't modify query.
7612         (nnir-run-query): Add ability to search topic on current line.
7613         (nnir-get-active): Clean up.
7614
7615 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7618         degenerate articles.
7619
7620         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7621         (gnus-print-buffer): Just print the buffer as is, without any copying
7622         to a buffer and then re-highlighting.
7623
7624         * nnimap.el (nnimap-request-group): Store the new updated info.
7625         (nnimap-request-group): Select the group when we don't know whether it
7626         exists or not.
7627
7628         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7629         groups.
7630
7631         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7632         groups.
7633
7634         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7635         groups.
7636
7637         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7638         long-lines case by only filling the long lines.
7639
7640         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7641         (bug #7311).
7642
7643 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * shr.el: No need to declare `declare-function' since shr.el is for
7646         only Emacsen that provide `libxml-parse-html-region'.
7647
7648         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7649         effective only in a file it is referred to.
7650
7651 2010-11-01  Glenn Morris  <rgm@gnu.org>
7652
7653         * mm-util.el (gnus-completing-read): Autoload.
7654         (mm-read-coding-system): Simplify Emacs definition.
7655
7656         * nnmail.el (gnus-activate-group):
7657         * nnimap.el (gnutls-negotiate):
7658         * nntp.el (netrc-parse): Fix declarations.
7659
7660 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7663         string-match-p in Emacs >=23.
7664
7665         * gnus-msg.el (gnus-configure-posting-styles):
7666         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7667
7668 2010-11-01  Glenn Morris  <rgm@gnu.org>
7669
7670         * nnir.el (declare-function): Add compat stub.
7671         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7672         (nnir-run-gmane): Require 'mm-url.
7673
7674         * mm-util.el (mm-string-to-multibyte): Simplify.
7675
7676         * shr.el (declare-function): Add compat stub.
7677         (url-cache-create-filename): Declare.
7678         (mm-disable-multibyte, widget-convert-button): Autoload.
7679
7680         * smime.el (ldap-search): Declare.
7681         (smime-cert-by-ldap-1): Require ldap on Emacs.
7682
7683         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7684         (nnimap-keepalive): Use gnus-float-time.
7685
7686         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7687         (mail-source-delete-crash-box): Use gnus-float-time.
7688
7689         * gnus-dired.el (gnus-completing-read): Autoload.
7690
7691         * mm-view.el (gnus-rescale-image): Autoload.
7692
7693         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7694
7695         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7696
7697         * sieve-manage.el: Require 'cl when compiling.
7698
7699         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7700         (gnus-iswitchb-completing-read): Require iswitchb.
7701         (gnus-select-frame-set-input-focus): Silence compiler.
7702
7703 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * message.el (message-subject-trailing-was-query): Change default to t,
7706         since I think that's what most people want.
7707
7708         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7709         appending for easier debugging.
7710         (nnimap-wait-for-connection): Take a regexp.
7711         (nnimap-request-accept-article): Wait for the continuation line before
7712         sending anything unless we're streaming.
7713
7714         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7715         leave the header washing to take place.
7716
7717 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7718
7719         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7720         regular expression match and replace in posting styles.
7721
7722 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7723
7724         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7725         an entire server.
7726         (nnir-get-active): New function.
7727         (nnir-run-imap): Use it.
7728         (nnir-run-gmane): Who knew, gmane search returns an article score!
7729
7730         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7731         server on the current line with nnir.
7732
7733 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7736         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7737         left edge.
7738         (gnus-article-foldable-buffer): Skip past the prefix when determining
7739         raggedness.
7740
7741         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7742         the raw article, and change `C-u g' to show the article without doing
7743         treatments.
7744
7745         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7746         on to `gnus-treat-article'.
7747         (gnus-inhibit-article-treatments): New variable.
7748
7749         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7750
7751         * gnus-art.el (gnus-treatment-function-alist): Have
7752         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7753         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7754         sections.
7755
7756         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7757         parameter.
7758         (gnus-article-fill-cited-long-lines): New function.
7759         (gnus-article-fill-cited-article): Allow filling only long sections.
7760
7761         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7762         and non-punctuation (like after the apostrophe in "'We").
7763
7764         * gnus-sum.el (gnus-summary-select-article): Make sure
7765         gnus-original-article-buffer is alive.
7766
7767         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7768         reflect the order they're in in the digest.
7769
7770         * gnus.el (gnus-group-startup-message): Move point to the start of the
7771         buffer.
7772
7773         * nnimap.el (nnimap-capability): New function.
7774         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7775         is set.
7776
7777 2010-10-31  David Engster  <dengste@eml.cc>
7778
7779         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7780         conform with changes to gnus-completing-read.
7781
7782 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7785
7786 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7787
7788         * nnir.el: Move defvar, defcustom around to keep file organized
7789         and keep byte-compiler quiet.
7790         (nnir-read-parms): Accept search-engine as arg.
7791         (nnir-run-query): Pass search-engine as arg.
7792         (nnir-search-engine): Remove.
7793
7794 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * shr.el (shr-generic): The text nodes should be text, not :text.
7797
7798         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7799         later in the file.
7800
7801 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7802
7803         * nnir.el: General clean up.  Allow searching with multiple engines.
7804         Allow separate extra-parameters for each engine.
7805         Batch queries when possible.
7806         (nnir-imap-default-search-key,nnir-method-default-engines):
7807         Add customize interface.
7808         (nnir-run-gmane): New engine.
7809         (nnir-engines): Use it.  Qualify all prompts with engine name.
7810         (nnir-search-engine): Remove global variable.
7811         (nnir-run-hyrex): Restore for now.
7812         (nnir-extra-parms,nnir-search-history): New variables.
7813         (gnus-group-make-nnir-group): Use them.
7814         (nnir-group-server): Remove in favor of gnus-group-server.
7815         (nnir-request-group): Avoid searching twice.
7816         (nnir-sort-groups-by-server): New function.
7817
7818 2010-10-30  Julien Danjou  <julien@danjou.info>
7819
7820         * gnus-group.el: Remove gnus-group-fetch-control.
7821
7822         * gnus-start.el (gnus-find-new-newsgroups):
7823         Remove gnus-check-first-time-used.
7824
7825         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7826
7827 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7828
7829         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7830         set on groups that don't have \* permanentflags.
7831
7832 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7835         control the background color.
7836         (shr-tag-img): Ignore very small web bug type images.
7837         (shr-put-image): Add help-echo alt texts to the images.
7838         (shr-tag-video): Show the video poster image.
7839
7840 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841
7842         * shr.el (shr-table-depth): New variable.
7843         (shr-tag-table-1): Only insert the images after the top-level table.
7844
7845         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7846
7847         * gnus-util.el (gnus-list-memq-of-list): New function.
7848
7849         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7850         selected.
7851         (nnimap-unsplittable-articles): New slot.
7852         (nnimap-new-articles): Use it.
7853
7854 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7855
7856         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7857         move to the previous line on `M-g'.
7858
7859 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860
7861         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7862         *-request-group, which seems unnecessary.
7863
7864         * nnimap.el (nnimap-quote-specials): Function copied over from
7865         imap.el.
7866         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7867         they support that.  Suggested by Tom Regner.
7868
7869 2010-10-29  Julien Danjou  <julien@danjou.info>
7870
7871         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7872         defalias.
7873         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7874
7875         * gnus.el: Remove `gnus-nntp-service' variable.
7876         (gnus-secondary-servers): Make obsolete.
7877         (gnus-nntp-server): Make obsolete.
7878
7879         * gnus-start.el (gnus-1): Remove x-splash calls.
7880
7881         * gnus-ems.el (gnus-x-splash): Remove.
7882
7883         * gnus.el (gnus-group-startup-message): Simplify/update code.
7884
7885         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7886         definition.
7887
7888         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7889         capability before doing anything.
7890         (gnus-group-insert-group-line): Remove useless
7891         gnus-group-remove-excess-properties.
7892
7893 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7896
7897 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7900         config after reselecting.
7901
7902 2010-10-28  Julien Danjou  <julien@danjou.info>
7903
7904         * shr.el (shr-put-image): Use point even if only inserting text.
7905         (shr-put-image): Save excursion when inserting alt text on non-graphic
7906         display, so the behavior is the same when we are on a graphic display.
7907
7908         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7909
7910 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7913         (gnus-mime-copy-part): Check coding system, not charset.
7914         (gnus-mime-view-part-externally): Never remove part.
7915         (gnus-mime-view-part-internally): Don't remove part here.
7916         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7917         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7918         multipart/alternative.
7919
7920         * mm-decode.el (mm-display-part): Take optional arg `force'.
7921
7922 2010-10-26  Julien Danjou  <julien@danjou.info>
7923
7924         * gnus-group.el (gnus-group-default-list-level): Add this function to
7925         compute the default list level.
7926         (gnus-group-default-list-level): Add possibility to use a function.
7927
7928 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7931
7932         * gnus-group.el (gnus-group-completing-read)
7933         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7934         gnus-replace-in-string.
7935
7936 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * shr.el (shr-tag-div): Add.
7939
7940         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7941
7942 2010-10-25  Julien Danjou  <julien@danjou.info>
7943
7944         * gnus-util.el: Remove `gnus-with-local-quit'.
7945
7946         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7947
7948 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7951         the original article buffer.
7952
7953 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * nnimap.el (nnimap-request-head): New function.
7956         (nnimap-request-move-article): Try to be slightly faster by not
7957         requesting the entire message when moving.
7958         (nnimap-transform-headers): Don't bug out on bodiless articles.
7959         (nnimap-send-command): Have no outstanding messages if the IMAP server
7960         doesn't support streaming.
7961         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7962
7963 2010-10-24  Julien Danjou  <julien@danjou.info>
7964
7965         * message.el (message-default-headers): Fix type.
7966
7967 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7970         prefetching images.
7971
7972         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7973         backend for unknown groups.  This is mainly useful for nnimap groups.
7974
7975         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7976         group isn't covered by the agent.
7977
7978 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7979
7980         * nnir.el (nnir-method-default-engines): New variable.
7981         (nnir-run-query): Use it.
7982         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7983         (gnus-summary-nnir-goto-thread): Change group if needed.
7984
7985         * gnus-group.el (gnus-group-group-map): Add key binding for
7986         gnus-group-make-nnir-group.
7987
7988 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * shr.el (shr-tag-object): Add.
7991
7992         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7993         original article buffer live.
7994         (gnus-summary-select-article-buffer):
7995         Mention gnus-widen-article-buffer.
7996
7997 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * shr.el (shr-tag-strong): Add.
8000
8001 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8004         group names.  They mess up the group buffer badly.
8005
8006         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8007
8008         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8009         instead of the summary one.
8010
8011 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * mml.el (mml-preview): Work properly when editing article.
8014
8015         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8016         gnus-have-read-active-file if it's already been in.
8017
8018 2010-10-22  Tom Tromey  <tromey@redhat.com>
8019
8020         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8021         gnus-group-completing-read.
8022
8023 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * message.el (message-mode-map): Don't bind M-; to comment region, to
8026         allow the global comment-dwim to work.
8027
8028 2010-10-21  Julien Danjou  <julien@danjou.info>
8029
8030         * message.el (message-setup-1): Allow message-default-headers to be a
8031         function.
8032
8033 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * shr.el (shr-tag-table): Simplify.
8036
8037 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8040         to avoid trying to snarf invalid stuff.
8041
8042         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8043
8044         * gnus.el (gnus-message-archive-group): Quote value.
8045         (gnus-message-archive-group): Mark as changed.
8046
8047         * shr.el (shr-add-font): Don't put the font properties on the newline
8048         or the indentation.
8049
8050         * message.el (message-fix-before-sending): Change options when sending
8051         non-printable characters.
8052
8053         * gnus.el (gnus-message-archive-method): Change the default to
8054         monthly outgoing groups.
8055
8056         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8057         that have gotten new numbers.
8058
8059         * nnimap.el (nnimap-request-replace-article): New function.
8060
8061 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8064         (nnrss-request-article): Don't use special html washing code.
8065
8066 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * shr.el (shr-tag-table): Remove useless nconc.
8069
8070 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * gnus-art.el (article-wash-html): Simplify and remove the charset
8073         stuff.  Use the normal html rendering code instead of the special html
8074         washing code.
8075
8076         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8077         `gnus-w3m' symbols.
8078         (mm-text-html-washer-alist): Remove.
8079
8080         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8081         (mm-inline-media-tests): Remove use.
8082         (mm-text-html-renderer): Change default to the `shr' symbol.
8083
8084         * mm-view.el (mm-inline-text-html): Remove use.
8085
8086         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8087         `gnus-blocked-images' to be a function.
8088         (gnus-article-wash-function): Remove.
8089
8090 2010-10-20  Julien Danjou  <julien@danjou.info>
8091
8092         * spam.el (spam-list-of-processors): Mark as obsolete.
8093
8094         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8095         (nnimap-insert-partial-structure): Fix boundary detection.
8096
8097 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8098
8099         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8100         run file-truename on remote files.  This can be expensive and even
8101         prevent one from editing drafts if some unrelated buffer has a stale
8102         connection.
8103
8104 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8107         kinsoku-eol regardless of shr-kinsoku-shorten.
8108         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8109         (shr-tag-table): Support caption, thead, and tfoot.
8110
8111 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8114         lines.
8115         (shr-save-contents): New command and keystroke.
8116
8117         * nndoc.el (nndoc-type-alist): Add git support.
8118         (nndoc-git-type-p): New function.
8119         (nndoc-transform-git-article): Ditto.
8120         (nndoc-transform-git-headers): Ditto.
8121         (nndoc-transform-git-headers): Generate Subject headers.
8122
8123         * shr.el (shr-parse-style): New function.
8124         (shr-tag-span): Ditto.
8125
8126         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8127         to `G G' to avoid collisions.
8128
8129 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * shr.el: Load kinsoku if necessary.
8132         (shr-kinsoku-shorten): New internal variable.
8133         (shr-find-fill-point): Make kinsoku shorten text line if
8134         shr-kinsoku-shorten is bound to non-nil.
8135         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8136         shr-indentation too when testing if table is wider than frame width.
8137         (shr-insert-table): Use `string-width' instead of `length' to measure
8138         text width.
8139         (shr-insert-table-ruler): Make sure indentation is done at bol.
8140
8141 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8142
8143         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8144         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8145         undecoded network data.
8146
8147 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8150         name in the mode line spec so that the mode line menu works
8151         (bug #2431).
8152
8153         * message.el (message-get-reply-headers): If we're fed `to-address',
8154         then always use that.
8155
8156         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8157         aren't so wide as to need to switch off the edit menu.
8158
8159         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8160         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8161
8162         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8163         `M-g'.
8164         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8165         the permanent marks.
8166
8167 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8168
8169         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8170         Splitting according to references/in-reply-to obeys the ignore-groups
8171         variable, while splitting by sender and subject do not.
8172
8173 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174
8175         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8176         alist, so that we can look for non-Unicode chars.
8177         (article-translate-strings): Allow both character and string maps.
8178
8179 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * shr.el (shr-insert): Don't insert space behind a wide character
8182         categorized as kinsoku-bol, or between characters both categorized as
8183         nospace.
8184
8185 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8186
8187         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8188         headers to gnus-newsgroup-headers.
8189
8190 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * shr.el (shr-tag-img): Don't align images -- since we're not
8193         rescaling, this often leads to ugly displays.
8194
8195 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8196
8197         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8198         duplicates.
8199
8200 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8201
8202         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8203         call.
8204
8205 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * gnus.el: Autoload gnus-html-show-images.
8208
8209         * nnimap.el: Use nnheader-message throughout.
8210
8211         * shr.el (shr-tag-img): Ignore images with no data.
8212
8213 2010-10-15  Julien Danjou  <julien@danjou.info>
8214
8215         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8216         a possibility to disable format=flow encoding when using hard newlines.
8217
8218 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * shr.el (shr-insert): Remove space inserted before or after a
8221         breakable character or at the beginning or the end of a line.
8222         (shr-find-fill-point): Do kinsoku; find the second best point or give
8223         it up if there's no breakable point.
8224
8225 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * nnimap.el (nnimap-open-connection): Message when opening connection
8228         for debugging purposes.
8229
8230         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8231         on every setup buffer call to allow this to change from article to
8232         article.
8233
8234         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8235         buffers where we have a wide table.
8236
8237 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8238
8239         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8240         uses *-request-thread.
8241
8242 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8245         incantation, which is no longer valid.
8246
8247 2010-10-14  Julien Danjou  <julien@danjou.info>
8248
8249         * shr.el: Fix defcustom type (char -> character).
8250
8251 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8254         programs.
8255
8256 2010-10-14  Julien Danjou  <julien@danjou.info>
8257
8258         * shr.el (shr-tag-a): Use url-link as widget type.
8259
8260         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8261         `gnus-group-get-icon'.
8262
8263 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8266         This should make server editing work better.
8267
8268         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8269
8270         * tls.el (tls-program): Remove spurious %s from openssl.
8271
8272         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8273         (nnimap-parse-flags): Fix regexp.
8274
8275         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8276         probably work for CJVK text, too.
8277
8278         * nnimap.el (nnimap-extend-tls-programs): Remove.
8279         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8280
8281         * tls.el (tls-starttls-switches): Remove starttls hack.
8282         (open-tls-stream): Ditto.
8283         (tls-find-starttls-argument): Ditto.
8284
8285 2010-10-13  Julien Danjou  <julien@danjou.info>
8286
8287         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8288         responses.
8289
8290 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8293
8294         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8295         anything in Emacs.
8296
8297         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8298
8299 2010-10-13  Julien Danjou  <julien@danjou.info>
8300
8301         * shr.el (shr-width): Make shr-width a defcustom with default to
8302         fill-column.
8303         (shr-tag-img): Use shr-width rather than fill-column.
8304
8305 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * dgnushack.el (byte-optimize-apply):
8308         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8309
8310         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8311         position when (X-)Faces exist.
8312         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8313         avatars when called interactively.
8314
8315 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8318         gnus-article-x-face-too-ugly is bound.
8319
8320 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8323
8324         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8325         mailbox that doesn't exist.
8326
8327 2010-10-12  Julien Danjou  <julien@danjou.info>
8328
8329         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8330         (shr-get-image-data): Encode URL properly when fetching from cache.
8331         (shr-tag-img): Use aligned-to spaces to align correctly images.
8332
8333         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8334         before inserting the Gravatar.
8335
8336         * shr.el (shr-tag-img): Add align attribute support for <img>.
8337
8338 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * gnus-gravatar.el (gnus-art): Require.
8341
8342         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8343         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8344         Remove long obsoleted functions.
8345
8346 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8349
8350         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8351
8352         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8353         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8354         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8355         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8356         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8357         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8358         * sieve-manage.el, smime.el, spam.el:
8359         Fix comment for declare-function.
8360
8361 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * nnimap.el (nnimap-request-rename-group): Select group read-only
8364         before renaming it.
8365
8366         * shr.el (shr-insert): Fix up the white space only regexp.
8367
8368         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8369         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8370
8371         * shr.el (shr-current-column): New function.
8372         (shr-find-fill-point): New function.
8373
8374 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8375
8376         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8377         numbers.
8378
8379 2010-10-11  Julien Danjou  <julien@danjou.info>
8380
8381         * shr.el (shr-hr-line): Add.
8382         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8383         display hr lines.
8384         (shr-max-columns): Do not change state to nil if we just inserting
8385         spaces.
8386
8387 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8390         select the last group.
8391
8392 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8395
8396 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8397
8398         * dig.el (dig-mode-map): Declare and define in one step.
8399
8400 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8403         for Gnus.
8404         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8405         (nnimap-update-qresync-info): Mark \Seen articles as read.
8406
8407         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8408         non-variable, too.
8409
8410         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8411         available.
8412         (nnimap-update-info): Rely more on the current active than the param
8413         active to avoid marking articles as read too much.
8414
8415         * auth-source.el (auth-source-create): Use (user-login-name) for the
8416         user name default.
8417
8418         * nnimap.el (nnimap-update-info): If the server doesn't return any
8419         useful info, just use the previous info.
8420         (nnimap-update-info): Prefer old info over start-article.
8421         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8422
8423 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8424
8425         * nnir.el (autoload): Clean up autoloads.
8426         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8427         Use key rather than value.
8428         (nnir-imap-search-other): New variable.
8429         (nnir-read-parm): Use it.
8430         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8431         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8432
8433 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8434
8435         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8436         the process, too.
8437
8438 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * spam.el (gnus-summary-mode-map): Bind to "$".
8441         Suggested by Russ Allbery.
8442
8443         * shr.el: Rework the way things are indented by <li> slightly.
8444
8445         * gnus.el (gnus-group-set-parameter): Fix typo.
8446
8447         * nnimap.el: Start implementing QRESYNC support.
8448
8449 2010-10-09  Julien Danjou  <julien@danjou.info>
8450
8451         * nnir.el (nnir-engines): Fix too many arguments.
8452
8453 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8456         group is the "last", so that the backends like nnfolder actually save
8457         their folders.
8458
8459         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8460         try to use that for the tls stream.
8461         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8462         UIDVALIDITY and find out which groups are read-only and not.
8463         (nnimap-get-flags): Use the same marks parsing code as the rest of
8464         nnimap.
8465
8466 2010-10-09  Julien Danjou  <julien@danjou.info>
8467
8468         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8469
8470         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8471         retrieving gravatars.
8472
8473         * shr.el (shr-table-corner): Add.
8474         (shr-table-line): Add.
8475         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8476
8477 2010-10-08  Julien Danjou  <julien@danjou.info>
8478
8479         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8480
8481 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8482
8483         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8484
8485         * gnus-sum.el (gnus-mark-article-as-unread)
8486         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8487         (gnus-summary-set-bookmark): Use it.
8488
8489         * gnus-msg.el (gnus-setup-message): Use it.
8490
8491         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8492
8493         * gnus.el (gnus-group-remove-parameter): Use it.
8494
8495         * gnus-group.el (gnus-group-make-web-group): Use it.
8496
8497         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8498
8499         * nnregistry.el: Update docs to mention manual.
8500
8501         * gnus-registry.el: Update docs to mention nnregistry.el.
8502         (gnus-registry-initialize): Don't install nnregistry refer method
8503         automatically.
8504         (gnus-registry-install-nnregistry): Remove it.
8505
8506 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * shr.el (shr-insert): Don't insert double spaces.
8509
8510 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-gravatar.el (gnus-treat-from-gravatar)
8513         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8514         called interactively.
8515
8516         * gnus-art.el (gnus-mime-view-part-externally)
8517         (gnus-mime-view-part-internally): Make predicate function passed to
8518         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8519         of a mime type.
8520
8521         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8522
8523 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * shr.el (require): Require cl when compiling.
8526         (shr-tag-hr): New function.
8527
8528         * nnimap.el (nnimap-update-info): Remove double setting of high.
8529         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8530         This makes nnimap work properly on Courier again.
8531
8532         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8533         the variable for backwards compatibility.
8534
8535         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8536         the file name before using to avoid setting mm-default-directory to
8537         nil.
8538
8539         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8540         bidning gnus-agent variables.
8541
8542         * shr.el (shr-render-td): Use a cache for the table rendering function
8543         to avoid getting an exponential rendering behavior in nested tables.
8544         (shr-insert): Rework the line-breaking algorithm.
8545         (shr-insert): Don't leave trailing spaces.
8546         (shr-insert-table): Also insert empty TDs.
8547         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8548
8549 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8550
8551         * gnus-sum.el (gnus-number): Rename from `number'.
8552         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8553         (gnus-summary-limit-children): Update uses correspondingly.
8554
8555 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8558         (gnus-gravatar-transform-address): Don't show avatars of people of
8559         which mail addresses match gnus-gravatar-too-ugly.
8560
8561 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * shr.el (shr-table-widths): Expand TD elements to fill available
8564         space.
8565
8566 2010-10-07  Julien Danjou  <julien@danjou.info>
8567
8568         * nnimap.el (nnimap-request-rename-group): Add this method.
8569
8570 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8573         name from XEmacs' function-arglist.
8574
8575         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8576         gravatar under XEmacs.
8577
8578 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8579
8580         * auth-source.el: Update docs with TODO items.
8581
8582         * gnus-sync.el: Update docs to explain state and plans.
8583
8584         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8585         Hooks for mark updates.
8586         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8587
8588         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8589         hooks with arguments, which is needed for mark update hooks.
8590
8591 2010-10-06  Julien Danjou  <julien@danjou.info>
8592
8593         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8594         was matched.
8595
8596         * sieve-manage.el: Update example in `Commentary'.
8597
8598         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8599
8600         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8601         not 2000.
8602         (sieve-manage-authenticate): Re-add function.
8603
8604 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * shr.el (shr-insert): Get 'space transition right.
8607         (shr-render-td): Only delete space at the end of the TD.
8608
8609         * nnimap.el (nnimap-open-connection): Prepare to support
8610         open-gnutls-stream.
8611
8612         * shr.el: Rearrange function order to be more logical.
8613
8614 2010-10-06  Julien Danjou  <julien@danjou.info>
8615
8616         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8617         (nnrss-discover-feed): Remove 404 URL in docstring.
8618
8619         * nnir.el: Fix Swish-E URL.
8620         Fix Namazu URL.
8621
8622         * message.el (message-change-subject): Remove 404 URL in a comment.
8623
8624 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8627         called interactively.
8628
8629         * gnus-util.el (gnus-remove-if): Allow hash table.
8630         (gnus-remove-if-not): New function.
8631
8632         * gnus-art.el (gnus-mime-view-part-as-type):
8633         * gnus-score.el (gnus-summary-score-effect):
8634         * gnus-sum.el (gnus-read-move-group-name):
8635         Replace remove-if-not with gnus-remove-if-not.
8636
8637         * gnus-group.el (gnus-group-completing-read):
8638         Regard collection as a hash table if it is not a list.
8639
8640 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8643
8644         * shr.el: Document the table-rendering algorithm.
8645
8646 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8649         for Emacsen having no `libxml-parse-html-region' support.
8650
8651 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8654         invalid URLs.
8655
8656         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8657         line-broken.
8658         (shr-tag-img): Ignore image fetching errors.
8659         (shr-overlays-in-region): Compute overlay positions correctly.
8660
8661         * mm-decode.el (mm-shr): Require shr.
8662
8663         * gnus-art.el (gnus-blocked-images): Move variable here.
8664
8665         * shr.el (shr-insert-table): Bind free variable.
8666
8667         * mm-decode.el (mm-shr): Bind shr-content-function.
8668
8669         * shr.el (shr-content-function): New variable.
8670
8671         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8672         added for symmetry.
8673
8674         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8675
8676         * gnus-group.el (gnus-group-make-group): Doc fix.
8677
8678         * nnimap.el (nnimap-request-newgroups): Return success.
8679
8680         * shr.el (shr-find-elements): New function.
8681         (shr-tag-table): Put all the images after the table.
8682         (shr-tag-table): Really inhibit images inside the table.
8683         (shr-collect-overlays): Copy over overlays from the TD elements to the
8684         main document.
8685
8686         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8687         gnus-blocked-images.
8688
8689 2010-10-05  Julien Danjou  <julien@danjou.info>
8690
8691         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8692
8693         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8694         (gnus-html-maximum-image-size): Add this function.
8695         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8696
8697         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8698         server-value of the capability is nil.
8699
8700 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * shr.el (shr-tag-em): Add <EM> tag.
8703
8704 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8705
8706         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8707         customizable.
8708
8709         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8710         handing broken links to browse-url.
8711
8712 2010-10-05  Julien Danjou  <julien@danjou.info>
8713
8714         * gnus-util.el (gnus-emacs-completing-read)
8715         (gnus-iswitchb-completing-read): Use autoload rather than require.
8716
8717 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8720         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8721         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8722         iswitchb-temp-buflist for XEmacs.
8723
8724         * gnus-util.el (gnus-completing-read-function): Exclude
8725         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8726         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8727         XEmacs.
8728
8729         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8730         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8731
8732         * gnus-html.el: Don't require help-fns under XEmacs.
8733         (gnus-html-schedule-image-fetching): Work for XEmacs.
8734
8735         * mm-decode.el (mm-shr): Decode contents by charset.
8736
8737 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8740         unknown.
8741
8742         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8743         (shr-get-image-data): Ensure against the cache file missing.
8744
8745         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8746         for data.
8747
8748         * spam-report.el (spam-report-url-ping-plain): Don't query about
8749         killing the process.
8750
8751         * shr.el (shr-render-td): Protect against too-wide text.
8752
8753 2010-10-04  Julien Danjou  <julien@danjou.info>
8754
8755         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8756         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8757
8758         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8759         retrieved.
8760
8761 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * shr.el (browse-url): Require.
8764         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8765         lines.
8766         (shr-show-alt-text, shr-browse-image): New commands.
8767         (shr-browse-url, shr-copy-url): New commands.
8768
8769         * gnus-sum.el (gnus-widen-article-window): New variable.
8770         (gnus-summary-select-article-buffer): Use it.
8771
8772         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8773         without @ signs.
8774
8775 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8776
8777         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8778
8779 2010-10-04  Julien Danjou  <julien@danjou.info>
8780
8781         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8782         for XEmacs.
8783
8784 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8787
8788         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8789         (nnimap-close-server): Implement.
8790
8791         * dgnushack.el (iswitchb): Require to shut up the compiler.
8792
8793         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8794         (shr-insert): Tweak line breaking.
8795         (shr-insert): Handle <pre> better.
8796         (shr-tag-li): Get <li> indentation right.
8797         (shr-tag-li): Get <li> indentation even righter.
8798         (shr-tag-blockquote): Ensure paragraph start.
8799         (shr-make-table): Tweak table generation.
8800         (shr-make-table): Fix typo.
8801
8802         * shr.el: Implement table rendering.
8803
8804 2010-10-04  Julien Danjou  <julien@danjou.info>
8805
8806         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8807
8808 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * shr.el (shr-insert): Use string anchors instead of line anchors.
8811
8812 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * shr.el: Add headings.
8815         (shr-ensure-paragraph): Actually work.
8816         (shr-tag-li): Make <ul> prettier.
8817         (shr-insert): Get white space at the beginning/end of elements right.
8818         (shr-tag-p): Collapse subsequent <p>s.
8819         (shr-ensure-paragraph): Don't insert double line feeds after blank
8820         lines.
8821         (shr-insert): \t is also space.
8822         (shr-tag-s): Fix "s" tag name function.
8823         (shr-tag-s): Fix face prop name.
8824
8825 2010-10-03  Julien Danjou  <julien@danjou.info>
8826
8827         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8828
8829         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8830         gnus-window-inside-pixel-edges.
8831
8832         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8833         gnus-ems.
8834
8835         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8836
8837         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8838         function.
8839
8840         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8841         resize choice.
8842
8843 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8846         beginning of the buffer.
8847
8848         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8849         article buffer again.
8850
8851         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8852
8853         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8854         when it's at the start of the buffer.
8855
8856         * shr.el (shr-tag-blockquote): Convert name.
8857         (shr-rescale-image): Use the right image-size variant.
8858
8859         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8860         buffer isn't shown, then select the current article first instead of
8861         bugging out.
8862         (gnus-summary-select-article-buffer): Show both the article and summary
8863         buffers again.
8864
8865         * shr.el (shr-fontize-cont): Protect against regions with no text.
8866         Rename tag functions to shr-tag-* for enhanced security.
8867         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8868
8869 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8870
8871         * shr.el (shr-insert):
8872         * pop3.el (pop3-movemail):
8873         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8874         loaded.
8875
8876 2010-10-03  Glenn Morris  <rgm@gnu.org>
8877
8878         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8879
8880         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8881
8882         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8883
8884         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8885
8886         * gnus-util.el (gnus-make-local-hook): Simplify.
8887
8888 2010-10-02  Julien Danjou  <julien@danjou.info>
8889
8890         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8891         (gnus-ido-completing-read): New function.
8892         (gnus-emacs-completing-read): New function.
8893         (gnus-completing-read): Use gnus-completing-read-function.
8894         Add gnus-completing-read-function.
8895
8896 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * shr.el (shr-insert-document): Autoload.
8899         (shr-img): Be silent.
8900         (shr-insert): Add a newline after every picture before text.
8901         (shr-add-font): Use overlays for combining faces.
8902         (shr-insert): Pass upwards the text start point.
8903
8904         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8905         possible.
8906         (mm-shr): New function.
8907
8908 2010-10-02  Julien Danjou  <julien@danjou.info>
8909
8910         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8911         should go backward.
8912
8913 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8914
8915         * shr.el (shr): Fix typo in provide call.
8916
8917 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * shr.el: New file.
8920
8921         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8922
8923         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8924         completing read.
8925
8926 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8929         we're being queried about.  Suggested by Dan Jacobson.
8930
8931         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8932         Suggested by Jason Eisner.
8933
8934         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8935         table, too.  Suggested by Stefan Wiens.
8936         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8937         the table unnecessary.  Suggested by Stefan Wiens.
8938
8939         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8940         longer needed, and probably doesn't work either, as pointed out by
8941         Stefan Wiens.
8942         (gnus-summary-exit): Remove call to the clearing function.
8943         (gnus-summary-exit-no-update): Ditto.
8944
8945         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8946         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8947         Reported by Stefan Monnier.
8948         (gnus-summary-save-in-rmail): Ditto.
8949
8950         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8951         article buffer, instead of both the article buffer and the summary
8952         buffer.  Sort of suggested by Dan Jacobson.
8953
8954         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8955
8956         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8957         Suggested by Dan Jacobson.
8958
8959         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8960         documentation clearer.
8961
8962         * message.el (message-shorten-references): Comment on the number "21".
8963         Suggested by Stefan Monnier.
8964
8965         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8966         Suggested by Dan Jacobson.
8967
8968         * gnus.el (gnus-large-newsgroup):
8969         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8970
8971         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8972         externalize attachments.  Bug reported by Steve Wen.
8973
8974         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8975         really message anything to the user.
8976
8977         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8978         directly.
8979
8980         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8981         messages in empty groups.
8982
8983 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8984
8985         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8986         non-UIDNEXT group.
8987
8988 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8991         not the value from the collection.
8992
8993         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8994         values.  This sometimes happens on some groups that have no info.
8995         (nnimap-request-newgroups): New function.
8996
8997 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8998
8999         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9000         check into `gnus-registry-initialize'.
9001         (gnus-registry-initialize): Ditto.
9002         Fix and extend header docs.
9003
9004 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9007         regexp backtrace overflows.
9008
9009         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9010         for starttls that tls.el implements; i.e. openssl.
9011
9012         * tls.el (tls-starttls-switches): Give up on using starttls with
9013         gnutls-cli.
9014         (tls-program): Add --insecure to be consistent with the defaults from
9015         openssl s_client.  Now all three commands are insecure.
9016
9017 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * lpath.el: Bind completion-styles-alist for XEmacs.
9020
9021         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9022         (gravatar-create-image): New function that's an alias to
9023         gnus-xmas-create-image, gnus-create-image, or create-image.
9024         (gravatar-data->image): Use it.
9025
9026 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9027
9028         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9029         install the nnregistry refer method.
9030         (gnus-registry-install-hooks): Use it.
9031         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9032         unfollowed groups.
9033
9034 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9035
9036         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9037         expanding threads.
9038
9039 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * nnir.el: Use the server names without suffixes (bug #7009).
9042
9043         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9044         unencrypted to STARTTLS, if possible.
9045
9046 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9047
9048         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9049         headers before superseding.
9050
9051 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * nnrss.el (nnrss-use-local): Add documentation.
9054
9055         * nnimap.el (nnimap-extend-tls-programs): New function.
9056         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9057         (nnimap-wait-for-connection): Accept the greeting from the stupid
9058         output from openssl s_client -starttls, too.
9059
9060         * tls.el (tls-starttls-switches): New variable.
9061         (tls-find-starttls-argument): Use it.
9062         (open-tls-stream): Ditto.
9063
9064         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9065         (netrc-machine): Ditto.
9066
9067         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9068         article number.
9069         (nnimap-split-fancy): New variable.
9070         (nnimap-split-incoming-mail): Use it.
9071
9072         * nntp.el (nntp-server-list-active-group): Document.
9073
9074         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9075         SELECT to get the message-id.
9076
9077         * mail-source.el (mail-sources): Remove webmail support.
9078         (defvar): Ditto.
9079         (mail-source-fetcher-alist): Ditto.
9080         (mail-source-fetch-webmail): Remove.
9081
9082         * webmail.el: Remove -- doesn't seem relevant any more.
9083
9084         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9085
9086         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9087         the \r.
9088
9089 2010-09-30  Julien Danjou  <julien@danjou.info>
9090
9091         * gnus-agent.el (gnus-agent-add-group): Fix call to
9092         gnus-completing-read.
9093
9094 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * nndoc.el (nndoc-retrieve-groups): New function.
9097
9098         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9099         `default', use nnmail-split-methods.
9100         (nnimap-request-article): Downcase the NILs so that they are nil.
9101
9102         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9103         symbol.
9104
9105         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9106         code, since if the user has requested network, that's what they ought
9107         to get.
9108         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9109         (nnimap-split-rule): Mark as obsolete.
9110
9111         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9112         New variable.
9113
9114         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9115         correct slot, too.
9116
9117 2010-09-29  Julien Danjou  <julien@danjou.info>
9118
9119         * gnus.el (gnus-local-domain): Declare variable obsolete.
9120
9121         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9122         Fix history computing.
9123         (gnus-ido-completing-read): Require ido.
9124
9125 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9128         build Gnus.
9129
9130         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9131         when interpreting the structures.
9132         (nnimap-request-accept-article): Add \r\n to the lines to make this
9133         work with Cyrus.
9134
9135         * nndraft.el (nndraft-request-expire-articles): Use the group name
9136         instead if "nndraft".  Fix found by Nils Ackermann.
9137
9138 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9139
9140         * nnregistry.el: Add.
9141
9142 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9143
9144         * nnmail.el (group, group-art-list, group-art):
9145         Remove unneeded directives.
9146
9147 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9150         (mm-mime-charset):
9151         * rfc2047.el (rfc2047-syntax-table):
9152         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9153
9154         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9155         rather than `insert-file-contents' and `eval-region'.
9156
9157         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9158         construction.
9159
9160         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9161
9162         * time-date.el: No need to require cl for Emacs 21.
9163
9164 2010-09-29  Julien Danjou  <julien@danjou.info>
9165
9166         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9167         replacement of `gnus-gravatar-relief' to mimic
9168         `gnus-faces-properties-alist'.
9169         Add :version property.
9170
9171 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * mail-source.el (mail-source-report-new-mail):
9174         * message.el (message-default-mail-headers):
9175         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9176
9177         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9178
9179 2010-09-28  Julien Danjou  <julien@danjou.info>
9180
9181         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9182         mail-address contains the same string as real-name.
9183
9184         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9185         non-blank in header, otherwise it'll get stripped.
9186
9187         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9188         real-name, and then for mail address rather than doing : or , search.
9189
9190 2010-09-27  Julien Danjou  <julien@danjou.info>
9191
9192         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9193         right completing-read function.
9194         (gnus-use-ido): New variable
9195         (gnus-completing-read-with-default): Remove.
9196         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9197         (gnus-agent-add-group):
9198         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9199         * mm-view.el (mm-view-pkcs7-decrypt):
9200         * mm-util.el (mm-codepage-setup):
9201         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9202         * mml-smime.el (mml-smime-openssl-sign-query):
9203         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9204         (mml-insert-multipart):
9205         * gnus-msg.el (gnus-summary-yank-message):
9206         * gnus-int.el (gnus-start-news-server):
9207         * mm-decode.el (mm-interactively-view-part):
9208         * gnus-dired.el (gnus-dired-attach):
9209         * gnus.el (gnus-read-method):
9210         * gnus-bookmark.el (gnus-bookmark-jump):
9211         * gnus-art.el (gnus-mime-view-part-as-type)
9212         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9213         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9214         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9215         * nnmairix.el (nnmairix-create-server-and-default-group)
9216         (nnmairix-update-groups, nnmairix-get-server)
9217         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9218         (nnmairix-get-group-from-file-path):
9219         * nnrss.el (nnrss-find-rss-via-syndic8):
9220         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9221         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9222         (gnus-group-browse-foreign-server):
9223         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9224         (gnus-summary-execute-command, gnus-summary-respool-article)
9225         (gnus-read-move-group-name):
9226         * gnus-score.el (gnus-summary-increase-score)
9227         (gnus-summary-score-effect):
9228         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9229
9230 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9233         x-focus-frame.
9234
9235         * nnimap.el (auth-source-forget-user-or-password)
9236         (auth-source-user-or-password): Autoload.
9237
9238         * message.el (message-from-style, message-interactive)
9239         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9240         (message-yank-prefix, message-indentation-spaces, message-signature)
9241         (message-signature-file): Add comment.
9242
9243 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9246         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9247         new articles.
9248
9249         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9250         parts.
9251         (nnimap-request-article): Work with the t setting, too.
9252
9253         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9254         that you don't get flashes of other buffers.
9255         (gnus-summary-show-complete-article): Intern before setting.
9256
9257 2010-09-27  David Engster  <dengste@eml.cc>
9258
9259         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9260         well as HEADERS.
9261         (nnmairix-retrieve-headers): Provide new argument for the above.
9262
9263 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * gnus-sum.el (gnus-summary-move-article): Don't alter
9266         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9267         group.
9268
9269         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9270
9271         * message.el (message-cite-prefix-regexp): Revert my last edit.
9272
9273         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9274         variable instead of the Gnus variable.
9275
9276         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9277
9278         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9279
9280         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9281         since some servers don't like it.
9282         (nnimap-open-connection): Forget credentials if the server says the
9283         password was wrong.
9284         (nnimap-parse-line): Protect against invalid data.
9285
9286         * gnus-sum.el (gnus-summary-move-article): Add comment.
9287         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9288         nothing alters it while scanning for new messages.
9289
9290         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9291         which may or may not help.
9292         (nnimap-open-connection): If we're doing a stream connection, and then
9293         discover we're on a STARTTLS-capable server, then open a STARTTLS
9294         connection instead.
9295
9296 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * nnimap.el (utf7): Require.
9299
9300         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9301         prefix.
9302
9303 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9304
9305         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9306
9307 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * nnimap.el (nnimap-request-accept-article): Message the error on
9310         error.
9311
9312 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9315
9316 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * nndoc.el (nndoc-request-list): Return success always.
9319
9320         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9321         `fetch-old' -- we only want to fetch the articles we've requested.
9322         The rest are in the agent, probably.
9323         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9324         disappeared server" to something low.  It's not important.
9325
9326         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9327         arrived before the FETCH data.
9328
9329         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9330         target here, because we don't know the Gnus name of the group.
9331
9332         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9333         for the correct group.
9334
9335         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9336
9337         * gnus.el (gnus): Give a final warning after startup.
9338
9339         * gnus-util.el (gnus-action-message-log): New variable.
9340         (gnus-message): Use it.
9341         (gnus-final-warning): New function.
9342
9343         * nnimap.el (nnimap-open-connection): Record the greeting.
9344         (nnimap): Add greeting.
9345
9346 2010-09-26  Julien Danjou  <julien@danjou.info>
9347
9348         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9349         arguments.
9350         (gnus-html-wash-images): Fix spec computing to include start/end.
9351
9352         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9353
9354 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9357         deletion.
9358         (nnimap-retrieve-headers): Don't select the group, because that's
9359         already done by nnimap-possibly-change-group.
9360
9361         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9362         (gnus-picon-transform-address): Use it.
9363
9364         * mail-source.el (mail-source-value): Revert previous patch.
9365
9366         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9367         on failure.
9368         (nnimap-open-connection): Look up both virtual and physical server name
9369         credentials.
9370
9371         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9372
9373 2009-02-07  Dave Love  <fx@gnu.org>
9374
9375         * tls.el (open-tls-stream): Don't query killing process.
9376
9377 2009-02-08  Dave Love  <fx@gnu.org>
9378
9379         * gnus-win.el (gnus-window-to-buffer-helper)
9380         (gnus-all-windows-visible-p): Function needn't be a symbol.
9381
9382         * mail-source.el (mail-source-value): Function needn't be a symbol.
9383
9384 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * message.el (message-cite-prefix-regexp): Remove } from the cite
9387         prefix.
9388
9389         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9390         highlight again, so that the highlight is correct.
9391
9392         * gnus-picon.el (gnus-picon): Remove again.
9393         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9394
9395         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9396         doing the header highlightling, so that the background color of the
9397         picon is correct.
9398
9399         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9400         (gnus-picon): Ditto.
9401         (gnus-picon): Reinstate.  The background color for picons is white.
9402         (gnus-picon-insert-glyph): Make the background white.
9403
9404         * nnml.el (nnml-open-nov): Don't return dead buffers.
9405
9406         * auth-source.el (auth-source-create): Query the user for whether to
9407         store the credentials.
9408
9409         * netrc.el (netrc-store-data): New function.
9410
9411         * auth-source.el (auth-source-user-or-password): Use the existing auth
9412         sources, if any, for creation.
9413
9414         * gnus.el (gnus-group-fast-parameter): Return the last matching
9415         parameter instead of the first matching parameter.
9416
9417 2010-09-26  Julien Danjou  <julien@danjou.info>
9418
9419         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9420
9421 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * mml2015.el (mml2015-use): Remove gpg support.
9424
9425         * mml1991.el (mml1991-function-alist): Remove gpg function.
9426         (mml1991-gpg-sign): Remove.
9427
9428 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9429
9430         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9431         (gnus-browse-unsubscribe-current-group): Document it.
9432         (gnus-browse-unsubscribe-group): Use it.
9433
9434 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9437         address to the To list for easier response.
9438
9439         * gnus.el (gnus-play-startup-jingle): Remove.
9440         (gnus-splash): Don't play jingle.
9441         (gnus): Silence gnus-load message.
9442
9443         * gnus-art.el (gnus-treat-play-sounds): Remove.
9444
9445         * gnus.el (gnus-play-jingle): Remove audio support.
9446
9447         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9448
9449         * earcon.el: Remove -- no users.
9450
9451         * gnus-audio.el: Remove -- no users of this package.
9452
9453         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9454
9455         * gnus-start.el (gnus-setup-news): Remove nocem support.
9456
9457         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9458
9459         * gnus.el (gnus-use-nocem): Remove.
9460
9461         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9462         Remove.
9463
9464         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9465         uses NoCeM any more.
9466
9467         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9468         (gnus-button-ctan-handler): Ditto.
9469         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9470         (gnus-button-ctan-directory-regexp): Ditto.
9471         (gnus-button-handle-ctan): Ditto.
9472         (gnus-button-tex-level): Ditto.
9473         (gnus-button-alist): Remove CTAN stuff.
9474
9475 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9478         nnimap-streaming test.
9479
9480         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9481         servers twice.
9482
9483         * nnimap.el (nnimap-open-connection): Add more error reporting when
9484         nnimap fails early.
9485
9486         * nnheader.el (nnheader-get-report-string): New function.
9487         (nnheader-get-report): Use it.
9488
9489         * gnus-int.el (gnus-check-server): Say what the error was when opening
9490         failed.
9491
9492         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9493         using streaming.
9494
9495 2010-09-25  Julien Danjou  <julien@danjou.info>
9496
9497         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9498         gnus-window-inside-pixel-edges.
9499
9500 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9503
9504         * mm-decode.el (mm-save-part): Allow saving to other directories the
9505         normal Emacs way.
9506
9507         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9508         Suggested by Jay Berkenbilt.
9509
9510         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9511         there isn't a single byte.
9512
9513         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9514         just do it.  It doesn't really seem to matter what the user responds
9515         here, I think, so it's just a confusing question.
9516
9517         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9518         non-streaming case.
9519
9520         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9521         (gnus-article-encrypt-body): Use it.
9522
9523         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9524         keystroke.
9525
9526         * nnimap.el (nnimap-find-wanted-parts-1):
9527         Use gnus-fetch-partial-articles.
9528
9529         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9530
9531         * nnimap.el (nnimap-insert-partial-structure): New function.
9532         (nnimap-get-partial-article): New function.
9533         (nnimap-request-article): Use it.
9534         (nnimap-wait-for-response): Return whether the wait was successful.
9535         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9536         retrieval wasn't successful.
9537         (nnimap-retrieve-group-data-early): Allow throttling servers.
9538         (nnimap-streaming): New variable.
9539         (nnimap-fetch-partial-articles): Remove.
9540
9541         * mm-decode.el (mm-with-part): Protect against killed buffers.
9542
9543         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9544         for prettier summary display.
9545
9546 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9547
9548         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9549
9550 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9553         apparently third-party libraries depend on it.
9554
9555         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9556         before starting negotiation.
9557
9558         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9559         privacy reasons.
9560         (gnus-treat-mail-gravatar): Ditto.
9561
9562         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9563         buffer when inserting images.  Inserting text into the headers, for
9564         instance, can make them invalid.
9565
9566 2010-09-25  Julien Danjou  <julien@danjou.info>
9567
9568         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9569         variables.
9570
9571         * nnheader.el: Remove useless variables news-reply-yank-from and
9572         news-reply-yank-message-id.
9573
9574         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9575         variables.
9576
9577         * mml1991.el: Remove useless mml1991-verbose.
9578
9579         * gnus.el: Remove useless variable gnus-use-generic-from.
9580         Remove obsolete variable gnus-topic-indentation.
9581
9582         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9583
9584         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9585
9586         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9587
9588         * gnus-group.el: Remove useless gnus-group-icon-cache.
9589         Remove useless gnus-ephemeral-group-server.
9590
9591         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9592
9593         * mml2015.el: Remove useless mml2015-verbose.
9594
9595         * mml-smime.el: Remove useless mml-smime-verbose.
9596
9597         * gnus.el: Remove useless gnus-local-domain.
9598
9599         * gnus-gravatar.el (gnus-gravatar-transform-address):
9600         Use gnus-gravatar-size.
9601
9602         * gnus-art.el: Remove useless gnus-treat-translate.
9603
9604 2010-09-24  Julien Danjou  <julien@danjou.info>
9605
9606         * gnus-sum.el: Add support for Gravatars.
9607
9608         * gnus-art.el: Add support for Gravatars.
9609
9610         * gnus-gravatar.el: Add this file.
9611
9612         * gravatar.el: Add this file.
9613
9614 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9617
9618         * gnus-group.el (gnus-group-fetch-faq): Remove.
9619
9620         * gnus.el (gnus-group-faq-directory): Remove.
9621
9622         * gnus-group.el (gnus-group-fetch-charter): Remove.
9623
9624         * gnus.el (gnus-group-charter-alist): Remove.
9625
9626         * gnus-group.el (gnus-group-archive-directory): Remove.
9627         (gnus-group-recent-archive-directory): Ditto.
9628         (gnus-group-make-archive-group): Remove.
9629
9630         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9631
9632         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9633         use the same article number for all the cached articles.
9634
9635         * nnimap.el (nnimap-command): Register the last command time so
9636         that we can use it for idling NOOPs.
9637         (nnimap-open-connection): Start the keeplive timer.
9638         (nnimap-make-process-buffer): Store all the process buffers.
9639         (nnimap-keepalive): New function.
9640
9641         * starttls.el (starttls-open-stream): Add autoload cookie.
9642
9643 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9644
9645         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9646         handling.
9647
9648 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9651         its data structures.
9652
9653         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9654         instead of the cl.el copy-list.
9655         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9656         equalp.
9657
9658 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9661         and tool-bar-local-item-from-menu.
9662
9663         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9664         mode-line-highlight face for Emacs.
9665
9666         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9667         loading gnus-sum.elc; fix comment for canlock-verify.
9668         (gnus-article-jump-to-part): Use read-number.
9669         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9670         Remove Emacs pre-21 compatible code for help-echo.
9671         (gnus-article-next-page-1): No need to adjust the number of lines.
9672         (gnus-article-describe-bindings): Always use help-buffer.
9673
9674         * gnus-audio.el (gnus-audio-inline-sound):
9675         * gnus-cus.el (gnus-custom-mode):
9676         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9677
9678         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9679
9680         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9681         compatible code.
9682
9683 2010-09-24  Glenn Morris  <rgm@gnu.org>
9684
9685         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9686         visiting the fcc file in rmail-mode.
9687
9688         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9689
9690 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * nnir.el: Silence the byte compiler.
9693
9694         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9695         alias to browse-url-url-encode-chars if any.
9696         (gnus-html-encode-url): Use it.
9697
9698 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus-start.el (gnus-use-backend-marks): New variable.
9701         (gnus-get-unread-articles-in-group): Use it.
9702
9703         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9704         makeover.
9705
9706 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9707
9708         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9709
9710 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9713         Remove.
9714         (gnus-setup-news-hook):
9715         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9716
9717         * gnus-int.el (gnus-request-update-info): Protect against backends not
9718         having the function.
9719
9720         * nnimap.el (nnimap-stream): Mention starttls.
9721         (nnimap-open-connection): Add starttls support.
9722
9723 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9724
9725         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9726
9727 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9730         BODYSTRUCTUREs.
9731         (nnimap-transform-headers): Unfold quoted {42} headers.
9732
9733         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9734         the info.
9735         (gnus-get-unread-articles): Only call updatep on backends that support
9736         it.
9737
9738         * nnweb.el (nnweb-request-update-info): NOOP.
9739
9740         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9741
9742         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9743         since it only deals with marks.
9744
9745         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9746         gnus-request-marks, and make a new gnus-request-update-info.
9747
9748         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9749         the active instead of the high number, which is usually too low.
9750
9751 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9752
9753         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9754         * encrypt.el: Remove.
9755
9756 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9759         server in symbolic form.
9760
9761         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9762
9763 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9766         (nnimap-update-info): Fix up code slightly.
9767
9768         * gnus-int.el (gnus-open-server): Add tracing for performance
9769         debugging.
9770
9771         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9772         (gnus-group-insert-group-line): Pass the real group name so that it
9773         gets the right data.
9774
9775         * gnus-start.el (gnus-get-unread-articles): Don't have
9776         `gnus-get-unread-articles-in-group' update info, since that can be
9777         really slow and doesn't seem to be needed?
9778
9779 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9780
9781         * time-date.el (date-to-time): Try using parse-time-string first before
9782         using the slower timezone-make-date-arpa-standard.
9783
9784 2010-09-22  Julien Danjou  <julien@danjou.info>
9785
9786         * gnus-group.el (gnus-group-insert-group-line):
9787         Call gnus-group-highlight-line.
9788         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9789         default hook list.
9790         (gnus-group-update-eval-form): Add new function.
9791         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9792         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9793
9794 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9797         immediate, then expire all articles.
9798         (nnimap-update-info): Fix off-by-one errors.
9799         (nnimap-flags-to-marks): Would return no marks lists for group with no
9800         flags.  Instead return the other data.
9801
9802 2010-09-22  Julien Danjou  <julien@danjou.info>
9803
9804         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9805         Only return an icon.
9806         (gnus-group-insert-group-line): Compute icon to return.
9807
9808         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9809         (gnus-html-image-fetched): Only cache if
9810         gnus-html-image-automatic-caching is set.
9811         (gnus-html-image-fetched): Check for errors.
9812
9813 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9816         once per method on `g'.  This ensures that backends like nnfolder don't
9817         open all their folders.
9818
9819         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9820         (nnimap-request-list): Nix out group in the correct buffer.
9821         (nnimap-parse-flags): Implement by using `read' instead of
9822         hand-parsing.
9823         (nnimap-flags-to-marks): Pass on permanent-flags.
9824         (nnimap-make-process-buffer): Record the server name.
9825         (nnimap-parse-flags): Fix typo.
9826         (nnimap-request-scan): Run split on the server in general, not just a
9827         single group.
9828
9829         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9830         parameter, and propagate this downwards.
9831
9832         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9833         since EXAMINE changes it on the server.
9834
9835         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9836         this command might take a while.
9837
9838 2010-09-22  Julien Danjou  <julien@danjou.info>
9839
9840         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9841         harmful if you have 2 images side-by-side, they can't be properly
9842         update on text deletion.  Using text-property is safer here.
9843         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9844         data.
9845
9846 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * nnimap.el (nnimap-expunge-inbox): Remove.
9849         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9850         (nnimap-expunge): Flip default to t.
9851
9852         * gnus.el (gnus-method-to-server): Don't push things to the cache
9853         unless it's unique.
9854         (gnus-server-to-method): Ditto.
9855
9856 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9857
9858         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9859
9860 2010-09-22  Julien Danjou  <julien@danjou.info>
9861
9862         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9863         get the start of data.
9864         (gnus-html-encode-url): Add this function to encode special chars in
9865         URL.
9866         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9867         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9868
9869         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9870         default.
9871         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9872
9873         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9874         images alt-text.
9875         (gnus-html-put-image): Put alt-text as help-echo.
9876
9877 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9880         * mm-util.el (mm-decompress-buffer):
9881         * nnir.el (nnir-run-find-grep):
9882         * pop3.el (pop3-list): Use 3rd arg of split-string.
9883
9884         * time-date.el (format-seconds): Comment fix.
9885
9886         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9887         and byte-optimize-form-code-walker.
9888         (dgnushack-make-auto-load): Don't advise make-autoload.
9889
9890         * lpath.el: Remove Emacs 21 stuff.
9891
9892 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9895         outside the active range.  Suggested by Dan Christensen.
9896
9897         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9898         slightly later to avoid double-getting it.
9899
9900         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9901         previous patch.
9902
9903         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9904
9905 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9906
9907         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9908
9909 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910
9911         * gnus-int.el (gnus-open-server): Give a better error message in the
9912         "go offline" case.
9913
9914         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9915         marks for nnimap, which is seldom the right thing to do.
9916
9917         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9918         (gnus-same-method-different-name): New function.
9919
9920         * nnimap.el (parse-time): Require.
9921
9922         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9923         method in the presence of many similar methods.
9924
9925         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9926
9927         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9928         nnml-inhibit-expiry.
9929
9930         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9931         find out whether methods are equal.
9932
9933         * nnimap.el (nnimap-find-expired-articles): New function.
9934         (nnimap-process-expiry-targets): New function.
9935         (nnimap-request-move-article): Request the article before looking at
9936         what the Message-ID is.  Fix found by Andrew Cohen.
9937         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9938
9939         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9940         for oldness in addition to being a predicate.
9941
9942         * nnimap.el (nnimap-request-group): When we have zero articles, return
9943         the right data to Gnus.
9944         (nnimap-request-expire-articles): Only delete articles immediately if
9945         the target is 'delete.
9946
9947         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9948         method, this would bug out.
9949
9950         * gnus-group.el (gnus-group-expunge-group): Rename from
9951         gnus-group-nnimap-expunge, and implemented as a normal interface
9952         function.
9953
9954         * gnus-int.el (gnus-request-expunge-group): New function.
9955
9956         * nnimap.el (nnimap-request-create-group): Implement.
9957         (nnimap-request-expunge-group): New function.
9958
9959 2010-09-21  Julien Danjou  <julien@danjou.info>
9960
9961         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9962         (gnus-html-cache-expired): Add new function.
9963         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9964         wethever we should display image for fetch it.
9965         Compute alt-text earlier to pass it to the fetching function too.
9966         (gnus-html-schedule-image-fetching): Change function argument to only
9967         get one image at a time, not a list.
9968         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9969         cache.
9970         (gnus-html-get-image-data): New function to retrieve image data from
9971         cache.
9972         (gnus-html-put-image): Change buffer argument to use image data rather
9973         than file, and place image above region rather than inserting a new
9974         one.  Do not take alt-text as argument, since it's useless now: we place
9975         the image above alt-text.
9976         (gnus-html-prune-cache): Remove.
9977         (gnus-html-show-images): Start to fetch image when we find one, do not
9978         push into a temporary list.
9979         (gnus-html-prefetch-images): Only fetch image if they have expired.
9980         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9981         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9982
9983 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9986
9987 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9990         spec inser "*" if the group isn't active instead of 0.
9991
9992         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9993         opening the server.
9994         (nnimap-request-delete-group): Implement group deletion.
9995         (nnimap-transform-headers): Return the size of the entire message in
9996         the Bytes header, not just the size of the first part.
9997         (nnimap-request-move-article): When moving an article from nnimap,
9998         request the article first so the accepting form has an article to
9999         accept.  Reported by Dan Christensen.
10000         (nnimap-command): Make sure that the error message doesn't error out.
10001
10002 2010-09-20  David Edmondson  <dme@dme.org>
10003
10004         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10005         we haven't requested anything.
10006
10007 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10010         "".  Fix found by Andrew Cohen.
10011
10012         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10013         instead of -encode-string.
10014
10015 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10018
10019         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10020         by mm-subst-char-in-string.
10021
10022 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10025         waiting for the connection string.
10026
10027         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10028         arriving.
10029
10030         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10031         bogus characters.  This allows selecting certain Gmail groups.
10032
10033         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10034         (nnimap-fetch-partial-articles): New variable.
10035         (nnimap-open-connection): When looking for credentials, also use the
10036         nnimap-server-port.
10037         (nnimap-request-article): Return the group/article number, so that Gnus
10038         `^' works as expected.
10039         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10040
10041         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10042         comments.
10043         (gnus-methods-sloppily-equal): New function.
10044         (gnus): When using the development version of Gnus, load the gnus-load
10045         file.
10046
10047         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10048         `gnus-open-server' on each method before trying to scan them etc.
10049         This ensures that all the backend parameters are set correctly.
10050
10051         * nnimap.el (nnimap-authenticator): New variable.
10052         (nnimap-open-connection): Allow anonymous login.
10053         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10054         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10055
10056         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10057         patch, found by Knut Anders Hatlen.
10058
10059 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10060
10061         * gnus-agent.el (gnus-agent-batch-confirmation)
10062         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10063         to gnus-message.
10064         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10065         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10066         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10067         * gnus-int.el (gnus-open-server): Likewise.
10068         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10069         (gnus-score-check-syntax): Likewise.
10070         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10071         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10072         Likewise.
10073         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10074
10075 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10078         calling conventions so that prefetch doesn't bug out.
10079
10080 2010-09-19  Julien Danjou  <julien@danjou.info>
10081
10082         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10083         rather than `subst-char-in-region' in order to be able to replace ASCII
10084         char by UTF-8 ones.
10085
10086         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10087         than curl.
10088         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10089         the right URL and ALT text on images.
10090         (gnus-html-wash-tags): Fix tag case.
10091         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10092         (gnus-article-html): Add -o display_ins_del=2 option.
10093         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10094
10095 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10098         the extra mail headers, which sometimes seem to happen for unknown
10099         reasons.
10100
10101         * mail-parse.el (mail-header-encode-parameter): Define as
10102         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10103         (or most, perhaps?) mail readers don't understand the latter, but do
10104         understand the former.
10105
10106         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10107         to nil, so that no methods are automatically agentized.  I think this
10108         is probably what most users want.
10109
10110         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10111         from url-retrieve, for instance about invalid URLs.
10112
10113         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10114         groups that have no articles.
10115         (nnimap-request-article): Check that we really got an article when we
10116         requested one.
10117
10118         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10119         doesn't exist.
10120
10121         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10122         nntp buffer so the agent can save it.
10123         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10124         that CRLF doesn't get translated to \n.
10125         (nnimap-open-connection): Don't make 'shell commands only send \n.
10126
10127 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10128
10129         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10130         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10131         Update var name.
10132         (nnml-generate-nov-file): Use dolist.
10133         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10134         Use with-current-buffer.
10135
10136 2010-09-18  Julien Danjou  <julien@danjou.info>
10137
10138         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10139         parallel.
10140
10141 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10144         the range update right.
10145         (nnimap-request-group): Don't make `M-g' bug out on group with no
10146         marks.
10147         (nnoo): Require, so that other packages can require nnimap.
10148         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10149         command we're looking for.  This helps when the server sends more
10150         responses after we've gotten everything we expected.
10151         (nnimap): Add a `newlinep' field to keep track of end-of-line
10152         conventions.
10153         Don't send CRLF to things that don't want it.
10154         (nnimap-request-accept-article): Ditto.
10155
10156 2010-09-18  Julien Danjou  <julien@danjou.info>
10157
10158         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10159         than curl to retrieve images.
10160
10161 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10164         the marks.
10165         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10166         (nnimap-wait-for-connection): New function.
10167         (nnimap-open-connection): If we have PREAUTH, don't query for login
10168         credentials.
10169         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10170         when doing a partial update.
10171
10172 2010-09-18  Julien Danjou  <julien@danjou.info>
10173
10174         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10175         tags.
10176
10177 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * nnimap.el (nnimap-credentials): New function.
10180         (nnimap-open-connection): Use the new function to look for credentials
10181         also on the numeric equivalents of "imap" and "imaps".
10182
10183         * gnus-start.el (gnus-activate-group): Send the info to
10184         gnus-request-group.
10185
10186         * nnimap.el (nnimap-request-group): Have the "check" version of the
10187         function parse flags and update the info, so that a `M-g' get a total
10188         resync of all flags from the group.
10189
10190         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10191         to allow backends to alter the info on group selection.  Also alter all
10192         the backend -request-group functions to take the parameter.
10193
10194         * nnimap.el (nnimap-store-info): New function.
10195         (nnimap-update-info): Store the info for later usage.
10196         (nnimap-request-group): Use the stored info for the dont-check case, so
10197         that we don't retrieve all marks when we enter a group.
10198
10199         * nnimap.el: Use deffoo instead of defun for interface functions.
10200
10201         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10202         update the group info.  This makes the nndraft groups, for instance, go
10203         back to their old behavior.
10204
10205         * gnus-sum.el (gnus-select-newsgroup): Indent.
10206
10207         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10208         in.
10209         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10210         nothing.
10211
10212         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10213         from methods that are denied.
10214
10215         * gnus-int.el (gnus-method-denied-p): New function.
10216
10217         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10218         store the password instead of netrc.
10219         (nnimap-open-connection): Don't error out when we can't make a
10220         connections.
10221
10222         * auth-source.el (auth-source-create): In the password prompt, say what
10223         we're querying for.  Also prompt for user name if that hasn't been
10224         given.
10225
10226         * nnimap.el (nnimap-with-process-buffer): Remove.
10227
10228 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229
10230         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10231         method when we're reading from the agent.
10232
10233         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10234
10235         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10236         that's probably most useful for users.
10237
10238         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10239         "failed" all the time.
10240
10241         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10242         ...)) with (with-current-buffer ... ).
10243
10244         * nntp.el (nntp-open-server): Return whether the open was successful or
10245         not.
10246
10247         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10248         select an unread unseen article first.
10249
10250         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10251         /etc/services, supply some sensible port defaults.
10252
10253         * dgnushack.el: Define netrc-credentials.
10254
10255 2010-09-17  Julien Danjou  <julien@danjou.info>
10256
10257         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10258
10259 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10260
10261         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10262         doesn't have any parameters.
10263
10264 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10267         only upcased checks.
10268
10269         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10270
10271         * nnimap.el (nnimap-open-shell-stream): New function.
10272         (nnimap-open-connection): Use it.
10273         (nnimap-transform-headers): Get the number of lines in each message.
10274         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10275         number of lines.
10276         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10277         problem.
10278
10279         * utf7.el (utf7-encode): Autoload.
10280
10281         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10282         to allow the mail splitting to not return a default group.  This is
10283         useful for nnimap, which will leave unmatched mail in the inbox.
10284
10285         * nnimap.el: Rewritten.
10286
10287         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10288         nnimap usage.
10289
10290         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10291         if the move is internal, so that nnimap can do fast internal moves.
10292
10293         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10294         data.
10295         (gnus-read-active-for-groups): Support finishing the early retrieval of
10296         data.
10297
10298         * gnus-range.el (gnus-range-nconcat): New function.
10299
10300         * gnus-int.el (gnus-finish-retrieve-group-infos)
10301         (gnus-retrieve-group-data-early): New functions.
10302
10303 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10304
10305         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10306         (nnrss-retrieve-groups):
10307         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10308         (pop3-quit): Use with-current-buffer.
10309
10310 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10313         instead of nnheader-accept-process-output.
10314
10315         * dgnushack.el (dgnushack-compile): Add comment.
10316
10317         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10318
10319         * gnus-html.el (gnus-html-schedule-image-fetching)
10320         (gnus-html-prefetch-images): Replace process-kill-without-query by
10321         gnus-set-process-query-on-exit-flag.
10322
10323 2010-09-16  Romain Francoise  <romain@orebokech.com>
10324
10325         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10326
10327 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10330         parameter to unintern is mandatory-ish in Emacs 24.
10331
10332         * gnus-html.el (gnus-html-schedule-image-fetching)
10333         (gnus-html-prefetch-images): Check for curl before using it.
10334
10335         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10336         depend on curl, which isn't essential.
10337
10338         * imap.el: Revert back to version
10339         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10340         seem problematic.
10341
10342 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10343
10344         * gnus-registry.el (gnus-registry-install-shortcuts):
10345         Explicitly pass `obarray' to `unintern' to avoid a warning.
10346
10347 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10350         change.
10351
10352         * nnrss.el (nnrss-request-list): Remove this function and related
10353         functions, including the moreover stuff.
10354
10355 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * nnrss.el (nnrss-retrieve-groups): New function.
10358
10359 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10360
10361         * .dir-locals.el: Add no-byte-compile cookie.
10362
10363 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * time-date.el (format-seconds): Comment fix.
10366
10367         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10368         for back end that doesn't support request-scan.
10369
10370 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10373         then do request scans from the backends.
10374
10375         * netrc.el (netrc-credentials): New conveniency function.
10376
10377         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10378         avoid running a hook per line, since this takes a lot of time,
10379         profiling shows.
10380         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10381         directly if gnus-visual-p is true.
10382
10383 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10386         groups; replace mapcar with dolist which is a bit faster; pass groups
10387         info to gnus-read-active-file-1.
10388         (gnus-read-active-file-1): Scan only specified groups if the new
10389         optional arg `infos' is given.
10390
10391 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10392
10393         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10394
10395         * pop3.el (pop3-movemail): Remove.
10396         (pop3-streaming-movemail): Rename to pop3-movemail.
10397
10398         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10399         don't restrict end-tag searches to the end of the line.
10400
10401 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10404         articles of every unchecked group to t, which means unknown since the
10405         server has never been opened.
10406
10407 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * gnus-html.el (gnus-html-show-alt-text): New command.
10410         (gnus-html-browse-image): Ditto.
10411         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10412         to browse the image directly.
10413         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10414         better.
10415
10416         * gnus-async.el (gnus-async-article-callback):
10417         Call `gnus-html-prefetch-images' unconditionally.
10418
10419         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10420         before feeding URLs to curl.
10421
10422 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10425         internal images as deletable by `W D D'.
10426
10427         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10428         (gnus-async-article-callback): Fix typo.
10429
10430 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10433         current line to work around bugs in the output from w3m.
10434
10435         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10436         for groups that want that.
10437
10438         * nntp.el (nntp-wait-for-string): Supply a timeout for
10439         accept-process-output to ensure progress.
10440
10441         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10442         level to get unread articles from, then use that for foreign groups,
10443         too.
10444
10445         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10446         confuses the rest of the function.
10447
10448         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10449         for the methods that support -retrieve-groups, too.
10450
10451         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10452
10453 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10456         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10457
10458         * pop3.el: Require cl when compiling.
10459         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10460
10461 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10464         that aren't going to be activated.
10465         (gnus-get-unread-articles): Fix up the last commit.
10466
10467         * gnus-html.el (gnus-article-html): Allow calling without specifying
10468         the handle.  In that case, dissect the buffer first.
10469
10470         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10471
10472         * nnimap.el (nnimap-open-connection): Revert the change that would look
10473         into authinfo for imaps instead of imap.
10474
10475         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10476         say that you don't want to call gnus-request-group with don-check, but
10477         do check the reponse.  This is for virtual groups only.
10478         (gnus-get-unread-articles): Count the archive groups as secondary, so
10479         that they're activated the same way as before.
10480
10481         * imap.el (imap-message-map): Removed optional buffer parameter, since
10482         no callers use it.
10483         (imap-message-get): Ditto.
10484         (imap-message-put): Ditto.
10485         (imap-mailbox-map): Ditto.
10486         (imap-mailbox-put): Ditto.
10487         (imap-mailbox-get): Ditto.
10488         (imap-mailbox-get): Revert last change for this function.
10489
10490         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10491         case-insensitively.
10492         (nnimap-debug): Remove.
10493
10494         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10495         callers to use `imap-fetch' instead.  According to the comments, this
10496         should be safe, since all other IMAP clients use the 1:* syntax.
10497         (imap-enable-exchange-bug-workaround): Remove.
10498         (imap-debug): Remove -- doesn't seem very useful.
10499
10500         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10501         mail from a file, and the file doesn't exist.
10502
10503         * imap.el (imap-log): New convenience function used throughout instead
10504         of repeating the same code all over the place.
10505
10506         * pop3.el (pop3-streaming-movemail): Return t for success.
10507
10508         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10509         .authinfo if we're using ssl connection.
10510
10511         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10512         already have if we're in a main Gnus `g' run.
10513
10514         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10515
10516 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10519
10520         * nnmh.el (nnmh-request-list-1): Bind `file'.
10521
10522         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10523         alias to set-process-query-on-exit-flag or process-kill-without-query.
10524         (pop3-open-server): Use it.
10525
10526 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10529         box to the Incoming file.  Fixes mistake in previous checkin.
10530
10531         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10532         request loop (for debugging purposes) removed.
10533
10534         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10535         culprit is more visible.
10536         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10537         (nnml-add-incremental-nov): New functions to do "incremental" nov
10538         updates, where we just append to the end of the existing nov files
10539         without reading/writing them in full.
10540
10541         * mail-source.el (mail-source-delete-crash-box): Really only check the
10542         incoming files once in a while.
10543
10544         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10545
10546         * mail-source.el (mail-source-delete-crash-box): Only check the
10547         incoming files for deletion once per day to save a lot of file
10548         accesses.
10549
10550         * pop3.el (pop3-logon): Fix up unbound variable typo.
10551
10552         * mail-source.el (pop3-streaming-movemail): Autoload.
10553
10554         * pop3.el (pop3-streaming-movemail):
10555         Respect pop3-leave-mail-on-server.
10556
10557         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10558         retrieval.
10559
10560         * pop3.el (pop3-process-filter): Remove unused function.
10561         (pop3-streaming-movemail, pop3-send-streaming-command)
10562         (pop3-wait-for-messages, pop3-write-to-file)
10563         (pop3-number-of-responses): New functions for streaming pop3
10564         retrieval.
10565
10566         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10567         come from no known methods.
10568         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10569         list.
10570
10571         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10572         message sizes.
10573         (pop3-movemail): Use erase-buffer instead of looping and deleting
10574         regions, which seems rather odd.
10575
10576         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10577         file once per `g' run.
10578
10579         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10580         directories.  This makes the draft queue directory work.
10581
10582         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10583         data from the backends, so that we only request the list of groups from
10584         each method once.  This should speed things up considerably.
10585
10586         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10587         detect that it's not implemented.
10588
10589         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10590         we actually do recurse down into the tree, but don't stat all leaf
10591         nodes.
10592
10593         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10594         then say so instead of bugging out.
10595
10596         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10597         files exist before trying to read them.
10598
10599         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10600         around <pre_int>.
10601
10602         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10603
10604         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10605
10606 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * mm-util.el (mm-image-load-path): Just return the image directories,
10609         not all directories in the path in addition to the image directories.
10610         (mm-image-load-path): Maintain a cache of the image directories so that
10611         the `g' command in Gnus doesn't have to stat dozens of directories each
10612         time.
10613
10614         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10615         (gnus-html-wash-tags): Add a new `i' command to insert images.
10616         (gnus-html-insert-image): New command and keystroke.
10617         (gnus-html-redisplay-with-images): New command and keystroke.
10618         (gnus-html-show-images): Rename command.
10619         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10620         spacers.
10621         (gnus-html-wash-tags): Decode entities at the end, so that entities
10622         inside the tags don't mess up the rest of the "parsing".
10623
10624         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10625         so that nnimap methods aren't agentized by default.  There's apparently
10626         many problems related to agent/imap behavior.
10627
10628         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10629
10630         * gnus-html.el: Doc fix.
10631
10632 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10635         specifier-spec-list for Emacs 21.
10636
10637         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10638         glyph-width and glyph-height instead of display-graphic-p and
10639         image-size; make avoidance of displaying small images work for XEmacs.
10640
10641         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10642         for XEmacs.
10643
10644         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10645         of symbol that holds plist data.
10646         (gnus-process-plist): Remove plist of process after getting it.
10647
10648 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * message.el (message-generate-hashcash): Change default to
10651         'opportunistic if hashcash is installed.
10652
10653         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10654         (gnus-html-put-image): Only call image-size once, since it's somewhat
10655         time-consuming on remote X servers.
10656
10657 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10660         type on data, not a file name.
10661
10662         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10663         window-pixel-edges for Emacs 21.
10664
10665         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10666         decoded contents.
10667         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10668
10669 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10672         group line format, since it isn't very interesting.
10673
10674         * gnus-agent.el (gnus-agent-short-article),
10675         (gnus-agent-long-article): Increase values for these two variables,
10676         since most people are likely to have more network connection and
10677         storage than before.
10678
10679         * gnus.el (gnus-refer-article-method): Change default to 'current.
10680         When referring an article, the common behavior is to refer it from the
10681         current select method, not the native select method.  The chances of
10682         the native select method having the message in question is rather slim
10683         these days.
10684
10685         * gnus-sum.el (gnus-auto-select-subject): Change default to
10686         `unseen-or-unread'.  I think it's likely that most people want to
10687         select an unseen article over a previously seen, but unread one.
10688
10689         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10690         means that in the article buffer none of the minor mode elements will
10691         be shown, usually, and this is not desirable in most cases.
10692
10693         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10694         that commands like `d' (and the like) go to the next line in the
10695         buffer, instead of the next unread article.  I think this is the
10696         behavior that is most natural for most users.
10697         (gnus-single-article-buffer): Change default to nil, so that people can
10698         have as many article buffers open as they have summary buffer.  I think
10699         this is the most natural way for the groups to behave.
10700
10701         * message.el (message-generate-new-buffers): Change default to
10702         `unsent', so that all new message buffers start their names with the
10703         string "*unsent", and it's easier to find the buffers if you move from
10704         them.
10705
10706 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10709         small.  They're probably tracking images.
10710         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10711         (gnus-html-rescale-image): Yet another try at getting the image sizing
10712         right.
10713
10714         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10715         nntp-marks-file-name is nil.
10716
10717 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10718
10719         * gnus-html.el (gnus-html-wash-tags)
10720         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10721         Better logging.
10722
10723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10726
10727         * gnus-html.el (gnus-html-wash-tags): Check the value of
10728         gnus-blocked-images in the summary buffer.
10729
10730 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10731
10732         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10733
10734 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10735
10736         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10737         like "a", it seems like.
10738         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10739         since it needs to be picked from the correct buffer.
10740
10741         * nnwfm.el: Remove.
10742
10743         * nnlistserv.el: Remove.
10744
10745 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10748         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10749
10750 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * nnkiboze.el: Remove.
10753
10754         * nndb.el: Remove.
10755
10756         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10757         alt text.
10758         (gnus-html-rescale-image): Try to get the rescaling logic right for
10759         images that are just wide and not tall.
10760
10761         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10762         overshadow variable bindings.
10763
10764 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10765
10766         * gnus-html.el (gnus-html-wash-tags)
10767         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10768         Add extra logging.
10769
10770 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10773         (gnus-max-image-proportion): New variable.
10774         (gnus-html-rescale-image): New function.
10775         (gnus-html-put-image): Rescale images.
10776
10777 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10778
10779         Fix up some byte-compiler warnings.
10780         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10781         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10782         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10783         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10784         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10785         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10786         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10787
10788 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * gnus-html.el (gnus-article-html): Decode contents by charset.
10791
10792 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10795         (gnus-html-frame-width, gnus-blocked-images):
10796         * message.el (message-prune-recipient-rules): Add custom version.
10797         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10798
10799         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10800         functions.
10801
10802         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10803         gnus-process-get.
10804
10805 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10806
10807         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10808         instead of lsub directly.
10809
10810 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * nnwarchive.el: Remove.
10813
10814         * gnus-soup.el: Remove.
10815
10816         * nnsoup.el: Remove.
10817
10818         * nnultimate.el: Remove.
10819
10820         * gnus-html.el (gnus-blocked-images): New variable.
10821
10822         * message.el (message-prune-recipients): New function.
10823         (message-prune-recipient-rules): New variable.
10824
10825         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10826         guess whether a long line is natural text or not.
10827
10828         * gnus-html.el (gnus-html-schedule-image-fetching):
10829         Use gnus-process-plist and friends for compatibility.
10830
10831 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10832
10833         * gnus-html.el: Require packages that define macros used in this file.
10834         (gnus-article-mouse-face): Declare to silence byte-compiler.
10835         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10836         process-get.
10837         (gnus-html-put-image): Use plist-get to avoid getf.
10838         (gnus-html-prefetch-images): Use with-current-buffer.
10839
10840 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-ems.el: Provide compatibility functions for
10843         gnus-set-process-plist.
10844
10845         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10846         header-line-format for XEmacs 21.4.
10847
10848         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10849         * gnus.el (gnus-valid-select-methods):
10850         * message.el (message-send-mail-partially-limit):
10851         * mm-decode.el (mm-text-html-renderer):
10852         * mml.el (mml-insert-mime-headers-always):
10853         * smiley.el (smiley-regexp-alist): Bump custom version.
10854
10855 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10856
10857         * gnus-html.el: require mm-url.
10858         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10859         with the url to `url'.
10860         (gnus-html-wash-tags): Support cid: URLs/images.
10861
10862 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10865         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10866         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10867
10868         * gnus-move.el: Remove file, since it doesn't really work.
10869
10870         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10871         UTF-8.  This seems to fix problems with some German web feeds.
10872
10873         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10874         at the top so that the proper colors are applied.
10875
10876         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10877         don't have dots in their names.
10878
10879         * gnus-art.el (gnus-article-view-part): Doc fix.
10880
10881         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10882         XEmacs-compatible.
10883         (gnus-html-put-image): Don't do images on non-graphic displays.
10884
10885         * nnslashdot.el: Remove this unused backend.
10886
10887         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10888         actions.
10889         (gnus-undo-register-1): Revert last change.
10890
10891         * gnus-group.el (gnus-group-completing-read): Protect against not
10892         having completion-styles bound.
10893
10894         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10895         make broken recipients happier.
10896
10897         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10898
10899         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10900         point parameter.
10901
10902         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10903
10904         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10905         completion-styles for group selection.
10906
10907 2009-02-04  Andreas Schwab  <schwab@suse.de>
10908
10909         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10910         headers and regexp-quote the match if necessary.
10911
10912 2009-03-24  Miles Bader  <miles@gnu.org>
10913
10914         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10915         the blinking smiley.
10916
10917 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10918
10919         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10920         blink smiley.
10921
10922 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10925         where the dribbel file lives exists.
10926
10927         * message.el (message-send-mail-partially-limit): Change the default to
10928         nil, since most people don't want this.
10929
10930         * mm-url.el (mm-url-decode-entities): Also decode entities like
10931         &#x3212.
10932
10933 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10934
10935         * gnus-sum.el (gnus-summary-idna-message):
10936         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10937         Hyperlink urls in docstrings with URL `...'.
10938
10939 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10940
10941         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10942         functions.
10943
10944 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10945
10946         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10947         say what the mouseover text should be.
10948
10949         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10950         version of the mm-w3m-safe-url-regexp variable to only download images
10951         in the groups where we want that to happen.
10952
10953         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10954
10955         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10956         easier debugging.
10957         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10958         big pictures in the article buffer.
10959
10960         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10961         gnus-article-html.
10962         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10963         w3m.
10964
10965         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10966
10967 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10970         which doesn't exist.
10971
10972         * message.el (message-inhibit-ecomplete): New variable to allow some
10973         function to inhibit ecomplete address storage.
10974         (message-resend): Disable ecomplete message storage when resending
10975         messages.
10976
10977         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10978
10979 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10982         Save excursion while copying, moving, and deleting articles in order to
10983         prevent the cursor from jumping to unforeseen place.
10984
10985 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * lpath.el: No need to bind bookmark-current-buffer,
10988         bookmark-yank-point and bookmark-make-record-function.
10989
10990 2010-08-17  Glenn Morris  <rgm@gnu.org>
10991
10992         * gnus-sync.el: Require gnus components whose functions are used.
10993
10994         * gnus-art.el (bookmark-make-record-function):
10995         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10996         Declare for compiler.
10997
10998         * mm-url.el (mml-compute-boundary): Autoload.
10999
11000 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11003
11004 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11005
11006         Typo fix "hoo4a" -> "hook".
11007
11008         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11009
11010 2010-08-14  Glenn Morris  <rgm@gnu.org>
11011
11012         * gnus-sync.el (gnus-sync): Fix defgroup version.
11013
11014 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11015
11016         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11017
11018         * gnus-sync.el: Fix docs.
11019         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11020         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11021
11022 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11023
11024         Optimizations for gnus-sync.el.
11025
11026         * gnus-sync.el: Add docs about gnus-sync-backend
11027         possibilities.
11028         (gnus-sync-save): Remove unnecessary message.
11029         (gnus-sync-read): Optimize and show what groups were skipped.
11030
11031 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         Minor bug fixes for gnus-sync.el.
11034
11035         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11036         Don't read the sync on get-new-news.
11037
11038         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11039         quiet.
11040
11041         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11042         (fix typo).
11043
11044 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11045
11046         Make saving and restoring of hidden threads work with overlays.
11047         Patch applied by Ted Zlatanov.
11048
11049         * gnus-sum.el (gnus-hidden-threads-configuration)
11050         (gnus-restore-hidden-threads-configuration): Update to deal with text
11051         properties, rather than searching for a magic character.
11052
11053 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11054
11055         New gnus-sync.el library for synchronization of marks.
11056
11057         * gnus-sync.el: New library for synchronization of marks.
11058
11059         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11060         renamed from `gnus-registry-grep-in-list'.
11061
11062         * gnus-registry.el (gnus-registry-follow-group-p):
11063         Use `gnus-grep-in-list'.
11064
11065         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11066
11067 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11070         determining charset of text fails.
11071
11072 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * nnmail.el (nnmail-get-new-mail-1): Revert.
11075
11076         * nnml.el (nnml-active-number): Make sure names of newly created groups
11077         in nnml-group-alist are encoded.
11078
11079 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11082         containing non-ASCII characters in active file for nnml back end.
11083
11084 2010-07-24  David Engster  <dengste@eml.cc>
11085
11086         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11087         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11088
11089 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11090
11091         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11092         tag (Bug#6654).
11093
11094 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11097         the article buffer, not the summary buffer.
11098
11099 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11102         Emacs 23 as well.
11103
11104 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11107         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11108
11109 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11110
11111         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11112         Patch applied by Karl Fogel.
11113
11114         * gnus-sum.el (gnus-summary-bookmark-make-record):
11115         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11116
11117 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11118
11119         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11120         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11121         C-w still not working correctly from Article buffers; Thierry's
11122         patch to fix that will be applied after this.
11123
11124         * gnus-art.el (bookmark-make-record-function): New local variable.
11125
11126         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11127         article buffer.
11128         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11129
11130 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11131
11132         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11133         on changes in bookmark.el.
11134
11135 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11138         `no-log' instead of message not to log prompt string.
11139
11140 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11141
11142         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11143         the *other* type of HTML form submission.
11144
11145 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11146
11147         * auth-source.el (auth-source-pick): If choice does not contain a
11148         questioned keyword, set the check to t.
11149
11150 2010-06-12  Romain Francoise  <romain@orebokech.com>
11151
11152         * gnus-util.el (gnus-date-get-time): Move up before first use.
11153
11154 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11157         (gnus-article-edit-part): Bind it to make last part that is substituted
11158         or deleted visible.
11159         (gnus-mime-display-single): Buttonize part of which id equals to
11160         gnus-mime-buttonized-part-id.
11161
11162 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11163
11164         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11165         (gnus-dd-mmm): Use gnus-date-get-time.
11166         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11167         simplify logic.
11168         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11169         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11170
11171 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11172
11173         * auth-source.el (top): Autoload `secrets-list-collections',
11174         `secrets-create-item', `secrets-delete-item'.
11175         (auth-sources): Fix tag string.
11176         (auth-get-source, auth-source-retrieve, auth-source-create)
11177         (auth-source-delete): New defuns.
11178         (auth-source-pick): Rewrite in order to avoid 2 passes.
11179         (auth-source-forget-user-or-password): New parameter USERNAME.
11180         (auth-source-user-or-password): New parameters CREATE-MISSING and
11181         DELETE-EXISTING.  Retrieve password interactively, if needed.
11182
11183 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11184
11185         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11186         deleting unused directories when gnus-expert-user is t.
11187
11188 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11191         for each temp file when gnus-article-browse-delete-temp is ask.
11192
11193 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11194
11195         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11196         Replace Lisp calls to delete-backward-char by calls to delete-char.
11197
11198 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11199
11200         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11201
11202 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11203
11204         * password-cache.el (password-cache-remove): Fix docstring.
11205
11206 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11209         article unless decoding article to be saved.
11210
11211 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11214         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11215         generated within the mm-with-unibyte-current-buffer macro.
11216
11217 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11220         to nil when we're in a mml-preview buffer and no group is selected.
11221
11222 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11223
11224         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11225         when catching the `C-g'.  Reported by "Leo".
11226
11227 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * message.el (message-forward-make-body-plain)
11230         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11231         multibyte-string-p.
11232
11233         * lpath.el: Revert.
11234
11235 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * message.el (message-forward-make-body-mml): Assume original message
11238         is multibyte string; error on unibyte.
11239         (message-forward-make-body-plain): Ditto; don't add excessive newline
11240         in body end.
11241
11242         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11243
11244 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11245
11246         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11247         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11248
11249 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * mm-extern.el (mm-extern-url): Don't use
11252         mm-with-unibyte-current-buffer.
11253         (mm-extern-cache-contents): Use with-current-buffer instead of
11254         save-excursion + set-buffer.
11255
11256 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * mm-util.el (mm-emacs-mule): Remove.
11259
11260 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11261
11262         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11263         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11264         change.
11265
11266 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11269         bind the default value of enable-multibyte-characters to nil.
11270
11271 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * message.el (message-forward-make-body-plain)
11274         (message-forward-make-body-mml):
11275         Don't use mm-with-unibyte-current-buffer.
11276
11277 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11278
11279         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11280
11281 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11282
11283         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11284         (Bug#5592).
11285
11286 2010-05-07  Julien Danjou  <julien@danjou.info>
11287
11288         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11289         it to mm-pipe-part.
11290
11291         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11292         it is given.
11293
11294 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * binhex.el (binhex-decode-region-internal):
11297         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11298         (dns-query):
11299         * nnweb.el (nnweb-gmane-search):
11300         * pgg-parse.el (pgg-parse-armor):
11301         * pgg.el (pgg-verify-region):
11302         * sha1.el (sha1-string-external):
11303         * uudecode.el (uudecode-decode-region-internal):
11304         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11305         XEmacs.
11306
11307         * gnus-art.el (gnus-article-browse-html-parts):
11308         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11309         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11310         make-temp-file.
11311
11312         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11313         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11314         compiling.
11315
11316         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11317         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11318         XEmacs when compiling.
11319
11320         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11321         gnus-pick-mode-off-hook for XEmacs when compiling.
11322         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11323         gnus-binary-mode-off-hook for XEmacs when compiling.
11324
11325         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11326         Return nil if char-charset is not available.
11327
11328         * imap.el (imap-disable-multibyte)
11329         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11330         macros.
11331
11332         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11333         instead of encode-coding-string.
11334
11335         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11336         'xemacs) instead of mm-emacs-mule to switch function definitions.
11337         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11338
11339         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11340         bind temporary-file-directory for XEmacs;
11341         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11342         timer-set-function for XEmacs 21.4 and SXEmacs;
11343         bind timer-list for XEmacs 21.4 and SXEmacs;
11344         fbind char-charset and find-charset-region for non-Mule XEmacs;
11345         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11346         encode-coding-region and encode-coding-string for XEmacs having no
11347         file-coding feature.
11348
11349 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11350
11351         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11352
11353 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11356         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11357
11358 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11359
11360         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11361         alias `jka-compr-delete-temp-file' no longer exists.
11362
11363 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11364
11365         Use define-minor-mode in Gnus where applicable.
11366         * mml.el (mml-mode): Use define-minor-mode.
11367         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11368         (gnus-undo-mode): Use define-minor-mode.
11369         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11370         (gnus-dead-summary-mode): Use define-minor-mode.
11371         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11372         Initialize in declaration.
11373         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11374         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11375         (gnus-mailing-list-mode): Use define-minor-mode.
11376         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11377         (gnus-draft-mode): Use define-minor-mode.
11378         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11379         (gnus-dired-mode): Use define-minor-mode.
11380
11381 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11382
11383         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11384         handles on recursive mml-to-mime translation and check them for
11385         boundary delimiter collisions.  Reported by Greg Troxel.
11386
11387 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11390
11391 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11392
11393         * mm-util.el (mm-find-buffer-file-coding-system):
11394         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11395
11396 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11397
11398         * message.el (message-generate-headers): Record insertion of optional
11399         headers as well.  Otherwise the check to prevent repeated insertion of
11400         optional headers is a no-op.
11401
11402 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11403
11404         * smime.el: Don't mention CVS.
11405
11406         * nnrss.el (nnrss-fetch): Don't mention CVS.
11407
11408         * nnir.el: Don't mention CVS.
11409
11410 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11411
11412         * gnus-sum.el (gnus-summary-bookmark-make-record):
11413         Add `location' field.
11414
11415 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * lpath.el: Fbind bookmark-default-handler,
11418         bookmark-get-bookmark-record, bookmark-make-record-default,
11419         bookmark-prop-get for Emacs <23 and XEmacs.
11420
11421 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11422
11423         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11424         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11425         Use with-current-buffer to silence the byte-compiler.
11426         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11427         bother to require `gnus'.
11428         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11429
11430 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11431
11432         * gnus-sum.el (gnus-summary-bookmark-make-record)
11433         (gnus-summary-bookmark-jump): New functions.
11434         (gnus-summary-mode): Setup bookmark support.
11435
11436 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11437
11438         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11439         if set.
11440
11441 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11444         gnus-article-browse-html-save-cid-image; make it work recursively for
11445         forwarded messages as well.
11446         (gnus-article-browse-html-parts): Work when prefix arg is given.
11447         (gnus-article-browse-html-article): Doc fix.
11448
11449 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11450
11451         * message.el (message-default-mail-headers):
11452         (message-default-headers): Carry the value mail-default-headers over
11453         into message-default-mail-headers, rather than message-default-headers.
11454
11455 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11456
11457         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11458         charset.
11459
11460         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11461         charset into the <meta> tag when the article is encoded to utf-8.
11462
11463 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-art.el (gnus-article-browse-delete-temp-files):
11466         Delete directories as well.
11467         (gnus-article-browse-html-parts): Work for images that do not specify
11468         file names; delete temp directory when quitting; insert header at the
11469         right place; use file: scheme for image files.
11470
11471 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11472
11473         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11474         (gnus-article-browse-html-parts): Use it to make temporary cid image
11475         files in addition to html file so that browser may display them.
11476
11477 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11480
11481 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11482
11483         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11484
11485 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * auth-source.el (auth-sources): Change default to be simpler.
11488         Explain about Secret Service API sources.  Improve Customize options.
11489         (auth-source-pick): Change to accept any number of search parameters.
11490         Implement fallbacks iteratively, not recursively.  Add scoring on the
11491         second pass and sort by score.  Call Secret Service API when needed.
11492         (auth-source-user-or-password): Use it.  Call Secret Service API
11493         directly when needed to get the user name and the password.
11494
11495 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11496
11497         * message.el (message-interactive): Doc fix.
11498         (message-qmail-inject-args): Reflow.
11499         (message-kill-to-signature): Fix typo in docstring.
11500
11501         * smiley.el (smiley-buffer): Fix typo in docstring.
11502
11503 2010-03-24  Glenn Morris  <rgm@gnu.org>
11504
11505         * mail-source.el (gnus-message): Declare.
11506         (mail-source-delete-old-incoming): Require gnus-util.
11507
11508 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11511
11512         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11513
11514         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11515         password-cache's default if it is not bound.
11516         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11517         password-cache-expiry's default if it is not bound.
11518
11519         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11520         available in Emacs 21.
11521
11522         * lpath.el: Suppress compiler warnings for:
11523         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11524         XEmacs;
11525         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11526         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11527         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11528
11529 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11530
11531         * auth-source.el (auth-sources): Fix up definition so extra parameters
11532         are always inline.
11533
11534 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11535
11536         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11537         wasn't updated after mismatch.  Clear cached mailbox info correctly
11538         when uidvalidity changes.
11539         (nnimap-group-prefixed-name): New function to avoid some code
11540         duplication.
11541         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11542         (nnimap-request-group): Use it.
11543         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11544         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11545         with many imap folders.  This is done by caching the group status from
11546         the imap server persistently in a group parameter `imap-status'.  (This
11547         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11548         but not persistently, so every Gnus startup was still very slow.)
11549
11550 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11551
11552         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11553         delete the extra newline.  Otherwise editing of :string and :number
11554         types don't work.
11555
11556 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11557
11558         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11559         secrets.el dependency.
11560         (auth-sources): Add optional user name.  Add secrets.el configuration
11561         choice (unused right now).
11562
11563 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         * gnus-sum.el (gnus-summary-make-menu-bar):
11566         Let `gnus-registry-install-shortcuts' fill in the functions.
11567
11568         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11569         warnings.
11570         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11571         (gnus-registry-install-shortcuts): Populate and use it in a
11572         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11573
11574 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11575
11576         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11577         In-place substitutions for the group name encoding/decoding.
11578         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11579         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11580         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11581         (nnimap-update-unseen, nnimap-request-list)
11582         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11583         (nnimap-request-set-mark, nnimap-split-to-groups)
11584         (nnimap-split-articles, nnimap-request-newgroups)
11585         (nnimap-request-create-group, nnimap-request-accept-article)
11586         (nnimap-request-delete-group, nnimap-request-rename-group)
11587         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11588         `encoded-mbx' for consistency.
11589         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11590         variable `imap-current-mailbox'.
11591
11592         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11593         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11594
11595 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11596
11597         * pop3.el (pop3-display-message-size-flag): Display message size byte
11598         counts during POP3 download.
11599         (pop3-movemail): Use it.
11600         (pop3-list): Implement listing of available messages.
11601
11602 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11603
11604         * nnir.el (nnir-get-article-nov-override-function): New function to
11605         override the normal NOV retrieval.
11606         (nnir-retrieve-headers): Use it.
11607
11608 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11609
11610         * auth-source.el (netrc-machine-user-or-password): Autoload.
11611
11612 2010-03-19  Glenn Morris  <rgm@gnu.org>
11613
11614         Stop message.el from loading about 40 libraries it doesn't always need.
11615         The general approach is to autoload rather than require, and to
11616         require in the specific functions rather than the file.  (Bug#5642)
11617
11618         * gmm-utils.el: Don't require wid-edit.
11619         (widget-create-child-value, widget-convert, widget-default-get):
11620         Autoload.
11621
11622         * gnus-util.el: Don't require time-date, netrc.
11623         (message-fetch-field, gnus-group-name-decode): Declare rather than
11624         autoloading.
11625         (gnus-fetch-field): Require message.
11626         (gnus-decode-newsgroups): Require gnus-group.
11627
11628         * ietf-drums.el: Don't require time-date.
11629
11630         * message.el: Don't require hashcash, canlock, ecomplete.
11631         Do require mail-utils.  Require nnheader only when compiling.
11632         (smtpmail-default-smtp-server): Remove declaration.
11633         (message-send-mail-function): Check smtpmail-default-smtp-server
11634         is bound rather than requiring smtpmail.
11635         (message-auto-save-directory, message-insert-signature):
11636         Use expand-file-name rather than nnheader-concat.
11637         (nnheader-insert-file-contents): Autoload.
11638         (hashcash-wait-async): Declare.
11639         (message-send-mail): Only call gnus-setup-posting-charset if
11640         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11641         (message-send-mail-with-sendmail): Require sendmail.
11642         (canlock-password, canlock-password-for-verify): Declare.
11643         (message-canlock-password): Require canlock.
11644         (nnheader-get-report): Autoload.
11645         (gnus-setup-posting-charset): Declare.
11646         (message-send-news): Require gnus-msg.
11647         (message-make-references, message-make-in-reply-to): Use mail-header-id
11648         rather than the alias mail-header-message-id.
11649         (ecomplete-add-item, ecomplete-save): Declare.
11650         (message-put-addresses-in-ecomplete): Require ecomplete.
11651         (ecomplete-display-matches): Autoload.
11652
11653         * mm-decode.el: Don't require mailcap, gnus-util.
11654         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11655         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11656         Autoload.
11657         (mailcap-mime-extensions): Declare.
11658
11659         * mm-encode.el: Don't require mailcap.
11660         (mailcap-extension-to-mime): Autoload.
11661
11662         * mml-sec.el: Don't require password-cache.
11663
11664         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11665         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11666         (mml-minibuffer-read-type): Require mailcap.
11667         (mml-preview): Require gnus-msg.
11668
11669         * mml1991.el: Require password-cache.
11670         (password-cache-expiry): Remove declaration.
11671
11672         * mml2015.el: Require password-cache.
11673         (password-cache-expiry): Remove declaration.
11674
11675         * nneething.el (mailcap): Require mailcap.
11676
11677         * nnheader.el (declare-function): Add compatibility stub.
11678         (message-remove-header): Declare rather than autoload.
11679         (nnheader-replace-header): Require message.
11680
11681         * nnimap.el (declare-function): Add compatibility stub.
11682         (netrc-parse, netrc-machine-user-or-password): Declare.
11683         (nnimap-open-connection): Require netrc.
11684
11685         * nntp.el (declare-function): Add compatibility stub.
11686         (netrc-parse, netrc-machine, netrc-get): Declare.
11687         (nntp-send-authinfo): Require netrc.
11688
11689         * rfc2047.el: Don't require qp.
11690         (quoted-printable-encode-region, quoted-printable-decode-string):
11691         Autoload.
11692
11693         * sieve-mode.el: Don't require easymenu.
11694         (easy-menu-add-item): Autoload it.
11695
11696         * spam-stat.el (time-to-number-of-days): Autoload it.
11697
11698 2010-03-19  Glenn Morris  <rgm@gnu.org>
11699
11700         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11701
11702 2010-03-18  Glenn Morris  <rgm@gnu.org>
11703
11704         * hashcash.el (declare-function): Remove duplicate definition.
11705
11706 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11707
11708         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11709         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11710         value if any backslash escapes).
11711
11712 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11715         if it is available.  (bug#5647)
11716
11717         * lpath.el: Suppress compiler warning for coding-system-from-name for
11718         Emacs 21 and XEmacs.
11719
11720 2010-03-14  Juri Linkov  <juri@jurta.org>
11721
11722         * hmac-def.el:
11723         * hmac-md5.el:
11724         * netrc.el: Fix keywords.
11725
11726 2010-02-26  Glenn Morris  <rgm@gnu.org>
11727
11728         * message.el (message-send-mail-function): Change the default, so that
11729         it inherits from a customized send-mail-function.  (Bug#5643)
11730
11731 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11732
11733         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11734         shell-command-to-string signals an error (bug#5299).
11735
11736 2010-02-24  Glenn Morris  <rgm@gnu.org>
11737
11738         * message.el (message-smtpmail-send-it)
11739         (message-send-mail-with-mailclient): Doc fixes.
11740
11741 2010-02-16  Glenn Morris  <rgm@gnu.org>
11742
11743         * message.el (message-default-mail-headers): Change the default value
11744         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11745
11746 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11749         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11750
11751 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11752
11753         * time-date.el (date-to-time): Doc fix (Bug#5408).
11754
11755 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11756
11757         * message.el (message-mail): Just pass yank-action on to message-setup.
11758         (message-setup): Handle (FUN . ARGS) form of yank-action.
11759         (message-with-reply-buffer, message-widen-reply)
11760         (message-yank-original): Handle non-buffer values of
11761         message-reply-buffer (Bug#4080).
11762         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11763
11764 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11765
11766         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11767         Fix typo in docstring.
11768
11769 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11770
11771         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11772         response.
11773
11774 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11777
11778         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11779
11780         * message.el (message-check-news-header-syntax): Protect against a
11781         string that `rfc822-addresses' returns when parsing fails.
11782
11783 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11786         (gnus-previous-char-property-change): New functions.
11787
11788         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11789
11790 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11791
11792         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11793         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11794
11795 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11796
11797         * message.el (message-exchange-point-and-mark): Rework last change to
11798         avoid using optional arg of exchange-point-and-mark, for backward
11799         compatibility.
11800
11801 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11802
11803         * message.el (message-exchange-point-and-mark):
11804         Call exchange-point-and-mark with an argument rather than setting
11805         mark-active by hand (Bug#5175).
11806
11807 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * nntp.el (nntp-service-to-port): Work for service expressed with
11810         numeric string; replace [:digit:] with [0-9] for XEmacs.
11811
11812 2009-12-17  Glenn Morris  <rgm@gnu.org>
11813
11814         * gnus-group.el (gnus-bug-group-download-format-alist):
11815         Change emacs entry to debbugs.gnu.org.  Bump :version.
11816
11817 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11820
11821 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * message.el (message-info): Explain why we use `Info-goto-node'.
11824
11825 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11828
11829 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11830
11831         * message.el (message-completion-in-region): New compatibility function.
11832         (message-expand-group): Use it.
11833
11834 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11837         with no unread article should be listed if the 2nd arg `predicate' is
11838         given.
11839
11840 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11843
11844 2009-11-29  Juri Linkov  <juri@jurta.org>
11845
11846         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11847         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11848         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11849
11850 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11851
11852         * sha1.el (sha1-string-external): default-directory "/" in case
11853         otherwise non-existent.  process-connection-type pipe for touch of
11854         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11855
11856 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11857
11858         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11859         it's comms related and sgml-mode.el has "comm" on that basis too.
11860
11861 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11864         containing tspecial characters if they have been already quoted.
11865
11866 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11867
11868         * dns-mode.el (auto-mode-alist): Purecopy string.
11869
11870 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11871
11872         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11873
11874 2009-10-24  Glenn Morris  <rgm@gnu.org>
11875
11876         * gnus-art.el (help-xref-stack-item): Define for compiler.
11877
11878 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11879
11880         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11881
11882 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11885
11886 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11889         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11890
11891 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11894         (gnus-overlays-in): New alias to overlays-in.
11895
11896         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11897         gnus-overlay-get, and gnus-delete-overlay.
11898         (gnus-summary-show-thread): Make it work as well for systems in which
11899         next-single-char-property-change is not available.
11900         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11901
11902         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11903         (gnus-overlay-get): New alias to extent-property.
11904         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11905
11906         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11907         SXEmacs.
11908
11909         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11910         SXEmacs.
11911
11912 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11915
11916 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11917
11918         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11919         and XEmacs that don't have `remove-overlays'.
11920
11921 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11922
11923         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11924         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11925         selective display.  Use overlays instead.
11926
11927 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11928
11929         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11930
11931 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11932
11933         * spam-stat.el (spam-stat-load): Fix typo in message.
11934
11935 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11936
11937         * dig.el (dig-invoke): Fix typo in docstring.
11938         (query-dig): Reflow docstring.
11939
11940 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11941
11942         * gnus-art.el (gnus-article-encrypt-body):
11943         * message.el (message-check-recipients):
11944         * mm-util.el (mm-codepage-setup):
11945         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11946         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11947
11948 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11949
11950         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11951         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11952         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11953         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11954         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11955
11956 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11957
11958         * dig.el: Add "Keywords: comm", as per net-utils.el.
11959
11960 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11961
11962         * dig.el (dig-mode): Use define-derived-mode.
11963
11964 2009-09-19  Glenn Morris  <rgm@gnu.org>
11965
11966         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11967
11968 2009-09-18  Glenn Morris  <rgm@gnu.org>
11969
11970         * gnus-diary.el (gnus-diary-check-message):
11971         * message.el (message-insert-formatted-citation-line):
11972         * nnbabyl.el (top-level):
11973         * nndiary.el (nndiary-schedule):
11974         Fix typos in condition-case handlers.
11975
11976 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11979         configuration that provides the sole article window in a frame;
11980         position point correctly after deleting a part.
11981
11982 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11983
11984         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11985         (spam-resolve-registrations-routine): Use it to unregister articles
11986         that change status.
11987
11988 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11991         with XEmacs.
11992         (parse-time-string-chars): Use it.
11993
11994 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11995
11996         * imap.el (imap-interactive-login): Better messages.
11997         (imap-open): Fix bug with renamed buffer on reconnect.
11998         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11999         for easier debugging and cleaner code.  On successful (guessed based on
12000         server capabilities) secondary authentication, set imap-state
12001         correctly.
12002         (imap-last-authenticator): Define imap-last-authenticator as a variable
12003         to avoid warnings.
12004
12005 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * nnrss.el (nnrss-request-article): Remove binding of
12008         default-enable-multibyte-characters that has gotten needless by
12009         the 2007-07-13 change in rfc2047-encode-message-header.
12010
12011         * mml.el (mml-insert-multipart): Error on the message header.
12012         (mml-insert-part): Error on the message header; position point at
12013         the end of a MIME tag.
12014
12015 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * time-date.el (autoload): Expand define-obsolete-function-alias into
12018         defalias and make-obsolete for old Emacsen that Gnus supports.
12019         (with-no-warnings): Define it for old Emacsen.
12020         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12021         is available.
12022         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12023         float-time is available; suppress compile warning for time-to-seconds.
12024
12025         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12026         (gnus-float-time): Alias to float-time if it exists.
12027
12028         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12029         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12030         float-time is available; suppress compile warning for time-to-seconds.
12031
12032         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12033         XEmacs.
12034
12035 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12036
12037         * imap.el (imap-message-map): Docstring fix.
12038
12039 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12042         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12043         Add the optional argument `encoding' that overrides the default.
12044
12045         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12046         mm-encode-buffer.
12047
12048 2009-09-04  Glenn Morris  <rgm@gnu.org>
12049
12050         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12051         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12052         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12053         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12054         * mm-util.el (mm-with-unibyte-current-buffer)
12055         (mm-find-buffer-file-coding-system):
12056         * yenc.el (yenc-decode-region): Use default-value rather than
12057         default-enable-multibyte-characters.
12058
12059 2009-09-03  Glenn Morris  <rgm@gnu.org>
12060
12061         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12062         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12063         than default-enable-multibyte-characters.
12064
12065 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12066
12067         * gnus-art.el (gnus-article-read-summary-keys):
12068         Fix gnus-buffer-configuration's value temporarily used.
12069
12070 2009-09-02  Glenn Morris  <rgm@gnu.org>
12071
12072         * gnus-util.el (gnus-float-time): New function.
12073         * gnus-delay.el (gnus-delay-article):
12074         * gnus-sum.el (gnus-thread-latest-date):
12075         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12076         * nnspool.el (nnspool-request-newgroups):
12077         Use gnus-float-time rather than time-to-seconds.
12078         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12079
12080         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12081         (gnus-header-subject-face, gnus-header-newsgroups-face)
12082         (gnus-header-name-face, gnus-header-content-face):
12083         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12084         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12085         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12086         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12087         (gnus-cite-face-11):
12088         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12089         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12090         (gnus-server-closed-face, gnus-server-denied-face)
12091         (gnus-server-offline-face):
12092         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12093         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12094         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12095         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12096         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12097         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12098         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12099         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12100         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12101         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12102         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12103         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12104         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12105         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12106         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12107         (gnus-summary-high-undownloaded-face)
12108         (gnus-summary-low-undownloaded-face)
12109         (gnus-summary-normal-undownloaded-face)
12110         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12111         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12112         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12113         (gnus-splash-face):
12114         * message.el (message-header-to-face, message-header-cc-face)
12115         (message-header-subject-face, message-header-newsgroups-face)
12116         (message-header-other-face, message-header-name-face)
12117         (message-header-xheader-face, message-separator-face)
12118         (message-cited-text-face, message-mml-face):
12119         * sieve-mode.el (sieve-control-commands-face)
12120         (sieve-action-commands-face, sieve-test-commands-face)
12121         (sieve-tagged-arguments-face):
12122         * spam.el (spam-face):
12123         Mark face aliases with "-face" in the name as obsolete.
12124
12125 2009-09-01  Glenn Morris  <rgm@gnu.org>
12126
12127         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12128         than goto-line.
12129
12130 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12133         Don't move point if the command is invoked inside the message header.
12134
12135 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12136
12137         * imap.el (imap-send-command): Simplify.
12138         (imap-wait-for-tag): point-max -> buffer-size.
12139
12140 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12141
12142         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12143         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12144         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12145         * nnir.el (nnir-swish-e-index-file):
12146         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12147         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12148         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12149         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12150         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12151         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12152
12153 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12156         Don't save excursion.
12157
12158 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12159
12160         * nnheader.el (nnheader-find-file-noselect):
12161         * mm-util.el (mm-insert-file-contents):
12162         Use (default-value 'major-mode) instead of default-major-mode.
12163
12164 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12165
12166         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12167
12168 2009-08-26  Glenn Morris  <rgm@gnu.org>
12169
12170         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12171         than placing in files.el.
12172
12173 2009-08-25  Glenn Morris  <rgm@gnu.org>
12174
12175         * nnir.el (top-level): Don't require cl at run-time.
12176         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12177         Replace cl-function substitute with gnus-replace-in-string.
12178         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12179         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12180         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12181         simplified expansions.
12182
12183 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12184
12185         * dig.el (dig): Add autoload cookie.
12186
12187 2009-08-22  Glenn Morris  <rgm@gnu.org>
12188
12189         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12190         goto-line.
12191
12192 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12193
12194         * parse-time.el (parse-time-string-chars): Save match data.
12195
12196 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12197
12198         * parse-time.el (parse-time-string-chars): Compute using character
12199         classes, to handle non-ascii characters (Bug#3190).
12200
12201 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12204
12205         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12206         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12207         (gnus-mm-display-part, gnus-mime-display-single)
12208         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12209         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12210
12211         * gnus-sum.el
12212         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12213         (gnus-summary-move-article): Add expirable mark to articles copied or
12214         moved to group that has auto-expire turned on if the option is non-nil.
12215
12216 2009-07-24  Glenn Morris  <rgm@gnu.org>
12217
12218         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12219         Fix typo.  (Bug#3903)
12220
12221 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12224         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12225         that should not be used for draft articles.
12226         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12227         that has no concern in minor mode keys.
12228         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12229         Abolish.
12230
12231 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12234         article without making inquiry to a user for unknown encoding.
12235
12236         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12237         (nnmaildir--scan): Assume i-node and device number that file-attributes
12238         returns might be cons-cell.
12239
12240         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12241
12242         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12243
12244 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12245
12246         * auth-source.el: Remove docs now in auth.texi.  Don't use
12247         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12248         `auth-source-hide-passwords' and use them.
12249
12250 2009-07-15  Glenn Morris  <rgm@gnu.org>
12251
12252         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12253
12254 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12257         excessive whitespace from the default values of title and description.
12258
12259 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12262         mail-fetch-field to fetch Content-Description header in order to
12263         exclude newlines.
12264
12265 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12266
12267         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12268         format used by GnuPG 2.0.11.
12269
12270 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12273         to deleted part.
12274
12275 2009-05-30  David Engster  <dengste@eml.cc>
12276
12277         * nnmairix.el: Remove old documentation in the commentary block.
12278         (nnmairix-request-group): Do not update active file for nnml back ends.
12279         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12280         end so that overview files are ignored.
12281         (nnmairix-update-groups): Make updating the groups more robust by using
12282         marks.
12283         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12284         with dollar characters in message-id.
12285
12286 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12289         2008-12-25 in dns.el.
12290
12291 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12292
12293         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12294         could happen if the text is only composed of spaces and/or tabs.
12295
12296 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12297
12298         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12299         when sending a queued message to avoid extra mml tags.
12300
12301 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12304
12305 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12308         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12309         rmail-toggle-header for XEmacs;
12310         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12311
12312 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-dired.el: Remove autoload for gnus-setup-message.
12315         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12316         displaying Gnus logo; always use compose-mail.
12317
12318 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12321
12322 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12325         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12326         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12327         available.
12328         (gnus-nocem-epg-verify): New function.
12329
12330 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12331
12332         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12333
12334 2009-02-15  Glenn Morris  <rgm@gnu.org>
12335
12336         * gnus-util.el (rmail-insert-rmail-file-header)
12337         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12338         autoloads.
12339         (rmail-default-rmail-file): Remove unnecessary declaration.
12340         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12341
12342 2009-02-14  Glenn Morris  <rgm@gnu.org>
12343
12344         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12345         variable (only used in gnus-util, which declares it anyway).
12346         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12347         which was only needed by gnus-art (changed to not use it any more).
12348         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12349         only used in gnus-util, which autoloads it itself.
12350         (rmail-update-summary): Fix autoload.
12351
12352         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12353         rather than rmail-output-to-rmail-file.
12354
12355 2009-02-07  Glenn Morris  <rgm@gnu.org>
12356
12357         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12358         autoload of function that no longer exists.
12359         (rmail-toggle-header): Declare.
12360         (message-forward-rmail-make-body): Handle mbox Rmail.
12361
12362 2009-01-31  Glenn Morris  <rgm@gnu.org>
12363
12364         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12365         2009-01-09 change.
12366
12367 2009-01-31  Dave Love  <fx@gnu.org>
12368
12369         * imap.el (imap-fetch-safe): Bind debug-on-error.
12370         (imap-debug): Add imap-fetch-safe.
12371
12372 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12373
12374         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12375         (auth-source-forget-all-cached): New convenience function.
12376         (auth-source-user-or-password): Accept list of modes or a single mode.
12377
12378         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12379         auth-source modes.
12380
12381         * netrc.el (netrc-machine-user-or-password): Use list of
12382         auth-source modes.
12383
12384         * nnimap.el (nnimap-open-connection): Use list of
12385         auth-source modes.
12386
12387         * nntp.el (nntp-send-authinfo): Use list of
12388         auth-source modes.
12389
12390 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12391
12392         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12393         now.
12394
12395 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12398         coding system in XEmacs; add a workaround for XEmacs.
12399
12400         * lpath.el: Fbind coding-system-aliasee.
12401
12402 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12405         of current-language-environment.
12406
12407 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12410         available at runtime.
12411
12412 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12415
12416 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12417
12418         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12419         the greatest positive fixnum value doesn't work under an XEmacs with
12420         bignum support; use the most-positive-fixnum constant instead,
12421         available since Emacs 21.1 with cl and XEmacs 21.1.
12422
12423 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12426         XEmacs gets not to work.
12427
12428 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * mm-util.el (mm-coding-system-priorities): Allow the value like
12431         "Japanese (UTF-8)" of current-language-environment.
12432
12433 2009-01-09  Glenn Morris  <rgm@gnu.org>
12434
12435         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12436         with last-command-event.
12437
12438 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12441         in the doc string.
12442
12443         * message.el (message-fix-before-sending): Amend comment.
12444
12445 2009-01-08  Dave Love  <fx@gnu.org>
12446
12447         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12448
12449 2009-01-07  David Engster  <dengste@eml.cc>
12450
12451         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12452         simplified server definitions by converting it via
12453         gnus-server-to-method.
12454
12455 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12458         parameter's operands.
12459
12460 2009-01-06  David Engster  <dengste@eml.cc>
12461
12462         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12463         primary select method (for gnus-group-mark-article-as-read).
12464
12465 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12466
12467         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12468         `(gnus)Face', not `(gnus)X-Face'.
12469
12470 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * mm-util.el (mm-ucs-to-char): New function.
12473
12474         * mm-url.el (mm-url-decode-entities): Use it.
12475
12476         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12477         unicode-to-char.
12478
12479 2009-01-05  Dave Love  <fx@gnu.org>
12480
12481         * time-date.el: Require cl for `declare'.
12482
12483 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12486         Dave Love.
12487
12488 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * message.el (message-fix-before-sending): Add `eight-bit' to
12491         illegible-text check.
12492
12493 2009-01-03  Michael Olson  <mwolson@gnu.org>
12494
12495         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12496         `headers' is nil.  This can occur if the IMAP server does not have
12497         permissions to read messages from a folder, but can write new messages
12498         to the folder.
12499         (nnimap-request-article-part): Do not insert `data' if it is nil.
12500
12501         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12502         characters which will confuse `read', so skip past them.
12503
12504 2009-01-01  Dave Love  <fx@gnu.org>
12505
12506         * imap.el (imap-string-to-integer): Fix typo.
12507         (imap-fetch-safe): New function.
12508         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12509
12510         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12511
12512         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12513         (imap-parse-greeting): Fix doc strings.
12514         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12515         (imap-parse-flag-list): Make messages unique.
12516         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12517
12518         * nnimap.el: Fix author email.
12519         (nnimap-split-rule): Add FIXME comment.
12520         (nnimap-debug): Fix doc string.
12521
12522 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12525
12526 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12529         nslookup if resolv.conf isn't available.
12530         (dns-query): Rename from query-dns.
12531         (dns-query-cached): Rename from query-dns-cached.
12532
12533 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12536         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12537         to check if those variables exist (first appeared in Emacs 18.50).
12538
12539 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * mm-util.el (mm-line-number-at-pos): New function.
12542
12543         * spam-report.el (spam-report-process-queue): Use it.
12544
12545 2008-12-24  David Engster  <dengste@eml.cc>
12546
12547         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12548         parameters that haven't existed as variables as buffer-local variables.
12549
12550 2008-12-23  Dave Love  <fx@gnu.org>
12551
12552         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12553         cadar.
12554
12555         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12556         imap-starttls-p.
12557         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12558
12559 2008-12-22  Dave Love  <fx@gnu.org>
12560
12561         * imap.el: Fix author email.  Doc fixes.
12562         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12563         reply.
12564
12565 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * spam-report.el (spam-report-gmane-max-requests): New constant.
12568         (spam-report-gmane-wait): New variable.
12569         (spam-report-gmane-ham, spam-report-gmane-spam)
12570         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12571         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12572         the server.
12573
12574         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12575         Add explanations.
12576
12577         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12578         nnheader-accept-process-output and nnheader-read-timeout if available.
12579         (pop3-movemail): Use it.
12580
12581         * message.el (message-check-news-body-syntax): Fix signature check if
12582         there's an attachment.
12583
12584 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * mm-util.el: Add comments to the mm- emulating functions.
12587
12588 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12591         Reported by Stephen Berman <stephen.berman@gmx.net>.
12592
12593 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * mm-util.el (mm-substring-no-properties): New function.
12596         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12597         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12598         (mm-string-to-multibyte): Doc fix.
12599
12600         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12601
12602 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * mml.el (mml-attach-file): Strip text properties from file name.
12605         (Bug#1574)
12606
12607 2008-12-16  Glenn Morris  <rgm@gnu.org>
12608
12609         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12610
12611 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12614         knows since the charset specified might be a bogus alias that
12615         mm-charset-synonym-alist provides.
12616
12617 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12620         "ISO_8859-1".
12621
12622         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12623
12624 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * mm-util.el (mm-charset-eval-alist):
12627         Define it before mm-charset-to-coding-system.
12628         (mm-charset-to-coding-system): Add optional argument `silent';
12629         define it before mm-charset-override-alist.
12630         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12631         default value if it can be used in Emacs currently running;
12632         silence mm-charset-to-coding-system.
12633
12634 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12637         `allow-override' which says whether to use `mm-charset-override-alist'.
12638         (rfc2047-decode-encoded-words): Use it.
12639
12640         * mm-util.el (mm-charset-override-alist): Fix custom type;
12641         add `(gb2312 . gbk)' to choices.
12642
12643 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12646         fast.
12647
12648         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12649
12650         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12651
12652 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12653
12654         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12655         on links.
12656
12657         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12658
12659 2008-12-03  Lute Kamstra  <lute@gnu.org>
12660
12661         * sha1.el: Remove leading * from docstrings of defcustoms,
12662         deffaces, defconsts and defuns.
12663
12664 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12667         users' addresses that don't have domain parts.
12668         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12669         rather than message-narrow-to-head since there will be the message
12670         header separator.
12671
12672 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12673
12674         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12675         since the result is inserted in a unibyte buffer anyway.
12676         (nnimap-demule-use-string-to-multibyte): Remove.
12677         (nnimap-demule): Alias it to mm-string-to-multibyte.
12678
12679 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12682         variable for debugging bug#464 and bug#1174.
12683         (nnimap-demule): Use it.
12684
12685 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12688         score calculation correctly.
12689
12690 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12691
12692         * message.el (message-send-mail): Just set the buffer to unibyte
12693         rather than use mm-with-unibyte-current-buffer which does a lot more.
12694         (message-send-mail-partially): Don't bother with
12695         mm-with-unibyte-current-buffer since it's already been made unibyte by
12696         message-send-mail.
12697
12698 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12699
12700         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12701
12702 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12703
12704         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12705
12706 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12709         require itself and to remove `with-no-warnings'.
12710
12711 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12712
12713         * starttls.el (starttls-any-program-available): Get the name of the
12714         available TLS layer program.
12715         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12716         well as the host name in the "opening" message.
12717
12718         * auth-source.el (auth-source-cache, auth-source-do-cache)
12719         (auth-source-user-or-password): Cache passwords and logins by default,
12720         allow override with `auth-source-do-cache'.
12721         (auth-source-forget-user-or-password): Allow users to remove cache
12722         entries if needed.
12723
12724 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12725
12726         * md4.el (md4-buffer): Fix typo in docstring.
12727         (md4, md4-64): Doc fixes.
12728         (md4-pack-int32): Reflow docstring.
12729
12730 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12733         condition-case to only the forward-sexp call.
12734
12735 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12736
12737         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12738         quotes contained.  Make it more robust regardless by an extra
12739         condition-case wrapper.
12740
12741 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12744
12745 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * nnml.el (nnml-request-expire-articles): Check if the function set to
12748         `nnmail-expiry-target' returns the symbol `delete'.
12749
12750         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12751
12752         * nnmail.el (nnmail-expiry-target): Fix custom type.
12753
12754 2008-10-02  Glenn Morris  <rgm@gnu.org>
12755
12756         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12757         Silence compiler warning.
12758
12759 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12760
12761         * tls.el (open-tls-stream): Show the actual command being
12762         executed, instead of the format string.
12763
12764 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * lpath.el: Fbind codepage-setup for Emacs 23.
12767
12768 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12769
12770         * mml.el (mml-menu): Don't assume mml2015 is bound.
12771
12772 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12775         exists.
12776
12777 2008-09-27  Glenn Morris  <rgm@gnu.org>
12778
12779         * gnus-util.el (mail-header-remove-comments): Autoload it.
12780
12781 2008-09-27  Andreas Schwab  <schwab@suse.de>
12782
12783         * gnus-util.el (gnus-split-references): Strip comments.
12784         (gnus-parent-id): Likewise.
12785
12786 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * message.el (message-confirm-send): Fix version.
12789
12790 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * message.el (message-idna-to-ascii-rhs-1): Use
12793         mail-extract-address-components rather than mail-header-parse-addresses
12794         that is an alias by default to ietf-drums-parse-addresses that does not
12795         support non-ASCII names in headers' contents.
12796
12797 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12798
12799         * message.el (message-confirm-send): Fix variable documentation to
12800         avoid the "y/n" wording.
12801
12802 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12803
12804         * message.el (message-set-auto-save-file-name): Save to a different
12805         filename so multiple messages (especially drafts) can be recovered.
12806
12807 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12808
12809         * message.el (message-confirm-send): Add appropriate version.
12810
12811 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12812
12813         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12814         defvar.
12815
12816 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12817
12818         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12819         (mm-pkcs7-enveloped-magic): Ditto.
12820
12821 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12822
12823         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12824         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12825
12826 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12829         default, it's better.
12830
12831 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12832
12833         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12834         summary line gnus-number property and ignore them (with a warning
12835         message).
12836
12837 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12840         macro caddr in the interactive form since it won't be expanded.
12841
12842 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12845         `charset'; fix name of function called recursively.
12846         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12847
12848 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12851         (gnus-mime-set-charset-parameters): New function.
12852         (gnus-mime-view-part-as-charset): Use it to correctly display part
12853         specifying wrong charset.
12854
12855 2008-09-08  David Engster  <dengste@eml.cc>
12856
12857         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12858         in completing-read for back end server.
12859
12860 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12861
12862         * message.el (message-confirm-send): New variable to confirm sending a
12863         message.
12864         (message-send): Use it.
12865
12866 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12867
12868         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12869
12870 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12873
12874 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12875
12876         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12877         prevent tracking too many groups.
12878         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12879         Use it.
12880
12881 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12882
12883         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12884         moving point to the bottom of the window in order to avoid recentering.
12885
12886 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12889
12890         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12891         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12892         (gnus-article-beginning-of-window): Fix calculation.
12893
12894 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-msg.el (gnus-summary-supersede-article)
12897         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12898         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12899         message header.
12900
12901 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12902
12903         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12904         pending output coming after the status change.
12905
12906 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12907
12908         * message.el:
12909         * gnus-start.el:
12910         * gnus-registry.el: Remove VMS support.
12911
12912 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12915         macro.
12916         (rfc2104-hash): Use it.
12917
12918 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12921         (gnus-summary-sort-by-most-recent-date): New commands.
12922         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12923         and menu entries.
12924
12925 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12928         don't redisplay article for raw contents; remove plural articles stuff.
12929
12930         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12931         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12932         on gnus-summary-save-article; display results properly.
12933
12934 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * lpath.el: No need to fbind ns-focus-frame.
12937
12938 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12941
12942 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * gnus-art.el (gnus-summary-save-in-pipe):
12945         Consider gnus-save-all-headers.
12946
12947 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12948
12949         * gnus-util.el (ns-focus-frame): Remove declaration.
12950         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12951         like x.
12952
12953 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12954
12955         * rfc2104.el (rfc2104-zero): Delete defconst.
12956         (rfc2104-hex-alist): Likewise.
12957         (rfc2104-hex-to-int): Delete func.
12958         (rfc2104-hexstring-to-bitstring): Likewise.
12959         (rfc2104-nybbles): New defconst.
12960         (rfc2104-hash): Rewrite for speed.
12961
12962 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * tls.el (open-tls-stream): Make it work with the 2nd argument
12965         BUFFER that is a string but does not exist as a buffer object, as
12966         mentioned in the doc-string.
12967
12968 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12971         SXEmacs.
12972
12973 2008-07-16  Glenn Morris  <rgm@gnu.org>
12974
12975         * gnus-util.el (ns-focus-frame): Declare for compiler.
12976
12977 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12980         set as a group parameter.
12981         (gnus-summary-save-in-pipe): Work when it is called independently.
12982         (gnus-summary-pipe-to-muttprint): Don't modify
12983         gnus-summary-pipe-output-default-command.
12984
12985 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12986
12987         * message.el (message-send-mail-with-sendmail):
12988         Display the error message.
12989
12990 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-art.el (gnus-default-article-saver):
12993         Add gnus-summary-save-in-pipe to choices.
12994         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12995         gnus-summary-pipe-output-default-command as the default command.
12996         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12997         instead of gnus-last-shell-command.
12998
12999         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13000         New user option.
13001         (gnus-summary-muttprint-program): Mention the value will be changed.
13002         (gnus-summary-save-article): Force showing of all headers.
13003         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13004
13005 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13006
13007         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13008
13009 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13010
13011         * nnimap.el (nnimap-id):
13012         * sieve-manage.el (sieve-manage-open): Doc fixes.
13013
13014 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13015
13016         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13017         if available.
13018
13019 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13020
13021         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13022
13023         * nnkiboze.el (nnkiboze-generate-group):
13024         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13025
13026         * nnmairix.el: Require CL.
13027
13028 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * dgnushack.el: Autoload get-display-table and put-display-table for
13031         XEmacs 21.5.
13032
13033         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13034         21.4 and SXEmacs.
13035
13036 2008-06-15  David Engster  <dengste@eml.cc>
13037
13038         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13039
13040 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13041
13042         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13043         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13044         runtime choice under XEmacs.
13045
13046         * gnus-sum.el (gnus-summary-set-display-table):
13047         Use `gnus-put-display-table', `gnus-get-display-table',
13048         `gnus-set-display-table' for the display table, instead of `aset'.
13049
13050         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13051         Use `gnus-put-display-table', `gnus-get-display-table',
13052         `gnus-set-display-table' for the display table.
13053
13054 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * nnmairix.el: Add autoloads.
13057
13058 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * nnmairix.el (nnmairix-delete-recreate-group)
13061         (nnmairix-update-and-clear-marks): Fix error messages.
13062
13063 2008-06-14  David Engster  <dengste@eml.cc>
13064
13065         * nnmairix.el: Upgrade to version 0.6.
13066         (nnmairix-group-toggle-propmarks-this-group)
13067         (nnmairix-group-toggle-readmarks-this-group)
13068         (nnmairix-group-delete-recreate-this-group)
13069         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13070         (nnmairix-remove-tick-mark-original-article): New commands.
13071         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13072         (nnmairix-propagate-marks-to-nnmairix-groups)
13073         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13074         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13075         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13076         functions needed for marks propagation and manipulation of read marks.
13077         (nnmairix-update-groups): New function.
13078         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13079         (nnmairix-determine-original-group-from-registry)
13080         (nnmairix-determine-original-group-from-path)
13081         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13082         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13083         New helper functions.
13084         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13085         keystrokes for new commands.
13086         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13087         (nnmairix-request-group): Check allow-fast group parameter.
13088         (nnmairix-request-create-group): Set allow-fast group parameter if
13089         nnmairix-allowfast-default is set.
13090         (nnmairix-close-group): Propagate marks upon closing if needed.
13091         (nnmairix-group-toggle-threads-this-group): Use new.
13092         nnmairix-group-toggle-parameter helper function.
13093         (nnmairix-search): Better check for empty search result.
13094         (nnmairix-goto-original-article): Use new helper functions for
13095         determining original article.
13096         (nnmairix-show-original-article): Make sure message-id is in brackets.
13097         (nnmairix-call-mairix-binary): Change variable name.
13098         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13099         helper function.
13100         (nnmairix-widget-toggle-activate): Fix doc string.
13101
13102 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * nnir.el: Require edmacro when compiling with XEmacs.
13105         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13106         available in Emacs 21.
13107
13108 2008-06-11  Glenn Morris  <rgm@gnu.org>
13109
13110         * gnus-util.el (x-focus-frame):
13111         * gnus.el (image-size):
13112         * mm-decode.el (image-size): Declare.
13113
13114         * gnus-picon.el (declare-function): Add compat definition.
13115         (image-size): Declare.
13116
13117         * gnus-group.el (tool-bar-map):
13118         * gnus-sum.el (tool-bar-map): Define for compiler.
13119
13120         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13121
13122         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13123
13124         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13125         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13126         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13127         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13128         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13129         * sieve-manage.el, spam-report.el, spam.el:
13130         Remove unnecessary eval-and-compile of autoloads.
13131
13132 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13133
13134         * auth-source.el: Precise Tramp doc.
13135
13136 2008-06-07  Glenn Morris  <rgm@gnu.org>
13137
13138         * nnmairix.el: Remove unnecessary eval-when-compile.
13139
13140 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * lpath.el: Fbind propertize for XEmacs 21.4.
13143
13144 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * nnir.el: Move here from ../contrib.
13147
13148 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13149
13150         * gnus-util.el (gnus-read-shell-command): New function.
13151         * mm-decode.el (mm-pipe-part):
13152         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13153
13154 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13157
13158 2008-06-03  Glenn Morris  <rgm@gnu.org>
13159
13160         * pop3.el (nnheader-accept-process-output): Autoload it.
13161
13162 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13165         are not 2-digit hexadecimal characters that follow `%'s.
13166
13167 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * message.el (message-bogus-recipient-p): Fix type in doc string.
13170         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13171         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13172         Improve custom options.
13173         (message-bogus-recipient-p): Adjust accordingly.
13174
13175 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13176
13177         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13178         long-form month and day names.
13179
13180 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * dgnushack.el: Autoload debug, eudc-expand-inline and
13183         pgg-snarf-keys-region for XEmacs.
13184
13185         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13186
13187         * nnmairix.el: Require edmacro when compiling with XEmacs.
13188
13189 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13192         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13193
13194 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13195
13196         * auth-source.el: Add more docs.
13197
13198         * netrc.el (netrc-machine): Always match if the port is not given.
13199
13200 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13201
13202         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13203         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13204         retrieval faster in some cases, but might make CPU usage larger.
13205         If this has any bad side effects, we might revert this change.
13206
13207         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13208         seems to make mail retrieval much, much faster.
13209         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13210         unconditionally.
13211
13212         * gnus-draft.el (gnus-group-send-queue):
13213         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13214
13215 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13218
13219         * message.el (message-bogus-address-regexp): Fix and improve custom
13220         type.
13221         (message-setup-hook): Add message-check-recipients as custom option.
13222
13223 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * message.el (message-cite-function): Remove bogus autoload which crept
13226         in during merge from v5-10.
13227
13228 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13229
13230         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13231
13232         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13233
13234         * auth-source.el: Preliminary Tramp docs.
13235         (auth-sources): Change the default auth-sources to use
13236         EPA .gpg files.
13237
13238 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13239
13240         * nntp.el: Autoload `auth-source-user-or-password'.
13241         (nntp-send-authinfo): Use it.
13242
13243         * nnimap.el: Autoload `auth-source-user-or-password'.
13244         (nnimap-open-connection): Use it.
13245
13246         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13247         for the gnus-message function.
13248         (auth-source-user-or-password): Use it.
13249
13250 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13251
13252         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13253         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13254         (rfc2104-hash): Use it.
13255
13256 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13257
13258         * gnus-art.el (gnus-article-toggle-truncate-lines):
13259         Don't use `iff' in docstring.
13260
13261 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13264
13265         * gnus-util.el (gnus-extract-address-component-name)
13266         (gnus-extract-address-component-email): Convenience functions around
13267         `gnus-extract-address-components'.
13268
13269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13270         Use `gnus-extract-address-component-email' to fix bug of comparing full
13271         sender name to `user-mail-address'.
13272
13273 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13274
13275         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13276         catch/throw to optimize.
13277         (gnus-registry-find-keywords): Just use member to find a keyword.
13278
13279 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13280
13281         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13282         is current before calling gnus-server-prepare.
13283         (gnus-server-setup-buffer, gnus-server-update-server)
13284         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13285
13286 2008-05-04  Juri Linkov  <juri@jurta.org>
13287
13288         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13289         (mailcap-file-default-commands): Use mailcap-replace-in-string
13290         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13291         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13292
13293 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13294
13295         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13296
13297 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13298
13299         * gnus.el: Bump version to 0.11.
13300
13301 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13302
13303         * gnus.el: No Gnus v0.10 is released.
13304
13305 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13308         hooks.
13309         (gnus-update-read-articles): Speed up non-marks-using users.
13310         (gnus-use-marks): Define gnus-use-marks.
13311         (gnus-propagate-marks): Rename variable to something more sensible.
13312
13313 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13314
13315         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13316         (gmm-image-load-path-for-library): Fix typos in docstrings.
13317         (gmm-message): Reflow docstring.
13318
13319 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * mail-source.el (mail-source-set-1, mail-source-bind):
13322         Move auth-source code out of the macro to clean it up and fix bugs.
13323
13324 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13327         by sender if it's equal to user-mail-address, it's likely to be
13328         useless.
13329
13330         * mail-source.el (mail-source-bind): Don't use user or password if they
13331         are not bound.  Unintern them if they are nil.  Don't use server unless
13332         it's bound, and default it to empty string otherwise.
13333
13334 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * mail-source.el: Load auth-source.el.
13337         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13338         get user name or password, if auth-sources is set up.
13339
13340         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13341         strategy of splitting with parent.
13342         (gnus-registry-split-fancy-with-parent)
13343         (gnus-registry-post-process-groups): Use it and fix prior
13344         bug (returning a list as the split result).
13345
13346         * auth-source.el (auth-sources): Remove server parameter.
13347         (auth-source-pick, auth-source-user-or-password)
13348         (auth-source-user-or-password-imap)
13349         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13350         (auth-source-user-or-password-sftp)
13351         (auth-source-user-or-password-smtp): Remove server parameter.
13352
13353 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13354
13355         * smime.el (smime-sign-region, smime-encrypt-region)
13356         (smime-decrypt-region):
13357         Remove redundant calls to `generate-new-buffer-name'.
13358
13359 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13360
13361         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13362         Don't use QP for message/rfc822.
13363         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13364
13365 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13366
13367         * sieve-manage.el (sieve-string-bytes): Remove.
13368         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13369         correct byte-length only if the process's coding-system is the same as
13370         the one used internally by Emacs to represent strings.
13371
13372 2008-04-22  Juri Linkov  <juri@jurta.org>
13373
13374         * mailcap.el (mailcap-file-default-commands): New function.
13375
13376 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * message.el (message-signature-separator, message-cite-function):
13379         Change custom version.
13380
13381 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13382
13383         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13384         commands.
13385         (tls-checktrust): Ditto.
13386
13387 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * mm-decode.el (mm-display-external): Make temp file read-only.
13390
13391 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13394         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13395         `C-c C-f d'.
13396
13397 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13398
13399         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13400
13401 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * gnus.el: Bump version to 0.9.
13404
13405 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * gnus.el: No Gnus v0.8 is released.
13408
13409 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13410
13411         * mail-source.el (mail-source-value):
13412         Prefer fboundp to functionp so it works with macros as well.
13413
13414 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13415
13416         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13417         Fix last change in case the element is not even a symbol.
13418
13419 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13420
13421         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13422         Prefer fboundp to functionp so it works with macros as well.
13423
13424 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13425
13426         * auth-source.el: Add docs.
13427         (auth-sources): Modify format to support server.
13428         (auth-source-pick, auth-source-user-or-password)
13429         (auth-source-user-or-password-imap)
13430         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13431         (auth-source-user-or-password-sftp)
13432         (auth-source-user-or-password-smtp): Add server parameter.
13433
13434 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13435
13436         * gnus-registry.el: Initialize the registry when gnus-registry-install
13437         is t.
13438
13439 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * compface.el (uncompface): Make buffer unibyte.
13442
13443 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13444
13445         * mail-source.el (mail-source-value):
13446         Prefer fboundp to functionp so it works with macros as well.
13447
13448 2008-04-05  Glenn Morris  <rgm@gnu.org>
13449
13450         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13451
13452 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13453
13454         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13455         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13456
13457         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13458         multibyteness after rather than before erasing it.
13459
13460         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13461         mm-with-multibyte.
13462         (gnus-request-article-this-buffer): Make sure the proper decoding is
13463         used if gnus-original-article-buffer happens to be unibyte.
13464
13465         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13466         default-enable-multibyte-characters.
13467
13468         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13469         default-enable-multibyte-characters.
13470
13471         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13472
13473         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13474
13475 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13476
13477         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13478         Fix last change in case the element is not even a symbol.
13479
13480 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13481
13482         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13483         (imap-message-copyuid-1): Use it.
13484         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13485         J. Williams in
13486         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13487
13488         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13489         imap-enable-exchange-bug-workaround.
13490         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13491
13492 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13493
13494         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13495         a 100 byte status-checks into a 2-3MB transfer for each group.
13496         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13497         to enable bug workaround or not.
13498         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13499
13500 2008-03-31  Glenn Morris  <rgm@gnu.org>
13501
13502         * message.el (mml2015-use): Declare for compiler.
13503         (message-info): Require mml2015 when appropriate.
13504
13505 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13508         whitespace.
13509
13510 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13513         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13514         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13515         (nntp-service-to-port): New function.
13516         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13517         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13518         (nntp-open-netcat-stream): New function.
13519         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13520
13521 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13522
13523         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13524
13525 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13526
13527         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13528
13529 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13530
13531         * dns.el (dns-write): Use set-buffer-multibyte.
13532
13533 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13534
13535         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13536
13537 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * message.el (message-signature-separator): Change default.
13540         Improve custom type.
13541         (message-cite-function): Change default to
13542         message-cite-original-without-signature.
13543
13544         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13545         toggle.
13546
13547         * message.el (message-check-news-body-syntax): Fix signature check.
13548         (message-setup-1): Mark buffer as unmodified _after_ running
13549         message-setup-hook and handling message-alternative-emails.
13550         (message-shorten-references): Be more strict when building list of
13551         valid references to comply with GNKSA.
13552
13553         * gnus-group.el (gnus-read-ephemeral-bug-group)
13554         (gnus-read-ephemeral-debian-bug-group)
13555         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13556
13557         * message.el (message-info): Don't use booleanp which isn't supported
13558         in Emacs 21 and XEmacs.
13559
13560 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13563         gnus-group-gmane-group-download-format.
13564         (gnus-group-read-ephemeral-gmane-group): Rename from
13565         gnus-group-read-ephemeral-gmane-group.
13566         (gnus-read-ephemeral-gmane-group-url): Rename from
13567         gnus-group-read-ephemeral-gmane-group-url.
13568         (gnus-bug-group-download-format-alist): New variable.
13569         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13570         (gnus-read-ephemeral-emacs-bug-group): New commands.
13571
13572 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13575         (gnus-visible-headers): Improve custom type.
13576
13577 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * mml.el (mml-menu): Add workarounds for XEmacs.
13580
13581         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13582         X-Boundary header.
13583
13584         * message.el (message-simplify-recipients): Fix previous commit.
13585
13586 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13587
13588         * mm-util.el (mm-set-buffer-multibyte): New function.
13589         * mm-decode.el (mm-copy-to-buffer): Use it.
13590
13591         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13592         Prefer fboundp to functionp so it works with macros as well.
13593
13594 2008-03-19  Glenn Morris  <rgm@gnu.org>
13595
13596         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13597         Accidentally removed in the sync process with Emacs.
13598
13599 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * message.el (message-alter-recipients-discard-bogus-full-name):
13602         New function.
13603         (message-alter-recipients-function): New variable.
13604         (message-get-reply-headers): Use it.
13605         (message-replace-header): New helper function.
13606         (message-recipients-without-full-name): New variable.
13607         (message-simplify-recipients): New command.
13608
13609         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13610
13611         * message.el (message-info): Handle EasyPG manual.
13612
13613         * mml.el (mml-menu): Add entry for EasyPG.
13614
13615 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13616
13617         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13618         parameter.
13619
13620         * message.el (message-disassociate-draft): Specify drafts group name
13621         fully.
13622
13623 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13624
13625         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13626         Eliminate unnecessary duplicates from the match list.
13627
13628 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13631
13632         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13633
13634         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13635         args of `how-many' of which the XEmacs version doesn't take; declare
13636         Info-index-next as function.
13637
13638 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * gnus-score.el (gnus-score-headers): Fix handling of
13641         gnus-inhibit-slow-scoring.
13642
13643         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13644         string.
13645         (gnus-button-url-regexp): Improve handling of parenthesis.
13646         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13647         (gnus-button-handle-info-keystrokes): Handle index entries.
13648
13649 2008-03-15  Glenn Morris  <rgm@gnu.org>
13650
13651         * parse-time.el (parse-time-string): Simplify.
13652
13653 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13656         Incoming* files.
13657
13658 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13659
13660         * auth-source.el (auth-sources): Rename from auth-source-choices.
13661         (auth-source-pick): Use it.
13662
13663 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13664
13665         * binhex.el (binhex-decode-region-internal):
13666         * uudecode.el (uudecode-decode-region-internal):
13667         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13668         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13669         setting default-enable-multibyte-characters.
13670
13671 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13672
13673         * auth-source.el (auth-source-protocols)
13674         (auth-source-protocols-customize, auth-source-choices): Add and
13675         modified variable customizations and defaults.
13676         (auth-source-pick, auth-source-user-or-password)
13677         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13678         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13679         (auth-source-user-or-password-sftp)
13680         (auth-source-user-or-password-smtp): Use new variables and provide an
13681         interface to netrc.el.
13682
13683 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13686         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13687         Make sure the nntp port to specify is a string.
13688
13689 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13690
13691         * nntp.el: Use with-current-buffer.
13692         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13693         dubious mm-with-unibyte-current-buffer.
13694         (nntp-with-open-group-function): New function extracted from
13695         nntp-with-open-group macro.
13696         (nntp-with-open-group): Use the function, so it's easier to debug.
13697         Add indentation and debugging info.
13698         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13699         Recommend the use of the netcat alternatives.
13700
13701         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13702         Avoid mm-string-as-multibyte as well.
13703
13704         * nnweb.el (nnweb-insert-html):
13705         Remove use of nnheader-string-as-multibyte.
13706
13707         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13708         (nnheader-string-as-multibyte): Remove.
13709
13710         * mm-view.el: Use inhibit-read-only.
13711         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13712         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13713         or unibyte-string.
13714
13715         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13716         (mm-uu-yenc-extract): Use with-current-buffer.
13717
13718         * gnus-soup.el (gnus-soup-send-packet): Don't use
13719         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13720
13721         * nnmh.el: Use with-current-buffer.
13722         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13723         mm-string-as-multibyte on the output of mm-encode-coding-string.
13724
13725         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13726         (nnimap-request-move-article): Use with-current-buffer.
13727
13728         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13729         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13730         conversion uses string-make-unibyte rather than string-as-unibyte.
13731
13732         * gnus-msg.el: Use with-current-buffer.
13733
13734         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13735
13736 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13737
13738         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13739         string for caching if it is 'PIN.
13740
13741 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * lpath.el: Consider the case without Emacs/W3.
13744
13745 2008-03-08  Glenn Morris  <rgm@gnu.org>
13746
13747         * time-date.el (date-to-time, time-subtract, time-add)
13748         (safe-date-to-time): Doc fixes.
13749
13750 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * mail-source.el (mail-source-delete-old-incoming-confirm):
13753         Change default to nil.
13754         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13755
13756 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * lpath.el: Rearrange.
13759
13760         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13761         (gnus-article-goto-prev-page): Work for articles having ^L's.
13762
13763         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13764
13765         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13766
13767 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13768
13769         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13770         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13771         (gnus-bookmark-jump): Adjust some variable names.
13772
13773 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13774
13775         * auth-source.el: New package.
13776         (auth-source-choices): Add customization entry point variable.
13777
13778         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13779         bug.
13780
13781 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13782
13783         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13784         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13785         (gnus-registry-install-shortcuts): Rename from
13786         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13787         the `gnus-registry-mark-map' keymap dynamically from
13788         `gnus-registry-marks'.  The generated functions update the summary line
13789         when a registry mark is added or deleted, and will call
13790         `gnus-registry-install-p' (see the comments in the code).
13791         (gnus-registry-user-format-function-M): Use concat intelligently.
13792
13793         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13794         the registry mark functions.
13795
13796 2008-03-05  Glenn Morris  <rgm@gnu.org>
13797
13798         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13799         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13800         gnus-art.
13801         (top-level): No need to load own source when compiling.
13802
13803 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13806         Suggested by <chris.anderton@zetnet.co.uk>.
13807
13808 2008-03-04  Glenn Morris  <rgm@gnu.org>
13809
13810         * gnus-sum.el (top-level): No need to require gnus when compiling,
13811         since unconditionally required near start of file.
13812         (gnus-summary-display-while-building): Move definition before use.
13813
13814 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13815
13816         * gnus-registry.el (gnus-registry-user-format-function-M):
13817         Add formatting function.
13818
13819 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13820
13821         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13822         with plists.
13823         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13824         Use new format.
13825
13826 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13829         `where-is-internal' that returns a range of key sequences.
13830
13831 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13832
13833         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13834
13835         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13836         (gnus-summary-jump-to-group): Consider windows on other displayed
13837         frames as well.  Similar changes might be needed elsewhere, but that's
13838         the one I've bumped into during my use.
13839
13840         * nndoc.el (nndoc-oe-dbx-type-p):
13841         * gnus-msg.el (gnus-debug):
13842         * gnus-group.el (gnus-update-group-mark-positions):
13843         Use mm-string-to-multibyte.
13844
13845 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13848         doesn't handle NotDashEscaped.
13849
13850         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13851         (mml-dnd-attach-options): Fix typo in custom choice.
13852
13853         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13854         Change nndoc-article-type to mbox.
13855         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13856
13857         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13858         to nil, instead of html2text.
13859
13860         * imap.el (imap-debug): Add `imap-ping-server'.
13861
13862         * gnus-bookmark.el: Add FIXMEs.
13863
13864         * message.el (message-form-letter-separator)
13865         (message-send-form-letter-delay): New variables.
13866         (message-send-form-letter): Use them.  New command to send form
13867         letters.  Requested by Uwe Siart.
13868         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13869
13870 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * Update copyright years.
13873
13874 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         Sync from EMACS_22_BASE.
13877
13878         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13879
13880 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13881
13882         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13883         empty author.
13884
13885 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13886
13887         * gnus-registry.el (gnus-registry-marks): Add variable for
13888         customization of marks and their appearance.
13889         (gnus-registry-read-mark): Use it.
13890         (gnus-registry-do-marks): Add utility function to loop through
13891         `gnus-registry-marks'.
13892         (gnus-registry-install-shortcuts-and-menus): Add function to install
13893         shortcuts and menus.
13894         (gnus-registry-initialize): Use it.
13895         (gnus-registry-default-mark): Clarify documentation.
13896
13897 2008-02-29  Glenn Morris  <rgm@gnu.org>
13898
13899         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13900         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13901         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13902         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13903         Change defcustom :version from 23.0 to 23.1.
13904
13905 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13906
13907         * gnus-registry.el (gnus-registry-follow-group-p)
13908         (gnus-registry-post-process-groups): Add functions to aid registry
13909         splitting and improve logging.  Clarify behavior in function
13910         documentation.
13911         (gnus-registry-split-fancy-with-parent): Use them.
13912
13913 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13914
13915         * gnus-art.el: Use with-current-buffer.
13916
13917 2008-02-27  David Engster  <dengste@eml.cc>
13918
13919         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13920         Express real group name in the response.
13921
13922 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13925         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13926         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13927         autoload gnus-registry-fetch-group when compiling.
13928         (nnmairix-request-group-with-article-number-correction):
13929         Remove unreferenced argument passed to nnmairix-call-backend.
13930
13931 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13934         (mm-uu-extract): Improve face for low color ttys.
13935         Reported by Sascha Wilde.
13936
13937 2008-02-27  Glenn Morris  <rgm@gnu.org>
13938
13939         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13940         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13941         variables to defconsts.  Convert comments to doc-strings.
13942         (nnmairix-last-server, nnmairix-current-server): Convert from free
13943         variables to defvars.  Convert comments to doc-strings.
13944         (gnus-registry-fetch-group): Autoload.
13945         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13946         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13947         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13948         caddr.
13949         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13950         nnmairix-request-group-with-article-number-correction call.
13951         (nnmairix-fast, nnmairix-group): New, less general names, for free
13952         variables passed from nnmairix-request-group to
13953         nnmairix-request-group-with-article-number-correction.  Declare.
13954         (nnmairix-request-group-with-article-number-correction):
13955         Use nnmairix-fast, nnmairix-group rather than fast, group.
13956
13957 2008-02-26  David Engster  <dengste@eml.cc>
13958
13959         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13960         version 0.5.
13961
13962 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13963
13964         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13965         instead of making an extra function call.  Don't add the current group
13966         to articles only when they have the group.  Use
13967         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13968         Reported by David <de_bb@arcor.de>.
13969
13970 2008-02-24  Miles Bader  <miles@gnu.org>
13971
13972         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13973         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13974         (mm-find-mime-charset-region):
13975         * mm-bodies.el (mm-encode-body):
13976         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13977
13978 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13981         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13982
13983 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * mail-source.el (mail-source-delete-incoming): Change default.
13986         Supplement doc string.
13987
13988         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13989
13990 2008-02-14  Glenn Morris  <rgm@gnu.org>
13991
13992         * time-date.el (format-seconds): New function.
13993
13994 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * nnmail.el (nnmail-message-id-cache-file): Derive from
13997         `gnus-home-directory'.
13998
13999 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14002         Document negative prefix.
14003
14004         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14005
14006 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14007
14008         * message.el (message-unsent-separator): Add the Exim bounce
14009         separator.
14010
14011 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14012
14013         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14014         list.
14015         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14016         recipient/signer list.
14017
14018 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * Makefile.in (datarootdir): Define.
14021         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14022         name that might contain whitespace.
14023
14024 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14027         fbound (Emacs 23 unicode), signal an error.
14028
14029 2008-02-08  Glenn Morris  <rgm@gnu.org>
14030
14031         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14032
14033 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14034
14035         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14036         ports to the calls to `netrc-machine-user-or-password' in addition to
14037         "imap" and "imaps".
14038
14039 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14040
14041         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14042
14043         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14044
14045 2008-02-01  Kenichi Handa  <handa@m17n.org>
14046
14047         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14048         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14049         (rfc2104-hash): Convert the result of concat to unibyte string.
14050
14051 2008-02-01  Dave Love  <fx@gnu.org>
14052
14053         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14054         coding-system-for-read.
14055         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14056
14057 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14060         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14061         <hanche@math.ntnu.no>.
14062
14063 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14066
14067         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14068
14069 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14070
14071         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14072         * message.el (message-beginning-of-line): Use featurep instead of bound
14073         tests in order to resolve conditionals at compile time.
14074
14075 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14076
14077         * mail-source.el (mail-sources): Add `group' choice.
14078
14079         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14080         parameter `in-group' to control into which group the articles go.
14081         Add treatment of `group' mail-source.
14082
14083 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14086
14087         * mm-decode.el (mm-dissect-buffer): Decode description.
14088
14089         * mml.el (mml-to-mime): Encode message header first.
14090
14091 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14094         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14095
14096         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14097         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14098
14099 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14100
14101         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14102
14103 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14106         prefix keys.
14107         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14108         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14109         gnus-xmas.el.
14110
14111         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14112         (gnus-xmas-article-describe-bindings): New function.
14113         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14114         gnus-xmas-article-describe-bindings.
14115
14116         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14117
14118 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14121         Add new variables for article mark management.
14122         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14123         list of extra data entries which, when present, will indicate that the
14124         article ID should not be trimmed from the registry.
14125         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14126         functions.
14127         (gnus-registry-read-mark): New function to read a mark name from the
14128         user.
14129         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14130         (gnus-registry-set-article-mark-internal): New functions to add and
14131         remove marks.
14132         (gnus-registry-get-article-marks): New function to show the marks for
14133         an article, or retrieve them for further use.
14134
14135 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14138         keys when no argument is given.
14139
14140 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * imap.el (imap-ping-server): New variable.
14143         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14144         (imap-ping-server): Minor doc string fixes.
14145
14146 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14147
14148         * imap.el (imap-ping-server): New function.
14149         (imap-opened): Call imap-ping-server.
14150
14151 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-sum.el (gnus-article-sort-by-random)
14154         (gnus-thread-sort-by-random): Fix doc strings.
14155         Reported by jidanni@jidanni.org.
14156
14157 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-art.el (gnus-article-describe-bindings): New function.
14160         (gnus-article-read-summary-keys): Use it.
14161         (gnus-article-mode-map): Bind `C-h b' to it.
14162
14163 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14166         XEmacs.
14167         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14168         Protect against non-character events.
14169
14170         * lpath.el: Fbind map-keymap for Emacs 21.
14171
14172 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14175         New command.
14176         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14177         instead of END.  Change name of the temp file.
14178         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14179         customizable.
14180
14181 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14184         bind `S W' to gnus-article-wide-reply-with-original; set default
14185         binding to gnus-article-read-summary-send-keys.
14186         (gnus-article-read-summary-keys): Fix the order of keys; display
14187         continuation keys correctly in the echo area; describe bindings
14188         correctly when keys end with `C-h'.
14189         (gnus-article-read-summary-send-keys): New function.
14190         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14191         Work for gnus-article-read-summary-send-keys; display continuation keys
14192         correctly in the echo area.
14193         (gnus-article-reply-with-original): Ignore prefix argument.
14194         (gnus-article-wide-reply-with-original): New function.
14195
14196         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14197         Emacs 21.
14198
14199 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14202         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14203
14204 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14207         (gnus-group-read-ephemeral-gmane-group): New command.
14208
14209 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14210
14211         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14212
14213 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * message.el (message-send-mail-function): Increase custom version.
14216
14217         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14218         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14219
14220 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14221
14222         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14223         for the cases where imap-authenticate is called with a nil buffer
14224         parameter.
14225
14226 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14229         html parts correctly; support forwarded messages.
14230         (gnus-article-browse-html-article): Remove work buffers.
14231
14232         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14233         compiling.
14234         (netrc-bound-and-true-p): New macro.
14235         (netrc-parse): Use it instead of bound-and-true-p that is not available
14236         in XEmacs 21.4.
14237
14238 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14239
14240         * gnus-registry.el (gnus-registry-mark-article)
14241         (gnus-registry-article-marks): Add functionality to mark articles
14242         through the Gnus registry.
14243
14244         * encrypt.el: Clarify documentation for the new pgg method.
14245         (encrypt-file-alist): Add PGG option.
14246         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14247         functionality.  Abstract password key and messaging to external
14248         functions.
14249         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14250         (encrypt-message-method-and-cipher): Add new convenience external
14251         functions.
14252         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14253         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14254
14255         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14256         (netrc-parse): Use encrypt-file-alist to determine if
14257         encrypt-find-model or encrypt-insert-file-contents should be used.
14258
14259         * encrypt.el: Clarify documentation.  Load password-cache or
14260         password, whichever one is found first, instead of autoloading.
14261
14262 2007-12-19  Glenn Morris  <rgm@gnu.org>
14263
14264         * mml.el (message-options-set, message-narrow-to-head)
14265         (message-in-body-p, message-mail-p, message-encode-message-body):
14266         Autoload.
14267         (message-remove-header, message-narrow-to-headers-or-head)
14268         (message-subscribed-p, message-make-mail-followup-to)
14269         (message-position-on-field, message-news-p)
14270         (message-options-set-recipient, message-generate-headers)
14271         (message-sort-headers): Declare as functions.
14272
14273 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14276         convention in doc string.
14277
14278 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14281         title to html parts.
14282         (gnus-article-browse-html-article): Pass message header to it.
14283
14284         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14285
14286 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14289         or password compatible with XEmacs.
14290
14291 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14294         format document.
14295         (gnus-mime-delete-part): Don't write description line if empty.
14296         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14297
14298 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14299
14300         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14301         (gnus-summary-mark-read-and-unread-as-read)
14302         (gnus-summary-mark-current-read-and-unread-as-read)
14303         (gnus-summary-mark-unread-as-ticked): Doc fix.
14304         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14305
14306 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14309         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14310
14311 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14314         yes-or-no-p.
14315
14316 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-decode.el (mm-add-meta-html-tag): New function.
14319         (mm-save-part-to-file, mm-pipe-part): Use it.
14320
14321         * gnus-art.el (gnus-article-browse-delete-temp-files):
14322         Use gnus-y-or-n-p instead of y-or-n-p.
14323         (gnus-article-browse-html-parts): Work with message/external-body; use
14324         mm-add-meta-html-tag.
14325
14326 2007-12-11  Glenn Morris  <rgm@gnu.org>
14327
14328         * gnus-cache.el: Require gnus-sum not just when compiling.
14329
14330         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14331
14332         * gnus-int.el (gnus-server-opened, gnus-status-message):
14333         Move definitions before use.
14334
14335         * mm-decode.el: Require gnus-util.
14336         (mm-remove-part): Only call delete-annotation on XEmacs.
14337
14338         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14339
14340         * nnmail.el: Require gnus-int.
14341
14342         * spam.el: Move `require's before `eval-when-compile's.
14343
14344         * gnus-ems.el (gnus-alive-p):
14345         * gnus-fun.el (message-goto-eoh):
14346         * gnus-util.el (gnus-group-name-decode):
14347         * mail-source.el (gnus-compress-sequence):
14348         * message.el (Info-goto-node, format-spec):
14349         * mm-bodies.el (message-options-get):
14350         * mm-decode.el (mm-view-pkcs7):
14351         * mm-util.el (gmm-write-region):
14352         * mml-smime.el (mml-compute-boundary)
14353         (gnus-completing-read-with-default):
14354         * mml.el (widget-button-press, gnus-make-hashtable):
14355         * mml1991.el (mm-decode-content-transfer-encoding)
14356         (mm-encode-content-transfer-encoding)
14357         (message-options-get, message-options-set):
14358         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14359         * nnfolder.el (gnus-request-group):
14360         * nnheader.el (ietf-drums-unfold-fws):
14361         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14362         * smime.el (gnus-run-mode-hooks):
14363         * spam-stat.el (gnus-message): Autoload.
14364
14365         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14366         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14367         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14368         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14369         Add declare-function compatibility definition.
14370
14371         * gnus-cache.el (nnvirtual-find-group-art):
14372         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14373         (gnus-add-image, gnus-add-wash-type):
14374         * gnus-group.el (nnkiboze-score-file):
14375         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14376         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14377         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14378         (message-tokenize-header, gnus-get-buffer-create)
14379         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14380         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14381         * gnus.el (gnus-group-decoded-name):
14382         * mail-source.el (imap-capability):
14383         * mm-bodies.el (message-options-set):
14384         * mm-decode.el (gnus-configure-windows):
14385         * mm-extern.el (message-goto-body):
14386         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14387         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14388         (epg-sub-key-validity, message-options-set):
14389         * mml.el (widget-event-point, gnus-configure-windows):
14390         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14391         * mml2015.el (epg-check-configuration, epg-configuration)
14392         (message-options-set):
14393         * nndb.el (nndb-request-article):
14394         * nnfolder.el (gnus-request-create-group):
14395         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14396         * nnmaildir.el (gnus-group-mark-article-read):
14397         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14398         * rfc1843.el (message-fetch-field):
14399         * spam.el (gnus-extract-address-components):
14400         Declare as functions.
14401
14402 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14405
14406         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14407
14408         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14409         bind show-trailing-whitespace for XEmacs.
14410
14411 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14414         new no-op macro for backward compatibility.
14415
14416         * imap.el (imap-string-to-integer): New function.
14417
14418 2007-12-09  Glenn Morris  <rgm@gnu.org>
14419
14420         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14421
14422         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14423         * message.el, mm-view.el, sieve-manage.el, smime.el:
14424         Add declare-function compatibility definition.
14425
14426         * gnus-art.el (w3-region, w3m-region, Info-menu):
14427         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14428         * gnus-sum.el (gnus-get-predicate):
14429         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14430         * message.el (mail-abbrev-in-expansion-header-p):
14431         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14432         (w3m-detect-meta-charset, w3m-region):
14433         * sieve-manage.el (password-read, password-cache-add)
14434         (password-cache-remove):
14435         * smime.el (password-read-and-add): Declare as functions.
14436
14437 2007-12-08  David Kastrup  <dak@gnu.org>
14438
14439         * gnus-sum.el (gnus-summary-simplify-subject-query):
14440         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14441         `message'.
14442
14443 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14446         it to bind idna-program, installation-directory, defined-colors, and
14447         face-attribute for XEmacs of the version that compiles defcustom forms.
14448
14449 2007-12-07  Glenn Morris  <rgm@gnu.org>
14450
14451         * gnus-art.el (article-make-date-line): Revert previous change.
14452
14453 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14456
14457 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14458
14459         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14460         Call gnus-add-to-range ranges only once with a prepared article-list.
14461
14462 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14463
14464         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14465         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14466         group names with backslashes.
14467         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14468
14469 2007-12-06  Deepak Goel  <deego3@gmail.com>
14470
14471         * gnus-art.el (article-make-date-line):
14472         * gnus-start.el (gnus-load):
14473         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14474
14475 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-art.el (gnus-use-idna):
14478         * gnus-start.el (gnus-site-init-file):
14479         * message.el (message-use-idna):
14480         * mm-uu.el (mm-uu-hide-markers):
14481         * smiley.el (smiley-style): Revert changes that suppress warnings.
14482
14483 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14486         specify charset to html source.
14487         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14488
14489 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14492         idna-program in order to suppress byte compile warning issued by XEmacs
14493         that came to byte compile the default value section of defcustom forms
14494         recently.
14495
14496         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14497         value of installation-directory.
14498
14499         * message.el (message-use-idna): Don't directly refer to the value of
14500         idna-program.
14501
14502         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14503
14504         * smiley.el (smiley-style): Don't directly call face-attribute.
14505
14506 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14509
14510         * gnus-dired.el: Reduce Gnus dependencies.
14511         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14512         Don't require.  Use autoloads instead.
14513         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14514         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14515         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14516         (gnus-dired-mode): Adjust doc string.
14517         (gnus-dired-mail-mode): New variable.
14518         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14519         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14520         (gnus-dired-mail-buffers): New function.  Return mail or message
14521         composition buffers.
14522         (gnus-dired-attach): Use it.
14523         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14524         NO-DECODE.
14525         (gnus-dired-print): Use `gnus-print-buffer' depending on
14526         `gnus-dired-mail-mode'.
14527
14528 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * rfc2047.el (rfc2047-encoded-word-regexp)
14531         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14532         explaining what regexp patterns are for.
14533
14534 2007-12-04  Glenn Morris  <rgm@gnu.org>
14535
14536         * password.el: Move to password-cache.el.
14537
14538         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14539         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14540         * mml-smime.el (password-read, password-cache-add)
14541         (password-cache-remove):
14542         No need to autoload, since mml-sec requires password.
14543
14544         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14545         * message.el (gnus-extract-address-components):
14546         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14547
14548         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14549         password.
14550
14551 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * mailcap.el: Reduce dependencies.
14554         (mail-header-parse-content-type): Autoload.
14555         (mailcap-delete-duplicates): New alias.
14556         (mailcap-mime-info): Add optional argument NO-DECODE.
14557         (mailcap-mime-types): Use mailcap-delete-duplicates.
14558
14559         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14560
14561 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14562
14563         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14564         (imap-parse-status): Upcase status-att for servers that sends them
14565         lower-case (e.g., MS Exchange 2007).
14566
14567 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14570         function.
14571
14572         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14573         (gnus-uu-yenc-article): New function.
14574
14575         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14576
14577         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14578
14579 2007-12-02  Glenn Morris  <rgm@gnu.org>
14580
14581         * binhex.el (binhex): New custom group.
14582         (binhex-decoder-program, binhex-decoder-switches)
14583         (binhex-use-external): Move to the binhex custom group.
14584
14585         * uudecode.el (uudecode): New custom group.
14586         (uudecode-decoder-program, uudecode-decoder-switches)
14587         (uudecode-use-external): Move to the uudecode custom group.
14588
14589         * netrc.el (top-level): Don't load `encrypt' features.
14590         (netrc-parse): Don't use encrypt.
14591         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14592
14593         * encrypt.el: Remove file.
14594
14595 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14598         matches on patches.
14599
14600         * gnus-art.el (gnus-article-browse-html-article):
14601         Mention `mm-text-html-renderer' in the doc string.
14602
14603         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14604         string.  Add comments.
14605
14606         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14607         if rhs is ASCII.
14608
14609 2007-12-01  Glenn Morris  <rgm@gnu.org>
14610
14611         * mail-source.el (top-level): Require format-spec before
14612         eval-when-compile.
14613
14614 2007-11-30  Glenn Morris  <rgm@gnu.org>
14615
14616         * encrypt.el: Require password, rather than autoloading password-read.
14617
14618 2007-11-29  Glenn Morris  <rgm@gnu.org>
14619
14620         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14621         (sasl-make-client, sasl-next-step, sasl-step-data)
14622         (sasl-step-set-data): Declare as functions.
14623
14624 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14627
14628 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14629
14630         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14631         certs should be verified and what is to be done in the event of a
14632         verification failure.
14633
14634         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14635         caller can indicate whether the cache should be disregarded for this
14636         call.  This way the result of the call is reproducible at all times and
14637         can be considered a canonical server name for the supplied method.
14638         (gnus-agent-method-p): Canonicalize server names by pushing their
14639         method through `gnus-method-to-server' using the no-cache argument.
14640
14641         * gnus-srvr.el (gnus-server-insert-server-line):
14642         Call `gnus-method-to-server' with `no-cache' argument.
14643
14644         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14645         gnus-agent-possibly-synchronize-flags as this should be called when the
14646         server is actually being opened.
14647         (gnus-agent-possibly-synchronize-flags)
14648         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14649         flags file of an agentized server to the latter function.
14650
14651         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14652         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14653         after a connection has been established successfully.
14654
14655 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-art.el (article-display-face): Force to display face if called
14658         interactively; check if gnus-article-x-face-too-ugly matches author.
14659         (article-display-x-face): Display face even if From header is missing
14660         as article-display-face does.
14661
14662 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14663
14664         * hashcash.el (message-narrow-to-headers-or-head)
14665         (message-fetch-field, message-goto-eoh)
14666         (message-narrow-to-headers): Declare as functions.
14667
14668 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * mail-source.el (mail-sources): Default to fetch from file for
14671         compatibility with default of nnmail-spool-file.
14672
14673 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14676         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14677         to look for encoded word that should be encoded again.
14678         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14679         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14680         encoding pattern.
14681         (rfc2047-decode-region): Switch strict regexp and loose one according
14682         to rfc2047-allow-irregular-q-encoded-words.
14683
14684 2007-11-25  Romain Francoise  <romain@orebokech.com>
14685
14686         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14687
14688 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * tls.el (tls-program): Provide more custom choices from
14691         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14692         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14693
14694 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14695
14696         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14697         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14698
14699         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14700         `nnmail-spool-file'.
14701
14702         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14703         `nnmail-spool-file'.
14704
14705         * gnus-move.el (gnus-change-server): Ditto.
14706
14707         * gnus-kill.el (gnus-batch-score): Ditto.
14708
14709         * gnus-cache.el (gnus-jog-cache): Ditto.
14710
14711         * gnus-msg.el (gnus-summary-reply):
14712         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14713
14714 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14717         version.  Minor improvement to doc strings.
14718         (tls-program): Add comment.
14719
14720 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14721
14722         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14723         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14724         mismatch between the hostname provided in the certificate and the name
14725         of the host connnecting to.
14726         (open-tls-stream): Use them.  Check certificates against trusted root
14727         certificates.
14728
14729 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-cache.el (gnus-cache-generate-nov-databases):
14732         Use nnml-generate-nov-databases-directory instead of
14733         nnml-generate-nov-databases-1.
14734
14735 2007-11-24  Glenn Morris  <rgm@gnu.org>
14736
14737         * message.el (message-tool-bar-retro): Update for rename
14738         mail_send.xpm->mail-send.xpm.
14739
14740 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14743         `smime-ldap-search' for Emacs 22 and up.
14744
14745 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14746
14747         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14748
14749         * message.el (message-send-mail-function): Fix error convention.
14750         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14751         (message-widen-reply, message-send-mail, message-talkative-question)
14752         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14753         (message-clone-locals, message-send-news): Use with-current-buffer.
14754         (message-insert-or-toggle-importance): Remove unused var `valid'.
14755         (message-make-references): Remove unused var `new-references'.
14756         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14757
14758 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14759
14760         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14761         (spam-split-symbolic-return-positive): Reflow docstring.
14762         (spam-backends, spam-summary-exit-behavior)
14763         (spam-mark-ham-unread-before-move-from-spam-group)
14764         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14765         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14766         (spam-clear-cache, spam-backend-check, spam-install-backend)
14767         (spam-install-statistical-backend, spam-list-of-processors)
14768         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14769         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14770         (spam-check-crm114, spam-initialize, spam-unload-hook):
14771         Fix typos in docstrings.
14772
14773 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14776         been checked if they have never been read and those group levels are
14777         higher than the one that a user specified.
14778
14779 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14782         foreign groups unless a group level is specified by a user.
14783         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14784
14785 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * message.el (message-send-mail-function): Require sendmail.
14788
14789 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * message.el (message-send-mail-function): Check for smtpmail too.
14792
14793         * utf7.el (utf7-encode, utf7-decode): Use coding system
14794         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14795
14796         * message.el (message-send-mail-function): New function.
14797         (message-send-mail-function): Set default using
14798         message-send-mail-function.  Adjust doc string.
14799         (message-send-mail-with-mailclient): New function.
14800
14801 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14802
14803         * smime.el (from):
14804         * rfc2047.el (message-posting-charset):
14805         * qp.el (mm-use-ultra-safe-encoding):
14806         * pop3.el (parse-time-months):
14807         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14808         * nnml.el (files):
14809         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14810         (jka-compr-compression-info-list, ange-ftp-path-format)
14811         (efs-path-regexp):
14812         * nndiary.el (files):
14813         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14814         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14815         (epg-digest-algorithm-alist, inhibit-redisplay)
14816         (password-cache-expiry):
14817         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14818         (pgg-output-buffer, password-cache-expiry):
14819         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14820         (efs-path-regexp):
14821         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14822         (inhibit-redisplay):
14823         * mm-uu.el (file-name, start-point, end-point, entry)
14824         (gnus-newsgroup-name, gnus-newsgroup-charset):
14825         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14826         (latin-unity-ucs-list):
14827         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14828         (mm-uu-binhex-decode-function):
14829         * message.el (gnus-message-group-art, gnus-list-identifiers)
14830         (rmail-enable-mime-composing, gnus-local-organization)
14831         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14832         (gnus-read-active-file, facemenu-add-face-function)
14833         (facemenu-remove-face-function, gnus-article-decoded-p)
14834         (tool-bar-mode):
14835         * mail-source.el (display-time-mail-function):
14836         * gnus-util.el (nnmail-pathname-coding-system)
14837         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14838         (gnus-original-article-buffer, gnus-user-agent)
14839         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14840         (xemacs-codename, sxemacs-codename, emacs-program-version):
14841         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14842         * gnus-start.el (gnus-agent-covered-methods)
14843         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14844         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14845         (gnus-newsgroup-headers, gnus-group-list-mode)
14846         (gnus-group-mark-positions, gnus-newsgroup-data)
14847         (gnus-newsgroup-unreads, nnoo-state-alist)
14848         (gnus-current-select-method, mail-sources)
14849         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14850         (nnmail-spool-file, gnus-cache-active-hashtb):
14851         * gnus-mh.el (mh-lib-progs):
14852         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14853         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14854         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14855         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14856         (gnus-group-buffer):
14857         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14858         (font-lock-set-defaults):
14859         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14860         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14861         (gnus-summary-post-menu, total-parts, type, condition, length):
14862         * gnus-agent.el (gnus-agent-read-agentview):
14863         * flow-fill.el (show-trailing-whitespace):
14864         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14865         eval-and-compile wrappers for byte compiler pacifiers.
14866
14867         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14868         (mm-display-inline-fontify): Check for featurep 'xemacs not
14869         extent-list.
14870
14871         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14872         itimer-list.
14873         (mm-create-image-xemacs): Only do something for XEmacs.
14874         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14875
14876         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14877
14878         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14879         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14880
14881 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14882
14883         * nnimap.el (nnimap-split-download-body):
14884         * gnus-demon.el (gnus-demon):
14885         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14886
14887 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14890         New macros.
14891         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14892         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14893         copy data from unibyte buffer to multibyte current buffer.
14894         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14895         to copy data from unibyte current buffer to multibyte buffer.
14896         (nntp-make-process-buffer): Make process buffer unibyte.
14897
14898         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14899
14900 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14901
14902         * pop3.el (pop3-open-server): Accept and process data more robustly at
14903         connection start to avoid spurious "POP SSL connection failed" errors.
14904
14905 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14908         read group names.
14909
14910 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14911
14912         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14913
14914 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14917         (nnmail-save-active): Use a unibyte buffer when saving active file,
14918         which may contain non-ASCII group names.
14919
14920         * nnml.el (nnml-request-group): Decode group names in messages.
14921
14922 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * message.el (message-citation-line-function)
14925         (message-insert-formatted-citation-line): Fix spelling of
14926         `message-insert-formated-citation-line'.
14927
14928 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14931
14932 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14935         nnmail-pathname-coding-system.
14936
14937         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14938         that a user enters; decode group names in messages.
14939
14940         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14941
14942 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14945
14946         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14947
14948         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14949         risky local variable.
14950
14951         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14952
14953 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14954
14955         * encrypt.el: Improve documentation to fix function name typo.
14956         Reported by Daiki Ueno <ueno@unixuser.org>.
14957
14958 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14961         even if the point is not in the last page of an article.
14962         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14963         back to the previous page.
14964
14965 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14966
14967         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14968
14969 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14972
14973 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14974
14975         * message.el (message-check-news-body-syntax):
14976         Avoid mm-string-as-multibyte.
14977         (message-hide-headers): Don't assume (point-min)==1.
14978
14979 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * message.el (message-remove-blank-cited-lines): Fix if remove is
14982         given.
14983         (message-bogus-address-regexp): New variable.
14984         (message-bogus-recipient-p): New function.
14985         (message-check-recipients): New command.
14986         (message-syntax-checks): Add `bogus-recipient'.
14987         (message-fix-before-sending): Add `bogus-recipient'.
14988
14989         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14990         (gnus-treat-body-boundary): Don't test window-system.
14991
14992 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14993
14994         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14995
14996 2007-10-28  Miles Bader  <miles@gnu.org>
14997
14998         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14999         at compile-time too.
15000
15001 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-msg.el (gnus-message-setup-hook):
15004         Add `message-remove-blank-cited-lines' to options.
15005
15006 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * message.el (message-remove-blank-cited-lines): New function.
15009         Suggested by Karl Plästerer.
15010
15011 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15014         mapc.
15015
15016         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15017         (top-level): Use mapc to set functions to be traced for debugging.
15018
15019         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15020         called for effect with while loop.
15021
15022         * message.el (message-talkative-question): Replace mapcar called for
15023         effect with mapc.
15024
15025         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15026         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15027         called for effect with dolist.
15028
15029         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15030
15031         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15032         gnus-extra-headers and nnmail-extra-headers.
15033
15034         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15035         called for effect with dolist.
15036         (top-level): Use mapc to set functions to be traced for debugging.
15037
15038         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15039         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15040         dolist.
15041
15042         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15043         Replace mapcar called for effect with mapc.
15044         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15045         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15046         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15047         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15048
15049         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15050         remove-if that's a cl function.
15051
15052         * webmail.el (webmail-debug): Replace mapcar called for effect with
15053         dolist.
15054
15055         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15056         with mapc.
15057
15058 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15061         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15062         with while loop.
15063
15064         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15065         functions from article-* functions.
15066         (gnus-multi-decode-header): Replace mapcar called for effect with
15067         dolist.
15068
15069         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15070         (gnus-bookmark-show-details): Replace mapcar called for effect with
15071         while loop.
15072
15073         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15074         called for effect with while loop.
15075
15076         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15077         with dolist.
15078
15079         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15080         Replace mapcar called for effect with dolist.
15081
15082         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15083
15084         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15085         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15086         Replace mapcar called for effect with dolist.
15087         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15088         mapc.
15089
15090         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15091         Replace mapcar called for effect with dolist.
15092         (gnus-topic-list): Replace mapcar called for effect with mapc.
15093
15094         * gnus.el: Use mapc instead of mapcar to add autoloads.
15095
15096 2007-10-23  Richard Stallman  <rms@gnu.org>
15097
15098         * gnus-group.el (gnus-group-highlight): Mark as risky.
15099
15100 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus.el (gnus-server-to-method): Return method found first in
15103         gnus-newsrc-alist.
15104
15105         * gnus-art.el (gnus-article-highlight-signature)
15106         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15107         button overlay without the front stickiness.
15108
15109 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15110
15111         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15112         overview buffer needed a catch to receive its throw.
15113         (gnus-agent-flush-cache): Declare as interactive to make this function
15114         easier to use.
15115
15116 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15119         `next-line'.
15120
15121 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15124         exclude address matching message-dont-reply-to-names.
15125
15126 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-util.el (gnus-string<): New function.
15129
15130         * gnus-sum.el (gnus-article-sort-by-author)
15131         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15132
15133 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15136         the frame-focus tag is set in gnus-buffer-configuration.
15137
15138 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15141         the front stickiness.
15142
15143 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15146         url pattern; remove duplicate one.
15147         (gnus-article-extend-url-button): New function.
15148         (gnus-article-add-buttons): Use it.
15149         (gnus-button-push): Use concatenated url that it makes.
15150
15151 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15152
15153         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15154
15155 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15156
15157         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15158         Don't hardcode point-min==1.
15159
15160 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15161
15162         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15163         Fix comment about "iso8859-1".
15164
15165 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15166
15167         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15168         ones returned from the verify-function.
15169
15170         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15171         Call mml2015-extract-cleartext-signature if extraction failed.
15172
15173 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15174
15175         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15176         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15177         failed.
15178
15179 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15182
15183 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15186         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15187         recommends to use EasyPG instead of PGG.
15188
15189         * pgg.el: Revert to revision 6.23.2.16.
15190
15191         * pgg-def.el: Revert to revision 6.6.2.14.
15192
15193         * pgg-gpg.el: Revert to revision 6.23.2.34.
15194
15195 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15196
15197         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15198         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15199         thread for both the null and zero (kill/expire thread) universal prefix
15200         cases.
15201         (gnus-summary-expire-thread): Add new function to expire a thread,
15202         using gnus-summary-kill-thread.
15203         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15204         shortcuts for gnus-summary-expire-thread.
15205         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15206         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15207
15208 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15211         extras value, so an extras entry can be deleted.
15212         (gnus-registry-delete-extra-entry): Use it.
15213         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15214         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15215         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15216         storage through the gnus-registry, and provide an appropriate API for
15217         it.
15218
15219 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15222         Suggested by Leo <sdl.web@gmail.com>.
15223
15224         * gnus.el: Do.
15225
15226 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15229         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15230
15231         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15232
15233         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15234         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15235
15236 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15239         newline.
15240         (nnmbox-request-accept-article): Don't change article in source buffer;
15241         narrow to header to use message-fetch-field rather than
15242         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15243         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15244         as delimiters; make sure article ends with newline.
15245         (nnmbox-delete-mail): Correct last position of article to be deleted;
15246         ignore X-Gnus-Newsgroup header in article body.
15247         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15248         positions; make sure article ends with newline.
15249
15250         * message.el (message-display-abbrev): Don't infloop when a user
15251         inserts SPC in the beginning of header.
15252
15253         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15254         coding-system-for-read and coding-system-for-write for XEmacs having no
15255         file-coding feature.
15256
15257         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15258
15259 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15260
15261         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15262         list of groups not followed by default.  Fix type to be regexp.
15263         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15264
15265 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15266
15267         * hmac-def.el (define-hmac-function): Switch from old-style to
15268         new-style backquotes.
15269
15270         * md4.el (md4-make-step): Likewise.
15271
15272 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15275         raw-text coding system when saving .newsrc file, which may contain
15276         non-ASCII group names.
15277
15278 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-cus.el (gnus-score-extra): New widget.
15281         (gnus-score-extra-convert): New function.
15282         (gnus-score-customize): Use it for Extra.
15283
15284 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15285
15286         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15287         (mml2015-mailcrypt-clear-verify): Use it.
15288         (mml2015-gpg-clear-verify): Use it.
15289         (mml2015-pgg-clear-verify): Use it.
15290         (mml2015-epg-clear-verify): Replace the current part with the output
15291         from GnuPG; don't extract the plaintext by itself.
15292
15293         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15294         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15295         mml2015-clear-verify-function; don't touch the armor headers or
15296         dash-escaped text here.
15297
15298 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15301         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15302         parts, or application/octet-stream as a last resort.
15303         (gnus-mime-view-part-as-type): Don't toggle display.
15304         (gnus-mime-view-part-as-charset): Don't turn off display before
15305         querying charset.
15306
15307         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15308         stuff to undisplayer function in Emacs.
15309         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15310
15311         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15312         text/calendar parts.
15313
15314 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15317         decoding text/calendar parts.
15318
15319         * message.el (message-forward-make-body-mime): Always mark body as
15320         having no illegible text; remove signed-or-encrypted argument.
15321         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15322
15323         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15324         (mml-generate-mime-1): Don't encode body if it is specified to be in
15325         raw form; don't make buffer be unibyte when inserting multibyte string.
15326
15327 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15328
15329         * sha1.el: Fix up comment style.
15330         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15331         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15332
15333         * hex-util.el: Fix up comment style.
15334         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15335
15336         * gnus-salt.el: Use with-current-buffer.
15337         (gnus-pick-setup-message): Fix long-standing typo.
15338
15339 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * imap.el (imap-logout-timeout): New variable.
15342         (imap-logout, imap-logout-wait): New functions.
15343         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15344
15345         * nnimap.el (nnimap-logout-timeout): New server variable.
15346         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15347         nnimap-logout-timeout.
15348
15349         * gnus-art.el (gnus-article-summary-command-nosave)
15350         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15351
15352 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus.el (gnus-maximum-newsgroup): New variable.
15355
15356         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15357         according to gnus-maximum-newsgroup.
15358
15359         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15360         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15361         Limit the range of articles according to gnus-maximum-newsgroup.
15362
15363 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15364
15365         * gnus-art.el (gnus-sticky-article): Fix problems described in
15366         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15367         Don't perform gnus-configure-windows here; reuse existing sticky
15368         article buffer.
15369
15370         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15371         it doesn't exist in gnus-article-mode.
15372
15373 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15376         (gnus-agent-decoded-group-name): New function.
15377         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15378         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15379
15380 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15381
15382         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15383         Add binding for gnus-sticky-article.
15384         (gnus-summary-exit): Don't kill sticky article buffers.
15385
15386         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15387         article buffer.
15388         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15389         (gnus-kill-sticky-article-buffers): New commands.
15390
15391 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * nntp.el (nntp-xref-number-is-evil): New server variable.
15394         (nntp-find-group-and-number): If it is non-nil, don't trust article
15395         numbers in the Xref header.
15396
15397 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-agent.el (gnus-agent-read-group): New function.
15400         (gnus-agent-flush-group, gnus-agent-expire-group)
15401         (gnus-agent-regenerate-group): Use it.
15402         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15403         nnmail-pathname-coding-system.
15404
15405 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15408
15409         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15410         that are unread as unread, and also as selected so that information of
15411         marks having been changed by a user may be updated when exiting group.
15412
15413 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15416
15417 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15420         calculated ignoring signature parts to gnus-treat-article.
15421
15422 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15425         a point here in order to keep the window start.
15426         (gnus-insert-mime-security-button): Make a button overlay without the
15427         front stickiness.
15428         (gnus-mime-display-security): Goto the end of a button.
15429
15430         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15431
15432 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15435         group-name-at-point.
15436         (gnus-group-completing-read): New function that offers decoded
15437         non-ASCII group names for completion.
15438         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15439         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15440         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15441         (gnus-group-fetch-control): Use it.
15442         (gnus-fetch-group): Use group-name-at-point for the initial value
15443         rather than the default value; use gnus-alive-p.
15444
15445         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15446         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15447         (gnus-summary-post-news): Use gnus-group-completing-read.
15448
15449         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15450         (gnus-read-move-group-name): Decode group name for completion.
15451
15452 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15455         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15456         Yamaoka slightly modified the code).
15457
15458 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15461         (nnmail-split-incoming): Bind it.
15462
15463         * nnml.el (nnml-group-name-charset): New function.
15464         (nnml-decoded-group-name): Use it; don't decode group name if
15465         nnmail-group-names-not-encoded-p is non-nil.
15466         (nnml-encoded-group-name): New function.
15467         (nnml-group-pathname): Inline nnml-decoded-group-name.
15468         (nnml-request-expire-articles): Decode group name in message.
15469         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15470         nnmail-pathname-coding-system.
15471         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15472         not decoded ones according to nnmail-group-names-not-encoded-p.
15473         (nnml-generate-active-info): Use nnml-encoded-group-name.
15474
15475 2007-08-08  Glenn Morris  <rgm@gnu.org>
15476
15477         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15478         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15479         doc-strings and comments.
15480
15481 2007-07-25  Glenn Morris  <rgm@gnu.org>
15482
15483         * Relicense all FSF files to GPLv3 or later.
15484
15485 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-sum.el (gnus-summary-move-article):
15488         Make gnus-summary-respool-article work.
15489
15490 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15493         string.
15494
15495 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15496
15497         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15498         that should be ignored when comparing distant RSS articles with local
15499         ones.
15500         (nnrss-make-hash-index): New function.  Create a hash index according
15501         to the ignored fields.
15502         (nnrss-check-group): Use it.
15503
15504 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15507
15508         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15509
15510         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15511         the new optional argument ENCODED is non-nil.
15512         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15513         coding system for encoding group name.
15514         (gnus-group-make-rss-group): Pass un-encoded group name to
15515         gnus-group-make-group.
15516         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15517         encoded.
15518
15519         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15520         Encode group name to which articles are moved or copied.
15521         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15522         coding system for encoding Newsgroup, Followup-To and Xref headers.
15523
15524         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15525         marks; use nnheader-file-coding-system to write a file.
15526         (nnagent-retrieve-headers): Bind file-name-coding-system to
15527         nnmail-pathname-coding-system.
15528
15529         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15530
15531         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15532         (nnml-request-article, nnml-request-create-group)
15533         (nnml-request-rename-group, nnml-find-id)
15534         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15535         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15536         (nnml-save-marks): Use nnml-group-pathname instead of
15537         nnmail-group-pathname.
15538
15539         (nnml-request-create-group, nnml-request-expire-articles)
15540         (nnml-request-move-article, nnml-request-delete-group)
15541         (nnml-deletable-article-p, nnml-possibly-create-directory)
15542         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15543         (nnml-open-marks): Bind file-name-coding-system to
15544         nnmail-pathname-coding-system.
15545
15546         (nnml-request-article): Pass server argument to nnml-find-group-number.
15547         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15548         Pass server argument to nnml-possibly-create-directory.
15549         (nnml-request-accept-article): Pass server argument to
15550         nnml-active-number and nnml-save-mail.
15551         (nnml-find-group-number): Pass server argument to nnml-find-id.
15552         (nnml-request-update-info): Pass server argument to
15553         nnml-marks-changed-p.
15554
15555         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15556         (nnml-save-mail, nnml-active-number): Add server argument.
15557
15558         (nnml-request-delete-group): Warn if group is missing.
15559         (nnml-get-nov-buffer): Decode group name.
15560         (nnml-generate-active-info): Encode group name.
15561         (nnml-open-marks): Decode group name in messages.
15562
15563 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15566         if it is not specified.
15567         (gnus-article-pipe-part, gnus-article-save-part)
15568         (gnus-article-interactively-view-part, gnus-article-copy-part)
15569         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15570         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15571         (gnus-article-replace-part, gnus-article-delete-part)
15572         (gnus-article-view-part-as-type): Pass raw prefix argument to
15573         gnus-article-part-wrapper.
15574
15575 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-agent.el (gnus-agent-save-active):
15578         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15579
15580         * gnus-cache.el (gnus-cache-save-buffers)
15581         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15582         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15583         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15584         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15585         (gnus-cache-generate-active, gnus-cache-rename-group)
15586         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15587         (gnus-cache-update-overview-total-fetched-for):
15588         Bind file-name-coding-system to nnmail-pathname-coding-system.
15589         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15590         New variables.
15591         (gnus-cache-decoded-group-name): New function.
15592         (gnus-cache-file-name): Use it.
15593         (gnus-cache-generate-active): Use non-decoded group name for active.
15594
15595         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15596         right place.
15597         (gnus-write-active-file): Don't break non-ASCII group names.
15598
15599         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15600         nnmail-pathname-coding-system.
15601
15602         * lpath.el: Bind default-file-name-coding-system,
15603         file-name-coding-system and language-info-alist for XEmacs.
15604
15605         * gnus-uu.el (gnus-uu-decode-save): Typo.
15606
15607 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15610
15611 2007-07-14  David Kastrup  <dak@gnu.org>
15612
15613         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15614         finishing actions if we did not edit the article.
15615
15616 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15619         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15620         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15621         (gnus-agent-flush-group, gnus-agent-flush-cache)
15622         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15623         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15624         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15625         (gnus-agent-regenerate-group)
15626         (gnus-agent-update-files-total-fetched-for)
15627         (gnus-agent-update-view-total-fetched-for):
15628         Bind file-name-coding-system to nnmail-pathname-coding-system.
15629         (gnus-agent-group-pathname): Don't encode file names by
15630         nnmail-pathname-coding-system.
15631         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15632         coding-system-for-write instead of buffer-file-coding-system to
15633         gnus-agent-file-coding-system.
15634
15635         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15636         Decode group name.
15637
15638         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15639
15640         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15641         (gnus-read-newsrc-el-file): Make group names unibyte.
15642
15643         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15644         nnmail-pathname-coding-system.
15645
15646         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15647         (nnrss-request-delete-group): Bind file-name-coding-system to
15648         nnmail-pathname-coding-system.
15649         (nnrss-read-server-data, nnrss-read-group-data):
15650         Bind file-name-coding-system correctly.
15651         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15652
15653         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15654         (nntp-server-to-method-cache): New variable.
15655         (nntp-group-pathname): New function that decodes non-ASCII group names.
15656         (nntp-possibly-create-directory, nntp-marks-changed-p)
15657         (nntp-save-marks, nntp-open-marks): Use it.
15658         (nntp-possibly-create-directory, nntp-open-marks):
15659         Bind file-name-coding-system to nnmail-pathname-coding-system.
15660         (nntp-open-marks): Decode group names when bootstrapping marks.
15661
15662         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15663         Newsgroups and Followup-To headers.
15664
15665 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15668         (gnus-server-closed-face, gnus-server-denied-face)
15669         (gnus-server-offline-face): Remove variable.
15670         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15671
15672         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15673         of modifying message-stack directly for XEmacs.
15674
15675         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15676         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15677         if the coding-system argument is nil for XEmacs.
15678
15679         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15680         mm-charset-override-alist.
15681
15682         * rfc2047.el: Don't require base64; require rfc2045 for the function
15683         rfc2045-encode-string.
15684         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15685         to quote the parameter value.
15686
15687 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15690         form in gnus-group-name-charset-method-alist.
15691
15692         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15693         overrides the default layout edit-form.
15694
15695         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15696
15697         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15698
15699 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15702         as unfetched articles.
15703
15704 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15707
15708 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15711         original back end that keeps marks in the local system.
15712
15713 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15716         arg of pop-to-buffer for XEmacs.
15717         (gnus-article-read-summary-keys): Ditto; don't restore window
15718         configuration if summary command ends up with neither article buffer
15719         nor summary buffer; describe bindings if summary keys end with C-h.
15720
15721 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * message.el (message-fix-before-sending): Skip raw message part to be
15724         forwarded while checking illegible text.
15725         (message-forward-make-body-mime, message-forward-make-body):
15726         Mark signed or encrypted raw message as having no illegible text.
15727
15728 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15731         (gnus-message-with-timestamp-1): New macro.
15732         (gnus-message-with-timestamp): New function.
15733         (gnus-message): Use them.
15734
15735         * nnheader.el (nnheader-message): Use them.
15736
15737 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15738
15739         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15740         .newsrc.eld file.
15741
15742 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-agent.el (gnus-agent-fetch-headers)
15745         (gnus-agent-retrieve-headers):
15746         Bind gnus-decode-encoded-address-function to identity.
15747
15748         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15749         available also when the server returns simply a dot.
15750
15751         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15752
15753 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15756
15757 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * gnus-ems.el (gnus-x-splash): Make it work.
15760
15761         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15762         from being used.
15763
15764         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15765
15766 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15769         4th and the 5th arguments.
15770
15771         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15772         the front stickiness.
15773         (gnus-article-summary-command-nosave): Correct the order of the
15774         arguments passed to pop-to-buffer.
15775         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15776         summary command ends up with the article buffer.
15777
15778         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15779         the same faces.
15780
15781 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15782
15783         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15784
15785 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15786
15787         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15788         * gnus-sum.el (gnus-summary-highlight):
15789         * pgg.el (pgg-sign-region, pgg-sign):
15790         * mail-source.el (mail-source-delete-old-incoming-confirm):
15791         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15792
15793 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-art.el (gnus-mime-view-part-externally)
15796         (gnus-mime-view-part-internally): Fix predicate function passed to
15797         completing-read.
15798
15799         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15800
15801         * gnus.el (gnus-update-message-archive-method): Add :version.
15802
15803 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus.el (gnus-update-message-archive-method): New variable.
15806
15807         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15808         according to gnus-message-archive-method if
15809         gnus-update-message-archive-method is non-nil.
15810
15811 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15814         Suggested by Loic Dachary <loic@dachary.org>.
15815         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15816
15817 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * message.el (message-pop-to-buffer): Add switch-function argument.
15820         (message-mail): Pass switch-function argument to it.
15821
15822 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15825         Improve doc string.
15826
15827 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15830         (gnus-header-content):
15831         * gnus-cite.el (gnus-cite-10):
15832         * gnus-srvr.el (gnus-server-closed):
15833         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15834         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15835         (gnus-group-mail-3-empty, gnus-group-mail-low)
15836         (gnus-group-mail-low-empty, gnus-splash):
15837         * message.el (message-header-to, message-header-cc)
15838         (message-header-subject, message-header-other, message-header-name)
15839         (message-header-xheader, message-separator, message-cited-text)
15840         (message-mml): Lighten colors of faces used for dark background.
15841
15842 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15843
15844         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15845         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15846
15847 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * message.el (message-narrow-to-headers-or-head):
15850         Ignore mail-header-separator in the body.
15851
15852 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15855         same as window size.
15856
15857 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15858
15859         * message.el (message-font-lock-keywords): Use message-header-xheader
15860         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15861         ahead of the anything pattern, to get it recognized.
15862
15863 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15866         spam.el loads uses it in the compiled defadvice form.
15867
15868 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15869
15870         * gnus-sum.el (gnus-articles-to-read)
15871         (gnus-summary-insert-old-articles): Don't truncate group name for
15872         `read-string'.
15873
15874         * gnus-util.el (gnus-limit-string): Delete this function.
15875
15876         * gnus-sum.el (gnus-simplify-subject-fully):
15877         Use `truncate-string-to-width' instead.
15878
15879 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15880
15881         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15882         Tell if, on summary exit, the next group has to be selected.
15883         (gnus-summary-exit): Use it.
15884
15885 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15888         non-break space.
15889
15890 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15893         Check if group is not a directory.
15894         (nnfolder-request-expire-articles): Don't delete articles if the target
15895         group is not available.
15896
15897         * nnml.el (nnml-request-create-group): Properly check if group is not a
15898         file.
15899         (nnml-request-expire-articles): Don't delete articles if the target
15900         group is not available.
15901
15902         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15903         Don't quote characters that are within parentheses.
15904
15905 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15908         (gnus-handle-ephemeral-exit): Select article according to it.
15909
15910 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * message.el (message-insert-formated-citation-line): Remove newline.
15913         (message-citation-line-format): Add final \n here so that the user can
15914         avoid a blank line.
15915
15916 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15917
15918         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15919         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15920         Update lanl/arXiv support.
15921
15922 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * gnus.el: Bump version number.
15925
15926 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15927
15928         * gnus.el (gnus-version-number): Bump version.
15929
15930 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15931
15932         * gnus.el: No Gnus v0.6 is released.
15933
15934 2007-04-27  Didier Verna  <didier@xemacs.org>
15935
15936         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15937         * gmm-utils.el (gmm-regexp-concat): ... here.
15938         * message.el: Don't require 'gnus-util.
15939         (message-dont-reply-to-names): Handle name change above.
15940         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15941
15942 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15945         since the initial value varies according to the system.
15946
15947 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15950
15951 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15952
15953         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15954
15955 2007-04-24  Didier Verna  <didier@xemacs.org>
15956
15957         Improve the type of gnus-ignored-from-addresses.
15958         * gnus-util.el (gnus-orify-regexp): New function.
15959         * message.el (gnus-util): Require it.
15960         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15961         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15962         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15963
15964 2007-04-24  Didier Verna  <didier@xemacs.org>
15965
15966         * gnus-sum.el:
15967         * gnus-utils.el: Fix some trailing whitespaces.
15968
15969 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15972         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15973         article's Message-ID; refer parent article in summary buffer.
15974
15975         * message.el (message-bounce): Call mime-to-mml.
15976
15977         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15978         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15979         optimize and/or forms properly.
15980
15981 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15984         URL.
15985
15986 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15989
15990 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15993         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15994         displayed of multipart/alternative part if it is invoked from summary
15995         buffer.
15996
15997         * mm-view.el (mm-inline-text-html-render-with-w3m)
15998         (mm-inline-text-html-render-with-w3m-standalone)
15999         (mm-inline-render-with-function): Use mail-parse-charset by default.
16000
16001 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16002
16003         * parse-time.el (parse-time-string-chars): Check if CHAR
16004         is less than the length of parse-time-syntax.
16005
16006 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16009         from gnus-newsgroup-processable.
16010
16011 2007-04-16  Didier Verna  <didier@xemacs.org>
16012
16013         * gnus-msg.el (gnus-configure-posting-styles):
16014         Handle message-signature-directory properly with :file syntax.
16015         Reported by "Leo".
16016
16017 2007-04-11  Didier Verna  <didier@xemacs.org>
16018
16019         New user option: message-signature-directory.
16020         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16021         * message.el (message-insert-signature): Ditto.
16022         * message.el (message-signature-file): Doc update.
16023         * message.el (message-signature-directory): New.
16024
16025 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-msg.el (gnus-inews-yank-articles):
16028         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16029
16030 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * message.el (message-yank-original): Make sure cited text ends with
16033         newline; don't exchange point and mark.
16034
16035 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16036
16037         * tls.el (open-tls-stream): Properly handle case where there
16038         is no associated buffer.
16039
16040 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16041
16042         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16043         message-yank-original, make sure (< mark TEXT point).
16044
16045 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * message.el (message-fill-column): New variable.
16048         (message-mode): Use it.  Add comment on a possible new hook.
16049
16050         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16051         (nnmail-get-new-mail): Reformat.
16052
16053         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16054
16055         * gmm-utils.el: Fix Commentary.
16056         (gmm-tool-bar-from-list): Fix typo in doc string.
16057
16058 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16059
16060         * message.el (message-yank-original): Don't switch point and mark
16061         unnecessarily to put point and mark as documented.
16062
16063 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16064
16065         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16066         from the message heads.
16067
16068 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16069
16070         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16071         article buffer does not have a window.  This may not be the best
16072         solution but is certainly better than setting the start of the null,
16073         that is the current, window.
16074
16075 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16078         (gnus-draft-setup): Run it.
16079
16080         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16081         gnus-score-fast-scoring.  Allow regexp.
16082         (gnus-score-headers): Use it.
16083
16084         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16085         XEmacs.
16086
16087         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16088         string.
16089         (gnus-button-alist): Also catch `<f1> k ...'.
16090         (gnus-treat-display-x-face): Fix doc string.
16091
16092 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16093
16094         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16095         evaluation of gnus-extended-version to ensure correct generation of the
16096         User-Agent header when message-generate-headers-first is used.
16097
16098 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16099
16100         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16101         hashcash-path is nil.  Don't call callback with incorrect number of
16102         parameters if val is 0.
16103
16104 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16105
16106         * message.el (message-required-news-headers):
16107         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16108
16109 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16110
16111         * tls.el (open-tls-stream): In handshake-waiting loop,
16112         don't wait more if there is output available to process.
16113
16114 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16115
16116         * tls.el (tls-program): Doc fix.
16117
16118 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * message.el (message-generate-new-buffers): Change the meaning of the
16121         nil value; add `standard' to the choices; treat t as `unique'; improve
16122         doc string.
16123         (gnus-select-frame-set-input-focus): Autoload.
16124         (message-buffer-name): Search for the existing message buffer if
16125         message-generate-new-buffers is nil or `standard'; treat the value t of
16126         message-generate-new-buffers as `unique'.
16127         (message-pop-to-buffer): Raise the frame already displaying the message
16128         buffer; clear the echo area after querying.
16129         (message-setup): Pass the `continue' argument to compose-mail.
16130         (message-mail): Prefer `switch-function' if it is given; search for the
16131         existing message buffer if the `continue' argument is non-nil; pass
16132         continue and switch-function arguments to compose-mail by way of
16133         message-setup.
16134         (message-mail-other-window): Adjust argument of message-setup.
16135         (message-mail-other-frame): Ditto.
16136
16137 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16140         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16141         to turn font-lock on when turning gnus-message-citation-mode on.
16142
16143 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16144
16145         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16146         (mml-smime-function-alist): New variable; add epg as the backend.
16147         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16148         mml-smime- functions instead.
16149         * mm-view.el: Require smime.
16150
16151 2007-03-05  Didier Verna  <didier@xemacs.org>
16152
16153         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16154         instead of just inheritance for posting styles.
16155         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16156
16157 2007-02-24  Chris Moore  <dooglus@gmail.com>
16158
16159         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16160         * pgg-pgp.el (pgg-pgp-encrypt-region):
16161         * pgg-gpg.el (pgg-gpg-encrypt-region):
16162         Check pgg-encrypt-for-me if no other recipients.
16163
16164 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16165
16166         * tls.el (tls-certtool-program): Fix custom type.
16167
16168 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16171         and point-at-eol instead of line-(beginning|end)-position.
16172
16173         * assistant.el (assistant-parse-buffer): Ditto.
16174
16175         * netrc.el (netrc-parse-services): Ditto.
16176
16177 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16178
16179         * mml2015.el (mml2015-epg-find-usable-key): New function.
16180         (mml2015-epg-sign): Use it.
16181         (mml2015-epg-encrypt): Use it.
16182
16183 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * message.el (message-make-in-reply-to): Quote name containing
16186         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16187         if there are special characters.  Reported by NAKAJI Hiroyuki
16188         <nakaji@jp.freebsd.org>.
16189
16190 2007-02-27  Didier Verna  <didier@xemacs.org>
16191
16192         Include the group parameters as well as the topic ones in the
16193         inheritance filter process.
16194         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16195         argument GROUP-PARAMS-LIST.
16196         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16197
16198 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * nntp.el (nntp-never-echoes-commands)
16201         (nntp-open-connection-functions-never-echo-commands): New variables.
16202         (nntp-send-command): Use them.
16203
16204 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16205
16206         * mml2015.el (mml2015-epg-verify): Simplify.
16207
16208 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * mml.el (mml-content-disposition-alist): New user option.
16211         (mml-content-disposition): New function.
16212         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16213         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16214
16215 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16216
16217         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16218         verification.
16219
16220 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16221
16222         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16223         articles posted in the last 24 hours.
16224
16225 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16226
16227         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16228
16229 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16230
16231         * nntp.el (nntp-send-command): Don't wait for echoes when
16232         nntp-open-ssl-stream is used.
16233
16234 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16237         (gnus-message-add-citation-keywords)
16238         (gnus-message-remove-citation-keywords): Remove.
16239         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16240         directly, make the variables in font-lock-defaults buffer-local, add
16241         gnus-message-citation-keywords to them and then update the value of
16242         font-lock-keywords.
16243
16244 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * message.el (message-cite-original-1): Don't call
16247         gnus-article-highlight-citation.
16248
16249         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16250         citations; fix line count.
16251
16252 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16255         (gnus-message-add-citation-keywords)
16256         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16257         versions of font-lock-add-keywords and font-lock-remove-keywords to
16258         work with XEmacs correctly.
16259
16260 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-cite.el (gnus-cite-face-list): Set the values of
16263         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16264         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16265         (gnus-message-cite-prefix-regexp): New variable.
16266         (gnus-message-search-citation-line): Use it; protect against long
16267         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16268         the 0th match data for Emacs.
16269         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16270         (gnus-message-add-citation-keywords): Append keywords rather than
16271         prepending; emulate font-lock-add-keywords if it is not available.
16272         (gnus-message-remove-citation-keywords):
16273         Emulate font-lock-remove-keywords if it is not available.
16274
16275         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16276
16277         * message.el (message-cite-prefix-regexp): Set the value of
16278         gnus-message-cite-prefix-regexp.
16279
16280 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16281
16282         * nnweb.el (nnweb-google-parse-1): Update parser.
16283
16284 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16285
16286         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16287
16288 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16289
16290         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16291         regexp.
16292
16293 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16296         string-to-multibyte.
16297         (uudecode-decode-region-internal): Use it.
16298
16299         * lpath.el: Fbind string-as-multibyte for XEmacs.
16300
16301 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16304         Fix custom choice.
16305
16306         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16307
16308 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16309
16310         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16311
16312         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16313         `write-region' to respect `mm-inhibit-file-name-handlers'.
16314
16315 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16318         Use gnus-home-directory instead of "~/" or "$HOME".
16319
16320 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16323         to mention filename.
16324         Add comments at beginning regarding usage.
16325         (encrypt-write-file-contents): Change interactive so a string is
16326         acceptable.  If the file has no associated model, show an error instead
16327         of a nonsense prompt.
16328
16329 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16330
16331         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16332         Thanks to Yoshihiko Yamada for kind notification of this typo.
16333
16334 2007-01-12  Kenichi Handa  <handa@m17n.org>
16335
16336         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16337         multibyte buffer.
16338
16339 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-score.el (gnus-score-fast-scoring): New variable.
16342         (gnus-score-headers): Use it.
16343
16344         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16345
16346         * message.el (message-cite-original-1):
16347         Call gnus-article-highlight-citation if requested.
16348         (message-make-from): Allow name and address as optional arguments.
16349
16350         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16351
16352         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16353         bugs to doc string.
16354         (gnus-button-alist): Add mid\\|message-id.
16355         (gnus-button-fetch-group): Extend for use in
16356         `browse-url-browser-function'.
16357         (gnus-button-url-regexp): Try to catch paired parentheses like in
16358         Wikipedia URLs.
16359
16360         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16361         Suggested by Simon Krahnke <overlord@gmx.li>.
16362
16363 2007-01-13  Romain Francoise  <romain@orebokech.com>
16364
16365         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16366         Update copyright.
16367
16368 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16369
16370         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16371
16372 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * gnus-registry.el (gnus-registry-unfollowed-groups)
16375         (gnus-registry-split-fancy-with-parent): Fix documentation.
16376
16377 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16378
16379         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16380         from nnweb groups.
16381
16382 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16383
16384         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16385         Xref urls.  Erase buffer before requesting head.
16386
16387         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16388
16389 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16392         customizable.
16393
16394 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16395
16396         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16397         no signing key is found.
16398         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16399         no encrypting and/or signing key is found.
16400
16401 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16404
16405 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16406
16407         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16408         headers read from disk with the ones newly found in the current search.
16409         This should no longer cause problems, because the article numbers in
16410         Gmane's `nov.php' output are ignored since the previous change.
16411
16412 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16413
16414         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16415
16416 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16419         replace-regexp-in-string; bind url-version; fbind display-images-p and
16420         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16421         find-face and set-itimer-function for Emacs; bind itimer-list for
16422         Emacs.
16423
16424         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16425
16426 2007-01-01  Romain Francoise  <romain@orebokech.com>
16427
16428         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16429
16430 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16431
16432         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16433         `define-minor-mode' macro definition expanded properly.
16434         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16435         exclude it there.
16436
16437         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16438         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16439         `fboundp' test.
16440         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16441         This is OK to autoload in (S)XEmacs now.
16442
16443 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16444
16445         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16446         keystroke.
16447         (gnus-summary-limit-to-singletons): Fix typo.
16448
16449         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16450         else fails.
16451
16452 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16453
16454         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16455         docstring.
16456
16457         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16458         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16459         (gnus-summary-insert-dormant-articles): Fix typo in message.
16460
16461 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16464         nil for XEmacs.
16465         (gnus-message-citation-mode): Don't autoload in XEmacs.
16466
16467         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16468
16469 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16470
16471         * nnimap.el (nnimap-expunge-search-string):
16472         Mention nnimap-search-uids-not-since-is-evil in docstring.
16473
16474 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * spam.el: Revert to make-obsolete-variable because
16477         define-obsolete-variable-alias is not supported in Emacs 21.
16478
16479         * spam.el (spam-ifile-path, spam-ifile-database-path)
16480         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16481         make-obsolete-variable.
16482         (spam-bsfilter-path, spam-bsfilter-program)
16483         (spam-spamassassin-path, spam-spamassassin-program)
16484         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16485         Don't use "path" inappropriately.
16486         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16487         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16488         variable names.
16489
16490 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16491
16492         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16493         summary buffer.
16494
16495         * password.el (password-cache-remove): Use clear-string to burn
16496         password, if available.
16497
16498 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16501
16502         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16503
16504         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16505         (gnus-message-highlight-citation): Move defcustom here from
16506         gnus-cite.el.
16507         (gnus-message-citation-mode): Autoload.
16508
16509         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16510         checks to make it compile with XEmacs.
16511         (gnus-message-citation-mode): New minor mode.
16512         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16513         (gnus-message-highlight-citation): New variables.
16514         (gnus-message-search-citation-line)
16515         (gnus-message-add-citation-keywords)
16516         (gnus-message-remove-citation-keywords)
16517         (turn-on-gnus-message-citation-mode)
16518         (turn-off-gnus-message-citation-mode): New functions.
16519
16520 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16521
16522         * gnus-cite.el: Enable highlighting of different citation levels in
16523         message-mode.
16524
16525 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * message.el (message-make-fqdn): Fix comment.
16528         (message-bogus-system-names): Add ".local".
16529
16530         * spam.el (spam-ifile-path, spam-ifile-program)
16531         (spam-ifile-database-path, spam-ifile-database)
16532         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16533         Don't use "path" inappropriately.
16534         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16535         strings.
16536         (spam-check-ifile, spam-ifile-register-with-ifile)
16537         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16538         Use new variable names.
16539
16540         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16541         (gnus-treat-display-smileys): Simplify using
16542         gnus-image-type-available-p.
16543
16544         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16545         available.
16546
16547         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16548         Use `display-images-p' if available.
16549
16550 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16553         one after turning on the buffer's multibyteness instead of decoding
16554         them directly in the unibyte buffer that causes unexpected conversion
16555         in Emacs 23 (unicode).
16556
16557 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16558
16559         * message.el (message-generate-hashcash): Fix custom type.
16560
16561 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16564
16565 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16566
16567         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16568         disconnect icons.  Add help text.
16569
16570 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16571
16572         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16573         negated to be consistent with the others we handle.
16574
16575 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16578         version of gnus-summary-buffer to something, so that we can use two
16579         article buffers at the same time.
16580
16581 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16584         trigger all the extra headers.
16585         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16586         sorting.
16587
16588 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16589
16590         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16591         solid groups.
16592
16593 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16594
16595         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16596
16597 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * legacy-gnus-agent.el: Add Copyright notice.
16600
16601 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16602
16603         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16604
16605 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606
16607         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16608
16609         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16610         to make it work reliably in CVS Emacs.
16611         (gnus-summary-limit-strange-charsets-predicate)
16612         (gnus-summary-limit-to-predicate): New functions.
16613
16614 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16615
16616         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16617         specifying array size.
16618         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16619         array if it is too small.
16620         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16621         (gnus-sort-threads-loop): New function.
16622
16623 2006-12-06  Chris Moore  <dooglus@gmail.com>
16624
16625         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16626         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16627
16628 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16629
16630         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16631         options.
16632
16633 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16634
16635         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16636         DOS-ing the recipient.
16637
16638         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16639         the headers when creating the mapping to avoid mismappings.
16640         (nnweb-gmane-create-mapping): Always nix out old mapping.
16641
16642 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16645         and mm-verify-option to never.
16646
16647 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * message.el (message-signed-or-encrypted-p): New function.
16650         (message-forward-make-body): Use it.
16651
16652         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16653         Replace encode-coding-string with mm-encode-coding-string.
16654
16655 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * nneething.el (nneething-decode-file-name):
16658         Replace decode-coding-string with mm-decode-coding-string.
16659
16660         * gnus-int.el (gnus-open-server): Say failed server's name.
16661
16662 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16663
16664         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16665         strings to a single string.  Quote `errors-file-name'.
16666         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16667         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16668         Adjust calls.  Use `shell-quote-argument'.
16669
16670 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16671
16672         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16673         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16674
16675         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16676         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16677         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16678         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16679         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16680         (gnus-subscribe-newsgroup, gnus-1):
16681         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16682         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16683         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16684         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16685
16686 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16687
16688         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16689         keystroke.
16690         (gnus-summary-limit-to-bodies): Implement headersp.
16691
16692 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16693
16694         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16695
16696 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16699
16700 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16701
16702         * message.el (message-generate-hashcash): Expand range of values to
16703         include `opportunistic'.
16704         (message-send-mail): Use it.
16705
16706 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16707
16708         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16709         and comment it.
16710
16711         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16712
16713 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * gnus-util.el (gnus-extract-address-components): Improve comment.
16716
16717 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * gnus-util.el (gnus-extract-address-components): Work with address in
16720         which the name portion contains @.
16721
16722         * lpath.el: Fbind custom-autoload.
16723
16724 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * gnus.el (gnus-start): Move custom group up.
16727         (gnus-select-method): Don't autoload, but make it available for
16728         `customize-variable'.
16729         (gnus-getenv-nntpserver): Don't autoload.
16730
16731 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16732
16733         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16734
16735 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * message.el (message-sendmail-extra-arguments): New variable.
16738         (message-send-mail-with-sendmail): Use it.
16739
16740 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16743         mm-with-unibyte-current-buffer to make string unibyte.
16744
16745         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16746         mm-string-as-multibyte.
16747
16748 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16749
16750         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16751         Reported by Werner Koch <wk@gnupg.org>.
16752
16753 2006-11-14  Daiki Ueno  <ueno@p360>
16754
16755         * mml2015.el: Autoload epa-select-keys when compiling.
16756
16757 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16758
16759         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16760         message-options.
16761         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16762
16763 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16764
16765         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16766         EasyPG (< 0.0.6).
16767         (mml2015-always-trust): New user option.
16768         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16769         prompt.
16770
16771 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * nntp.el (nntp-authinfo-force): New variable.
16774         (nntp-send-authinfo): Use it.
16775
16776 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16777
16778         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16779         decode encoded words.  Improve prompt.  Add comment about forwarding.
16780         (message-replacement-char): Move up.
16781
16782 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16783
16784         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16785         instead of gnus-intersection because arguments of gnus-sorted-nunion
16786         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16787
16788 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16791         (message-simplify-subject-functions):
16792         Enable message-strip-subject-encoded-words by default.
16793
16794 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16795
16796         * message.el (message-strip-subject-encoded-words): New function.
16797         (message-simplify-subject-functions): New variable.
16798         (message-simplify-subject): Use it.  Fix typo in doc string.
16799         Support message-strip-subject-encoded-words.
16800
16801 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16802
16803         * gnus-diary.el (gnus-diary-delay-format-function):
16804         * nndiary.el (nndiary-reminders):
16805         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16806
16807 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * gnus-art.el (article-hide-boring-headers): Fetch date from
16810         gnus-original-article-buffer to avoid problems with localized date
16811         strings.
16812
16813 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16816
16817 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16820         New variables.
16821         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16822         (mm-charset-synonym-alist): Move some entries to
16823         mm-codepage-iso-8859-list.
16824         (mm-charset-synonym-alist, mm-charset-override-alist):
16825         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16826
16827 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16830
16831 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16832
16833         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16834         with Emacs 21 and XEmacs.
16835
16836 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * spam.el (spam-parse-address): New function for better parsing,
16839         catching errors, etc.
16840         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16841
16842 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * mm-view.el: Add interactive arg to html2text autoload.
16845
16846 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16849
16850 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16853         New variables.
16854         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16855         (mm-charset-synonym-alist): Move some entries to
16856         mm-codepage-iso-8859-list.
16857
16858         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16859
16860 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16861
16862         * message.el (message-citation-line-format)
16863         (message-insert-formated-citation-line): Fix implementation of %E, %N
16864         and %n according to the doc string.
16865
16866 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16867
16868         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16869         Use car-safe to avoid bad parses.
16870
16871 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16874         names.
16875
16876         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16877
16878 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16881         header.
16882
16883         * message.el (message-draft-headers): Add Date.
16884         (message-headers-to-generate): Fix typo in docstring.
16885
16886         * nndraft.el (nndraft-required-headers): New variable.
16887         (nndraft-generate-headers): Use it.
16888
16889         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16890
16891 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16892
16893         * gnus-registry.el (gnus-registry-wash-for-keywords)
16894         (gnus-registry-find-keywords): New functions to allow easy searching of
16895         articles that are in the registry.
16896
16897 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16898
16899         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16900         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16901         Reported by Damien Elmes <damien@repose.cx>.
16902
16903 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * gnus.el (gnus-mime): Remove unused custom group.
16906
16907 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16908
16909         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16910         "blank line" when searching for end of armor headers.
16911
16912 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gmm-utils.el (gmm-write-region): Fix variable name.
16915
16916 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16917
16918         * gmm-utils.el (gmm-write-region): New function based on compatibility
16919         code from `mm-make-temp-file'.
16920
16921         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16922
16923         * nnmaildir.el (nnmaildir--update-nov)
16924         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16925         Use `gmm-write-region'.
16926
16927 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16930         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16931
16932         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16933
16934         * message.el (message-replacement-char): New variable.
16935         (message-fix-before-sending): Use it.
16936         (message-simplify-subject): New function to remove duplicate code.
16937         (message-reply, message-followup): Use it.
16938
16939         * gnus-sum.el (gnus-summary-make-menu-bar):
16940         Clarify gnus-summary-limit-to-articles.
16941
16942 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-util.el (gnus-with-local-quit): New macro.
16945
16946         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16947
16948 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16949
16950         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16951         ignore non-string data.
16952
16953 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16954
16955         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16956         non-string data (needs to be done in the registry too).
16957
16958 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16959
16960         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16961         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16962         (gnus-registry-split-fancy-with-parent)
16963         (gnus-registry-fetch-simplified-message-subject-fast)
16964         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16965         Remove text properties on ingress into the registry and when it's saved.
16966         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16967         registry from entries with no groups.
16968
16969 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16972         function to remove string properties.
16973
16974 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * gmm-utils.el (gmm): Adjust custom version.
16977
16978         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16979         Adjust custom version.
16980
16981         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16982
16983 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * gnus-art.el (gnus-insert-prev-page-button)
16986         (gnus-insert-next-page-button): Simplify.  Reformat.
16987
16988 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16989
16990         * gnus-art.el (gnus-insert-prev-page-button)
16991         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16992
16993 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16994
16995         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16996
16997 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16998
16999         * gnus-art.el (gnus-insert-mime-button)
17000         (gnus-insert-mime-security-button):
17001         Apply gnus-article-button-face to MIME and security buttons.
17002
17003 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17006         readable.
17007
17008 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17011
17012 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17013
17014         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17015         `browse-url-of-file' instead of `browse-url'.
17016
17017 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17018
17019         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17020         regexp.  Articles containing quotation were cut prematurely.
17021
17022 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * message.el (message-cite-original-1): Use nobody by default for the
17025         value of From header.
17026         (message-reply): Ditto.
17027
17028 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17029
17030         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17031         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17032         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17033
17034 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17037         mails in the doc string.  Add some URLs in comment.
17038         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17039
17040 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17043         backslashes handling and the way to find boundaries of quoted strings.
17044
17045 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17046
17047         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17048         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17049         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17050         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17051
17052 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17055         doc string.
17056         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17057
17058 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * lpath.el: Fbind epg-check-configuration.
17061
17062 2006-09-06  Simon Josefsson  <jas@extundo.com>
17063
17064         * mml2015.el (mml2015-use): Doc fix, mention epg.
17065
17066 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17067
17068         * mml2015.el (mml2015-use): Default to epg, if available.
17069
17070 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17071
17072         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17073         message-sender.
17074         (mml1991-epg-encrypt): Ditto.
17075         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17076         message-sender.
17077         (mml2015-epg-encrypt): Ditto.
17078
17079 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17080
17081         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17082         several common directories.
17083
17084 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17085
17086         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17087         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17088
17089 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * gnus-art.el (article-decode-encoded-words): Make it fast.
17092
17093 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17096
17097         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17098         in quoted string into `\'.
17099
17100 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17103         Use standard-syntax-table.
17104
17105 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-art.el (gnus-decode-address-function): New variable.
17108         (article-decode-encoded-words): Use it to decode headers which are
17109         assumed to contain addresses.
17110         (gnus-mime-delete-part): Remove useless `or'.
17111
17112         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17113         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17114         (gnus-nov-parse-line): Use it to decode From header.
17115         (gnus-get-newsgroup-headers): Ditto.
17116         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17117
17118         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17119         (mail-decode-encoded-address-string): New alias.
17120
17121         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17122         New function.
17123         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17124         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17125         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17126         (rfc2047-decode-string): Ditto.
17127         (rfc2047-decode-address-region): New function.
17128         (rfc2047-decode-address-string): New function.
17129
17130 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17131
17132         * message.el (message-caesar-buffer-body): Allow rotating headers.
17133
17134         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17135
17136         * message.el (message-insert-formated-citation-line): Fix %f.
17137         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17138
17139 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17142         (gnus-bookmark-mouse-available-p): New macro.
17143         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17144         (gnus-bookmark-bmenu-show-infos): Use it.
17145         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17146         (gnus-bookmark-bmenu-hide-infos): Ditto.
17147         (gnus-bookmark-remove-properties): New function.
17148         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17149         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17150         (gnus-bookmark-write-file): Bind coding-system-for-write.
17151         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17152         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17153         group before selecting it.
17154         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17155         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17156         quit-window if it is not available; use gnus-mouse-2 and bind it to
17157         gnus-bookmark-bmenu-select-by-mouse.
17158         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17159         (gnus-bookmark-bmenu-select-by-mouse): New function.
17160
17161 2006-08-13  Romain Francoise  <romain@orebokech.com>
17162
17163         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17164         space.
17165
17166 2006-08-10  Romain Francoise  <romain@orebokech.com>
17167
17168         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17169         (dns-mode-soa-auto-increment-serial): New user option.
17170         (dns-mode-soa-maybe-increment-serial): New function.
17171         (dns-mode): Add the latter to `write-contents-functions'.
17172
17173 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * compface.el (uncompface): Use binary rather than raw-text-unix.
17176
17177 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * compface.el (uncompface): Make sure the eol conversion doesn't take
17180         place when communicating with the external programs.
17181         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17182
17183 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17186
17187 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17188
17189         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17190         Make it more robust by parsing author and date independently.
17191
17192 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17195
17196 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17197
17198         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17199         first matching secret key.
17200         (mml2015-epg-encrypt): Ditto.
17201
17202         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17203         first matching secret key.
17204         (mml1991-epg-encrypt): Ditto.
17205
17206         * mml2015.el (mml2015-encrypt-to-self): New user option.
17207         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17208         mml2015-epg-encrypt-to-self is set.
17209
17210         * mml1991.el (mml1991-encrypt-to-self): New variable.
17211         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17212         mml1991-epg-encrypt-to-self is set.
17213
17214         * mml2015.el (mml2015-signers): New user option.
17215         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17216         (mml2015-epg-encrypt): Allow to select signing keys.
17217
17218         * mml1991.el (mml1991-signers): New variable.
17219         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17220         (mml1991-epg-encrypt): Allow to select signing keys.
17221
17222 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * nnheader.el (nnheader-insert-head): Make it work even if the file
17225         uses CRLF for the line-break code.
17226
17227 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17228
17229         * mml2015.el: Require mml-sec instead of password.
17230         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17231         (mml2015-cache-passphrase): Inherit the default value from
17232         mml-secure-cache-passphrase.
17233         (mml2015-passphrase-cache-expiry): Inherit the default value from
17234         mml-secure-passphrase-cache-expiry.
17235
17236         * mml1991.el: Require mml-sec instead of password.
17237         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17238         (mml1991-cache-passphrase): Inherit the default value from
17239         mml-secure-cache-passphrase.
17240         (mml1991-passphrase-cache-expiry): Inherit the default value from
17241         mml-secure-passphrase-cache-expiry.
17242
17243         * mml-sec.el: Require password.
17244         (mml-secure-verbose): New user option.
17245         (mml-secure-cache-passphrase): New user option.
17246         (mml-secure-passphrase-cache-expiry): New user option.
17247
17248 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17249             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17250
17251         * pgg-def.el (pgg-truncate-key-identifier):
17252         Truncate the key ID to 8 letters from the end.
17253
17254 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17255
17256         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17257         workaround for the url package included with Emacs.
17258
17259         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17260
17261 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17264         correctly.  This fixes a bug caused by the 2006-05-12 change.
17265
17266 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17267
17268         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17269         some information about the error when saying that the `bogus' mail
17270         group will be used.
17271
17272 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17275         string.
17276
17277 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17278
17279         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17280
17281 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17282
17283         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17284
17285 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17286
17287         * mml1991.el (mml1991-function-alist): Add epg.
17288         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17289         (mml1991-epg-encrypt): New functions.
17290
17291 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17292
17293         * mml2015.el (mml2015-verbose): New variable.
17294         (mml2015-cache-passphrase): Ditto.
17295         (mml2015-passphrase-cache-expiry): Ditto.
17296         (mml2015-function-alist): Add epg.
17297         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17298         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17299         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17300         New functions.
17301
17302 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17303
17304         * message.el (message-cite-original-1): Preserve region when removing
17305         quoted text due to X-No-Archive in order to avoid bogus attribution
17306         when citing multiple messages.
17307
17308 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17309
17310         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17311         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17312
17313 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17314
17315         * gnus-diary.el (gnus-user-format-function-d)
17316         (gnus-user-format-function-D): Autoload.
17317
17318         * imap.el (Commentary): Fix typo.
17319
17320         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17321         2006-04-22 contribution.
17322
17323 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17324
17325         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17326         It didn't really fix the bogosity I'm seeing with solid web groups.
17327
17328 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17329
17330         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17331         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17332         created using server names.  If we use the feature without declaring
17333         it, Gnus does not properly manage server and group state.
17334
17335         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17336         bound.
17337
17338 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17339
17340         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17341         looking up the method using GROUP's prefix before inventing a new one.
17342         It is used on killed/unknown groups in various places where returning
17343         an all-new method isn't expected by the caller.
17344
17345         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17346         and match semantics of gnus-group-real-prefix.
17347
17348 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * nnmail.el (nnmail-broken-references-mailers): New variable.
17351         (nnmail-ignore-broken-references): New function generalizing
17352         nnmail-fix-eudora-headers.
17353         (nnmail-fix-eudora-headers): Now obsolete.
17354
17355         * gnus-art.el (gnus-button-handle-custom):
17356         Support `customize-apropos*'.
17357
17358 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359
17360         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17361
17362         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17363         articles.
17364
17365 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17366
17367         * message.el (message-cite-reply-above): New variable.
17368         (message-yank-original): Use it.
17369
17370 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17373
17374 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17377         as read.
17378
17379         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17380
17381 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17384         (gnus-bookmark-default-file): Use gnus-directory.
17385         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17386         Remove "*" in doc string.
17387         (gnus-bookmark-write-file): Simplify.
17388         (gnus-bookmark-maybe-sort-alist): Use `when'.
17389         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17390         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17391         Add FIXME about Emacs 21 and XEmacs compatibility.
17392         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17393         compatibility.
17394         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17395         compatibility.
17396         (gnus-bookmark-menu-heading): Fix version.
17397
17398 2006-06-19  Bastien Guerry  <bzg@altern.org>
17399
17400         * gnus-bookmark.el: New file.
17401
17402 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * message.el (message-syntax-checks): Doc fix.
17405
17406 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17407
17408         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17409         unsubscribed groups as if they were killed ones.  It causes duplicate
17410         entries in gnus-newsrc-alist.
17411
17412 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * message.el (message-syntax-checks): Doc fix.
17415         (message-send-mail): Add check for continuation headers.
17416         (message-check-news-header-syntax): Fix regexp used to check for
17417         continuation headers.
17418
17419 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17422
17423 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17426
17427 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17430         default-truncate-lines.
17431
17432 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17435         to fill the utf-8 entry.
17436
17437         * lpath.el: Fbind unicode-precedence-list.
17438
17439 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17440
17441         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17442
17443 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17444
17445         * gnus-agent.el (directory-files-and-attributes): Move all the way
17446         forward (the third and final move).
17447         (gnus-agent-read-agentview): Trap reconstruction errors due to
17448         nonexistent directory.  Handle by returning nil.
17449
17450 2006-05-30  Didier Verna  <didier@xemacs.org>
17451
17452         * message.el (message-dont-reply-to-names): Update the custom type.
17453         * message.el (message-dont-reply-to-names): New defsubst: potentially
17454         convert a list of regexps into a single one.
17455         * message.el (message-get-reply-headers): Use it.
17456         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17457
17458 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * gnus-agent.el (directory-files-and-attributes): Move forward.
17461
17462 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * gnus-ml.el (gnus-mailing-list-subscribe)
17465         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17466         (gnus-mailing-list-message): Fix doc strings.
17467
17468 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17469
17470         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17471         of doing it manually.
17472
17473 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17474
17475         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17476         comment.
17477
17478 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17479
17480         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17481         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17482         (gnus-agent-read-local): All symbols allocated in my-obarray.
17483         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17484         (gnus-agent-regenerate-group): Check numeric names to see if they are
17485         messages or groups.
17486         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17487         better way of do this...)
17488
17489         * gnus-cache.el (gnus-agent-total-fetched-for):
17490         Ignore 'dummy.group' (there should be a better way of do this...)
17491
17492 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17495         (gnus-saved-headers): Ditto.
17496         (gnus-default-article-saver): Mention functions may have properties.
17497         (gnus-article-save): Override gnus-save-all-headers and
17498         gnus-saved-headers by :headers property which saver function may have.
17499         (gnus-summary-save-in-file): Add :headers property.
17500         (gnus-summary-write-to-file): Ditto.
17501
17502         * gnus-sum.el (gnus-summary-save-article): Bind
17503         gnus-prompt-before-saving to t when saving many articles in a file;
17504         always show all headers.
17505
17506         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17507
17508 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17511         marks.
17512
17513         * message.el (message-indent-citation): Add optional arguments to allow
17514         using it outside of message buffers.
17515
17516         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17517         (gnus-article-treat-unfold-headers): Use it.
17518         (gnus-article-truncate-lines): New variable.
17519         (gnus-article-mode): Use it.
17520         (gnus-article-toggle-truncate-lines): New function.
17521
17522         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17523         Add gnus-article-toggle-truncate-lines.
17524
17525         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17526         coding system in XEmacs, use binary.
17527
17528 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17531         after-load-alist.
17532
17533         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17534         this function should save decoded articles.
17535         (gnus-summary-write-to-file): Use property to specify this function
17536         should save decoded articles and specify gnus-summary-save-in-file
17537         should be used to save articles other than the first one when saving
17538         many articles.
17539         (gnus-summary-save-body-in-file): Use property to specify this
17540         function should save decoded articles.
17541         (gnus-summary-write-body-to-file): Use property to specify this
17542         function should save decoded articles and specify
17543         gnus-summary-save-body-in-file should be used to save articles other
17544         than the first one when saving many articles.
17545
17546         * gnus-sum.el (gnus-summary-save-article): Simplify.
17547
17548 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-art.el (gnus-default-article-saver):
17551         Add gnus-summary-write-body-to-file.
17552         (gnus-article-save-coding-system): Don't use coding system object
17553         in XEmacs.
17554         (gnus-read-save-file-name): Add optional `dir-var' argument which
17555         specifies directory in which files are saved; work even if optional
17556         `variable' argument is not specified.
17557         (gnus-summary-write-to-file): Read file name.
17558         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17559         (gnus-summary-write-body-to-file): New function.
17560
17561         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17562         (gnus-summary-local-variables): Add it.
17563         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17564         (gnus-summary-save-article): Remove optional `decode' argument;
17565         determine whether to decode articles by the value of
17566         gnus-default-article-saver; when saving many files using
17567         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17568         it first and use gnus-summary-save-in-file or
17569         gnus-summary-save-body-in-file thereafter unless
17570         gnus-prompt-before-saving is always; move point to article which
17571         will be saved.
17572         (gnus-summary-save-article-file): Revert.
17573         (gnus-summary-write-article-file): Revert.
17574         (gnus-summary-save-article-body-file): Revert.
17575         (gnus-summary-write-article-body-file): New function.
17576
17577 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * gnus-art.el (gnus-default-article-saver): Doc fix.
17580         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17581         from gnus-summary-save-article-coding-system, and default to a
17582         certain coding system.
17583         (gnus-output-to-file): Add coding cookie and encode text according
17584         to gnus-article-save-coding-system; don't use mm-append-to-file.
17585
17586         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17587         gnus-art.el and rename to gnus-article-save-coding-system.
17588         (gnus-summary-save-article): Require gnus-art; don't show all
17589         headers if it decodes articles; don't add coding cookie here;
17590         don't bind mm-text-coding-system-for-write.
17591         (gnus-summary-save-article-file): Save decoded articles.
17592         (gnus-summary-write-article-file): When saving many files, use
17593         gnus-summary-write-to-file first and gnus-summary-save-in-file
17594         thereafter unless gnus-prompt-before-saving is always.
17595         (gnus-summary-save-article-body-file): Save decoded articles.
17596
17597         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17598
17599 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17600
17601         * nnrss.el (nnrss-check-group): Bind hash-index.
17602
17603 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17604
17605         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17606         its hash index.  Store this hash in `nnrss-group-data'.
17607         (nnrss-read-group-data): Update accordingly.
17608
17609 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17612         entry.
17613
17614         * gnus-sum.el (gnus-summary-make-menu-bar):
17615         Add gnus-article-browse-html-article.
17616
17617 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17618
17619         * gnus-sum.el (gnus-summary-mime-map):
17620         Add gnus-article-browse-html-article.
17621
17622         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17623
17624 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17627         suitable coding systems in customize.
17628
17629 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17630
17631         * mail-source.el (mail-sources): Fix custom type.
17632
17633 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17636         (gnus-summary-expire-articles-now): Shorten prompt.
17637
17638         * gmm-utils.el (wid-edit): Require.
17639         (defun-gmm): Rename from `gmm-defun-compat'.
17640         (gmm-image-search-load-path): Use it.
17641         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17642
17643 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-sum.el (gnus-summary-save-article-coding-system):
17646         New variable.
17647         (gnus-summary-save-article): Add optional `decode' argument.
17648         If it is set and gnus-summary-save-article-coding-system is non-nil,
17649         save decoded article.
17650         (gnus-summary-write-article-file): Save decoded article if
17651         gnus-summary-save-article-coding-system is non-nil.
17652
17653         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17654         type.
17655
17656 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17659
17660 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17663         first to test gnus-single-article-buffer which may be buffer-local.
17664
17665         * gnus-sum.el (gnus-summary-setup-buffer):
17666         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17667         group; make gnus-article-buffer, gnus-article-current, and
17668         gnus-original-article-buffer always buffer-local.
17669         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17670         group.
17671         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17672
17673 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * nnml.el (nnml-request-compact-group): Compressed files might not
17676         have .gz extension.
17677
17678 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17679
17680         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17681         (mm-copy-to-buffer): Use with-current-buffer.
17682         (mm-display-part): Simplify.
17683         (mm-inlinable-p): Add optional arg `type'.
17684
17685 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17686
17687         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17688         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17689         Try harder to show the attachment internally or externally using
17690         gnus-mime-view-part-as-type.
17691
17692 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * message.el (message-from-style, message-signature-separator)
17695         (message-user-organization-file, message-send-mail-function)
17696         (message-citation-line-function, message-yank-prefix)
17697         (message-indent-citation-function, message-signature)
17698         (message-signature-file, message-signature-insert-empty-line):
17699         Remove autoloads.
17700
17701         * gnus-art.el (gnus-buttonized-mime-types):
17702         Remove "multipart/signed".  Revert 2006-04-26 change.
17703
17704 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17705
17706         * gnus.el (gnus-version-number): Bump version.
17707
17708 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17709
17710         * gnus.el: No Gnus v0.5 is released.
17711
17712 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17713
17714         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17715         fetching articles by message-id.
17716
17717 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17718
17719         * message.el (hashcash): Require hashcash as normal.
17720
17721         * ecomplete.el (ecomplete-highlight-match-line):
17722         Use point-at-eol.
17723         (ecomplete-highlight-match-line): Use `highlight', because that
17724         face exists in both Emacs and XEmacs.
17725
17726         * message.el (message-display-abbrev): Use point-at-bol.
17727
17728         * mail-source.el: Don't require timer/timer-funcs.
17729
17730         * gnus-async.el: Ditto.
17731
17732         * password.el: Ditto.
17733
17734         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17735
17736         * mm-url.el: Ditto.
17737
17738         * gnus-xmas.el: Don't require timer-funcs.
17739
17740         * mm-util.el: Require timer/timer-funcs.
17741
17742 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17743
17744         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17745         Close.
17746
17747 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17750         unibyte after clear-decrypt function runs.
17751
17752         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17753         returns as a unibyte string.
17754
17755 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * lpath.el: Revert.
17758
17759         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17760         (pgg-gpg-process-sentinel): Revert.
17761
17762         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17763         (pgg-pgp-lookup-key): Revert.
17764
17765         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17766         (pgg-pgp5-lookup-key): Revert.
17767
17768         * pgg.el (pgg-fetch-key): Revert.
17769
17770 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * lpath.el: Fbind string-as-multibyte for XEmacs.
17773
17774         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17775         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17776         (mml1991-pgg-encrypt): Ditto.
17777
17778         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17779         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17780         a multibyte buffer.
17781
17782         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17783         (pgg-pgp-lookup-key): Ditto.
17784
17785         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17786         (pgg-pgp5-lookup-key): Ditto.
17787
17788         * pgg.el (pgg-fetch-key): Ditto.
17789
17790 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17791
17792         * message.el (message-user-organization-file): Check several
17793         locations of the organization file.
17794
17795         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17796         Add gnus-article-view-part-as-type.
17797
17798         * gnus-art.el (gnus-article-view-part-as-type): New function.
17799
17800         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17801         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17802
17803         * mml.el: Simplify autoload.
17804         (mml-mode): defvar dnd-protocol-alist instead of using
17805         symbol-value.
17806         (mml-default-directory): New variable.
17807         (mml-minibuffer-read-file): Use it.
17808         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17809
17810         * message.el (message-citation-line-format): New variable.
17811         (message-insert-formated-citation-line): New function.
17812         (message-citation-line-function):
17813         Add `message-insert-formated-citation-line' to custom type.
17814
17815         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17816         to doc string.
17817
17818         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17819         depending on mm-verify-option.
17820
17821 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17824         binding pgg-* variables; reimplement the section which prevents
17825         MIME header from being signed.
17826         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17827         pgg-text-mode; remove a blank line at the top of body.
17828
17829         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17830         lines at the top of body; use gnus-newsgroup-charset if there's no
17831         Charset header.
17832
17833 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * message.el (message-self-insert-commands): Doc fix.
17836
17837         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17838         (mm-uu-pgp-encrypted-test): Ditto.
17839         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17840         between header and body; return application/pgp-encrypted handle
17841         if decryption failed; decode decrypted body by charset.
17842
17843         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17844         element match to application/pgp-*.
17845
17846 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17847
17848         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17849         HTML.
17850
17851 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17852
17853         * mail-source.el (mail-source-call-script): Message the error
17854         string.
17855
17856 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * gnus-util.el (gnus-byte-compile): Use it.
17859
17860 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17861
17862         * gnus-util.el (kill-empty-logs): New function.
17863
17864 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17865
17866         * message.el (message-mail-alias-type): Doc fix.
17867         (message-mail-alias-type-p): New function.
17868         (message-send): Use it.
17869         (message-mode): Ditto.
17870         (message-strip-forbidden-properties): Ditto.
17871
17872         * ecomplete.el (ecomplete-database-file-coding-system):
17873         New variable.
17874         (ecomplete-save): Use it.
17875         (ecomplete-setup): Use it.
17876
17877 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * message.el (message-self-insert-commands): New variable.
17880         (message-strip-forbidden-properties): Use it.
17881
17882 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17883
17884         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17885         that doesn't make XEmacs choke.
17886
17887 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * gnus-util.el (gnus-replace-in-string):
17890         Prefer replace-regexp-in-string over of replace-in-string.
17891
17892 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-util.el (gnus-select-frame-set-input-focus):
17895         Use select-frame-set-input-focus if it is available in XEmacs; use
17896         definition defined in Emacs 22 for old Emacsen.
17897
17898         * dgnushack.el: Autoload unmorse-region for XEmacs.
17899
17900         * lpath.el: Bind cursor-in-non-selected-windows and
17901         select-frame-set-input-focus for XEmacs.
17902
17903 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17906
17907 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17908
17909         * gnus-registry.el (gnus-registry-cache-save): Remove text
17910         properties when saving via the temp buffer.
17911
17912 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17913
17914         * message.el (message-generate-hashcash): Honor custom type.
17915
17916 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17917
17918         * message.el (message-generate-hashcash): Default to non-nil when
17919         hashcash is found.
17920
17921         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17922         (gnus-refer-thread-limit): Increase default to 500.
17923
17924         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17925
17926         * flow-fill.el (fill-flowed): Allow delete-space.
17927
17928 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17931         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17932         Remove autoloads.
17933
17934 2006-04-18  Simon Josefsson  <jas@extundo.com>
17935
17936         * message.el (message-generate-hashcash): Default to.
17937
17938 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17941         concatenating segments rather than before concatenating them.
17942
17943 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17946
17947 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948
17949         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17950
17951         * message.el (message-forward-make-body-plain):
17952         Allow message-forward-ignored-headers to be a list.
17953         (message-remove-ignored-headers): Factor out into function.
17954         (message-forward-make-body-mml): Use it.
17955
17956         * imap.el (imap-quote-specials): New function.
17957         (imap-login-auth): Quote specials.
17958
17959         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17960         (rfc2231-parse-string): Allow concatanation of parameters that
17961         aren't contiguous.  The test case is
17962           (mail-header-parse-content-type "message/external-body;
17963             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17964             access-type=LOCAL-FILE;
17965             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17966
17967 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17968
17969         * nntp.el (nntp-accept-process-output): Return the value of
17970         `nnheader-accept-process-output'.
17971
17972 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973
17974         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17975         (gnus-button-alist): Recognize more diff formats.
17976         (gnus-button-patch): Strip directory.
17977
17978 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17979
17980         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17981         Emacs 22 when setting focus.
17982
17983 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17984
17985         * gnus-art.el (gnus-article-treat-types): Do treatment of
17986         text/x-verbatim parts.
17987         (gnus-button-patch): New command.
17988
17989         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17990         addresses that contain invalid characters.
17991
17992 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17993
17994         * message.el (message-put-addresses-in-ecomplete):
17995         Use gnus-replace-in-string.
17996         (message-is-yours-p): Use the more correct
17997         mail-header-parse-address instead of
17998         mail-extract-address-components.
17999         (message-put-addresses-in-ecomplete): Fix typo.
18000
18001         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18002         keystroke.
18003
18004         * gnus-art.el (gnus-treatment-function-alist): Change order of
18005         newsgroups/generic header folding to avoid double-folding.
18006
18007         * message.el (message-hidden-headers): Add X-Draft-From.
18008
18009         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18010         New command.
18011         (gnus-summary-repeat-search-article-backward): New command.
18012
18013         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18014         groups in the parent topic.
18015
18016 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18017
18018         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18019         (spam-extra-header-to-number): Return the CRM114 number as a
18020         number instead of a string.
18021
18022 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18023
18024         * gnus-art.el (gnus-face-properties-alist): Move here from
18025         gnus-fun.
18026
18027         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18028
18029 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * message.el (message-strip-forbidden-properties): Only display on
18032         self-insert-command.
18033
18034         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18035         reindent.
18036         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18037
18038 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18039
18040         * smiley.el (smiley-style): Fix typo.
18041
18042 2006-03-23  Kenichi Handa  <handa@m17n.org>
18043
18044         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18045         instead of set-buffer-multibyte.
18046
18047 2006-03-23  Kenichi Handa  <handa@m17n.org>
18048
18049         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18050         buffer and then decode the buffer text if necessary.
18051         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18052         first, and after mm-encode-body, change the buffer to unibyte.
18053
18054 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18055
18056         * hashcash.el (hashcash-insert-payment-async-2):
18057         Use message-goto-eoh instead of doing it manually.
18058         (mail-add-payment): Use message-narrow-to-header instead of trying
18059         to do the same itself.
18060
18061         * message.el (message-hidden-headers): Add Face.
18062
18063         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18064         reparenting code.
18065         (gnus-summary-reparent-children): Refactored out code.
18066         (gnus-summary-thread-map): New keystroke.
18067         (gnus-summary-reparent-children): Make into command.
18068
18069         * smiley.el (smiley-style): Default to `medium' if using a large
18070         font.
18071
18072         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18073         does it itself.
18074
18075         * message.el (message-point-in-header-p): Simplify definition.
18076
18077 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18078
18079         * nnagent.el (nnagent-request-set-mark): Silence log file
18080         writing.
18081         (nnagent-request-set-mark): Use write-region instead of
18082         append-to-file.
18083
18084         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18085         strange select method.
18086
18087         * ecomplete.el (ecomplete-display-matches): Get highlightling
18088         right.
18089         (ecomplete-display-matches): Use literals.
18090         (ecomplete-display-matches): Disable message logging.
18091
18092         * message.el (message-display-abbrev): Small optimization.
18093
18094         * ecomplete.el (ecomplete-display-matches): Allow automatic
18095         display.
18096
18097         * message.el (message-strip-forbidden-properties):
18098         Display abbrevs.
18099         (message-display-abbrev): Get automatic display right.
18100
18101         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18102         keystrokes.
18103
18104 2006-04-13  Romain Francoise  <romain@orebokech.com>
18105
18106         TODO: Backport to v5-10!
18107
18108         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18109         Move here (and rename) from gnus-registry.el.
18110
18111         * gnus-registry.el: Require gnus-util.
18112         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18113
18114 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * gnus-group.el (gnus-group-catchup-current):
18117         Change if-then-else-if-then-else into cond.
18118         (gnus-group-catchup): Indent.
18119         (group-name-at-point): New function.
18120         (gnus-fetch-group): Provide default from thing at point.
18121
18122 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18123
18124         * message.el (message-display-abbrev): Fix regexp.
18125
18126         * ecomplete.el (ecomplete-highlight-match-line):
18127         Reimplement choosing.
18128         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18129         dead variables.
18130
18131         * message.el (message-newline-and-indent): Remove debugging.
18132         (message-display-abbrev): Use new implementation.
18133
18134 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18135
18136         * gnus-art.el (gnus-article-mode):
18137         Set cursor-in-non-selected-windows to nil.
18138
18139         * smiley.el: Revert previous change.
18140         (smiley-data-directory): defvar it before using it in the
18141         defcustom of `smiley-style'.
18142
18143 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18144
18145         * message.el (message-newline-and-indent): New function.
18146
18147         * ecomplete.el: Implement more bits.
18148
18149         * message.el (message-put-addresses-in-ecomplete): Clean up the
18150         string.
18151
18152         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18153
18154         * gnus-sum.el (gnus-summary-save-parts):
18155         Bind gnus-summary-save-parts-counter and use it to make unique file
18156         names.
18157
18158         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18159
18160         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18161         parameter to say whether to actually parse the individual
18162         addresses.
18163
18164         * message.el (message-put-addresses-in-ecomplete): New function.
18165         (ecomplete): Require.
18166         (message-mail-alias-type): Add ecomplete as an option.
18167
18168 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18169
18170         * flow-fill.el (fill-flowed): Remove trailing space from blank
18171         quoted lines.
18172
18173 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * smiley.el (smiley-style): Move definition later to avoid a
18176         compilation warning.
18177
18178 2006-04-12  Kenichi Handa  <handa@m17n.org>
18179
18180         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18181         buffer and then decode the buffer text if necessary.
18182         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18183         first, and after mm-encode-body, change the buffer to unibyte.
18184         Use mm-disable-multibyte instead of set-buffer-multibyte.
18185
18186 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18189         Content-Type header instead of Content-Disposition header.
18190         (gnus-mime-inline-part): Ditto.
18191         (gnus-mime-view-part-as-charset): Ignore charset that the part
18192         specifies.
18193
18194         * mm-decode.el (mm-display-part): Work with external parts and
18195         usual parts similarly.
18196
18197         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18198         instead of gnus-display-mime.
18199
18200         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18201         instead of with-temp-buffer.
18202
18203         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18204         tag to summarized topics part in order to encode non-ASCII text.
18205
18206 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18207
18208         * smiley.el (smiley-style): New variable.
18209         (smiley-directory): New function.
18210         (smiley-data-directory): Derive from `smiley-style' using
18211         `smiley-directory'.
18212         (smiley-regexp-alist): Add new entries.
18213
18214         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18215         (gnus-article-browse-delete-temp): Add :version.
18216
18217 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18218
18219         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18220         the sieve region.
18221
18222 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18223
18224         * gnus.el (gnus-version-number): Bump version.
18225
18226 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * gnus.el: No Gnus v0.4 is released.
18229
18230 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18233         layout.
18234
18235         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18236         unknown charset.
18237
18238         * message.el (message-header-synonyms): Add Original-To to the
18239         default.
18240
18241         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18242         optional parameter.
18243
18244 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18245
18246         * gnus-fun.el (gnus): Require it for gnus-directory.
18247
18248 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18251
18252 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18253
18254         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18255
18256 2006-04-05  Simon Josefsson  <jas@extundo.com>
18257
18258         * password.el (password-reset): New function.
18259
18260 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18261
18262         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18263         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18264
18265 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18266
18267         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18268         Some whitespace was matched into the url, which broke browsing hits
18269         > 100 when mm-url-use-external was nil.
18270
18271 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18274         Check gnus-extra-headers for 'Newsgroups.
18275
18276         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18277         bound.
18278
18279 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18280
18281         * pgg-gpg.el: Clean up process buffers every time gpg processes
18282         complete.
18283
18284 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18285
18286         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18287         doc string.
18288
18289 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18290
18291         * pgg-gpg.el (pgg-gpg-process-filter)
18292         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18293
18294         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18295         lines, temporary fix.
18296
18297 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18300
18301 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18302
18303         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18304         default-enable-multibyte-characters.  This reverts the change from
18305         revision 6.17 which is no longer necessary because the passphrase
18306         is sent separately now.  GnuPG messages are unreadable under
18307         multibyte locales with default-enable-multibyte-characters set to
18308         nil.
18309
18310 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * message.el (message-tool-bar-gnome): Move "spell".
18313
18314 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18317         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18318         instead.
18319
18320 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18321
18322         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18323         Improve newsgroups handling for NNTP overviews which don't include
18324         Newsgroups.
18325
18326 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18327
18328         * message.el (message-resend): Bind message-generate-hashcash to nil.
18329
18330 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18331
18332         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18333         when searching for already-paid recipients.
18334
18335 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18336
18337         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18338         passphrases when it is not needed.
18339         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18340         passphrase stuff from gpg, should only be necessary when you use
18341         gpg with a smartcard.
18342
18343 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18344
18345         * mml.el (mml-insert-mime): Ignore cached contents of
18346         message/external-body part.
18347
18348         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18349         (mm-insert-part): Ditto.
18350
18351 2006-03-23  Simon Josefsson  <jas@extundo.com>
18352
18353         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18354         Reiner.
18355         (pgg-gpg-use-agent-p): Use it again.
18356
18357 2006-03-23  Simon Josefsson  <jas@extundo.com>
18358
18359         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18360         older emacsen.
18361         (pgg-gpg-use-agent-p): Don't use it.
18362
18363 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18366         if we can.
18367
18368 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18369
18370         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18371         (pgg-gpg-update-agent): New function.
18372         (pgg-gpg-use-agent-p): New function.
18373         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18374         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18375         (pgg-gpg-sign-region): Use it.
18376
18377 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18380         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18381
18382 2006-03-21  Simon Josefsson  <jas@extundo.com>
18383
18384         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18385         <wilde@sha-bang.de>.
18386         (pgg-gpg-use-agent): New variable.
18387         (pgg-gpg-process-region): Use it.
18388         (pgg-gpg-encrypt-region): Likewise.
18389         (pgg-gpg-encrypt-symmetric-region): Likewise.
18390         (pgg-gpg-decrypt-region): Likewise.
18391         (pgg-gpg-sign-region): Likewise.
18392         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18393
18394 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18395
18396         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18397
18398         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18399         Add comment on version.
18400
18401 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18402
18403         * smiley.el: Add missing test smiley.
18404
18405 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * mm-decode.el (mm-with-part): New macro.
18408         (mm-get-part): Use it; work with message/external-body as well.
18409         (mm-save-part): Treat name and filename equally.
18410
18411         * mm-extern.el (mm-extern-cache-contents): New function.
18412         (mm-inline-external-body): Use it; force the part to be displayed;
18413         move undisplayer added to the cached handle to the parent.
18414
18415         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18416         (gnus-mime-view-part-as-type): Work with message/external-body.
18417
18418         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18419
18420 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18423         images in image-load-path.  [Sync with image.el, revision 1.60, in
18424         Emacs.]
18425
18426 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18427
18428         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18429         path rather than symbol.  Always return list of directories.
18430         Guarantee that image directory comes first.  [Sync with image.el,
18431         revision 1.59, in Emacs.]
18432
18433         * message.el (message-make-tool-bar): Adjust to new API of
18434         `gmm-image-load-path-for-library'.
18435
18436         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18437
18438         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18439
18440 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18441
18442         * gnus-art.el (gnus-article-only-boring-p):
18443         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18444         intangible text.
18445         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18446
18447 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18450         Use `defun' instead of `gmm-defun-compat'.
18451
18452 2006-03-14  Simon Josefsson  <jas@extundo.com>
18453
18454         * message.el (message-unique-id): Don't use message-number-base36
18455         if (user-uid) is a float.
18456         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18457
18458 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18461
18462         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18463         empty line between a part and a message part.
18464
18465 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * smiley.el: Add more test smileys.
18468         (smiley-data-directory, smiley-regexp-alist)
18469         (gnus-smiley-file-types): Fix doc strings.
18470         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18471         adding new elements.
18472         (smiley-mouse-map): Unused code.  Make it a comment.
18473
18474 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18477         scan latest NoCeM messages instead of old ones.
18478         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18479         delimiters that are recently used.
18480         (gnus-nocem-load-cache): Add autoload cookie.
18481
18482         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18483
18484         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18485         level which is larger than gnus-use-nocem is specified.
18486
18487         * gnus-group.el (gnus-group-get-new-news): Ditto.
18488
18489 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * gnus-util.el (gnus-tool-bar-update): New function.
18492
18493         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18494         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18495
18496         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18497
18498         * gnus-group.el (gnus-group-redraw-when-idle)
18499         (gnus-group-redraw-check): Remove.
18500         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18501
18502 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18505         if optional last element is specified in splits (FIELD VALUE...).
18506
18507 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18510         to gmm-image-load-path-for-library.  Call with no-error argument.
18511         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18512
18513         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18514
18515         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18516
18517         * gmm-utils.el (gmm-image-load-path): Remove alias.
18518
18519 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gmm-utils.el (gmm-image-load-path): Add alias.
18522
18523         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18524         nnml-generate-nov-databases-1.
18525         (nnml-generate-nov-databases): Use it.
18526         (nnml-generate-nov-databases-directory): Document no-active
18527         argument.
18528
18529         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18530         directory if path is t.  Add no-error.
18531
18532         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18533         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18534
18535         * gnus-art.el (gnus-article-browse-delete-temp-files):
18536         Simplify resetting gnus-article-browse-html-temp-list.
18537
18538         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18539         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18540         Add example to docstring.  Rename local variables.  Move error
18541         checks to default case in cond and simplify.
18542
18543 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18546         handle is multipart when calling it recursively.
18547         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18548
18549 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18550
18551         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18552         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18553
18554 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18557         is loaded.
18558
18559         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18560         loaded.
18561
18562 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18565         to "Emacs 23 (unicode)" in doc string.
18566
18567         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18568         "Emacs 23 (unicode)" in comment.
18569
18570 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18573
18574         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18575         characters 160 through 255 in Emacs 23.
18576
18577 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18580         gnus-article-browse-html-temp.
18581         (gnus-article-browse-delete-temp): Make it customizable.
18582         Add `file'.  Adjust doc string.
18583         (gnus-article-browse-delete-temp-files): Add argument.
18584         Allow query for each file.  Adjust doc string.
18585         (gnus-article-browse-html-parts):
18586         Add `gnus-article-browse-delete-temp-files' to
18587         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18588
18589 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18590
18591         * gnus-art.el (gnus-article-browse-html-temp)
18592         (gnus-article-browse-delete-temp): New variables.
18593         (gnus-article-browse-delete-temp-files): New function.
18594         (gnus-article-browse-html-parts): Use it.
18595
18596 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18597
18598         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18599
18600         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18601         string.
18602
18603         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18604         gnus-summary-insert-new-articles when unplugged.
18605         Remove gnus-summary-search-article-forward.
18606
18607         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18608         display-visual-class instead of display-color-cells.
18609
18610 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * dgnushack.el: Autoload customize-group for XEmacs.
18613
18614         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18615         message/* containing non-ASCII text properly.
18616
18617 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * message.el: Require gmm-utils, remove autoloads.
18620         (message-tool-bar): Set default based on
18621         gmm-tool-bar-style.
18622         (message-tool-bar-gnome): Add gmm-customize-mode.
18623
18624         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18625         gmm-tool-bar-style.
18626         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18627
18628         * gnus-group.el (gnus-group-tool-bar): Set default based on
18629         gmm-tool-bar-style.
18630         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18631
18632         * gmm-utils.el (gmm-image-directory): Rename variable from
18633         gmm-image-load-path.
18634         (gmm-image-load-path): Use gmm-image-directory.
18635         (gmm-customize-mode): New function.
18636         (gmm-tool-bar-style): New variable.
18637
18638         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18639         gnus-group-redraw-line-number.
18640         (gnus-group-redraw-check): Simplify.
18641         (gnus-group-tool-bar-update): Remove redraw check.
18642         (gnus-group-make-tool-bar): Add redraw check.
18643
18644 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18645
18646         * gnus-art.el (gnus-button): Add missing parentheses.
18647
18648 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * lpath.el: Fbind line-number-at-pos.
18651
18652 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18655
18656 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gnus-art.el (gnus-button): New face.
18659         (gnus-article-button-face): Use it.
18660
18661         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18662         Add gnus-summary-next-page.  Re-order.
18663
18664         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18665         next-node are now included.
18666         (gnus-group-redraw-line-number): New internal variable.
18667         (gnus-group-redraw-check): Helper function for updating the tool
18668         bar.
18669         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18670
18671         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18672
18673         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18674         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18675         Use it to match format of Spamassassin 3.0 and later.
18676         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18677         (spam-check-bogofilter)
18678         (spam-bogofilter-register-with-bogofilter): Fix args of
18679         `gnus-error' calls.
18680
18681 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18682
18683         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18684         unnecessary interaction when sending queued mails.
18685         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18686
18687 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18688
18689         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18690         first or last are nil.
18691
18692 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18693
18694         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18695
18696 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18699
18700 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18701
18702         * dns.el (query-dns): Protect more against buggy tcp output.
18703
18704 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18705
18706         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18707         nov.php.
18708
18709 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18710
18711         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18712         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18713         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18714         output on the server side.
18715         (nnweb-google-create-mapping): Update regexps and add some
18716         progress indication.
18717
18718 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gnus-group.el (gnus-group-tool-bar-gnome):
18721         Fix gnus-agent-toggle-plugged.  Re-order icons.
18722         (gnus-group-tool-bar-gnome):
18723         Add gnus-group-{prev,next}-unread-group.
18724         (gnus-group-tool-bar-gnome): Re-order icons.
18725
18726         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18727         Move gnus-summary-insert-new-articles.
18728
18729         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18730         Fix comments.
18731
18732         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18733         also available in Emacs 21.3.
18734
18735         * message.el (message-fix-before-sending): Change "Emacs 22" to
18736         "Emacs 23 (unicode)" in comment.
18737
18738         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18739         "Emacs 23 (unicode)" in comment.
18740
18741         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18742         comment.
18743         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18744
18745         * mm-view.el (mm-fill-flowed): Add :version.
18746
18747 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18750         and load-path.
18751
18752 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18753
18754         * message.el: Autoload gmm-image-load-path.
18755         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18756         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18757         consitency.
18758
18759         * gmm-utils.el (gmm-image-load-path): Also search in
18760         "../etc/images".  Don't set gmm-image-load-path if we don't find
18761         the image.
18762
18763 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * gmm-utils.el (gmm-image-load-path): Don't make
18766         `gmm-image-load-path' include subdirectories which the second arg
18767         `image' might specify.
18768
18769         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18770         subdirectory to icon file names.
18771
18772         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18773
18774 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18777         gmm-image-load-path calls.
18778
18779         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18780
18781         * message.el (message-make-tool-bar): Ditto.
18782
18783         * mml.el (mml-preview): Add comment concerning tool bar icons.
18784
18785         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18786         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18787
18788         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18789         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18790
18791         * message.el (message-tool-bar-gnome): Use new icon names.
18792         (message-make-tool-bar): Use `gmm-image-load-path'.
18793
18794         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18795         New functions from MH-E.
18796         (gmm-image-load-path): New variable from MH-E.
18797         (gmm-image-load-path): New function from MH-E.  Add arguments
18798         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18799         *-image-load-path-called-flag.
18800
18801 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18802
18803         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18804
18805 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18806
18807         * nnimap.el (nnimap-request-move-article): Change folder back to
18808         source group before deleting.
18809
18810 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18813
18814         * gnus-art.el (mm-url-insert-file-contents-external):
18815         Autoload mm-url.
18816
18817         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18818
18819 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18822         coding system which mm-charset-to-coding-system returns for a
18823         given charset is valid.
18824
18825 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18826
18827         * html2text.el (html2text-remove-tag-list):
18828         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18829
18830 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18831
18832         * gnus-cus.el: Revert 2005-10-17 change.
18833
18834 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * gnus-art.el (article-strip-banner):
18837         Call article-really-strip-banner only when the regexp match is made.
18838
18839 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * gnus-art.el (article-strip-banner):
18842         Use gnus-extract-address-components instead of
18843         mail-header-parse-addresses to make it work with non-ASCII text;
18844         remove mail-encode-encoded-word-string.
18845
18846         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18847         values which are surrounded with \"...\"; make it never cause a
18848         Lisp error; give up parsing of parameters if it failed in
18849         extracting type.
18850
18851 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18852
18853         * smime.el (smime-cert-by-ldap-1): Fix bug where
18854         `smime-ldap-search' returns results without userCertificates.
18855
18856 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18859
18860 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * spam.el (spam-check-spamassassin-headers): Adapt format for
18863         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18864         <ari@mbf.ocn.ne.jp>.
18865         (spam-list-of-processors): Add spam-use-gmane.
18866
18867 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18870         make-temp-file; make it work with XEmacs as well.
18871
18872         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18873         mm-make-temp-file.
18874
18875         * mm-decode.el (mm-display-external): Use the 3rd arg of
18876         mm-make-temp-file.
18877         (mm-create-image-xemacs): Ditto.
18878
18879 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18882         with message-narrow-to-headers.
18883         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18884         (gnus-draft-check-draft-articles): New function.
18885         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18886
18887 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-art.el (gnus-article-browse-html-parts):
18890         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18891         Don't use suffix argument for mm-make-temp-file for Emacs 21
18892         compatibility.  Remove useless `format'.
18893
18894 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18895
18896         * nnweb.el (nnweb-google-wash-article): Update regexps.
18897         (nnweb-group-alist): Use defvoo instead of defvar.
18898
18899 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18900
18901         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18902         re-loading nn* modules.
18903
18904 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18907         for `tool-bar-mode' and don't check it's default-value.
18908
18909         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18910
18911         * message.el (message-make-tool-bar): Ditto.
18912
18913         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18914         `substring'.  Shorten tmp-file name.
18915
18916         * gnus.el: Remove bogus comment.
18917
18918 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18919
18920         * gnus-art.el (gnus-article-browse-html-parts): New function.
18921         (gnus-article-browse-html-article): New function for viewing html
18922         articles with a browser.
18923
18924 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18925
18926         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18927         in elisp.
18928         (pgg-gpg-encrypt-symmetric-region): Ditto.
18929         (pgg-gpg-sign-region): Ditto.
18930
18931         * pgg-def.el (pgg-text-mode): New variable.
18932
18933         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18934         (mml2015-pgg-encrypt): Ditto.
18935
18936         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18937         (mml1991-pgg-encrypt): Ditto.
18938
18939 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * nnfolder.el (nnfolder-insert-newsgroup-line):
18942         Use message-make-date instead of current-time-string.
18943
18944         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18945         to gnus-decoded which mm-uu might set.
18946
18947 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18950         don't decode quoted parameters; remove misimported Emacs code.
18951         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18952         (rfc2231-decode-encoded-string): Don't use split-string which
18953         behaves differently according to Emacs version; use
18954         mm-decode-coding-region to convert charset to coding-system.
18955         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18956         (rfc2231-encode-string): Remove misimported Emacs code.
18957
18958 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18961         when calling mail-header-parse-content-type.
18962         (article-de-quoted-unreadable): Ditto.
18963         (article-de-base64-unreadable): Ditto.
18964         (article-wash-html): Ditto.
18965
18966         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18967         calling mail-header-parse-content-type and
18968         mail-header-parse-content-disposition.
18969         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18970         mail-header-parse-content-type.
18971
18972         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18973         insert charset and format parameters; encode description after
18974         inserting it to buffer.
18975         (mml-insert-parameter): Fold lines properly even if a parameter is
18976         segmented into two or more lines; change the max column to 76.
18977
18978         * rfc1843.el (rfc1843-decode-article-body): Don't use
18979         ignore-errors when calling mail-header-parse-content-type.
18980
18981         * rfc2231.el (rfc2231-parse-string): Return at least type if
18982         possible; don't cause an error even if it fails in parsing of
18983         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18984         (rfc2231-encode-string): Don't break lines at the beginning, leave
18985         it to mml-insert-parameter.
18986
18987         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18988         calling mail-header-parse-content-type.
18989
18990 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18991
18992         * spam-report.el (spam-report-gmane-use-article-number):
18993         Improve doc string.
18994         (spam-report-gmane-internal): Check if a suitable header was found
18995         in the article.
18996
18997 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19000         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19001
19002 2006-02-05  Romain Francoise  <romain@orebokech.com>
19003
19004         Update copyright notices of all files in the gnus directory.
19005
19006 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19007
19008         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19009
19010 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19013         segmented lines of parameter value to cope with Thunderbird 1.5
19014         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19015         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19016         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19017
19018 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19019
19020         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19021         parts.
19022
19023 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19024
19025         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19026         there's only one active file for all servers.
19027         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19028         solid groups.  Gnus might have used a FAST request to select the group.
19029         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19030         and nnweb-search redundantly in the active file.
19031         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19032         (nnweb-request-create-group): Don't use ARGS.
19033         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19034         initializations.  Let nnoo do the work.
19035
19036 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19039         Say the part has been decoded.
19040
19041         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19042
19043 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19044
19045         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19046         mailcap-viewer-test-cache when there's no 'test clause, since that
19047         will invert the meaning of a "nil" test previously determined by
19048         mailcap-mailcap-entry-passes-test.
19049
19050 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19053         compiling.
19054
19055         * gnus-sum.el: Ditto.
19056
19057         * message.el: Don't bind tool-bar-map when compiling.
19058
19059 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19060
19061         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19062
19063 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19064
19065         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19066         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19067         current Google Groups.
19068
19069 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19072         and tool-bar-mode.
19073
19074         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19075         and tool-bar-mode.
19076
19077         * message.el (message-tool-bar-update): Simplify.
19078         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19079
19080         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19081         gnus-summary-buffer.
19082         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19083         gnus-summary-reply.
19084
19085         * gmm-utils.el (gmm): Add :version.
19086
19087 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * Makefile.in (clean): New rule.
19090         (distclean): Use it.
19091
19092 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19093
19094         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19095         Don't autoload.
19096
19097 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * gmm-utils.el (gmm-verbose): Add :group.
19100
19101 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * message.el: Change some comments WRT tool-bars.
19104
19105         * gnus-sum.el (gnus-summary-tool-bar)
19106         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19107         (gnus-summary-tool-bar-zap-list): New variables.
19108         (gnus-summary-make-tool-bar): Complete rewrite using
19109         `gmm-tool-bar-from-list'.
19110
19111         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19112         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19113         New variables.
19114         (gnus-group-make-tool-bar): Complete rewrite using
19115         `gmm-tool-bar-from-list'.
19116         (gnus-group-tool-bar-update): New function.
19117
19118         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19119
19120 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19123         is dissected into a single part of which the type is the same as
19124         the given one; decode charset.
19125
19126 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19127
19128         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19129         into alists as symbol not string, since that's what
19130         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19131         look for.
19132
19133 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19134
19135         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19136         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19137
19138         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19139
19140 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19143         (gnus-xmas-mime-security-button-menu): New function.
19144
19145         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19146         (gnus-mime-security-button-menu): New definition.
19147         (gnus-mime-security-button-map): Use them.
19148         (gnus-mime-security-button-menu): New function.
19149         (gnus-insert-mime-security-button): Addition to help echo.
19150         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19151         (gnus-mime-security-pipe-part): New functions.
19152
19153         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19154         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19155
19156         * mm-decode.el (mm-handle-set-disposition): Remove.
19157         (mm-handle-set-description): Remove.
19158
19159 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19162         (mm-w3m-standalone-supports-m17n-p): New function.
19163         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19164         w3m usage.
19165
19166         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19167         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19168
19169 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * message.el (message-tool-bar-zap-list):
19172         Use gmm-tool-bar-zap-list as custom type.
19173         (message-tool-bar-update): New function.
19174         (message-tool-bar, message-tool-bar-gnome)
19175         (message-tool-bar-retro): Add message-tool-bar-update.
19176         (message-tool-bar-gnome): Add flyspell-buffer.
19177
19178         * gnus-util.el (gnus-error): Describe `args'.
19179
19180         * gmm-utils.el (gmm-error): Describe `args'.
19181         (gmm-tool-bar-zap-list): New widget.
19182         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19183
19184 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19187         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19188         the number of recursive calls.
19189
19190         * mm-decode.el (mm-handle-set-disposition): New macro.
19191         (mm-handle-set-description): New macro.
19192
19193 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19196         encoding.
19197
19198 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19199
19200         * message.el (message-tool-bar-zap-list, message-tool-bar)
19201         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19202         (message-tool-bar-local-item-from-menu): Remove.
19203         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19204         (message-make-tool-bar): New function.
19205         (message-mode): Use `message-make-tool-bar'.
19206
19207         * gmm-utils.el: New file.
19208         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19209         (gmm-lazy): New widget copied from `nnmail.el'.
19210         (gmm-tool-bar-from-list): New function for creating customizable
19211         tool bars.
19212         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19213         output.
19214         (gmm): Add :prefix to defgroup.
19215
19216 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19217
19218         * gmm-utils.el (gmm-widget-p): New function.
19219
19220 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19221
19222         * mml.el (mml-attach-file): Describe `description' in doc string.
19223         (mml-menu): Add Emacs MIME manual and PGG manual.
19224
19225 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19226
19227         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19228
19229 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19230
19231         * nntp.el (nntp-end-of-line): Doc fix.
19232
19233 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19234
19235         * imap.el (imap-open): Handle case where buffer is a buffer
19236         object.
19237
19238 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19239
19240         * gnus-delay.el (gnus-delay): Don't autoload.
19241         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19242         to be re-loaded when customizing the `gnus-delay' group.
19243
19244 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19245
19246         * message.el (message-insert-citation-line): Use newlines.
19247
19248 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19249
19250         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19251         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19252         these routines, so the passphrase can be managed externally and
19253         passed in to the system.
19254         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19255         pgg-add-passphrase-to-cache function.
19256
19257         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19258         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19259         these routines, so the passphrase can be managed externally and
19260         passed in to the system.
19261         (pgg-pgp5-sign-region): Use new name of
19262         pgg-add-passphrase-to-cache function.
19263
19264 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19265
19266         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19267         part of the decoded armor to find the key-identifier.
19268         (pgg-gpg-lookup-key-owner): New function to return the
19269         human-readable identifier of a key owner.
19270         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19271         itself.
19272         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19273         the key value) if we have a key and can match it against a secret
19274         key.  Also, added a note pointing out fact that the prompt only
19275         indicates the first matching key.
19276
19277         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19278         pgg-decrypt-region.
19279         (pgg-add-passphrase-to-cache): Rename from
19280         `pgg-add-passphrase-cache' to reduce confusion (all callers
19281         changed).
19282         (pgg-remove-passphrase-from-cache): Rename from
19283         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19284         changed).
19285         (pgg-read-passphrase, pgg-add-passphrase-cache)
19286         (pgg-remove-passphrase-cache): Add informative docstrings.
19287         (pgg-decrypt): Convey provided passphrase in subordinate call to
19288         pgg-decrypt-region.
19289
19290 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19291
19292         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19293         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19294         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19295         'passphrase' argument, so the passphrase can be managed externally
19296         and then passed in to the system.
19297
19298         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19299         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19300         so the passphrase cache can be used reliably with identifiers
19301         besides a pgp packet's key id.
19302
19303         * pgg-gpg.el (pgg-gpg-encrypt-region)
19304         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19305         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19306         these routines, so the passphrase can be managed externally and
19307         passed in to the system.
19308
19309         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19310         'notruncate' argument, so the passphrase cache can be used
19311         reliably with identifiers besides a pgp packet's key id.
19312
19313 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19314
19315         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19316         symmetric encryption.
19317         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19318         encrypted session key.
19319         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19320         message ask for the passphrase in a proper way.
19321
19322         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19323         New user commands for symmetric encryption.
19324
19325 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19328
19329         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19330
19331 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19332
19333         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19334
19335 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * mm-decode.el (mm-inlined-types): Add application/pgp.
19338         (mm-automatic-display): Ditto.
19339
19340         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19341         part as text.
19342
19343 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19344
19345         * nnrss.el: Update copyright.
19346         (nnrss-opml-import): Query whether to subscribe to each entry.
19347
19348         * gnus-art.el:
19349         * gnus-sum.el:
19350         * gnus-xmas.el:
19351         * messagexmas.el:
19352         * mm-uu.el:
19353         * mm-view.el: Update copyright.
19354
19355 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19356
19357         * message.el (message-info): New function.
19358         (message-mode-menu): Add it.
19359         Update copyright.
19360
19361         * ChangeLog: Fix and update copyright.
19362
19363 2006-01-13  Romain Francoise  <romain@orebokech.com>
19364
19365         * message.el (message-forward-subject-name-subject): Prefer the
19366         address to 'nowhere' if the sender has no name.
19367         Fix typo.  Update copyright year.
19368
19369 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * gnus-art.el (article-wash-html):
19372         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19373         (gnus-article-wash-html-with-w3m-standalone): New function.
19374
19375         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19376         mm-inline-text-html-render-with-w3m-standalone.
19377         (mm-text-html-washer-alist): Map w3m-standalone to
19378         gnus-article-wash-html-with-w3m-standalone.
19379         (mm-inline-text-html-render-with-w3m-standalone): New function.
19380
19381 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19384         Improve LaTeX.
19385
19386 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19387
19388         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19389         (nnrss-request-article): Render text/plain parts as HTML.
19390
19391         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19392         the buffer.
19393
19394 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19395
19396         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19397         custom definition of `gnus-posting-styles'.
19398
19399         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19400         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19401
19402 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19403
19404         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19405         Use nntp for bug archive.
19406
19407 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19410         parts.
19411         (nnrss-normalize-date): New function converts ISO 8601 date into
19412         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19413         (nnrss-check-group): Use it.
19414
19415 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19418
19419         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19420         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19421         (nnrss-insert-w3): Ditto.
19422
19423 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19426         the articles to be forwarded including the case where neither a
19427         number of articles nor a region is specified.
19428
19429 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * nnrss.el (nnrss-request-article): Fix last change; fill
19432         text/plain parts.
19433
19434 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19435
19436         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19437         in text/plain part.
19438         (nnrss-check-group): Don't add excessive newline to dc:subject.
19439
19440 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19441
19442         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19443         article.
19444
19445 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19448         (nnml-use-compressed-files, nnml-save-mail): Support other
19449         comression programs such as bzip2.
19450
19451 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19452
19453         * dns.el (query-dns): Make sure we check the buffer size before
19454         removing tcp headers.
19455
19456 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19457
19458         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19459         remove MIME buttons associated with multipart/alternative parts.
19460         (gnus-mime-display-alternative): Tag buttons using `article-type'
19461         text property.
19462
19463         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19464         associated with multipart/alternative parts.
19465
19466         * gnus-art.el (gnus-signature-separator): Fix custom type.
19467
19468         * mm-decode.el (mm-inlined-types): Fix custom type.
19469         (mm-keep-viewer-alive-types): Ditto.
19470         (mm-automatic-display): Ditto.
19471         (mm-attachment-override-types): Ditto.
19472         (mm-inline-override-types): Ditto.
19473         (mm-automatic-external-display): Ditto.
19474
19475 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * spam-report.el (spam-report-user-mail-address)
19478         (spam-report-user-agent): New variables.
19479         (spam-report-url-ping-plain): Use spam-report-user-agent.
19480
19481 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19482
19483         * gnus-art.el (gnus-button-handle-custom): Do not just use
19484         `customize-apropos' for any "M-x customize-*" button but the
19485         function called for.  Accept both the function name and its
19486         argument in order to achieve this.
19487         (gnus-button-alist): Remove support for "custom:" URL's.
19488         Pass function name to `gnus-button-handle-custom' in case of "M-x
19489         customize-*" buttons.
19490
19491 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19494         multipart/alternative and add xref to mm-discouraged-alternatives
19495         in doc string.
19496
19497         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19498         gnus-buttonized-mime-types in doc string.
19499
19500 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19501
19502         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19503         Suggest image/.* in the doc string.
19504
19505 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19508         message-marks (Debian bug #342521).
19509
19510 2005-12-12  Simon Josefsson  <jas@extundo.com>
19511
19512         * password.el (password-read-from-cache): Add.
19513         (password-read): Use it.
19514
19515 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * rfc2047.el (rfc2047-charset-to-coding-system):
19518         Recognize us-ascii as a MIME charset.
19519
19520         * mm-bodies.el (mm-decode-content-transfer-encoding):
19521         Protect against the case where the 2nd arg TYPE is nil.
19522
19523 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19524
19525         * pop3.el (pop3-stream-type): Fix custom version.
19526
19527         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19528
19529 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19530
19531         * mm-decode.el (mm-display-external): Add missing cdr.
19532
19533 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19536         RFC1524) if it is in mailcap or add a suffix according to
19537         mailcap-mime-extensions when generating a temp filename; postpone
19538         deleting a temp file for 2 seconds for some wrappers, shell
19539         scripts, and so on, which might exit right after having started a
19540         viewer command as a background job.
19541
19542 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * nntp.el (nntp-marks-directory): Fix custom group.
19545
19546         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19547         steps when < 10.
19548
19549         * gnus-start.el (gnus-no-server-1):
19550         Mention `gnus-level-default-subscribed' in doc string.
19551
19552 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19553
19554         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19555         parens.
19556
19557 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-xmas.el (gnus-use-toolbar): Revert.
19560         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19561         gnus-use-toolbar is default.
19562
19563         * messagexmas.el (message-use-toolbar): Revert.
19564         (message-setup-toolbar): Use global default-toolbar if
19565         message-use-toolbar is default.
19566
19567 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19570         according to default-toolbar-visible-p.
19571
19572         * messagexmas.el (message-use-toolbar): Ditto.
19573
19574 2005-11-26  Dave Love  <fx@gnu.org>
19575
19576         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19577         (tls-program, tls-success): Provide openssl alternative.
19578
19579         * starttls.el: Doc fixes.
19580         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19581         SERVICE to PORT.
19582
19583         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19584         port null or service name.
19585         (starttls-negotiate): Autoload.
19586
19587 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * message.el (message-kill-to-signature): Fix interactive spec.
19590
19591 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * pop3.el (pop3-open-server): Recognize a string as a service name.
19594
19595 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19596
19597         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19598
19599 2005-11-23  Dave Love  <fx@gnu.org>
19600
19601         Add pop3s, pop3/starttls.
19602
19603         * pop3.el (pop3-authentication-scheme): Clarify doc.
19604         (open-tls-stream, starttls-open-stream): Autoload.
19605         (pop3-stream-type): New.
19606         (pop3-open-server): Use it.
19607
19608         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19609         for POP.
19610         (mail-source-keyword-map): Add :stream for POP.
19611         (mail-source-fetch-pop): Use pop3-stream-type.
19612
19613 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19614
19615         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19616         of current-time-string.
19617
19618 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19619
19620         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19621         date header.
19622
19623 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19624
19625         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19626         it can seriously impact performance as it bypasses the agent's
19627         local caches.
19628
19629 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19630
19631         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19632         must be explicitly online rather than "not explicitly offline" for
19633         its flags to be synchronized.
19634
19635         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19636         that gnus-uu-unmark-thread will function correctly.
19637
19638         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19639         1024K is instead displayed as 1M.
19640
19641 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642
19643         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19644
19645 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19646
19647         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19648
19649 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19650
19651         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19652         error message to display actual error condition.
19653         (gnus-agent-save-local): Avoid saving symbols that are bound to
19654         nil as they simply result in a warning message in
19655         gnus-agent-read-local.
19656
19657 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19660         rather than make-variable-buffer-local for file-precious-flag.
19661
19662 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19663
19664         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19665         for duplicates which are removed.  The invalid sort check then
19666         triggers a rescan after the sort as sorting may have moved
19667         duplicate entries such that they can be cheaply detected.
19668
19669 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19672
19673 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19674
19675         * gnus-agent.el (gnus-agent-article-alist-save-format):
19676         Change internal variable to a custom variable.  Change default value
19677         from compressed(2) to uncompressed(1).
19678         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19679         support for uncompressed agentview files.  Taken together, reading
19680         the agentview file should now be 6-7 times faster.
19681
19682 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19683
19684         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19685         as a buffer-local variable.  This avoids creating truncated
19686         dribble files as a result of a hang up, eg.
19687
19688 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19689
19690         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19691         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19692         XEmacs.
19693
19694 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19695
19696         * gnus-start.el (gnus-start-draft-setup):
19697         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19698
19699         * gnus.el (gnus-splash): Change custom group.
19700         (gnus-group-get-parameter, gnus-group-parameter-value):
19701         Describe allow-list argument.
19702
19703         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19704         string.
19705
19706 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * gnus-art.el (gnus-default-article-saver): Add user-defined
19709         `function' to custom type.
19710
19711 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19712
19713         * imap.el (imap-open): Handle case where buffer is a buffer
19714         object.
19715
19716 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19717
19718         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19719         long lines.
19720         (gnus-cache-delete-group): Wrap doc strings.
19721
19722         * gnus-agent.el (gnus-agent-rename-group)
19723         (gnus-agent-delete-group): Wrap doc strings.
19724
19725 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * messagexmas.el (message-use-toolbar): Change the valid values
19728         into default, top, bottom, left, and right.
19729         (message-toolbar-thickness): New variable.
19730         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19731         well.
19732         (message-setup-toolbar): Make it work.
19733
19734         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19735         (gnus-use-toolbar): Change the valid values into default, top,
19736         bottom, left, and right.
19737         (gnus-toolbar-thickness): New variable.
19738         (gnus-xmas-setup-toolbar): New function.
19739         (gnus-xmas-setup-group-toolbar): Use it.
19740         (gnus-xmas-setup-summary-toolbar): Use it.
19741
19742 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19743
19744         * gnus-start.el (gnus-1): Add "native" to
19745         gnus-predefined-server-alist.
19746
19747         * gnus.el (gnus-method-to-server): Don't add "native" to the
19748         lists here, because that leads to problems when
19749         gnus-select-method is bound.
19750
19751 2005-11-09  Simon Josefsson  <jas@extundo.com>
19752
19753         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19754         use (not sort-by-date) instead.
19755
19756 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19757
19758         * gnus-delay.el (gnus-delay-group): Don't autoload.
19759         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19760         to be re-loaded when customizing the `gnus-delay' group.
19761
19762 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19763
19764         * message.el: Revert last changes.
19765         (message-insert-citation-line): Use newlines.
19766
19767 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19768
19769         * message.el (message-courtesy-message)
19770         (message-mark-insert-begin, message-mark-insert-end)
19771         (message-elide-ellipsis, message-cancel-message)
19772         (message-add-header, message-change-subject)
19773         (message-cross-post-followup-to-header)
19774         (message-cross-post-insert-note, message-reduce-to-to-cc)
19775         (message-widen-reply, message-delete-not-region)
19776         (message-kill-to-signature, message-insert-signature)
19777         (message-insert-importance-high, message-insert-importance-low)
19778         (message-insert-or-toggle-importance)
19779         (message-insert-disposition-notification-to)
19780         (message-indent-citation, message-yank-original)
19781         (message-cite-original-without-signature, message-cite-original)
19782         (message-insert-citation-line, message-position-on-field)
19783         (message-fix-before-sending, message-send-mail-partially)
19784         (message-send-mail, message-send-mail-with-sendmail)
19785         (message-send-mail-with-qmail, message-send-news)
19786         (message-check-news-header-syntax, message-generate-headers)
19787         (message-insert-courtesy-copy, message-fill-address)
19788         (message-fill-header, message-shorten-references)
19789         (message-setup-1, message-cancel-news)
19790         (message-forward-make-body-plain, message-forward-make-body-mime)
19791         (message-forward-make-body-mml, message-encode-message-body)
19792         (message-forward-make-body-digest-plain)
19793         (message-forward-make-body-digest-mime)
19794         (message-use-alternative-email-as-from): Insert `hard-newline'
19795         instead of ordinary newlines.
19796
19797 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19798
19799         * message.el (message-generate-headers): Downcase the argument
19800         given to message-check-element.
19801
19802 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19803
19804         * nntp.el (nntp-authinfo-rejected): New error condition.
19805         (nntp-wait-for): Use new error condition to signal authentication
19806         error.
19807         (nntp-retrieve-data): Rethrow new error condition to break out of
19808         recursive call to nntp-send-authinfo.
19809
19810 2005-11-08  Romain Francoise  <romain@orebokech.com>
19811
19812         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19813         (gnus-summary-exit-map): Bind to `Z p'.
19814         (gnus-summary-make-menu-bar): Add menu item.
19815
19816 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19817
19818         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19819         (gnus-treat-*): Add `first' in all doc strings.
19820
19821         * gnus-group.el (gnus-group-compact-group): Fix typo.
19822
19823 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * gnus.el (gnus-parameters-case-fold-search): New variable.
19826         (gnus-parameters-get-parameter): Use it.
19827
19828         * gnus-score.el (gnus-home-score-file): Doc fix.
19829
19830 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19831
19832         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19833
19834 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * mm-util.el (mm-special-display-p): New function.
19837
19838         * mml.el (mml-preview): Use it; doc fix.
19839
19840 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19841
19842         * imap.el (imap-open): Handle case where buffer is a buffer object.
19843
19844 2005-10-29  Romain Francoise  <romain@orebokech.com>
19845
19846         * message.el (message-fix-before-sending): Fix comment.
19847
19848 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19849
19850         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19851
19852 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19853
19854         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19855         Used in gnus-score.el.
19856
19857 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19858
19859         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19860
19861 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19862
19863         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19864         whitespace removed in revision 7.8.  Use concatenated string to
19865         protect trailing whitespace.
19866
19867 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19868
19869         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19870         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19871         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19872         Courier IMAP ("some version from 2004").  Mostly based on similar
19873         code in the same function.
19874
19875 2005-10-26  Didier Verna  <didier@xemacs.org>
19876
19877         * gnus-group.el (gnus-group-compact-group): Invalidate original
19878         article buffer.
19879         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19880         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19881         NOV database and in article itself.
19882         Invalidate article backlog.
19883
19884 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19885
19886         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19887
19888 2005-10-26  Simon Josefsson  <jas@extundo.com>
19889
19890         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19891         part of 2004-07-25 change.
19892
19893 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * message.el (message-display-completion-list): New function.
19896         (message-expand-group): Use it; make sure the Completions buffer
19897         is modifiable.
19898 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19899
19900         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19901         user-mail-name is an empty string.
19902
19903 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19906         depending on gnus-score-decay-constant.
19907
19908         * encrypt.el (encrypt-insert-file-contents)
19909         (encrypt-write-file-contents): Don't use `gnus-message'.
19910
19911         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19912         arguments.
19913         (mm-uu-type-alist): Add message-marks and insert-marks.
19914         Pass arguments to mm-uu-verbatim-marks-extract.
19915         (mm-uu-hide-markers): New variable.
19916         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19917
19918         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19919         (gnus-convert-image-to-face-command): Use "convert" by default to
19920         allow other input image formats.
19921         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19922         accordingly.
19923
19924 2005-10-23  Simon Josefsson  <jas@extundo.com>
19925
19926         * imap.el (imap-gssapi-program): Align command line parameters
19927         with latest GNU SASL.
19928         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19929
19930 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19931
19932         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19933         HTML.
19934         (nnslashdot-request-article): Ditto.
19935
19936         * lpath.el (featurep): Add nobreak-char-display.
19937
19938 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19939
19940         * mail-source.el (mail-source-fetch-pop): Require pop3.
19941         (mail-source-check-pop): Ditto.
19942
19943 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19946         errors.
19947
19948 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19949
19950         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19951         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19952
19953         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19954
19955         * mm-bodies.el (mm-decode-string):
19956         Call `mm-charset-to-coding-system' with allow-override argument.
19957
19958 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19961         (rfc2047-charset-to-coding-system): New function.
19962         (rfc2047-decode-encoded-words): New function.
19963         (rfc2047-decode-region): Use them.
19964         (rfc2047-decode-cte): Remove.
19965         (rfc2047-parse-and-decode): Remove.
19966         (rfc2047-decode): Remove.
19967
19968 2005-10-15  Kenichi Handa  <handa@m17n.org>
19969
19970         * rfc2047.el (rfc2047-decode-cte): New function.
19971         (rfc2047-decode-region): Change the way to decode successive
19972         encoded-words: decode B- or Q-encoding in each encoded-word,
19973         concatenate them, and decode it as charset.
19974
19975 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * lpath.el: Fbind codepage-setup for XEmacs.
19978
19979 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19980
19981         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19982         widget-move-and-invoke.
19983         (gnus-custom-mode): Use gnus-custom-map.
19984
19985 2005-10-15  Bill Wohler  <wohler@newt.com>
19986
19987         * message.el (message-tool-bar-map): Rename image file from
19988         mail_send to mail/send.
19989
19990 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19991
19992         * message.el (message-expand-group): Pass the common
19993         prefix substring of completion to `display-completion-list'.
19994
19995 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19996
19997         * mml-sec.el (mml-secure-method): New internal variable.
19998         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19999         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20000         New functions using mml-secure-method.
20001
20002         * mml.el (mml-mode-map): Add key bindings for those functions.
20003         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20004         Harder <harder@myrealbox.com>.
20005         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20006         Goto end of message if point is the headers of the message.
20007
20008         * message.el (message-in-body-p): New function.
20009
20010         * assistant.el: Autoload gnus-util and netrc.
20011
20012         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20013         Use `mm-charset-override-alist' only when decoding.
20014
20015         * mm-bodies.el (mm-decode-body):
20016         Call `mm-charset-to-coding-system' with allow-override argument.
20017
20018         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20019         `filename' from Content-Disposition if Content-Type doesn't
20020         provide `name'.
20021         (gnus-mime-view-part-as-type): Set default instead of
20022         initial-input.
20023
20024 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20025
20026         * format-spec.el (format-spec): Propagate text properties of % spec.
20027
20028 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20029
20030         * gnus-art.el (gnus-treat-predicate): Add `first'.
20031
20032 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20035         (mm-charset-override-alist): New variable.
20036         (mm-charset-to-coding-system): Use it.
20037         (mm-codepage-setup): New helper function.
20038         (mm-charset-eval-alist): New variable.
20039         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20040         Warn about unknown charsets.
20041
20042         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20043
20044 2005-10-04  David Hansen  <david.hansen@gmx.net>
20045
20046         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20047         (nnrss-check-group): Ditto.
20048
20049 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20052         Rename x-gnus-verbatim to x-verbatim.
20053         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20054
20055         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20056         x-verbatim.
20057
20058         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20059
20060         * gnus-util.el (gnus-remove-duplicates): Remove.
20061
20062         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20063         instead of gnus-remove-duplicates.
20064
20065         * message.el (message-remove-duplicates): Remove.
20066         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20067         message-remove-duplicates.
20068
20069         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20070         available, else use implementation from `delete-dups'.
20071
20072         * message.el (message-insert-expires): New function.
20073         (message-mode-map): Add key binding.
20074         (message-mode-field-menu): Add menu entry.
20075         (message-mode): Document it.
20076         (message-make-expires-date): Use `message-make-date'.
20077
20078 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20079
20080         * message.el (message-make-expires-date): New function.
20081
20082 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20083
20084         * Makefile.in (list-installed-shadows): New entry.
20085         (install): Use it.
20086         (remove-installed-shadows): New entry.
20087
20088         * dgnushack.el (dgnushack-default-load-path): New variable.
20089         (dgnushack-find-lisp-shadows): New function.
20090         (dgnushack-remove-lisp-shadows): New function.
20091
20092 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * Makefile.in (install-el-elc): New entry.
20095         (install): Use it so that .el files are necessarily installed.
20096
20097 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20100
20101 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20102
20103         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20104         function rather than the diff-mode.el package.
20105         (mm-display-external): Use with-current-buffer.
20106         (mm-viewer-completion-map, mm-viewer-completion-map):
20107         Move initialization inside declaration.
20108
20109 2005-09-29  Simon Josefsson  <jas@extundo.com>
20110
20111         * spam.el: Load hashcash when compiling, to avoid warnings.
20112         Don't autoload mail-check-payment.
20113         (spam-check-hashcash): Define unconditionally, since hashcash.el
20114         is part of Gnus now.  Ignore errors from payment checking.
20115
20116 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20117
20118         * message.el (message-bold-region, message-unbold-region):
20119         Rename from `bold-region' and `unbold-region'.
20120
20121         * message.el: Remove useless autoloads.
20122
20123 2005-09-28  Simon Josefsson  <jas@extundo.com>
20124
20125         * message.el (message-use-idna): Default to t.
20126         (message-use-idna): Test whether encoding works too.  Doc fix.
20127
20128 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * nntp.el (nntp-warn-about-losing-connection): Remove.
20131
20132 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20135         customizable.  Change default value.
20136         (mm-uu-diff-groups-regexp): Change default value.
20137         (mm-uu-type-alist): Add doc string.
20138         (mm-uu-configure): Add doc string.  Make it interactive.
20139         (mm-uu-tex-groups-regexp): New variable.
20140         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20141         (mm-uu-type-alist): Add LaTeX documents.
20142         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20143         of "text/verbatim".
20144         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20145
20146         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20147         instead of "text/verbatim".
20148
20149         * message.el (message-mark-inserted-region)
20150         (message-mark-insert-file): Use slrn style marks when called with
20151         prefix argument.
20152
20153 2005-09-27  Simon Josefsson  <jas@extundo.com>
20154
20155         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20156
20157 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20158
20159         * message.el (message-remove-duplicates): New function.
20160         Implementation borrowed from `gnus-remove-duplicates'.
20161         (message-idna-to-ascii-rhs): Also encode idna addresses in
20162         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20163         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20164         only ask about the same idna domain once per header and also tell
20165         in what header to replace the idna domain.
20166
20167         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20168         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20169         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20170         a header is decoded and not just the last one.
20171
20172 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20175         has been decoded.
20176
20177         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20178         (mm-insert-part): Don't modify text if it has been decoded.
20179
20180         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20181         decoded.
20182
20183         * mm-view.el (mm-inline-text): Don't strip text props unless
20184         decoding enriched or richtext parts.
20185
20186 2005-09-25  Romain Francoise  <romain@orebokech.com>
20187
20188         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20189         * gnus-start.el (gnus-subscribe-interactively):
20190         * gnus-uu.el (gnus-uu-grab-articles):
20191         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20192         space.
20193
20194 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20195
20196         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20197         * mm-view.el (mm-view-pkcs7-decrypt):
20198         * gnus-sum.el (gnus-summary-limit-to-extra)
20199         (gnus-summary-respool-article, gnus-read-move-group-name):
20200         * gnus-score.el (gnus-summary-increase-score):
20201         * gnus-util.el (gnus-completing-read-with-default):
20202         * gnus-art.el (gnus-read-save-file-name)
20203         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20204         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20205         * message.el (message-check-news-header-syntax):
20206         Follow convention for reading with the minibuffer.
20207
20208 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20209
20210         * spam-report.el (spam-report-url-ping-plain):
20211         Use gnus-extended-version as User-Agent.
20212
20213         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20214         default value is nil.
20215
20216         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20217         (mm-uu-verbatim-marks-extract): New function.
20218         (mm-uu-extract): New face.
20219         (mm-uu-copy-to-buffer): Use it.
20220
20221         * spam-report.el (spam-report-gmane-ham): Rename from
20222         `spam-report-gmane-unspam'.
20223         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20224         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20225
20226         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20227         Autoload.
20228         (spam-report-gmane-unregister-routine):
20229         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20230
20231 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20232
20233         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20234         (spam-report-gmane-unregister-routine): Add support for gmane
20235         unregistration.
20236
20237         * spam-report.el (spam-report-gmane-unspam)
20238         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20239         (spam-report-gmane): Change to take a single article and do unspam
20240         registration.
20241
20242 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20243
20244         * mm-url.el (mm-url-decode-entities): Fix regexp.
20245
20246 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20247
20248         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20249         default to nil, to be able to use Gnus at all.  If the default
20250         switches to something else, then the function should be fixed not
20251         be exceedingly slow.
20252
20253 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20254
20255         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20256         fail hard.
20257
20258         * spam-report.el: Add better Keywords line.
20259
20260         * spam.el: Add Maintainer and better Keywords line.
20261
20262 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20263
20264         * gnus-art.el (gnus-article-replace-part)
20265         (gnus-mime-replace-part): New functions.
20266         (gnus-mime-action-alist, gnus-mime-button-commands)
20267         (gnus-mime-save-part-and-strip): Add file argument.
20268         (gnus-article-part-wrapper): Add interactive argument.
20269
20270         * gnus-sum.el (gnus-summary-mime-map):
20271         Add `gnus-article-replace-part'.
20272
20273 2005-09-19  Didier Verna  <didier@xemacs.org>
20274
20275         The nnml compaction feature:
20276         * nnml.el (nnml-request-compact-group): New function.
20277         * nnml.el (nnml-request-compact): New function.
20278         * gnus-int.el (gnus-request-compact-group): New function.
20279         * gnus-int.el (gnus-request-compact): New function.
20280         * gnus-group.el (gnus-group-compact-group): New function.
20281         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20282         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20283         * gnus-srvr.el (gnus-server-compact-server): New function.
20284         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20285         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20286
20287 2005-09-18  Deepak Goel  <deego@gnufans.org>
20288
20289         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20290         format spec.
20291
20292 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20295
20296 2005-09-15  Romain Francoise  <romain@orebokech.com>
20297
20298         * message.el (message-fill-paragraph): Clarify docstring.
20299
20300 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * gnus-art.el (gnus-mime-display-part): Protect against broken
20303         MIME messages.
20304
20305 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20308         before parsing header.
20309
20310 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20311
20312         * html2text.el (html2text-replace-list): Add new entities.
20313
20314 2005-09-11  Romain Francoise  <romain@orebokech.com>
20315
20316         * message.el (message-alternative-emails): Improve docstring.
20317         (message-setup-1): Call `message-use-alternative-email-as-from'
20318         after `message-setup-hook' to give it precedence over posting
20319         styles, etc.
20320         (message-use-alternative-email-as-from): Add docstring.
20321         Remove the original From header if present.
20322
20323         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20324         (nnml-save-mail): Use it.
20325
20326         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20327         articles.  Add new argument `silent'.
20328         (gnus-uu-mark-all): Report the total number of marked articles.
20329
20330 2005-09-10  Romain Francoise  <romain@orebokech.com>
20331
20332         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20333         (gnus-uu-mark-series): Likewise.
20334
20335 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20336
20337         * spam-report.el (spam-report-gmane): Fix generation of spam
20338         report URL.
20339
20340 2005-09-10  Simon Josefsson  <jas@extundo.com>
20341
20342         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20343         t, based on discussion on the ding list with Robert Epprecht
20344         <epprecht@solnet.ch>.
20345
20346 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20347
20348         * spam-report.el (spam-report-gmane): Make it work without
20349         X-Report-Spam header.  Gmane now only provides Archived-At.
20350         This is only used if `spam-report-gmane-use-article-number' is nil.
20351         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20352
20353         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20354         make `gnus-summary-sort-by-recipient' work with threading.
20355
20356         * nnweb.el (nnweb-google-wash-article): Print a message if article
20357         is not available.
20358
20359 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20360
20361         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20362         change.  Decode text/* parts content before displaying.
20363
20364 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20365
20366         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20367
20368 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20371
20372         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20373         url-package-name, url-package-version,
20374         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20375         w3m-display-inline-images, and w3m-minor-mode-map.
20376
20377 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * message.el (message-tab-body-function): Fix mismatched custom type.
20380
20381         * gnus.el (gnus-group-change-level-function): Ditto.
20382
20383         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20384
20385         * gnus-art.el (gnus-signature-limit)
20386         (gnus-article-mime-part-function): Ditto.
20387
20388 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * mml.el (mml-mode): Silence the byte compiler.
20391
20392         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20393         using `(sit-for 0)' before moving the point to the specified part;
20394         skip unbuttonized parts.
20395         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20396         return to the summary window if gnus-auto-select-part is non-nil.
20397
20398 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20401         New variables.
20402         (mml-dnd-attach-file, mml-mode): Use them.
20403
20404         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20405         Make fetching article by MID work again for Google Groups.
20406         Add FIXME concerning gnus-group-make-web-group.
20407
20408         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20409         Don't depend on Gnus by using mail-extract-address-components if
20410         gnus-extract-address-components is not bound.
20411
20412 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20413
20414         * gnus-art.el (gnus-mime-display-security): Don't display the
20415         signature, but only the signed part.
20416
20417 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20418
20419         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20420
20421         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20422         list, not listp.
20423
20424 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20425
20426         * mm-encode.el (mm-encode-content-transfer-encoding):
20427         Likewise when encoding.
20428
20429         * mm-bodies.el (mm-decode-content-transfer-encoding):
20430         De-canonicalize CRLF for all text content types, not just
20431         text/plain.
20432
20433 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20436         valid article; point arrow and cursor at the MIME button.
20437
20438 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20439
20440         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20441         Suggested by Dan Christensen <jdc@uwo.ca>.
20442
20443         * mm-decode.el (mm-save-part): Enable change of prompt.
20444
20445 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20446
20447         * gnus-msg.el (gnus-inews-add-send-actions):
20448         Make `message-post-method' lambda parameter ARG `&optional'.
20449
20450 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20451
20452         * gnus-sum.el (gnus-summary-mime-map):
20453         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20454         gnus-article-jump-to-part.
20455
20456         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20457         (gnus-article-edit-part): Use it.
20458         (gnus-article-part-wrapper): Add no-handle argument.
20459         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20460         New functions.
20461
20462 2005-08-29  Romain Francoise  <romain@orebokech.com>
20463
20464         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20465         docstring.
20466         (gnus-face-from-file): Likewise.
20467
20468 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20469
20470         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20471         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20472         non-nil.
20473         (gnus-auto-select-part): New variable.
20474         (gnus-article-jump-to-part): New function.
20475         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20476         (gnus-mime-delete-part): Allow selecting specified part after
20477         deleting or stripping parts.
20478         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20479         part if argument is bogus.
20480
20481 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20482
20483         * gnus-art.el (w3m-minor-mode-map):
20484         * gnus-spec.el (gnus-newsrc-file-version):
20485         * gnus-util.el (nnmail-active-file-coding-system)
20486         (gnus-original-article-buffer, gnus-user-agent):
20487         * gnus.el (gnus-ham-process-destinations)
20488         (gnus-parameter-ham-marks-alist)
20489         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20490         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20491         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20492         * mm-decode.el (gnus-current-window-configuration):
20493         * mm-extern.el (gnus-article-mime-handles):
20494         * mm-url.el (url-current-object, url-package-name)
20495         (url-package-version):
20496         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20497         (smime-keys, w3m-cid-retrieve-function-alist)
20498         (w3m-current-buffer, w3m-display-inline-images)
20499         (w3m-minor-mode-map):
20500         * mml-smime.el (gnus-extract-address-components):
20501         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20502         (gnus-newsrc-hashtb, message-default-charset)
20503         (message-deletable-headers, message-options)
20504         (message-posting-charset, message-required-mail-headers)
20505         (message-required-news-headers):
20506         * mml1991.el (mc-pgp-always-sign):
20507         * mml2015.el (mc-pgp-always-sign):
20508         * nnheader.el (nnmail-extra-headers):
20509         * rfc1843.el (gnus-decode-encoded-word-function)
20510         (gnus-decode-header-function, gnus-newsgroup-name):
20511         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20512
20513 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20514
20515         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20516         the end of the date treatments.
20517
20518 2005-08-15  Simon Josefsson  <jas@extundo.com>
20519
20520         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20521         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20522         Capello and Romain Francoise.
20523         (pgg-fetch-key-function): Remove, not used?
20524         (pgg-insert-url-with-w3): Require url, to get
20525         url-insert-file-contents regardless of where it is defined.
20526
20527 2005-08-13  Romain Francoise  <romain@orebokech.com>
20528
20529         * message.el (message-cite-original-1): New function.
20530         (message-cite-original): Use it.
20531         (message-cite-original-without-signature): Ditto.
20532
20533 2005-08-08  Romain Francoise  <romain@orebokech.com>
20534
20535         * message.el (message-yank-empty-prefix): New variable.
20536         (message-indent-citation): Use it.
20537         (message-cite-original-without-signature): Respect X-No-Archive.
20538
20539 2005-08-08  Simon Josefsson  <jas@extundo.com>
20540
20541         * pgg.el: Autoload url-insert-file-contents instead of loading
20542         w3/url.
20543         (pgg-insert-url-with-w3): Don't load url here.
20544
20545 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20546
20547         * message.el (message-kill-to-signature): Don't insert newline at
20548         bol.
20549         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20550
20551 2005-08-06  Romain Francoise  <romain@orebokech.com>
20552
20553         * message.el (message-user-fqdn): Fix typo in docstring.
20554
20555 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20556
20557         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20558
20559         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20560
20561 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * mm-bodies.el (mm-encode-body): Use coding system rather than
20564         charset to encode text.
20565
20566         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20567         number of charsets if utf-8 is available (XEmacs).
20568
20569 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20570
20571         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20572         taken from `gnus-button-mid-or-mail-regexp'.
20573         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20574         (gnus-button-alist): Improve regexp for domain part of the MIDs
20575         for news:localpart@domain buttons.
20576         (gnus-button-ctan-directory-regexp): Update.
20577
20578 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * sieve-manage.el (sieve-manage-interactive-login):
20581         Use make-local-variable rather than make-variable-buffer-local.
20582         (sieve-manage-open): Ditto.
20583         (sieve-manage-authenticate): Ditto.
20584
20585         * mml.el (mml-generate-mime-1): Make the content type default to
20586         text/plain if the filename is not specified.
20587
20588 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20589
20590         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20591         instead of insert-buffer.
20592
20593         * message.el (message-yank-original): Ditto; set the mark at the
20594         end of the yanked message.
20595
20596 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20597
20598         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20599         lines to scroll rather than to stop it.
20600
20601         * mml.el (mml-generate-default-type): Add doc string.
20602         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20603         default to application/octet-stream when determining the content
20604         type if it is not specified for the part or the mml contents; add
20605         a comment about mml-generate-default-type.
20606
20607 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20610         make it default to application/octet-stream when determining the
20611         content type if it is not specified for the external contents.
20612
20613 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20616         segmented parameter but also other parameters might be there.
20617
20618 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * mm-decode.el (mm-display-external): Delete temp file, directory
20621         and buffer immediately if the external process is exited.
20622
20623 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20626         fewer lines than that of scroll-margin.
20627         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20628
20629 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * gnus-art.el (gnus-article-next-page): Revert.
20632         (gnus-article-beginning-of-window): New macro.
20633         (gnus-article-next-page-1): Use it.
20634         (gnus-article-prev-page): Ditto.
20635         (gnus-article-edit-part): Use insert-buffer-substring instead of
20636         insert-buffer.
20637         (gnus-article-edit-exit): Ditto.
20638
20639         * gnus-util.el (gnus-beginning-of-window): Remove.
20640         (gnus-end-of-window): Remove.
20641
20642         * lpath.el: Don't bind header-line-format and scroll-margin.
20643
20644 2005-07-25  Simon Josefsson  <jas@extundo.com>
20645
20646         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20647         to have the url package without w3.  Reported by Daiki Ueno
20648         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20649
20650 2005-07-20  Didier Verna  <didier@xemacs.org>
20651
20652         * gnus-diary.el: Remove the description comment (nndiary is now
20653         properly documented in the Gnus manual).
20654         Fix the spelling of "Back End".
20655         * nndiary.el: Ditto.
20656         Fix the copyright notice.
20657
20658 2005-07-18  Romain Francoise  <romain@orebokech.com>
20659
20660         * gnus-sum.el (gnus-summary-to-prefix)
20661         (gnus-summary-newsgroup-prefix): New variables.
20662         (gnus-summary-from-or-to-or-newsgroups): Use them.
20663
20664 2005-07-17  Romain Francoise  <romain@orebokech.com>
20665
20666         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20667         space as it's generally not especially interesting to the user.
20668
20669 2005-07-16  Romain Francoise  <romain@orebokech.com>
20670
20671         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20672         nil to avoid prompting and file modification if one of the
20673         messages at the top of the nnfolder file contains a copyright
20674         notice.
20675         Update copyright notice.
20676
20677         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20678         instead of `current-time-string' as the latter creates a time
20679         string that is not RFC 2822 compliant (it lacks the zone).
20680         Update copyright notice.
20681
20682 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20683
20684         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20685         for text/rtf.  Display default in prompt.  Pass default for M-n.
20686
20687         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20688
20689 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690
20691         * gnus-msg.el (gnus-button-mailto):
20692         Remove save-selected-window-window hackery because it relies on
20693         save-selected-window internals.
20694
20695 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20698         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20699         (gnus-article-prev-page): Ditto.
20700
20701         * gnus-util.el (gnus-beginning-of-window): New function.
20702         (gnus-end-of-window): New function.
20703
20704         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20705
20706 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20707
20708         * gnus-score.el (gnus-score-edit-all-score):
20709         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20710         gnus-message.
20711
20712 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20713
20714         * gnus-msg.el (gnus-button-mailto):
20715         Remove save-selected-window-window hackery because it relies on
20716         save-selected-window internals.
20717
20718 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20721         add-minor-mode.
20722         (gnus-binary-mode): Ditto.
20723
20724         * gnus-topic.el (gnus-topic-mode): Ditto.
20725
20726 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20727
20728         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20729         (gnus-article-prev-page): Take scroll-margin into consideration.
20730
20731 2005-07-04  Lute Kamstra  <lute@gnu.org>
20732
20733         Update FSF's address in GPL notices.
20734
20735 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20736
20737         * gnus.el (gnus-exit):
20738         * gnus-group.el (gnus-group-icons):
20739         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20740
20741         * gnus-nocem.el (gnus-nocem):
20742         * message.el (message-various, message-buffers, message-sending)
20743         (message-interface, message-forwarding, message-insertion)
20744         (message-headers, message-news, message-mail):
20745         * pgg-gpg.el (pgg-gpg):
20746         * pgg-parse.el (pgg-parse):
20747         * pgg-pgp.el (pgg-pgp):
20748         * pgg-pgp5.el (pgg-pgp5):
20749         * pop3.el (pop3): Finish `defgroup' description with period.
20750
20751 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * gnus-art.el (article-display-face): Improve the efficiency.
20754         (article-display-x-face): Ditto; remove gray x-face stuff.
20755
20756 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * gnus-art.el (article-display-face): Correct the position in
20759         which Faces are inserted.
20760
20761 2005-06-29  Didier Verna  <didier@xemacs.org>
20762
20763         * gnus-art.el (article-display-face): Display faces in correct
20764         order.
20765
20766 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20769         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20770         (gnus-nocem-check-article): Fetch the Type header.
20771         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20772         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20773         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20774         make sure gnus-nocem-hashtb is initialized.
20775         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20776         (gnus-nocem-unwanted-article-p): Ditto.
20777
20778         * pgg.el (pgg-verify): Return the verification result.
20779
20780 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20781
20782         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20783         is ascii.
20784
20785 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20786
20787         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20788         `show-nonbreak-escape'.
20789
20790 2005-06-23  Lute Kamstra  <lute@gnu.org>
20791
20792         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20793
20794         * dig.el (dig-mode):
20795         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20796
20797 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20798
20799         * nnimap.el (nnimap-split-download-body): Fix spellings.
20800
20801 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20802
20803         * gnus-art.el (gnus-article-encrypt-body):
20804         * gnus-cus.el (gnus-score-customize):
20805         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20806         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20807
20808 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20809
20810         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20811         header by looking for magic "MII" at the beginning.
20812
20813 2005-06-16  Miles Bader  <miles@gnu.org>
20814
20815         * gnus-xmas.el (gnus-xmas-group-startup-message):
20816         Use renamed gnus-splash face.
20817
20818         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20819         (assistant-field-face): New backward-compatibility alias for renamed
20820         face.
20821         (assistant-render-text): Use renamed assistant-field face.
20822
20823         * spam.el (spam): Remove "-face" suffix from face name.
20824         (spam-face): New backward-compatibility alias for renamed face.
20825         (spam-face, spam-initialize): Use renamed spam face.
20826
20827         * message.el (message-header-to, message-header-cc)
20828         (message-header-subject, message-header-newsgroups)
20829         (message-header-other, message-header-name)
20830         (message-header-xheader, message-separator, message-cited-text)
20831         (message-mml): Remove "-face" suffix from face names.
20832         (message-header-to-face, message-header-cc-face)
20833         (message-header-subject-face, message-header-newsgroups-face)
20834         (message-header-other-face, message-header-name-face)
20835         (message-header-xheader-face, message-separator-face)
20836         (message-cited-text-face, message-mml-face):
20837         New backward-compatibility aliases for renamed faces.
20838         (message-font-lock-keywords): Use renamed message faces.
20839
20840         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20841         (sieve-test-commands, sieve-tagged-arguments):
20842         Remove "-face" suffix from face names.
20843         (sieve-control-commands-face, sieve-action-commands-face)
20844         (sieve-test-commands-face, sieve-tagged-arguments-face):
20845         New backward-compatibility aliases for renamed faces.
20846         (sieve-control-commands-face, sieve-action-commands-face)
20847         (sieve-test-commands-face, sieve-tagged-arguments-face):
20848         Use renamed sieve faces.
20849
20850         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20851         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20852         (gnus-group-news-3-empty, gnus-group-news-4)
20853         (gnus-group-news-4-empty, gnus-group-news-5)
20854         (gnus-group-news-5-empty, gnus-group-news-6)
20855         (gnus-group-news-6-empty, gnus-group-news-low)
20856         (gnus-group-news-low-empty, gnus-group-mail-1)
20857         (gnus-group-mail-1-empty, gnus-group-mail-2)
20858         (gnus-group-mail-2-empty, gnus-group-mail-3)
20859         (gnus-group-mail-3-empty, gnus-group-mail-low)
20860         (gnus-group-mail-low-empty, gnus-summary-selected)
20861         (gnus-summary-cancelled, gnus-summary-high-ticked)
20862         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20863         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20864         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20865         (gnus-summary-low-undownloaded)
20866         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20867         (gnus-summary-low-unread, gnus-summary-normal-unread)
20868         (gnus-summary-high-read, gnus-summary-low-read)
20869         (gnus-summary-normal-read, gnus-splash):
20870         Remove "-face" suffix from face names.
20871         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20872         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20873         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20874         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20875         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20876         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20877         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20878         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20879         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20880         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20881         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20882         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20883         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20884         (gnus-summary-normal-ticked-face)
20885         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20886         (gnus-summary-normal-ancient-face)
20887         (gnus-summary-high-undownloaded-face)
20888         (gnus-summary-low-undownloaded-face)
20889         (gnus-summary-normal-undownloaded-face)
20890         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20891         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20892         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20893         (gnus-splash-face):
20894         New backward-compatibility aliases for renamed faces.
20895         (gnus-group-startup-message): Use renamed gnus faces.
20896
20897         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20898         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20899         (gnus-server-agent): Remove "-face" suffix from face names.
20900         (gnus-server-agent-face, gnus-server-opened-face)
20901         (gnus-server-closed-face, gnus-server-denied-face)
20902         (gnus-server-offline-face):
20903         New backward-compatibility aliases for renamed faces.
20904         (gnus-server-agent-face, gnus-server-opened-face)
20905         (gnus-server-closed-face, gnus-server-denied-face)
20906         (gnus-server-offline-face): Use renamed gnus faces.
20907
20908         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20909         Remove "-face" suffix from face names.
20910         (gnus-picon-xbm-face, gnus-picon-face):
20911         New backward-compatibility aliases for renamed faces.
20912
20913         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20914         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20915         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20916         (gnus-cite-11): Remove "-face" suffix from face names.
20917         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20918         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20919         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20920         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20921         New backward-compatibility aliases for renamed faces.
20922         (gnus-cite-attribution-face, gnus-cite-face-list)
20923         (gnus-article-boring-faces): Use renamed gnus faces.
20924
20925         * gnus-art.el (gnus-signature, gnus-header-from)
20926         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20927         (gnus-header-content): Remove "-face" suffix from face names.
20928         (gnus-signature-face, gnus-header-from-face)
20929         (gnus-header-subject-face, gnus-header-newsgroups-face)
20930         (gnus-header-name-face, gnus-header-content-face):
20931         New backward-compatibility aliases for renamed faces.
20932         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20933
20934         * gnus-sum.el (gnus-summary-selected-face)
20935         (gnus-summary-highlight): Use renamed gnus faces.
20936         * gnus-group.el (gnus-group-highlight): Likewise.
20937
20938 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20939
20940         * gnus-sieve.el (gnus-sieve-article-add-rule):
20941         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20942         * spam-stat.el (spam-stat-buffer-change-to-spam)
20943         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20944
20945         * message.el (message-is-yours-p):
20946         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20947
20948 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20949
20950         * mm-view.el (mm-inline-text): Withdraw the last change.
20951
20952 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20953
20954         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20955         executing enriched-decode.
20956
20957 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20960         charset of tar files.
20961
20962 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20963
20964         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20965
20966 2005-06-04  Lute Kamstra  <lute@gnu.org>
20967
20968         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20969         information is never recorded.
20970
20971 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20972
20973         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20974
20975 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * pop3.el (pop3-apop): Run md5 in the binary mode.
20978
20979         * starttls.el (starttls-set-process-query-on-exit-flag):
20980         Use eval-and-compile.
20981
20982 2005-05-31  Simon Josefsson  <jas@extundo.com>
20983
20984         * smime.el (smime-replace-in-string): Define.
20985         (smime-cert-by-ldap-1): Use it.
20986
20987 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * gnus-art.el (article-display-x-face): Replace
20990         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20991
20992         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20993         set-process-query-on-exit-flag or process-kill-without-query.
20994
20995         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20996         loop instead of replace-regexp.
20997
20998         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20999         instead of process-kill-without-query if it is available.
21000
21001         * lpath.el: Fbind ldap-search-entries.
21002
21003         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21004         instead of find-file-hooks if it is available.
21005
21006         * mml1991.el: Bind pgg-default-user-id when compiling.
21007
21008         * mml2015.el: Bind pgg-default-user-id when compiling.
21009
21010         * nndraft.el (nndraft-request-associate-buffer):
21011         Use write-contents-functions instead of write-contents-hooks if it is
21012         available.
21013
21014         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21015         instead of find-file-hooks if it is available.
21016
21017         * nntp.el (nntp-open-connection): Replace
21018         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21019         (nntp-open-ssl-stream): Ditto.
21020         (nntp-open-tls-stream): Ditto.
21021
21022         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21023         set-process-query-on-exit-flag or process-kill-without-query.
21024         (starttls-open-stream-gnutls): Use it instead of
21025         process-kill-without-query.
21026         (starttls-open-stream): Ditto.
21027
21028 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21029
21030         * smime.el (smime-cert-by-ldap-1): Don't use
21031         replace-regexp-in-string.
21032
21033 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21034
21035         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21036
21037         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21038         in PEM format.  Adjust to the XEmacs compatibility.
21039
21040 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21041
21042         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21043         by `string-to-number'.
21044         * gnus-agent.el (gnus-agent-regenerate-group)
21045         (gnus-agent-fetch-articles): Ditto.
21046         * gnus-art.el (gnus-button-fetch-group): Ditto.
21047         * gnus-cache.el (gnus-cache-generate-active)
21048         (gnus-cache-articles-in-group): Ditto.
21049         * gnus-group.el (gnus-group-set-current-level)
21050         (gnus-group-insert-group-line): Ditto.
21051         * gnus-score.el (gnus-score-set-expunge-below)
21052         (gnus-score-set-mark-below, gnus-summary-score-effect)
21053         (gnus-summary-score-entry): Ditto.
21054         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21055         (gnus-soup-pack): Ditto.
21056         * gnus-spec.el (gnus-xmas-format): Ditto.
21057         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21058         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21059         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21060         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21061         * nndb.el (nndb-get-remote-expire-response): Ditto.
21062         * nndiary.el (nndiary-parse-schedule-value)
21063         (nndiary-string-to-number, nndiary-request-replace-article)
21064         (nndiary-request-article): Ditto.
21065         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21066         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21067         * nneething.el (nneething-make-head): Ditto.
21068         * nnfolder.el (nnfolder-request-article)
21069         (nnfolder-retrieve-headers): Ditto.
21070         * nnheader.el (nnheader-file-to-number): Ditto.
21071         * nnkiboze.el (nnkiboze-request-article): Ditto.
21072         * nnmail.el (nnmail-process-unix-mail-format)
21073         (nnmail-process-babyl-mail-format): Ditto.
21074         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21075         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21076         (nnmh-request-create-group, nnmh-request-list-1)
21077         (nnmh-request-group, nnmh-request-article): Ditto.
21078         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21079         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21080         * nnsoup.el (nnsoup-make-active): Ditto.
21081         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21082         * nntp.el (nntp-find-group-and-number)
21083         (nntp-retrieve-headers-with-xover): Ditto.
21084         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21085         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21086         (pgg-format-key-identifier): Ditto.
21087         * pop3.el (pop3-last, pop3-stat): Ditto.
21088         * qp.el (quoted-printable-decode-region): Ditto.
21089
21090         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21091         of concat.
21092
21093 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21094
21095         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21096
21097         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21098
21099         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21100
21101         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21102
21103         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21104
21105         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21106
21107         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21108         (gnus-carpal-mode): Ditto.
21109
21110         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21111         (gnus-browse-mode): Ditto.
21112
21113         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21114
21115         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21116
21117 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21118
21119         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21120
21121 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21122
21123         * gnus-util.el (gnus-run-mode-hooks): New function.
21124
21125         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21126
21127         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21128         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21129
21130 2005-05-27  Lute Kamstra  <lute@gnu.org>
21131
21132         * dns-mode.el (dns-mode): Specify customization group.
21133
21134 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21135
21136         * gnus-agent.el (gnus-agent-make-mode-line-string):
21137         Use mode-line-highlight as mouse-face.
21138
21139 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21140
21141         * canlock.el (canlock): Change the parent group to news.
21142
21143         * deuglify.el (gnus-outlook-deuglify): Add :group.
21144
21145         * dig.el (dig): Add :group.
21146
21147         * dns-mode.el (dns-mode): Add :group.
21148
21149         * encrypt.el (encrypt): Add :group.
21150
21151         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21152         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21153         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21154         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21155         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21156
21157         * gnus-diary.el (gnus-diary): Add :group.
21158
21159         * gnus.el (gnus-group-news-1-face): Add :group.
21160         (gnus-group-news-1-empty-face): Ditto.
21161         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21162         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21163         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21164         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21165         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21166         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21167         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21168         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21169         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21170         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21171         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21172         (gnus-summary-high-ticked-face): Ditto.
21173         (gnus-summary-low-ticked-face): Ditto.
21174         (gnus-summary-normal-ticked-face): Ditto.
21175         (gnus-summary-high-ancient-face): Ditto.
21176         (gnus-summary-low-ancient-face): Ditto.
21177         (gnus-summary-normal-ancient-face): Ditto.
21178         (gnus-summary-high-undownloaded-face): Ditto.
21179         (gnus-summary-low-undownloaded-face): Ditto.
21180         (gnus-summary-normal-undownloaded-face): Ditto.
21181         (gnus-summary-high-unread-face): Ditto.
21182         (gnus-summary-low-unread-face): Ditto.
21183         (gnus-summary-normal-unread-face): Ditto.
21184         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21185         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21186
21187         * hashcash.el (hashcash): New custom group.
21188         (hashcash-default-payment): Add :group.
21189         (hashcash-payment-alist): Ditto.
21190         (hashcash-default-accept-payment): Ditto.
21191         (hashcash-accept-resources): Ditto.
21192         (hashcash-path): Ditto.
21193         (hashcash-extra-generate-parameters): Ditto.
21194         (hashcash-double-spend-database): Ditto.
21195         (hashcash-in-news): Ditto.
21196
21197         * message.el (message-minibuffer-local-map): Add :group.
21198
21199         * netrc.el (netrc): Add :group.
21200
21201         * sieve-manage.el (sieve-manage-log): Add :group.
21202         (sieve-manage-default-user): Diito.
21203         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21204         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21205         (sieve-manage-authenticators): Ditto.
21206         (sieve-manage-authenticator-alist): Ditto.
21207         (sieve-manage-default-port): Ditto.
21208
21209         * sieve-mode.el (sieve-control-commands-face): Add :group.
21210         (sieve-action-commands-face): Ditto.
21211         (sieve-test-commands-face): Ditto.
21212         (sieve-tagged-arguments-face): Ditto.
21213
21214         * smime.el (smime): Add :group.
21215
21216         * spam-report.el (spam-report): Add :group.
21217
21218         * spam.el (spam, spam-face): Add :group.
21219
21220 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21221
21222         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21223         return \n.\n.\n at the end of articles.  Protect against that.
21224         (nntp-with-open-group): Allow debugging.
21225
21226         * nnheader.el (mail-header-set-extra): Make into a function
21227         because I just could't understand how to quote the list properly.
21228
21229         * dns.el (query-dns-cached): New function.
21230
21231 2005-05-26  Lute Kamstra  <lute@gnu.org>
21232
21233         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21234
21235 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21238
21239         * gnus-art.el: Don't autoload mail-extract-address-components.
21240
21241         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21242         eval-and-compile to evaluate it.
21243
21244         * hashcash.el: Don't autoload executable-find.
21245
21246         * nndb.el: Don't declare the nndb back end two or more times; don't
21247         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21248
21249         * nntp.el: Autoload format-spec instead of format; use
21250         eval-and-compile to evaluate autoload forms.
21251
21252 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21253
21254         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21255
21256 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21257
21258         * gnus.el (gnus-version-number): Bump version.
21259
21260 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21261
21262         * gnus.el: No Gnus v0.3 is released.
21263
21264 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21265
21266         * lpath.el (featurep): Bind show-nonbreak-escape.
21267
21268 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * gnus-art.el (gnus-article-edit-part): Disable undo.
21271
21272 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21273
21274         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21275         gnus-article-date-lapsed-new-header is t if date timer is active;
21276         skip headers in which the original date value is empty.
21277         (gnus-article-save-original-date): Redefine it as a macro.
21278         (gnus-display-mime): Use it.
21279
21280 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * gnus-art.el (article-date-ut): Support converting date in
21283         forwarded parts as well.
21284         (gnus-article-save-original-date): New function.
21285         (gnus-display-mime): Use it.
21286
21287 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21288
21289         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21290         enclosure element of <item>.
21291
21292 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21293
21294         * message.el (message-kill-buffer-query): Rename from
21295         `message-kill-buffer-query-if-modified'.  Add :version.
21296
21297 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21298
21299         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21300         window layout.
21301
21302 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * mml.el: Autoload dnd when compiling.
21305
21306 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21307
21308         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21309         x-dnd-*.
21310
21311 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21312
21313         * qp.el (quoted-printable-encode-region): Save excursion.
21314
21315 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21316
21317         * message.el (message-kill-buffer-query-if-modified): Add new variable
21318         so the user can kill a modified message buffer quickly.
21319         (message-kill-buffer): Use it.
21320
21321 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21322
21323         * lpath.el: Fbind display-time-event-handler; don't fbind
21324         string-to-multibyte.
21325
21326         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21327
21328 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21331         contained in text because xml.el decodes entities) with LFs.
21332
21333 2005-04-11  Lute Kamstra  <lute@gnu.org>
21334
21335         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21336         differently.
21337
21338 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21339
21340         * mm-util.el (mm-detect-coding-region): Typo.
21341
21342 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21343
21344         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21345
21346 2005-04-06  Deepak Goel  <deego@gnufans.org>
21347
21348         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21349         user-function allow user modifications of the scores.
21350         (spam-stat-score-buffer-user): New function, to allow
21351         user-computed modifications to the score.
21352         (spam-stat-score-buffer-user-functions): List of additional
21353         scoring functions.
21354         (spam-stat-error-holder): Global temporary error holder.
21355         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21356         variable.
21357
21358 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21359
21360         * gnus-registry.el (gnus-registry-clean-empty-function)
21361         (gnus-registry-trim, gnus-registry-fetch-groups)
21362         (gnus-registry-delete-group): Groups that match
21363         `gnus-registry-ignored-groups' are removed from the registry
21364         entries, not just ignored for splitting.  This helps clean up the
21365         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21366         to get all the groups a message ID is in.
21367
21368         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21369         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21370         (spam-stat-score-buffer-user-functions): Add :number custom type.
21371
21372 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21375         argument in XEmacs.
21376
21377         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21378         (nnrss-request-group): Decode group name first.
21379         (nnrss-request-article): Make a text/plain article if mml-to-mime
21380         failed.
21381         (nnrss-get-encoding): Return a compatible encoding according to
21382         nnrss-compatible-encoding-alist.
21383         (nnrss-find-el): Use consp instead of listp.
21384         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21385
21386 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21389         which Emacs 20 doesn't support.
21390         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21391
21392 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21393
21394         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21395         silence the byte compiler inside the defun.
21396
21397         * gnus-demon.el (parse-time-string): Add autoload.
21398
21399         * gnus-delay.el (parse-time-string): Add autoload.
21400
21401         * gnus-art.el (parse-time-string): Add autoload.
21402
21403         * nnultimate.el (parse-time): Require for `parse-time-string'.
21404
21405 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21408
21409         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21410
21411         * smime.el (smime-ldap-host-list): Add :version.
21412
21413 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21414
21415         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21416         pass it to `gnus-browse-read-group'.
21417         (gnus-browse-read-group): Add NUMBER argument and pass it to
21418         `gnus-group-read-ephemeral-group'.
21419
21420         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21421         argument and pass it to `gnus-group-read-group'.
21422
21423 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21424
21425         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21426         mm-xemacs-find-mime-charset-1 if we have the mule feature
21427         available at runtime.
21428
21429 2005-03-25  Werner Lemberg  <wl@gnu.org>
21430
21431         * nnmaildir.el: Replace `illegal' with `invalid'.
21432
21433 2005-03-23  Lute Kamstra  <lute@gnu.org>
21434
21435         * time-date.el: Add comment on time value formats.
21436         Don't require parse-time.
21437         (with-decoded-time-value): New macro.
21438         (encode-time-value): New function.
21439         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21440         (days-to-time): Return a valid time value when arg is huge.
21441         (time-since): Use time-subtract.
21442         (time-to-number-of-days): Use time-to-seconds.
21443
21444 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21445
21446         * gnus-start.el (gnus-display-time-event-handler):
21447         Check display-time-timer at runtime rather than only at load time
21448         in case display-time-mode is turned off in the mean time.
21449
21450 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21451
21452         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21453         used.
21454
21455         * nneething.el (nneething-map-file-directory): Derive from
21456         `gnus-directory'.
21457
21458         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21459         the To/Cc button.
21460
21461 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21462
21463         * nnmaildir.el (nnmaildir-request-accept-article):
21464         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21465
21466 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21467
21468         * gnus-async.el: Require timer-funcs at compile time when in
21469         XEmacs for `run-with-idle-timer'.
21470
21471 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21472
21473         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21474         autoloaded function.
21475
21476 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21477
21478         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21479
21480 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21481
21482         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21483
21484 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21485
21486         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21487         Add gnus-expert-user to default.
21488
21489 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21490
21491         * nnimap.el (nnimap-open-server): Ditto.
21492
21493         * imap.el (imap-authenticate): Fix typo.
21494
21495 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21496
21497         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21498         buffer (since IMAP server might return FETCH response out of
21499         order, and the nntp buffer must be sorted).
21500
21501 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21502
21503         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21504         comparison on string.
21505
21506         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21507         (gnus-agent-score): Rename category keywords to match gnus-cus.
21508         (gnus-agent-summary-fetch-series): Modify to protect against
21509         gnus-agent-summary-fetch-group clearing processable flags.
21510         (gnus-agent-synchronize-group-flags): Update live group buffer as
21511         synchronization may occur due to the user toggle the plugged
21512         status.
21513         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21514         successfully downloaded.
21515         (gnus-agent-expire-group-1): Avoid using markers when the overview
21516         is in ascending order; greatly improves performance.
21517         (gnus-agent-regenerate-group):
21518         Use gnus-agent-synchronize-group-flags to reset read status in both
21519         gnus and server.
21520         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21521
21522 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21523
21524         * message.el: Don't autoload former message-utils variables.
21525         (message-strip-subject-trailing-was): Change doc string.
21526
21527         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21528         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21529         (nnweb-google-search): Add "hl=en" here.
21530         (nnweb-google-parse-1, nnweb-google-create-mapping):
21531         Don't hardcode URL.
21532
21533 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * message.el (message-get-reply-headers, message-followup):
21536         Mention related variables `message-use-followup-to' and
21537         `message-use-mail-followup-to', in the information buffer.
21538
21539         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21540         of broken groups(-beta).google.com.
21541
21542 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21543
21544         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21545         parameter to invoked gnus-request-move-article; remove the
21546         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21547         all at once instead of once per article.
21548         (gnus-summary-remove-process-mark): Accept a list of articles as
21549         well as a single article for processing.
21550
21551         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21552         parameter.
21553
21554         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21555
21556         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21557
21558         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21559         parameter.
21560
21561         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21562         parameter.
21563
21564         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21565         parameter and remove the gnus-sum-hint-move-is-internal variable.
21566
21567         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21568         parameter.
21569
21570         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21571         parameter.
21572
21573         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21574         parameter.
21575
21576         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21577
21578         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21579         parameter.
21580
21581         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21582         parameter.
21583
21584 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21585
21586         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21587         a more conservative way.
21588
21589 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21590
21591         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21592         buffer, so it moves the window's cursor.
21593
21594 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21595
21596         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21597         `mm-dissect-multipart' and receive the from field as an (optional)
21598         argument from `mm-dissect-multipart'.
21599         (mm-dissect-multipart): Receive the from field as an argument and
21600         pass it on when we call `mm-dissect-buffer' on MIME parts.
21601         Fixes verification/decryption of signed/encrypted MIME parts.
21602
21603 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21604
21605         * gnus-sum.el (gnus-summary-move-article):
21606         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21607         whatever it calls (right now, only nnimap-request-move article
21608         respects it).
21609
21610         * nnimap.el (nnimap-request-move-article):
21611         When gnus-sum-hint-move-is-internal is set, don't do the extra
21612         nnimap-request-article.
21613
21614 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21615
21616         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21617
21618         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21619         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21620
21621         * gnus-sum.el (gnus-summary-caesar-message):
21622         Apply `gnus-treat-article' after rotation.
21623
21624         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21625         doc string.
21626
21627 2005-02-22  Simon Josefsson  <jas@extundo.com>
21628
21629         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21630         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21631         <arne@arnested.dk>.
21632         (encrypt): Add password-cache and password-cache-expiry as group
21633         members.
21634
21635 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21636
21637         * smime.el (smime-ldap-host-list): Doc fix.
21638         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21639         cache) password.
21640         (smime-sign-region): Use it.
21641         (smime-decrypt-region): Use it.
21642         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21643         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21644         fails.
21645         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21646         certificate from DER to PEM format rather than calling openssl.
21647
21648         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21649
21650         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21651         for signing/encryption.
21652
21653         * mml.el (mml-parse-1): Use them.
21654
21655 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21656
21657         * nnrss.el (nnrss-verbose): Remove.
21658         (nnrss-request-group): Use `nnheader-message' instead.
21659
21660 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21661
21662         * nnrss.el (nnrss-verbose): New variable.
21663         (nnrss-request-group): Make it say nnrss is requesting a group.
21664
21665 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21666
21667         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21668         Handle news URL with given port correctly.
21669
21670 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21671
21672         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21673         containing special characters.
21674
21675         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21676
21677         * mml.el (mime-to-mml): Ditto.
21678
21679         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21680         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21681         (rfc2047-decode-region): Quote decoded words containing special
21682         characters when rfc2047-quote-decoded-words-containing-tspecials
21683         is non-nil.
21684
21685 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21686
21687         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21688
21689         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21690
21691 2005-02-15  Simon Josefsson  <jas@extundo.com>
21692
21693         * nnimap.el (nnimap-debug): Doc fix.
21694
21695         * imap.el (imap-debug): Doc fix.
21696
21697 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21698
21699         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21700
21701 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21702
21703         * gnus.el (spam-contents): Improve docs for spam-contents
21704         parameter in its variable incarnation.
21705
21706 2005-02-14  Simon Josefsson  <jas@extundo.com>
21707
21708         * smime-ldap.el: Use require instead of load-library for ldap.
21709         (smime-ldap-search): Indent.
21710         (smime-ldap-search-internal): Shorten line.
21711
21712         * smime.el (smime-cert-by-dns): Add doc-string.
21713         (smime-cert-by-ldap-1): Indent.
21714
21715         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21716         mml-smime-get-dns-ldap.
21717         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21718
21719 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21720
21721         * smime.el: Require smime-ldap.
21722         (smime-ldap-host-list): New variable.
21723         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21724
21725         * mml-smime.el (mml-smime-encrypt-query): New function.
21726         (mml-smime-encrypt-query): Use it.
21727
21728         * smime-ldap.el: New file.
21729
21730 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21731
21732         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21733
21734 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21735
21736         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21737         argument in doc string.  Make query for type more clear.
21738
21739 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21740
21741         * gnus.el (gnus-group-startup-message): Search for gnus images in
21742         etc/images/gnus.
21743         * mm-util.el (mm-image-load-path): Likewise.
21744         * smiley.el (smiley-data-directory): Search for smilies in
21745         etc/images/smilies.
21746
21747 2005-02-09  Kim F. Storm  <storm@cua.dk>
21748
21749         Change Emacs release version from 21.4 to 22.1 throughout.
21750         Change Emacs development version from 21.3.50 to 22.0.50.
21751
21752 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21753
21754         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21755
21756         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21757         non-Mule XEmacs as well.
21758         (mm-decompress-buffer): Signal an error intentionally if it does
21759         not decompress compressed data because auto-compression-mode is
21760         disabled.
21761
21762 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21763
21764         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21765         an ID in the registry even if it has no groups.
21766
21767 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21768
21769         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21770         merge it into mm-decompress-buffer.
21771         (gnus-mime-copy-part): Use the MIME part charset, the value which
21772         a user specified or gnus-newsgroup-charset for decoding, like
21773         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21774         save-buffer what was used.  Suggested by Kevin Ryde
21775         <user42@zip.com.au>.
21776         (gnus-mime-inline-part): Allow the name parameter as well as the
21777         filename parameter; force decompressing of compressed data; always
21778         display contents being not decoded as unibyte.
21779
21780         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21781         as well as the filename parameter.
21782
21783         * mm-util.el (mm-decompress-buffer):
21784         Merge gnus-mime-jka-compr-maybe-uncompress.
21785         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21786         of compressed data.
21787
21788 2005-02-08  Simon Josefsson  <jas@extundo.com>
21789
21790         * imap.el (imap-log): Doc fix.
21791
21792 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21795         the coding cookies; decompress compressed parts.
21796
21797         * mml.el (mml-generate-mime-1): Add the charset parameter according
21798         to the value which a user specified manually or the coding cookie.
21799
21800         * mm-util.el (mm-string-to-multibyte): New function.
21801         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21802         (mm-coding-system-to-mime-charset): New function.
21803         (mm-decompress-buffer): New function.
21804         (mm-find-buffer-file-coding-system): New function.
21805
21806         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21807         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21808         parts.
21809
21810 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21811
21812         * mm-view.el (mm-display-inline-fontify): Decode a part according
21813         to the charset parameter.
21814
21815 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21816
21817         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21818         prefix arg is neither nil nor a number, as info specifies.
21819
21820 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21823         timestamps.
21824
21825 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21826
21827         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21828         groups error checking and notify user.
21829
21830 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21831
21832         * message.el (message-send-mail-function): Check existence of
21833         sendmail-program first before using default value
21834         `message-send-mail-with-sendmail'.  Otherwise use more generic
21835         `smtpmail-send-it'.
21836
21837 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * nntp.el (nntp-request-update-info): Always return nil.
21840
21841 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21842
21843         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21844
21845 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21846
21847         * message.el (message-beginning-of-line): Change the behavior when
21848         invoked between BOL and : so that it first moves backward.
21849
21850 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21853         article buffer when editing of the article is discarded.
21854         (gnus-article-prepare): Revert.
21855
21856 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * gnus-art.el (gnus-article-prepare):
21859         Remove message-strip-forbidden-properties from the local hook.
21860
21861 2005-01-27  Simon Josefsson  <jas@extundo.com>
21862
21863         * password.el (password-cache-add): Only start one timer per key.
21864         Reported by Derek Atkins <warlord@MIT.EDU>.
21865
21866 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21867
21868         * run-at-time.el: Remove.  It is no longer needed as
21869         timer-funcs.el in the xemacs-base package has a working version of
21870         `run-at-time'.
21871
21872         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21873
21874         * password.el: Require timer-funcs instead of run-at-time in
21875         XEmacs.
21876         Remove `password-run-at-time' macro.
21877         (password-cache-add): Use `run-at-time' instead of
21878         `password-run-at-time'.
21879
21880         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21881         Remove `nnheader-cancel-function-timers' alias,
21882         `cancel-function-timers' exists in XEmacs in timer-funcs.
21883
21884         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21885         for `run-with-idle-timer'.
21886
21887         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21888         for `run-at-time'.
21889
21890         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21891         for `with-timeout'.
21892
21893         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21894         the same as for XEmacs 21.4.
21895         No need to ignore `run-with-idle-timer', this function exists in
21896         XEmacs now in timer-funcs.el in the xemacs-base package.
21897         (dgnushack-compile): No need to delete
21898         run-at-time.el from the list of files to compile because it
21899         doesn't exist anymore.
21900
21901 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21904         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21905
21906 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21907
21908         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21909         sensitively.
21910
21911 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21912
21913         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21914
21915 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21918         which will be inserted according to the multibyteness of a buffer
21919         rather than the type of contents.  Suggested by ARISAWA Akihiro
21920         <ari@mbf.ocn.ne.jp>.
21921
21922         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21923         of string which old xml.el may return rather than a string.
21924
21925 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21928
21929 2005-01-16  Simon Josefsson  <jas@extundo.com>
21930
21931         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21932         idn/idna.el isn't available.
21933         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21934         <michael@waxrat.com>.
21935
21936         * hashcash.el: Remove non-FSF copyright header.
21937
21938         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21939         (hashcash-generate-payment): Use it.
21940         (hashcash-generate-payment-async): Use it.
21941
21942 2005-01-15  Simon Josefsson  <jas@extundo.com>
21943
21944         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21945         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21946
21947         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21948         gnus-summary-idna-message.
21949         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21950         (gnus-summary-idna-message): New function.
21951
21952 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21953
21954         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21955         gnus-novice-user.
21956
21957 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21958
21959         * nnrss.el (nnrss-request-delete-group): Delete entries in
21960         nnrss-group-alist as well.
21961         (nnrss-save-server-data): Insert newline.
21962
21963 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21964
21965         * gnus.el (gnus-user-agent): Use list of symbols instead of
21966         symbols.  Display full version number for (S)XEmacs.
21967         Optionally display (S)XEmacs codename.
21968
21969         * gnus-util.el (gnus-emacs-version): Update for new
21970         `gnus-user-agent'.
21971
21972         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21973         Gnus version.
21974
21975 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21976
21977         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21978         which is unreadable in some setups.
21979
21980 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * gnus-spec.el (gnus-update-format-specifications): Flush the
21983         group format spec cache if it doesn't support decoded group names.
21984
21985 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21986
21987         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21988         Allow to apply decay on score files matching a regexp.
21989
21990 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21993         compatibility in %g and %c.
21994
21995 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21998         name for only %g and %c.
21999         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22000         of gnus-tmp-group to decoded group name.
22001         (gnus-group-make-rss-group): Exclude `/'s from group names.
22002
22003 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * nnrss.el (nnrss-get-encoding): Fix regexp.
22006
22007 2004-12-27  Simon Josefsson  <jas@extundo.com>
22008
22009         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22010         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22011         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22012
22013 2004-12-17  Kim F. Storm  <storm@cua.dk>
22014
22015         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22016
22017         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22018
22019 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22020
22021         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22022
22023 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22024
22025         * nnrss.el: Require rfc2047 and mml.
22026         (nnrss-file-coding-system): New variable.
22027         (nnrss-format-string): Redefine it as an inline function.
22028         (nnrss-decode-group-name): New function.
22029         (nnrss-string-as-multibyte): Remove.
22030         (nnrss-retrieve-headers): Decode group name; don't use
22031         nnrss-format-string.
22032         (nnrss-request-group): Decode group name.
22033         (nnrss-request-article): Decode group name; allow a Message-ID as
22034         well as an article number; don't use nnrss-format-string; encode a
22035         Message-ID string which may contain non-ASCII characters; use
22036         mml-to-mime to compose a MIME article.
22037         (nnrss-request-expire-articles): Decode group name.
22038         (nnrss-request-delete-group): Decode group name.
22039         (nnrss-fetch): Clarify error message.
22040         (nnrss-read-server-data): Use insert-file-contents instead of load;
22041         bind file-name-coding-system; use multibyte buffer.
22042         (nnrss-save-server-data): Bind coding-system-for-write to the
22043         value of nnrss-file-coding-system; bind file-name-coding-system;
22044         add coding cookie.
22045         (nnrss-read-group-data): Use insert-file-contents instead of load;
22046         bind file-name-coding-system; use multibyte buffer.
22047         (nnrss-save-group-data): Bind coding-system-for-write to the
22048         value of nnrss-file-coding-system; bind file-name-coding-system.
22049         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22050         make it work with non-ASCII text.
22051         (nnrss-find-el): Make it work with old xml.el as well.
22052
22053 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22054
22055         * nnrss.el (nnrss-get-encoding): New function.
22056         (nnrss-fetch): Use unibyte buffer initially; bind
22057         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22058         decode contents according to the encoding attribute.
22059         (nnrss-save-group-data): Add coding cookie.
22060         (nnrss-mime-encode-string): New function.
22061         (nnrss-check-group): Use it to encode subject and author.
22062
22063 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22064
22065         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22066         imaginary variable.
22067
22068 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22069
22070         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22071         correctly even if there are wide characters.
22072
22073 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22074
22075         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22076         downcased symbol names; make a new cache instead of reusing
22077         bbdb-hashtable.
22078
22079 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22082         concatenating segments rather than before concatenating them.
22083         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22084
22085         * message.el (message-get-reply-headers): Bind `extra'.
22086
22087 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22088
22089         * message.el (message-extra-wide-headers): New variable.
22090         (message-get-reply-headers): Use it.
22091
22092 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22093
22094         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22095         (gnus-agent-group-pathname): Ditto.
22096
22097         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22098
22099         * gnus-group.el (gnus-group-make-group): Decode group name.
22100         (gnus-group-make-rss-group): Register the group data after opening
22101         the nnrss group.
22102
22103 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22104
22105         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22106         by expiry now get marked as read.
22107
22108 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22111
22112 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22113
22114         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22115         unify Latin characters in XEmacs.
22116         (mm-find-mime-charset-region): Use it.
22117
22118 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22119
22120         * gnus-util.el (gnus-delete-directory): New function.
22121
22122         * gnus-agent.el (gnus-agent-delete-group): Use it.
22123
22124         * gnus-cache.el (gnus-cache-delete-group): Use it.
22125
22126 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22129         names.
22130
22131 2004-12-16  Simon Josefsson  <jas@extundo.com>
22132
22133         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22134
22135 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22136
22137         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22138
22139         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22140         (gnus-group-set-current-level): Decode group name.
22141
22142 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22143
22144         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22145         failed.
22146
22147 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22148
22149         * gnus-group.el (gnus-group-delete-group): Decode group name.
22150         (gnus-group-make-rss-group): Encode group name.
22151         (gnus-group-catchup-current): Decode group name.
22152         (gnus-group-kill-group): Decode group name.
22153
22154 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22155
22156         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22157
22158 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22159
22160         * gnus-group.el (gnus-group-make-rss-group):
22161         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22162
22163         * gnus-start.el (gnus-setup-news): Honor user's setting to
22164         gnus-message-archive-method.  Suggested by Lute Kamstra
22165         <lute@gnu.org>.
22166
22167 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22168
22169         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22170         global counterparts of the buffer-local variables.
22171
22172 2004-11-16  Romain Francoise  <romain@orebokech.com>
22173
22174         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22175         counterparts of the buffer-local variables.
22176
22177 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22178
22179         * message.el (message-forbidden-properties): Fix typo in doc
22180         string.
22181
22182 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22183
22184         * gnus-util.el (gnus-replace-in-string): Add doc string.
22185
22186         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22187         to avoid problems when splitting mails with many recipients.
22188
22189 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22190
22191         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22192         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22193
22194 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22195
22196         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22197         if there is no hashtable in memory or file modification time is
22198         newer than cached timestamp.
22199
22200 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22201
22202         * gnus-sum.el (gnus-summary-limit-to-recipient):
22203         Implement not-matching option.
22204
22205 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22206
22207         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22208         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22209         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22210         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22211         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22212         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22213
22214 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22215
22216         * message.el (message-forward-make-body-mml): Remove headers
22217         according to message-forward-ignored-headers if a message is decoded.
22218
22219 2004-12-02  Romain Francoise  <romain@orebokech.com>
22220
22221         * message.el (message-forward-make-body-plain): Always remove
22222         headers according to message-forward-ignored-headers.
22223
22224 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22225
22226         * spam.el (spam-summary-prepare-exit): Remove the
22227         gnus-summary-limit pop for now, it has problems with ham marks for
22228         me.
22229
22230 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22231
22232         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22233         correctly.
22234
22235 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22236
22237         * format-spec.el (format-spec): Message the char.
22238
22239 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22240
22241         * gnus-art.el (gnus-split-methods): Reformat comments.
22242
22243         * spam.el (spam-summary-prepare-exit): Remove article limits
22244         before exiting the summary buffer.
22245
22246 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22247
22248         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22249         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22250
22251         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22252         order to silence the byte compiler.
22253
22254         * spam.el: Fix the way to silence the byte compiler, which
22255         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22256         bbdb-search-simple, spam-BBDB-register-routine,
22257         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22258         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22259         spam-stat-buffer-is-spam, spam-stat-load,
22260         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22261         spam-stat-save and spam-stat-split-fancy.
22262
22263 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22264
22265         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22266         which may confuse users.
22267         (canlock-password-for-verify): Ditto.
22268
22269         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22270
22271         * gnus-art.el (gnus-emphasis-alist): Ditto.
22272
22273         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22274
22275         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22276
22277         * gnus-start.el (gnus-save-killed-list): Ditto.
22278
22279         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22280         (gnus-sum-thread-tree-root): Ditto.
22281         (gnus-sum-thread-tree-false-root): Ditto.
22282         (gnus-sum-thread-tree-single-indent): Ditto.
22283
22284         * message.el (message-courtesy-message): Ditto.
22285         (message-archive-note): Ditto.
22286         (message-subscribed-address-file): Ditto.
22287         (message-user-fqdn): Ditto.
22288
22289         * spam-report.el (spam-report-gmane-regex): Ditto.
22290
22291         * spam.el (spam-blackhole-good-server-regex): Ditto.
22292
22293 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22294
22295         * mml.el (mml-preview): Widen the message buffer before copying
22296         the contents to the preview buffer; sort headers before previewing.
22297
22298         * message.el (message-hidden-headers): Fix the way to avoid a bug
22299         in the `repeat' widget in Emacs 21.3 or earlier.
22300
22301 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * message.el (message-hidden-headers): Default to "^References:".
22304         Improve customization type.  Suggested by Reiner Steib
22305         <Reiner.Steib@gmx.de>.
22306
22307 2004-11-25  Romain Francoise  <romain@orebokech.com>
22308
22309         * message.el (message-strip-forbidden-properties): Remove check for
22310         obsolete `message-hidden' text property, hidden headers are not
22311         accessible in the buffer anymore.
22312
22313 2004-11-22  Romain Francoise  <romain@orebokech.com>
22314
22315         * message.el (message-header-format-alist): Add `From' in list
22316         so that it can be sorted.
22317         (message-fix-before-sending): Widen and sort headers before
22318         sending.
22319         (message-hide-headers): Use narrowing to hide headers by moving
22320         them to the top of the buffer and narrowing to the region
22321         underneath.
22322
22323 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22324
22325         * message.el (message-strip-forbidden-properties):
22326         Bind buffer-read-only (etc) to nil.
22327
22328 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22331         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22332
22333 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22334
22335         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22336
22337 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22338
22339         * dns.el (query-dns): Use sit-for to time instead of
22340         accept-process-output, since that doesn't seem to work on udp
22341         sockets.
22342
22343 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22346
22347 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22348
22349         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22350         doc string.  Improve doc string.
22351
22352 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22353
22354         * nntp.el (nntp-request-update-info): Return nil if
22355         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22356         may not call gnus-activate-group which uselessly issues the GROUP
22357         commands for all nntp groups and wastes time.  Reported by Romain
22358         Francoise <romain@orebokech.com>.
22359
22360         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22361
22362 2004-11-15  Simon Josefsson  <jas@extundo.com>
22363
22364         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22365         headers separately.
22366         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22367         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22368
22369 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22370
22371         * gnus-start.el (gnus-convert-old-newsrc):
22372         Assign legacy-gnus-agent to 5.10.7.
22373
22374 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22375
22376         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22377         start of the lines.
22378
22379 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22380
22381         * hashcash.el (hashcash-default-payment): Change default to 20.
22382         (hashcash-default-accept-payment): Change default to 20.
22383         (hashcash-process-alist): New variable.
22384         (hashcash-generate-payment-async): Add.
22385         (hashcash-already-paid-p): Add.
22386         (hashcash-insert-payment): Don't generate payments twice.
22387         (hashcash-insert-payment-async): Add.
22388         (hashcash-insert-payment-async-2): Add.
22389         (hashcash-cancel-async): Add.
22390         (hashcash-wait-async): Add.
22391         (hashcash-processes-running-p): Add.
22392         (hashcash-wait-or-cancel): Add.
22393         (mail-add-payment): New optional argument.  Conditionally start
22394         asynchronous calculation.
22395         (mail-add-payment-async): Add.
22396
22397         * message.el (message-send-mail): Wait for asynchronous hashcash
22398         results.  Don't clobber existing X-Hashcash headers.
22399         (message-setup-1): Call mail-add-payment-async when
22400         message-generate-hashcash is non-nil.
22401
22402 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22403
22404         * message.el (message-use-alternative-email-as-from): Examine the
22405         From header as well; use message-make-from in order to include a
22406         user's full name.
22407
22408 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22411         default; improve customization type.
22412         (gnus-emphasis-custom-with-format): New macro.
22413         (gnus-emphasis-custom-value-to-external): New function.
22414         (gnus-emphasis-custom-value-to-internal): New function.
22415
22416 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22417
22418         * dns.el (query-dns): Resolve reverse addresses.
22419
22420 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22421
22422         * gnus-group.el (gnus-group-get-new-news): Use it.
22423
22424         * gnus-start.el (gnus-check-reasonable-setup): New function.
22425
22426 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22427
22428         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22429         "Args out of range" error.  Reported by Arnaud Giersch
22430         <arnaud.giersch@free.fr>.
22431
22432 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22433
22434         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22435
22436 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22437
22438         * spam.el (spam group): Add :version.
22439
22440         * pgg-def.el (pgg group): Add :version.
22441
22442 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22443
22444         * gnus-art.el (gnus-article-edit-article): Don't associate the
22445         article buffer with a draft file.  This is a temporary measure
22446         against the 2004-08-22 change to gnus-article-edit-mode.
22447
22448 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22449
22450         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22451         (html2text-format-tags): Remove unused variable `attr'.
22452
22453 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22454
22455         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22456
22457         * tls.el (tls-process-connection-type, tls-success)
22458         (tls-certtool-program): Add :version.
22459
22460         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22461         (starttls-extra-arguments, starttls-process-connection-type)
22462         (starttls-connect, starttls-failure, starttls-success): Add :version.
22463
22464         * spam-stat.el (spam-stat): Add :version.
22465
22466         * sieve.el (sieve): Add :version.
22467
22468         * sha1.el (sha1): Add :version.
22469         (sha1-use-external): Remove redundant version.
22470
22471         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22472         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22473         (nnmail-split-fancy-match-partial-words)
22474         (nnmail-split-lowercase-expanded): Add :version.
22475
22476         * nndiary.el (nndiary): Add :version.
22477
22478         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22479
22480         * mml-sec.el (mml-default-sign-method)
22481         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22482         Add :version.
22483
22484         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22485
22486         * mm-url.el (mm-url-use-external, mm-url-program)
22487         (mm-url-arguments): Add :version.
22488
22489         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22490         (mm-attachment-file-modes, mm-decrypt-option)
22491         (mm-w3m-safe-url-regexp): Add :version.
22492
22493         * message.el (message-cite-prefix-regexp)
22494         (message-sendmail-envelope-from, message-minibuffer-local-map)
22495         (message-user-fqdn, message-completion-alist): Add :version.
22496
22497         * gnus-win.el (gnus-configure-windows-hook)
22498         (gnus-use-frames-on-any-display): Add :version.
22499
22500         * gnus-art.el (gnus-article-address-banner-alist)
22501         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22502         (gnus-treat-from-picon, gnus-treat-mail-picon)
22503         (gnus-treat-x-pgp-sig): Add :version.
22504
22505         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22506         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22507         (gnus-summary-article-delete-hook)
22508         (gnus-summary-display-while-building): Add :version.
22509
22510         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22511         (gnus-get-top-new-news-hook): Add :version.
22512
22513         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22514         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22515
22516         * gnus-registry.el (gnus-registry): Add :version.
22517
22518         * gnus-spec.el (gnus-use-correct-string-widths)
22519         (gnus-make-format-preserve-properties): Add :version.
22520
22521         * gnus.el (gnus-group-charter-alist)
22522         (gnus-group-fetch-control-use-browse-url)
22523         (gnus-install-group-spam-parameters): Add :version.
22524
22525         * gnus-diary.el (gnus-diary): Add :version.
22526
22527         * gnus-delay.el (gnus-delay): Add :version.
22528
22529         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22530         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22531         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22532         Add :version.
22533
22534         * gnus-agent.el (gnus-agent-max-fetch-size)
22535         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22536         (gnus-agent-prompt-send-queue): Add :version.
22537
22538         * deuglify.el (gnus-outlook-deuglify): Add :version.
22539
22540         * html2text.el: Beautify code.  Improve doc strings.
22541         Some checkdoc cleanup.
22542         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22543
22544 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22545
22546         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22547
22548 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22549
22550         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22551         when package is loaded.
22552
22553         * spam.el (spam-summary-score-preferred-header): Add global preference
22554         for people who want to override the default SpamAssassin over
22555         Bogofilter preference (when both are set).
22556         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22557         (spam-user-format-function-S):
22558         Check spam-summary-score-preferred-header.
22559         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22560         (spam-user-format-function-S): Format the score correctly.
22561
22562 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22565         signature file.  Suggested by Manoj Srivastava
22566         <srivasta@golden-gryphon.com>.
22567
22568         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22569         iso-2022-jp even in the Japanese language environment.
22570         Suggested by Jason Rumney <jasonr@gnu.org>.
22571
22572 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22575         use the same characters as the dummy marks; make it free from
22576         getting affected by the language environment.
22577         (gnus-summary-read-group-1): Update mark positions only when the
22578         format spec is updated.
22579
22580         * gnus-spec.el (gnus-update-format-specifications): Return a list
22581         of updated types.
22582
22583 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22586         of boundp to check if display-warning is available.
22587
22588 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22589
22590         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22591
22592 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22593
22594         * nnspool.el (nnspool-spool-directory): Use news-path if the
22595         news-directory variable is not bound.
22596
22597         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22598         function instead of display-warning if it is not available.
22599
22600 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22601
22602         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22603         v5-10: Use `point-at-bol'.
22604
22605 2004-10-26  Simon Josefsson  <jas@extundo.com>
22606
22607         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22608         <chenggao@gmail.com>.
22609
22610 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22611
22612         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22613         instead.
22614
22615 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22616
22617         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22618         to remove a server from the nnimap-server-buffer-alist.
22619         (nnimap-open-connection, nnimap-close-server): Use it.
22620
22621         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22622
22623 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22626         running the major-mode function.
22627
22628 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22629
22630         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22631         dummy marks in the right way.
22632
22633 2004-10-18  David Edmondson  <dme@dme.org>
22634
22635         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22636         excessively.
22637
22638 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22639
22640         * gnus-util.el (gnus-split-references): Accept a nil references
22641         string and go on blissfully.
22642
22643         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22644         cases where the references string is non-nil but has no references.
22645
22646         * encrypt.el: Add autoload tags.
22647
22648         * spam.el (spam-resolve-registrations-routine): Remove article
22649         from unregistration list too.  Reported by David Hanak
22650         <dhanak@isis.vanderbilt.edu>
22651
22652 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22653
22654         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22655         nil.  Change custom type.
22656
22657 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22660
22661         * gnus-sum.el (gnus-summary-move-article): Use it.
22662
22663 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22664
22665         * encrypt.el: Add autoload cookies.
22666
22667         * spam.el (spam-backend-article-list-property)
22668         (spam-backend-get-article-todo-list)
22669         (spam-backend-put-article-todo-list)
22670         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22671         Resolve registrations separately.
22672         (spam-register-routine): Format comments.
22673         (spam-unregister-routine, spam-register-routine): Always call with
22674         specific-articles, no default list.
22675         (spam-summary-prepare-exit): Use the spam-classifications function.
22676
22677         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22678         gnus-encrypt.el.
22679
22680         * encrypt.el: Copied from gnus-encrypt.el.
22681
22682         * gnus-encrypt.el: Commented that it's obsolete.
22683
22684 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22685
22686         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22687         (gnus-score-save): Use it.
22688
22689         * message.el (message-bury): Use `window-dedicated-p'.
22690
22691 2004-10-15  Simon Josefsson  <jas@extundo.com>
22692
22693         * pop3.el (top-level): Don't require nnheader.
22694         (pop3-read-timeout): Add.
22695         (pop3-accept-process-output): Add.
22696         (pop3-read-response, pop3-retr): Use it.
22697
22698 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22699
22700         * spam.el (spam-register-routine): Move comment.
22701         (spam-verify-bogofilter): Use 'unknown for the initial
22702         spam-bogofilter-valid state, not 'never.
22703
22704         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22705         for netrc-machine.
22706
22707         * nnimap.el (nnimap-open-connection):
22708         Use netrc-machine-user-or-password.
22709
22710 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22711
22712         * gnus-registry.el (gnus-registry-unload-hook):
22713         Set as a variable with add-hook.
22714
22715         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22716         of news-path.
22717
22718         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22719
22720         * spam.el: Delete duplicate `provide'.
22721         (spam-unload-hook): Set as a variable with add-hook.
22722
22723 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22724
22725         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22726         in the doc string.
22727
22728         * message.el (message-ignored-news-headers)
22729         (message-ignored-supersedes-headers)
22730         (message-ignored-resent-headers)
22731         (message-forward-ignored-headers): Improve custom type.
22732
22733 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22734
22735         * message.el (message-tokenize-header): Fix 2004-09-06 change
22736         which used point-min in the wrong place.
22737
22738 2004-10-12  Simon Josefsson  <jas@extundo.com>
22739
22740         * tls.el (tls-certtool-program): New variable.
22741         (tls-certificate-information): New function, based on
22742         ssl-certificate-information.
22743
22744 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22745
22746         * compface.el: Move the version of ELisp-based uncompface program
22747         to the contrib directory because of the copyright problem.
22748
22749 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22750
22751         * message.el (message-kill-buffer): Raise the current frame.
22752
22753 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22754
22755         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22756
22757         * gnus.el (message-y-or-n-p): Autoload.
22758
22759         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22760         (pop3-password-required, pop3-authentication-scheme)
22761         (pop3-leave-mail-on-server): Make customizable.
22762         (pop3): New custom group.
22763         (pop3-retr): Remove `sleep-for' statements.
22764         Suggested by Dave Love <fx@gnu.org>.
22765
22766         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22767         Windows/DOS.
22768
22769         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22770         (imap-parse-body): Fix incorrect use of `assert'.
22771         Suggested by Dave Love <fx@gnu.org>.
22772
22773         * mml.el (mml-minibuffer-read-disposition): Require match.
22774         Suggested by Dave Love <fx@gnu.org>.
22775
22776 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22777
22778         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22779         doc string.
22780
22781 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22782
22783         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22784
22785 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22786
22787         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22788         instead of calling `mm-insert-inline', to decode text/* parts
22789         before displaying them.
22790
22791 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22792
22793         * mm-uu.el (mm-uu-text-plain-type): New variable.
22794         (mm-uu-pgp-signed-extract-1): Use it.
22795         (mm-uu-pgp-encrypted-extract-1): Use it.
22796         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22797         bind mm-uu-text-plain-type with that value.
22798         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22799         mm-uu-dissect.
22800
22801 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22802
22803         * gnus-group.el (gnus-update-group-mark-positions):
22804         * gnus-sum.el (gnus-update-summary-mark-positions):
22805         * message.el (message-check-news-body-syntax):
22806         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22807         of string-as-multibyte.
22808
22809 2004-10-05  Juri Linkov  <juri@jurta.org>
22810
22811         * gnus-group.el (gnus-update-group-mark-positions):
22812         * gnus-sum.el (gnus-update-summary-mark-positions):
22813         * message.el (message-check-news-body-syntax):
22814         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22815         8-bit unibyte values to a multibyte string for search functions.
22816
22817 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22818
22819         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22820         (mm-uu-dissect-text-parts): New function.
22821
22822         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22823         dissect text parts.
22824
22825         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22826         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22827
22828         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22829
22830         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22831         Use gnus-current-topics instead of gnus-current-topic.
22832
22833 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22834
22835         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22836
22837 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22838
22839         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22840         where appropriate.
22841
22842         * nnml.el (nnml-generate-active-info): do.
22843
22844         * nndiary.el (nndiary-generate-active-info): do.
22845
22846         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22847         (gnus-topic-move): do.
22848
22849         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22850         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22851
22852         * gnus-srvr.el (gnus-server-prepare)
22853         (gnus-server-open-all-servers): do.
22854
22855         * gnus-msg.el (gnus-summary-cancel-article)
22856         (gnus-summary-resend-message)
22857         (gnus-summary-mail-crosspost-complaint): do.
22858
22859         * gnus-move.el (gnus-change-server): do.
22860
22861         * gnus-group.el (gnus-group-unmark-all-groups)
22862         (gnus-group-set-current-level): do.
22863
22864 2004-10-04  Simon Josefsson  <jas@extundo.com>
22865
22866         * message.el (message-generate-hashcash): Doc fix.
22867
22868 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22869
22870         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22871         avoid infinite recursion via gnus-get-function.
22872
22873 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22874
22875         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22876
22877         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22878
22879         * nnmail.el (nnmail-split-history): do.
22880
22881         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22882         (nnml-request-delete-group): do.
22883
22884         * nnslashdot.el (nnslashdot-read-groups): do.
22885
22886         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22887         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22888
22889         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22890         (nnspool-sift-nov-with-sed): Use last.
22891         (nnspool-retrieve-headers-with-nov): Use mapc.
22892         (nnspool-request-newgroups): Use dolist.
22893         (nnspool-request-group): Use last.
22894
22895         * nntp.el (nntp-read-server-type): Use dolist.
22896
22897         * nnvirtual.el (nnvirtual-create-mapping)
22898         (nnvirtual-update-read-and-marked): Use dolist.
22899         (nnvirtual-convert-headers): Simplify.
22900
22901 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22902
22903         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22904         Add support for sync'ing tick marks.
22905
22906 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22909         there's no visible header.
22910
22911 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22912
22913         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22914         When necessary, pass full group name to gnus-request-set-marks.
22915
22916 2004-10-01  Simon Josefsson  <jas@extundo.com>
22917
22918         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22919         acroread.
22920
22921 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22922
22923         * spam-report.el (spam-report-gmane): Fix interactive.
22924
22925         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22926
22927         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22928         when writing file.
22929         (gnus-agent-synchronize-flags): Don't default to being
22930         interactive.
22931
22932 2004-09-30  Simon Josefsson  <jas@extundo.com>
22933
22934         * message.el (message-generate-hashcash): Add.
22935         (message-send-mail): Use it, call mail-add-payment.
22936
22937 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22938
22939         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22940
22941 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22942
22943         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22944         gnus-requst-update-info with explicit code to sync the in-memory
22945         info read flags with the marks being sync'd to the backend.
22946
22947         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22948
22949 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22950
22951         * spam.el (spam-verify-bogofilter): Add new function.
22952         (spam-check-bogofilter)
22953         (spam-bogofilter-register-with-bogofilter): Use it.
22954         (spam-verify-bogofilter): Add small fixes.
22955
22956 2004-09-28  Simon Josefsson  <jas@extundo.com>
22957
22958         * hashcash.el (hashcash-generate-payment): Revert.
22959
22960 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22961
22962         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22963         Use gnus-extract-references instead of gnus-split-references.
22964
22965         * gnus-util.el (gnus-extract-references): Add new function, analogous
22966         to gnus-split-references but extracts only the message-ID without
22967         anything extra.
22968
22969         * hashcash.el (hashcash-generate-payment)
22970         (hashcash-check-payment): Do the right thing if hashcash-path is
22971         nil (because the hashcash program could not be found).
22972
22973         * spam.el (spam-use-hashcash): Remove comment.
22974
22975 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22976
22977         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22978         (gnus-cache-enter-article, gnus-cache-remove-article)
22979         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22980
22981         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22982
22983         * gnus-art.el (article-hide-boring-headers)
22984         (article-translate-strings, article-display-face)
22985         (gnus-article-mime-match-handle-first)
22986         (gnus-article-highlight-headers)
22987         (gnus-article-add-buttons-to-head): do.
22988
22989 2004-09-27  Simon Josefsson  <jas@extundo.com>
22990
22991         * hashcash.el: New version, from
22992         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22993         ../contrib/.
22994
22995 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22996
22997         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22998
22999 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23000
23001         * gnus-dup.el (gnus-dup-open): Use mapc.
23002         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23003
23004         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23005         Reported by Stefan Wiens <s.wi@gmx.net>.
23006
23007         * gnus.el (gnus-shutdown): Use dolist.
23008
23009         * gnus-undo.el (gnus-undo): Use mapc.
23010
23011         * nnrss.el (nnrss-generate-active): do.
23012
23013         * message.el (message-cite-original-without-signature)
23014         (message-cite-original): Use mapc.
23015         (message-do-actions, message-make-forward-subject): Use dolist.
23016
23017 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23018
23019         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23020         deletion to remove entire duplicate line.  Fixes merged article
23021         number bug.
23022
23023 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23024
23025         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23026         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23027         first ask if you want to open a server and then, even when you
23028         responded with no, asking if you want to synchronize the server's
23029         flags.
23030         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23031         multi-line expressions.
23032         (gnus-agent-synchronize-group-flags): New internal function.
23033         Updates marks in memory (in the info structure) AND in the
23034         backend.
23035
23036         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23037
23038         * nnagent.el (nnagent-request-set-mark):
23039         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23040         method, to ensure that synchronization updates marks in the
23041         backend and in the info (in memory) structure.
23042
23043 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23044
23045         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23046         convention fully; don't miss the root article of a thread; make
23047         the X-Draft-From header with correct article numbers.
23048
23049 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23050
23051         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23052         unless plugged.  Disable the agent so that an open failure causes
23053         an error.
23054
23055         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23056         Revert 2004-09-21 change.  The backend must be opened while
23057         synchronizing flags even when the backend stores the flags
23058         locally.
23059
23060 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23061
23062         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23063         in `header' match.  Reported by Svend Tollak Munkejord.
23064
23065         * message.el (message-cite-original): Fix use of
23066         `message-cite-articles-with-x-no-archive'.
23067
23068 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23069
23070         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23071         (gnus-window-to-buffer): Ditto.
23072
23073         * mml.el (mml-preview-buffer): New variable.
23074         (mml-preview): Manage window layout with gnus-buffer-configuration.
23075
23076         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23077         X-Draft-From header even if those articles aren't quoted.
23078
23079 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23080
23081         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23082         (gnus-request-set-mark, gnus-request-update-mark): Use new
23083         g-s-t-u-l-m to decide to use backend even when unplugged.
23084
23085 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23086
23087         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23088         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23089
23090 2004-09-20  Simon Josefsson  <jas@extundo.com>
23091
23092         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23093         "utf-16-le".
23094
23095 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23096
23097         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23098
23099 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23100
23101         * uudecode.el (uudecode-use-external): Add :version.
23102
23103         * smime.el (smime-CA-file, smime-encrypt-cipher)
23104         (smime-dns-server): Add :version.
23105
23106         * smiley.el (gnus-smiley-file-types): Add :version.
23107
23108         * sha1.el (sha1-use-external): Add :version.
23109
23110         * pgg-def.el (pgg-query-keyserver): Add :version.
23111
23112         * nnmail.el (nnmail-fancy-expiry-targets)
23113         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23114         Add :version.
23115
23116         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23117         (nnimap-retrieve-groups-asynchronous): Add :version.
23118         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23119
23120         * mml.el (mml-content-disposition-parameters)
23121         (mml-insert-mime-headers-always): Add :version.
23122
23123         * mm-util.el (mm-coding-system-priorities): Add :version.
23124
23125         * mm-decode.el (mm-inline-text-html-with-images)
23126         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23127         (mm-verify-option): Add :version.
23128         (mm-text-html-renderer): Change :version.
23129
23130         * message.el (message-fcc-externalize-attachments)
23131         (message-required-headers, message-draft-headers)
23132         (message-subject-trailing-was-query)
23133         (message-subject-trailing-was-ask-regexp)
23134         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23135         (message-mark-insert-end, message-archive-header)
23136         (message-archive-note, message-cross-post-default)
23137         (message-cross-post-note, message-followup-to-note)
23138         (message-cross-post-note-function, message-use-mail-followup-to)
23139         (message-subscribed-address-functions)
23140         (message-subscribed-address-file, message-subscribed-addresses)
23141         (message-subscribed-regexps, message-allow-no-recipients)
23142         (message-yank-cited-prefix, message-signature-insert-empty-line)
23143         (message-hidden-headers, message-hierarchical-addresses)
23144         (message-mail-user-agent, message-use-idna)
23145         (message-valid-fqdn-regexp)
23146         (message-strip-special-text-properties, message-header-synonyms)
23147         (message-beginning-of-line, message-tab-body-function): Add :version.
23148         (message-insert-canlock, message-wide-reply-confirm-recipients):
23149         Change :version.
23150
23151         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23152         and :version.
23153         (mail-source-delete-old-incoming-confirm)
23154         (mail-source-movemail-program): Add :version.
23155
23156         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23157         (gnus-agent-cache, gnus-agent): Change :version.
23158
23159         * gnus-util.el (gnus-use-byte-compile): Change :version.
23160
23161         * gnus-sum.el (gnus-summary-make-false-root-always)
23162         (gnus-summary-default-high-score)
23163         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23164         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23165         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23166         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23167         (gnus-sum-thread-tree-single-indent)
23168         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23169         (gnus-sum-thread-tree-leaf-with-other)
23170         (gnus-sum-thread-tree-single-leaf): Add :version.
23171         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23172         (gnus-article-loose-mime): Change :version.
23173
23174         * gnus-start.el (gnus-backup-startup-file)
23175         (gnus-save-startup-file-via-temp-buffer): Add :version.
23176
23177         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23178         (gnus-server-offline-face): Add :version.
23179
23180         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23181
23182         * gnus-msg.el (gnus-gcc-externalize-attachments)
23183         (gnus-debug-files, gnus-debug-exclude-variables)
23184         (gnus-discouraged-post-methods): Change :version.
23185         (gnus-confirm-mail-reply-to-news)
23186         (gnus-confirm-treat-mail-like-news): Add :version.
23187
23188         * gnus-int.el (gnus-server-unopen-status): Add :version.
23189
23190         * gnus-group.el (gnus-group-jump-to-group-prompt)
23191         (gnus-large-ephemeral-newsgroup)
23192         (gnus-fetch-old-ephemeral-headers): Add :version.
23193
23194         * gnus-fun.el (gnus-x-face-directory)
23195         (gnus-convert-pbm-to-x-face-command)
23196         (gnus-convert-image-to-x-face-command)
23197         (gnus-convert-image-to-face-command): Add :version.
23198
23199         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23200
23201         * gnus-cite.el (gnus-cite-blank-line-after-header)
23202         (gnus-article-boring-faces): Add :version.
23203
23204         * gnus-art.el (gnus-buttonized-mime-types)
23205         (gnus-inhibit-mime-unbuttonizing)
23206         (gnus-treat-display-face)
23207         (gnus-treat-body-boundary): Change :version.
23208         (gnus-body-boundary-delimiter, gnus-picon-databases)
23209         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23210         (gnus-treat-date-english, gnus-treat-fold-headers)
23211         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23212         (gnus-treat-mail-picon, gnus-treat-wash-html)
23213         (gnus-article-encrypt-protocol)
23214         (gnus-use-idna, gnus-article-over-scroll)
23215         (gnus-mime-display-multipart-alternative-as-mixed)
23216         (gnus-mime-display-multipart-related-as-mixed)
23217         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23218         (gnus-ctan-url, gnus-button-ctan-handler)
23219         (gnus-button-handle-ctan-bogus-regexp)
23220         (gnus-button-ctan-directory-regexp)
23221         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23222         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23223         (gnus-button-man-level, gnus-button-emacs-level)
23224         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23225
23226         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23227         (gnus-agent-go-online): Change :version.
23228         (gnus-agent-expire-unagentized-dirs)
23229         (gnus-agent-auto-agentize-methods): Add :version.
23230
23231         * flow-fill.el (fill-flowed-display-column)
23232         (fill-flowed-encode-column): Add :version.
23233
23234         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23235         (gnus-outlook-deuglify-unwrap-max)
23236         (gnus-outlook-deuglify-cite-marks)
23237         (gnus-outlook-deuglify-unwrap-stop-chars)
23238         (gnus-outlook-deuglify-no-wrap-chars)
23239         (gnus-outlook-deuglify-attrib-cut-regexp)
23240         (gnus-outlook-deuglify-attrib-verb-regexp)
23241         (gnus-outlook-deuglify-attrib-end-regexp)
23242         (gnus-outlook-display-hook): Add :version.
23243
23244         * binhex.el (binhex-use-external): Add :version.
23245
23246 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23247
23248         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23249         and `invisible'.
23250
23251 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23252
23253         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23254         in gnus-registry-trim.
23255
23256 2004-09-13  Simon Josefsson  <jas@extundo.com>
23257
23258         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23259
23260         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23261
23262         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23263         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23264         <yamaoka@jpl.org>.
23265         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23266         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23267         <yamaoka@jpl.org>.
23268
23269         * sieve.el (sieve-manage-mode): Ditto.
23270
23271 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23272
23273         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23274
23275 2004-09-11  Simon Josefsson  <jas@extundo.com>
23276
23277         * dns-mode.el: Add.
23278
23279         * mm-view.el (mm-display-dns-inline): Add.
23280
23281         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23282         (mm-automatic-display): Ditto.
23283
23284         * mailcap.el (mailcap-mime-data): Add text/dns.
23285         (mailcap-mime-extensions): Map .soa to text/dns.
23286
23287 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23288
23289         * gnus-art.el (article-decode-mime-words, article-babel)
23290         (gnus-article-highlight-signature, gnus-article-add-buttons)
23291         (gnus-signature-toggle): Remove unnecessary bindings of
23292         `inhibit-read-only' inherited from v5.10 merge.
23293
23294 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23295
23296         * nntp.el (nntp): New customization group.
23297         (nntp-authinfo-file): Add customization group.
23298
23299         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23300
23301         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23302
23303         * gnus.el (to-address, to-list, subscribed)
23304         (large-newsgroup-initial): Ditto.
23305
23306         * flow-fill.el (fill-flowed-display-column)
23307         (fill-flowed-encode-column): Ditto.
23308
23309 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23310
23311         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23312         Use point-min rather than 1.
23313         (message-send-mail): Use buffer-size rather than point-max.
23314
23315         * gnus-sum.el (gnus-summary-search-article-forward):
23316         Signal a specific `search-failed' rather than a generic `error'.
23317
23318         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23319         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23320         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23321
23322 2004-09-10  Simon Josefsson  <jas@extundo.com>
23323
23324         * nndb.el (require): Remove tcp and duplicate cl.
23325
23326 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23327
23328         * gnus-agent.el (directory-files-and-attributes): Move forward.
23329
23330 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23331
23332         * gnus-agent.el (directory-files-and-attributes):
23333         Optionally defined to support XEmacs.
23334
23335 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23336
23337         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23338         to avoid run-time CL dependencies.
23339         (gnus-agent-unfetch-articles): New function.
23340         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23341         article numbers even when local .overview file is missing.
23342         (gnus-agent-read-article-number): New function.  Only accepts
23343         27-bit article numbers.
23344         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23345         Use gnus-agent-read-article-number.
23346         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23347         from backend while recognizing that article numbers in .overview
23348         must be valid.
23349         (gnus-agent-update-files-total-fetched-for):
23350         Use directory-files-and-attributes to improve performance.
23351         * gnus-int.el (gnus-request-move-article):
23352         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23353         improve performance.
23354
23355         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23356         some users confused by references to .newsrc when they only have a
23357         .newsrc.eld file.
23358         (gnus-convert-mark-converter-prompt)
23359         (gnus-convert-converter-needs-prompt): Fix use of property list.
23360         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23361         New function.  Used internally to only display 'gnus converting
23362         files' message when actually necessary.
23363
23364         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23365         methods now autoloaded.
23366
23367 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23368
23369         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23370         identifiers.
23371
23372 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23373
23374         * gnus-picon.el: Fix indentation and closing parenthesis.
23375
23376 2004-09-01  Simon Josefsson  <jas@extundo.com>
23377
23378         * message.el (message-canlock-generate): Require sha1, not
23379         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23380         to require within a function.  Sadly, if sha1.el isn't loaded, the
23381         let binding in m-c-g will hide the defcustom definition, which is
23382         bad.)
23383
23384         * canlock.el: Require sha1, not sha1-el.
23385
23386         * message.el: Don't autoload sha1 (there is a autoload cookie in
23387         sha1.el).
23388
23389         * sha1-el.el: Rename to sha1.el.
23390
23391 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23392
23393         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23394
23395 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23396
23397         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23398
23399 2004-08-30  Kim F. Storm  <storm@cua.dk>
23400
23401         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23402
23403         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23404         Add :group 'nnimap.
23405
23406 2004-08-30  Andreas Schwab  <schwab@suse.de>
23407
23408         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23409         ?* and ?\;.
23410
23411         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23412         and ?\' to symbol instead of whitespace.
23413
23414 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23415
23416         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23417
23418         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23419         instead of re-search-forward.
23420
23421         * gnus-uu.el (gnus-uu-save-article): Ditto.
23422         (gnus-uu-post-encode-uuencode): Ditto.
23423
23424         * html2text.el (html2text-clean-list-items): Ditto.
23425         (html2text-clean-dtdd): Ditto.
23426         (html2text-format-tags): Ditto.
23427
23428         * message.el (message-send-mail-with-sendmail): Fix regexp.
23429         (message-fill-field-general): Use search-forward instead of
23430         re-search-forward.
23431         (unbold-region): Ditto.
23432
23433         * nnrss.el (nnrss-request-article): Ditto.
23434
23435         * nnslashdot.el (nnslashdot-request-article): Ditto.
23436
23437         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23438
23439         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23440         "Unrecognized menu descriptor" error in XEmacs.
23441
23442 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23443
23444         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23445         parent article of a sparse article in the thread hashtb.
23446
23447 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23448
23449         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23450         (nnmail-expand-newtext): Lowercase expanded entries if
23451         nnmail-split-lowercase-expanded is non-nil.
23452
23453 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23454
23455         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23456
23457         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23458         of gnus-tmp-news-method into string under XEmacs.  It will be
23459         passed to gnus-correct-length which takes only a string argument.
23460
23461 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23462
23463         * gnus-util.el (gnus-bind-print-variables): New macro.
23464         (gnus-prin1): Use it.
23465         (gnus-prin1-to-string): Use it.
23466         (gnus-pp): New function.
23467         (gnus-pp-to-string): New function.
23468
23469         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23470         Replace pp-to-string with gnus-pp-to-string.
23471         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23472         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23473         * gnus-msg.el (gnus-debug): Ditto.
23474         * gnus-score.el (gnus-score-save): Ditto.
23475         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23476         gnus-pp-to-string.
23477         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23478         with gnus-pp.
23479         * score-mode.el (gnus-score-pretty-print): Ditto.
23480         * webmail.el (webmail-debug): Ditto.
23481
23482 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23483
23484         * gnus-art.el (article-display-face, article-display-x-face):
23485         Use buffer-read-only.
23486
23487 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23488
23489         * gnus-art.el (article-hide-list-identifiers):
23490         Bind inhibit-read-only as t.
23491
23492 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23493
23494         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23495
23496 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23497
23498         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23499         (gnus-narrow-to-page): Don't assume point-min == 1.
23500         (gnus-article-edit-mode): Derive from message-mode.
23501
23502         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23503         point-min == 1.
23504
23505         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23506         Disable incorrect use of `assert'.
23507
23508         * message.el (message-mode): Set comment-start-skip.
23509
23510
23511 2004-08-22  Sam Steingold  <sds@gnu.org>
23512
23513         * pop3.el (pop3-leave-mail-on-server): New user variable.
23514         (pop3-movemail): Delete mail only when it is nil.
23515
23516 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23517
23518         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23519
23520         * mml.el (mml-preview): Use `pop-to-buffer'.
23521
23522         * message.el (message-goto-mail-followup-to): Insert after "To".
23523         (message-carefully-insert-headers): Add comment.
23524
23525         * gnus.el: Remove unused variable `gnus-article-check-size'.
23526
23527         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23528
23529         * gnus-art.el (gnus-button-alist):
23530         Improve `gnus-button-handle-library' entry.
23531
23532 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23533
23534         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23535         Use downcase, since XEmacs capitalizes error messages differently.
23536
23537 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23538
23539         * nntp.el: Add (require 'gnus) due to reference to
23540         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23541
23542 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23543
23544         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23545         Bind `mm-fill-flowed'.
23546
23547         * mm-decode.el (mm-dissect-singlepart): Check it.
23548
23549 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23550
23551         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23552         'imap' for netrc parsing.
23553
23554 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23555
23556         * mailcap.el (mailcap-mime-data): Mark as risky.
23557
23558 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23559
23560         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23561         may be included in the encoded word.
23562         (rfc2047-encode): Don't append a space if the encoded word
23563         includes close parenthesis.
23564
23565 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23568         of text within parentheses.
23569
23570 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23571
23572         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23573         (gnus-encrypt-write-file-contents): Make the password key the file
23574         name PLUS the cipher, not just the cipher.  Also remove failed
23575         passwords from the cache.
23576
23577 2004-08-06  Simon Josefsson  <jas@extundo.com>
23578
23579         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23580         Doc fix.
23581
23582 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23583
23584         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23585         LWSP.
23586
23587 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23588
23589         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23590         Try to append in-reply-to: data to the references: header.
23591
23592         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23593         (netrc-parse): Use gnus-encrypt.el functions.
23594
23595         * gnus-encrypt.el: Add new file for encryption support; currently
23596         does only a few GPG ciphers and an internal XOR cipher.
23597
23598         * password.el: Add comments on using password-read-and-add.
23599         (password-read-and-add): Add function to read and add the
23600         password to the cache at once.
23601
23602 2004-07-28  Simon Josefsson  <jas@extundo.com>
23603
23604         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23605         parameter (but don't use it, for now).
23606
23607         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23608         instead of hard coding to nil.
23609
23610 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23613         as mm-inline-image-xemacs does.
23614
23615 2004-07-26  Simon Josefsson  <jas@extundo.com>
23616
23617         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23618         Revert part of 2004-07-17 change below.
23619
23620 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23621
23622         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23623         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23624
23625 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23626
23627         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23628         quotes that actually start with ">" at the beginning of the
23629         lines.
23630
23631 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23632
23633         * rfc2047.el (rfc2047-encode-region): Fix last change.
23634         (rfc2047-encode-parameter): Remove useless concat.
23635
23636 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23637
23638         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23639         encode special characters; fix some kind of misconfigured headers;
23640         signal a real error if debug-on-quit or debug-on-error is non-nil.
23641         (rfc2047-encode-max-chars): New variable.
23642         (rfc2047-encode-1): Use it.
23643         (rfc2047-encode-parameter): New function.
23644
23645         * mml.el (mml-insert-parameter): Remove an excessive space.
23646
23647 2004-07-17  Simon Josefsson  <jas@extundo.com>
23648
23649         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23650         Kai Grossjohann <kai@emptydomain.de>.
23651         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23652         (gnus-group-make-menu-bar): Ditto.
23653
23654         * gnus-util.el (gnus-group-server): Add.
23655
23656 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23657
23658         * message.el (message-clone-locals): Clone sendmail and smtp
23659         variables.
23660
23661 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * rfc2047.el (rfc2047-encode-region): Fix last change.
23664
23665 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23666
23667         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23668         characters as non-special.
23669
23670 2004-07-09  Simon Josefsson  <jas@extundo.com>
23671
23672         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23673         Users will lose all flag changes made while unplugged with
23674         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23675         good default.  See numerous reports on ding mailing list.
23676
23677 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23680         add generate-head-function and generate-article-function to the
23681         rfc822-forward entry.
23682         (nndoc-rfc822-forward-generate-article): New function.
23683         (nndoc-rfc822-forward-generate-head): New function.
23684
23685         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23686
23687 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23688
23689         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23690         respect display group parameter and gnus-summary-expunge-below.
23691         (gnus-articles-to-read): Remove unused reference to display group
23692         parameter.
23693
23694 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23695
23696         * nnheader.el (nnheader-uniquify-message-id): New experimental
23697         variable.
23698         (nnheader-nov-read-message-id): Use it.
23699
23700         * spam-report.el (spam-report-gmane): Add interactive.
23701
23702 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23703
23704         * mm-encode.el (mm-content-transfer-encoding-defaults):
23705         Use qp-or-base64 for the application/* types.
23706
23707 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23708
23709         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23710
23711 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23712
23713         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23714         trim value.
23715
23716 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23717
23718         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23719         New macro and function.
23720         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23721
23722 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23723
23724         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23725         after-load-alist.
23726
23727 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23728
23729         * gnus-group.el (gnus-group-get-new-news-this-group):
23730         Don't update info that isn't there.
23731
23732 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23733
23734         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23735         entry.
23736
23737 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * mm-view.el (mm-inline-render-with-function): Use multibyte
23740         buffer; decode html source by charset.
23741
23742         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23743
23744         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23745         Mule-UCS is loaded under XEmacs.
23746         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23747
23748 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23749
23750         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23751
23752 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * mm-util.el (mm-coding-system-p): Return a coding-system.
23755         (mm-mime-mule-charset-alist): Use shift_jis instead of
23756         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23757         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23758         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23759         instead of japanese-shift-jis and iso-latin-1 respectively in
23760         order to share the default value with both Emacs and XEmacs-mule.
23761         (mm-mule-charset-to-mime-charset):
23762         Make mm-coding-system-priorities effective.
23763         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23764         while predicating of candidates upon the priorities.
23765
23766 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23767
23768         * gnus-sum.el (gnus-summary-make-menu-bar):
23769         Add gnus-uu-invert-processable.
23770
23771         * gnus.el: Autoload gnus-uu-invert-processable.
23772
23773 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23774
23775         * mm-util.el (mm-with-multibyte-buffer): New macro.
23776
23777         * rfc2047.el (rfc2047-encode-string): Use it.
23778         (rfc2047-encode-region): Move point to the end of the region after
23779         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23780
23781 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23782
23783         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23784         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23785
23786 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23787
23788         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23789         (gnus-cite-parse): Ignore quoted envelope From_.
23790         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23791
23792 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23793
23794         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23795         invalid addresses.
23796
23797 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23798
23799         * spam.el: Change section markers, revise TODO list.
23800         (spam-backends): Make new master list of all installed backends.
23801         (spam-summary-exit-behavior): Add new variable to determine how
23802         messages moves are done at summary exit.
23803         (spam-move-spam-nonspam-groups-only)
23804         (spam-process-ham-in-nonham-groups)
23805         (spam-process-ham-in-spam-groups): Remove variables, the
23806         spam-summary-exit-behavior variable should be used to manage this
23807         behavior.
23808         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23809         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23810         and spam-old-spam-articles.
23811         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23812         Add empty variables, placeholders for the backends they represent.
23813         (spam-set-difference): Move, unchanged.
23814         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23815         unless the user has a processor variable.
23816         (spam-classifications, spam-classification-valid-p)
23817         (spam-backend-properties, spam-backend-property-valid-p)
23818         (spam-backend-function-type-valid-p)
23819         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23820         (spam-report-articles-gmane, spam-report-articles-resend):
23821         Remove functions, they are not needed.
23822         (spam-install-backend-super, spam-backend-list)
23823         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23824         (spam-backend-function, spam-backend-ham-registration-function)
23825         (spam-backend-spam-registration-function)
23826         (spam-backend-ham-unregistration-function)
23827         (spam-backend-spam-unregistration-function)
23828         (spam-backend-statistical-p, spam-backend-mover-p)
23829         (spam-install-backend-alias, spam-install-checkonly-backend)
23830         (spam-install-mover-backend, spam-install-nocheck-backend)
23831         (spam-install-backend, spam-install-statistical-backend)
23832         (spam-install-statistical-checkonly-backend): Add backend installation
23833         support.
23834         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23835         (spam-group-processor-p): Use the new backend code and respect the
23836         summary exit behavior.
23837         (spam-mark-spam-as-expired-and-move-routine): Remove.
23838         (spam-summary-prepare): Change to use the new spam-old-articles
23839         variable.
23840         (spam-copy-or-move-routine, spam-copy-spam-routine)
23841         (spam-move-spam-routine, spam-copy-ham-routine)
23842         (spam-move-ham-routine): Add code to copy/move ham or spam.
23843         (spam-fetch-field-fast): Improve doc and code, plus allow the
23844         'number request.
23845         (spam-list-of-checks, spam-list-of-statistical-checks):
23846         Remove variables.
23847         (spam-split, spam-find-spam): Use the new backend code.
23848         (spam-registration-functions): Remove variable.
23849         (spam-unregister-routine): Add convenience wrapper.
23850         (spam-log-undo-registration, spam-register-routine)
23851         (spam-log-processing-to-registry)
23852         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23853         where possible.
23854         (spam-check-gmane-xref, spam-check-regex-headers)
23855         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23856         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23857         (spam-check-bogofilter-headers, spam-check-spamoracle)
23858         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23859         (spam-check-crm114-headers): Use the spam-split-group that
23860         spam-split prepares, no need to determine it every time.
23861
23862         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23863         to the nnheader-parse-naked-head call.
23864
23865         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23866
23867         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23868         the nnheader-nov-read-message-id call.
23869
23870 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23871
23872         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23873         gnus-activate-group twice.  Suggested by Markus Peter
23874         <warp@spin.de>.
23875
23876 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23877
23878         * gnus-art.el (gnus-article-time-format): Exchange the order of
23879         day and month in the default value; fix customization type.
23880         (article-date-ut): Use add-text-properties.
23881         (article-make-date-line): Use message-make-date instead of
23882         current-time-string.
23883
23884         * message.el (message-fetch-field): Don't use set-text-properties.
23885         (message-make-date): Simplify.
23886
23887         * messagexmas.el (message-xmas-make-date): New function.
23888         (message-xmas-redefine): Defalias message-make-date to it.
23889
23890 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23891
23892         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23893         (rfc2047-encode-region): Treat text within parentheses as special;
23894         show the original text when error has occurred.
23895
23896         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23897         already-computed method to gnus-activate-group.
23898
23899         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23900         same select-methods identical Lisp objects.
23901
23902         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23903         object when modifying the info.
23904
23905 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23906
23907         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23908         gnus-opened-servers since it has never been opened with the new
23909         configuration yet.
23910
23911 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23914         arg to nnheader-generate-fake-message-id.
23915
23916 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23917
23918         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23919         number and build a fake message ID localized to a group and
23920         article number (so it's repeatable from that point on).
23921         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23922         ID format.
23923
23924         * gnus-sum.el (gnus-get-newsgroup-headers):
23925         Call nnheader-generate-fake-message-id with the article number.
23926
23927 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23928
23929         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23930         end-of-buffer.
23931
23932 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23933
23934         * message.el (message-ignored-supersedes-headers): Add Approved.
23935
23936 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23939         goto-char.
23940         (rfc2047-encode): Fold the line before encoding.
23941
23942 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23943
23944         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23945         folding -- not all headers can be folded, and this should be done
23946         by the message composition mode.  Probably.  I think.
23947
23948 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23949
23950         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23951         fast.
23952
23953         * gnus-ems.el (gnus-remove-image): Don't use
23954         message-text-with-property; remove only the image found first.
23955
23956         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23957         found first.
23958
23959 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23960
23961         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23962
23963 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23964
23965         * message.el (message-text-with-property): Make it fast and accept
23966         optional arguments.
23967         (message-strip-forbidden-properties): Use it.
23968         (message-fix-before-sending): Follow the m-t-w-p change.
23969
23970         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23971
23972 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23973
23974         * gnus-art.el (article-hide-headers): Don't change the buffer
23975         mistakenly when performing mml-preview even if
23976         gnus-single-article-buffer is nil.
23977
23978 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23979
23980         * message.el (message-expand-name-databases): New user option.
23981         (message-expand-name): Use it.
23982
23983 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23984
23985         * spam.el (spam-report-articles-resend)
23986         (spam-report-resend-register-routine): Allow ham reporting.
23987         (spam-report-resend-register-ham-routine): Add wrapper.
23988         (spam-registration-functions): Add ham resending functions.
23989         (spam-list-of-processors): Add ham resend processor.
23990
23991         * gnus.el (ham-resend-to): Add new group parameter.
23992         (spam-process): Add ham resend option.
23993
23994         * spam-report.el (spam-report-resend): Allow reporting ham.
23995         (spam-report-resend-ham): Add wrapper.
23996
23997 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23998
23999         * message.el (message-cite-articles-with-x-no-archive):
24000         New variable.
24001         (message-cite-original): Use it.
24002
24003 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24004
24005         * message.el (message-cite-original): Respect X-No-Archive.
24006
24007 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24008
24009         * gnus-art.el (article-hide-headers): Refer to the values for
24010         gnus-ignored-headers and gnus-visible-headers in the summary
24011         buffer since a user may have set them as group parameters.
24012
24013 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24014
24015         * assistant.el (assistant-node-name): Add convenience function.
24016         (assistant-render-text, assistant-render-node): Add error handling,
24017         plus handle multiple next nodes.
24018         (assistant-find-next-node): Comment out for now.
24019         (assistant-find-next-nodes): Add function, returns list of next
24020         nodes.
24021
24022 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24023
24024         * mail-source.el (mail-source-directory): Fix doc-string.
24025
24026 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24027
24028         * assistant.el (assistant-render-text, assistant-eval): Add :set
24029         widget type, which is different because it takes and returns a
24030         list.  Much hilarity ensues.
24031
24032 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24033
24034         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24035
24036         * gnus-group.el (gnus-group-get-new-news-this-group):
24037         Add doc-string.
24038
24039         * gnus-start.el (gnus-activate-group): Add doc-string.
24040
24041 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24042
24043         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24044
24045 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24046
24047         * assistant.el (assistant-render-text): Try to add a :set
24048         widget, more to come.
24049
24050         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24051         strings.
24052         (spam-report-articles-resend)
24053         (spam-register-routine): Do registration iff any articles warrant
24054         it.
24055         (spam-summary-prepare-exit): Change log message for nil group
24056         destinations.
24057
24058 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24059
24060         * spam.el (spam-report-resend-register-routine):
24061         Allow spam-report-resend-to to be a group parameter or a global value.
24062
24063 2004-05-26  Simon Josefsson  <jas@extundo.com>
24064
24065         * starttls.el: Merge with my GNUTLS based starttls.el.
24066         (starttls-gnutls-program, starttls-use-gnutls)
24067         (starttls-extra-arguments, starttls-process-connection-type)
24068         (starttls-connect, starttls-failure, starttls-success):
24069         New variables.
24070         (starttls-program, starttls-extra-args): Doc fix.
24071         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24072         New functions.
24073         (starttls-negotiate, starttls-open-stream):
24074         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24075         function if it is set.
24076
24077 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24078
24079         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24080         structured fields.
24081
24082 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24083
24084         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24085
24086 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24087
24088         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24089         Add variable.
24090         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24091         assigning the spam-mark to new messages.
24092
24093 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24094
24095         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24096
24097 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24098
24099         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24100
24101         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24102         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24103         default.
24104
24105 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24106
24107         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24108         correct data.
24109
24110 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24111
24112         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24113         (spam-group-processor-p): Fix function.
24114         (spam-group-processor-multiple-p)
24115         (spam-group-spam-processor-report-gmane-p)
24116         (spam-group-spam-processor-report-resend-p)
24117         (spam-group-spam-processor-bogofilter-p)
24118         (spam-group-spam-processor-blacklist-p)
24119         (spam-group-spam-processor-ifile-p)
24120         (spam-group-ham-processor-ifile-p)
24121         (spam-group-spam-processor-spamoracle-p)
24122         (spam-group-spam-processor-crm114-p)
24123         (spam-group-ham-processor-bogofilter-p)
24124         (spam-group-spam-processor-stat-p)
24125         (spam-group-ham-processor-stat-p)
24126         (spam-group-ham-processor-whitelist-p)
24127         (spam-group-ham-processor-BBDB-p)
24128         (spam-group-ham-processor-spamoracle-p)
24129         (spam-group-ham-processor-copy-p): Remove functions with some
24130         prejudice against unneeded code.
24131         (spam-report-articles-resend)
24132         (spam-report-resend-register-routine): Allow the group/topic
24133         spam-resend-to value to override spam-report-resend-to.
24134         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24135         properly now.
24136
24137         * gnus.el (spam-resend-to): Add group/topic parameter.
24138         (spam-process): Move the OBSOLETE processors to the end of the
24139         choices.
24140
24141 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24142
24143         * spam-report.el (spam-report-resend-to, spam-report-resend):
24144         Start with resend-to set to nil, and then ask the user if necessary.
24145         (spam-report-resend): spam-report-resend takes a list of articles, not
24146         separate article numbers.
24147
24148 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24149
24150         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24151         addition to emacs-w3m.
24152
24153 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24154
24155         * assistant.el (assistant-authinfo-data): New function.
24156         (assistant-eval): Eval for entire assistant.
24157
24158         * netrc.el (netrc-services-file): New variable.
24159         (netrc-parse-services): New function.
24160         (netrc-find-service-name): New function.
24161         (netrc-find-service-number): New function.
24162         (netrc-port-equal): New function.
24163         (netrc-machine): Use it.
24164
24165         * nnimap.el (nnimap-open-connection): Use netrc.
24166
24167         * gnus-util.el (gnus-netrc-get): Remove aliases.
24168
24169         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24170
24171         * assistant.el (wid-edit): Fix compilation.
24172
24173         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24174
24175 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24176
24177         * gnus-util.el (gnus-set-file-modes): New function.  (small
24178         patch).
24179
24180 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24181
24182         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24183
24184         * assistant.el (assistant-render-node): Fix up rendering and
24185         read-only text.
24186         (assistant-render-node): Reset.
24187         (assistant-make-read-only): Not sticky.
24188
24189 2004-05-20  Danny Siu  <dsiu@adobe.com>
24190
24191         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24192         centered even when gnus-auto-center-summary is t.
24193
24194 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24195
24196         * dns.el (dns-get-txt-answer): New function.
24197         (dns-read-txt): Ditto.
24198         (query-dns): Use it.
24199
24200 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24201
24202         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24203         active for foreign groups even if the group level is higher than
24204         the specified value.
24205
24206 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24207
24208         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24209         non-active groups.
24210
24211         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24212
24213 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24214
24215         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24216
24217 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24218
24219         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24220         (spam-crm114-header, spam-crm114-spam-switch)
24221         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24222         (spam-crm114-positive-spam-header)
24223         (spam-crm114-database-directory, spam-list-of-processors)
24224         (spam-group-spam-processor-crm114-p)
24225         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24226         (spam-generic-score, spam-list-of-checks)
24227         (spam-list-of-statistical-checks, spam-registration-functions)
24228         (spam-check-crm114-headers, spam-crm114-score)
24229         (spam-check-crm114, spam-crm114-register-with-crm114)
24230         (spam-crm114-register-spam-routine)
24231         (spam-crm114-unregister-spam-routine)
24232         (spam-crm114-register-ham-routine)
24233         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24234
24235 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24236
24237         * gnus.el: Add spam-use-crm114.
24238
24239         * spam.el (spam-list-of-processors, spam-registration-functions):
24240         Add spam-use-resend.
24241         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24242         (spam-report-articles-gmane): Add doc fix.
24243         (spam-report-articles-resend, spam-report-resend-register-routine):
24244         Add wrappers around spam-report-resend-to.
24245
24246         * spam-report.el (spam-report-resend-to, spam-report-resend):
24247         Add support for resending spam.
24248         (spam-report-gmane): Fix line length >80.
24249
24250         * gnus.el (spam-process): Add spam-use-resend.
24251
24252 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24253
24254         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24255         number of processed spam messages.
24256         (spam-ham-copy-or-move-routine): Return the number of processed
24257         ham messages.
24258         (spam-summary-prepare-exit): Use the above values to decide
24259         whether status messages shouled be displayed.
24260
24261 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24262
24263         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24264         `rfc2047-encoding-function-alist' in order to avoid conflicting
24265         with the old version.
24266         (rfc2047-encode-region): Concatenate words containing non-ASCII
24267         characters in structured fields; don't encode space-delimited
24268         ASCII words even in unstructured fields; don't break words at
24269         char-category boundaries.
24270         (rfc2047-encode-1): New function.
24271         (rfc2047-encode): Use it; encode text so that it occupies the
24272         maximum width within 76-column; work correctly on Q encoding for
24273         iso-2022-* charsets.
24274         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24275         sure not to break a line just after the header name.
24276         (rfc2047-b-encode-region): Remove.
24277         (rfc2047-b-encode-string): New function.
24278         (rfc2047-q-encode-region): Remove.
24279         (rfc2047-q-encode-string): New function.
24280
24281         * mm-util.el (mm-replace-in-string): New function.
24282
24283 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24284
24285         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24286         Really get it right.
24287         (gnus-inews-make-draft): Really.
24288
24289 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24290
24291         * nnmh.el (nnmh-request-list-1): Don't check the link count
24292         before descending.  (small patch)
24293
24294 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24295
24296         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24297         stuff.
24298
24299         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24300         Match on real group name.
24301
24302         * gnus-art.el (gnus-signature-limit): Doc fix.
24303
24304         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24305
24306         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24307
24308 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24309
24310         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24311         isn't a string.
24312
24313 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24314
24315         * gnus-draft.el (gnus-draft-send):
24316         Bind rfc2047-encode-encoded-words.
24317
24318         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24319         (rfc2047-encodable-p): Say that =? needs encoding.
24320         (rfc2047-encode-encoded-words): New variable.
24321
24322         * gnus-group.el (gnus-group-select-group): Doc fix.
24323
24324         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24325
24326         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24327         to nil.
24328
24329         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24330
24331         * nnheader.el (nnheader-get-lines-and-char): New function.
24332
24333 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24334
24335         * gnus-msg.el (gnus-summary-followup-with-original):
24336         Document yanking of region when active.
24337
24338 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24339
24340         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24341         groups if the group level is higher than the specified value.
24342
24343 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24344
24345         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24346         (gnus-group-jump-to-group): Add prefix argument using
24347         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24348         non-active group.
24349
24350         * compface.el (uncompface): Be verbose when changing
24351         `uncompface-use-external'.
24352
24353         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24354         handle manual section.
24355
24356 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24357
24358         * gnus-art.el (gnus-button-alist): Revert previous change.
24359
24360 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24361
24362         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24363
24364 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24365
24366         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24367         whether backend can accept message.
24368
24369         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24370
24371 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24372
24373         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24374         Avoid creating directory when nntp-marks-is-evil is true.
24375         Reported by Reiner Steib.
24376
24377 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24378
24379         * gnus-picon.el (gnus-picon-insert-glyph):
24380         Add optional `nostring' argument.
24381
24382 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24383
24384         * gnus-picon.el (gnus-picon-style): New variable.
24385         (gnus-picon-transform-address): Support `gnus-picon-style'.
24386
24387 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24388
24389         * message.el (message-fill-field): Return point.
24390         (message-generate-headers): Go to end of field.
24391
24392         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24393         stuff for non-living groups.
24394
24395 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24396
24397         * gnus-art.el (gnus-article-followup-with-original)
24398         (gnus-article-reply-with-original): gnus-mark-active-p ->
24399         gnus-region-active-p.
24400
24401 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24402
24403         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24404         only when there is spam or ham to be processed.
24405
24406 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24407
24408         * mail-source.el (mail-source-delete-crash-box): Refactor.
24409         (mail-source-fetch): Use it.
24410         (mail-source-fetch-file): Ditto.
24411         (mail-source-fetch-directory): Run postscript in loop.
24412         (mail-source-fetch-pop): Delete.
24413         (mail-source-fetch-maildir): Ditto.
24414         (mail-source-fetch-imap): Ditto.
24415
24416         * imap.el (imap-authenticators): Comment out sasl.
24417
24418         * message.el (message-skip-to-next-address): New function.
24419         (message-fill-header-address): Refactor.
24420         (message-fill-address): Use it.
24421         (message-delete-address): Use it.
24422         (message-fill-header-general): Refactor.
24423         (message-fill-field-address): Rename.
24424         (message-narrow-to-field): Find the start of the header.
24425         (message-header-format-alist): Don't pre-fill.
24426         (message-fill-header): Remove.
24427         (message-insert-header): New function.
24428         (message-shorten-references): Use it.
24429
24430         * rfc2047.el (rfc2047-field-value): Strip props.
24431
24432         * mail-parse.el (mail-header-make-address): New alias.
24433
24434         * ietf-drums.el (ietf-drums-make-address): New function.
24435
24436         * imap.el: Add compiler directives.
24437
24438         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24439
24440         * gnus-art.el (article-decode-idna-rhs): Don't use
24441         message-idna-inside-rhs-p.
24442
24443 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24444
24445         * message.el (message-idna-inside-rhs-p): Remove.
24446         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24447
24448         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24449         false positives.
24450
24451 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24452
24453         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24454
24455 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24456
24457         * nneething.el (nneething-file-name): Don't create spurious
24458         files.
24459
24460         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24461         (gnus-inews-do-gcc): Remove sleep.
24462
24463         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24464         part under point.
24465
24466         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24467         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24468
24469 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24470
24471         * spam.el (spam-summary-prepare-exit): Fix (length).
24472
24473 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24474
24475         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24476         as expired without moving it" message when there are spam
24477         messages left.
24478
24479 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24480
24481         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24482         header is not nil.
24483
24484 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24485
24486         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24487         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24488         (nntp-marks-changed-p): New arg SERVER.
24489         (nntp-request-update-info): Adjust caller.
24490
24491 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24492
24493         * nntp.el (nntp-save-marks): Pass missing arg.
24494
24495 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24496
24497         * nntp.el: Support marks.
24498         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24499         (nntp-marks-modtime, nntp-marks-directory): New variables.
24500         (nntp-request-set-mark, nntp-request-update-info)
24501         (nntp-possibly-create-directory, nntp-marks-changed-p)
24502         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24503         New functions.
24504
24505 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24506
24507         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24508         (gnus-xmas-redefine): Rename.
24509
24510         * gnus-score.el (gnus-score-insert-help):
24511         Use gnus-select-lowest-window.
24512
24513         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24514         appt-select-lowest-window and rename to gnus-select-lowest-window.
24515
24516         * gnus.el: do.
24517
24518 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24519
24520         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24521         encodings of MIME-encoded words, in order to improve
24522         interoperability with several broken MUAs.
24523
24524 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24525
24526         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24527         tags, only when charsets are not specified in headers.
24528         (mm-inline-text-html-render-with-w3m): Ditto.
24529
24530         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24531         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24532
24533 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24534
24535         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24536         instead of MIME-decoded from fields when checking
24537         `gnus-article-address-banner-alist'.
24538
24539 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24540
24541         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24542         description rather than subject.
24543
24544 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24545
24546         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24547
24548 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24549
24550         * gnus.el (gnus-version-number): Bump.
24551
24552 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24553
24554         * gnus.el: No Gnus v0.2 is released.
24555
24556 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24557
24558         * gnus-agent.el (gnus-agent-read-agentview):
24559         Inline gnus-uncompress-range.
24560
24561 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24562
24563         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24564         `exec-installed-p'.
24565
24566 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24567
24568         * gnus.el (spam-process, spam-autodetect-methods):
24569         Add bsfilter and bsfilter-headers.
24570
24571         * spam.el (spam-bsfilter): New customize group.
24572         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24573         (spam-bsfilter-header, spam-bsfilter-probability-header)
24574         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24575         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24576         (spam-bsfilter-database-directory): New options.
24577         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24578         (spam-list-of-statistical-checks, spam-registration-functions):
24579         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24580         (spam-bsfilter-score): New command.
24581         (spam-check-bsfilter-headers, spam-check-bsfilter)
24582         (spam-bsfilter-register-with-bsfilter)
24583         (spam-bsfilter-register-spam-routine)
24584         (spam-bsfilter-unregister-spam-routine)
24585         (spam-bsfilter-register-ham-routine)
24586         (spam-bsfilter-unregister-ham-routine): New functions.
24587         (spam-generic-score): Support bsfilter; Accept an optional argument
24588         to recalcurate spam score even if scoring header has already been
24589         added.
24590         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24591         optional argument to recalcurate spam score even if scoring header
24592         has already been added.
24593
24594 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24595
24596         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24597         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24598         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24599         link is missing.
24600
24601 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24602
24603         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24604         (html2text-get-attr): Rewrite.
24605
24606         * message.el (message-setup-1): Remove redundant put-text-property
24607         on mail-header-separator.
24608
24609 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24610
24611         * gnus-registry.el (gnus-registry-cache-whitespace)
24612         (gnus-registry-action, gnus-registry-spool-action)
24613         (gnus-registry-split-fancy-with-parent): Change message levels
24614         from 5 to 3 or 7, as needed.
24615
24616         * spam.el (spam-summary-prepare-exit)
24617         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24618         (spam-split, spam-find-spam, spam-log-undo-registration)
24619         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24620         level from 5 to 6.
24621
24622 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24625         2004-03-04 change).
24626
24627 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24628
24629         * sieve-manage.el (sieve-manage-open):
24630         * nnweb.el (nnweb-insert-html):
24631         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24632         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24633         * nnspool.el (nnspool-request-group):
24634         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24635         * nnml.el (nnml-request-update-info):
24636         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24637         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24638         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24639         (nnimap-request-set-mark):
24640         * nnfolder.el (nnfolder-request-update-info):
24641         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24642         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24643         * gnus-uu.el (gnus-uu-find-articles-matching):
24644         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24645         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24646         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24647         * gnus-nocem.el (gnus-nocem-scan-groups):
24648         * gnus-int.el (gnus-start-news-server):
24649         * gnus-group.el (gnus-group-make-kiboze-group)
24650         (gnus-group-browse-foreign-server):
24651         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24652         Use mapc when appropriate.
24653
24654 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24655             Adam Sjøgren  <asjo@koldfront.dk>
24656             Wes Hardaker  <wes@hardakers.net>
24657             Michael Shields  <shields@msrl.com>
24658
24659         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24660         may need for spam sorting and scoring.
24661         (spam-user-format-function-S): Add user format function suitable for
24662         general use.
24663         (spam-article-sort-by-spam-status): Add sorting function for summary
24664         sorting.
24665         (spam-extra-header-to-number): Add function to get a score from a
24666         header.
24667         (spam-summary-score): Add function to get a numeric score from the
24668         headers.
24669         (spam-generic-score): Fix function doc, was in wrong place.
24670         (spam-initialize): Take symbols when it's run, and install the
24671         extra headers that spam-necessary-extra-headers thinks we need.
24672
24673 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24674
24675         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24676         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24677
24678 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24679
24680         * gnus-sum.el (gnus-set-global-variables)
24681         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24682         (gnus-article-get-xrefs, gnus-summary-best-group)
24683         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24684         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24685         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24686         Use with-current-buffer.
24687
24688 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24689
24690         * spam.el (spam-summary-prepare-exit): Simplify logic.
24691         (spam-fetch-article-header): Read the article header if it's not
24692         available.
24693         (spam-list-articles): Simplify logic.
24694         (spam-filelist-register-routine): Fix bug with unregister-list.
24695
24696         * gnus-registry.el: Fix comments at beginning.
24697
24698 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24699
24700         * message.el (message-cater-to-broken-inn): Remove.
24701         (message-shorten-references): Make sure the total folded length of
24702         References is shorter than 998 characters to cater to a bug in INN
24703         2.3.  Also, don't pretend that references aren't folded -- this
24704         hasn't worked for a while.
24705
24706 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24707
24708         * gnus-agent.el (gnus-agentize):
24709         gnus-agent-send-mail-real-function no longer set to current value
24710         of message-send-mail-function but rather a lambda that calls
24711         message-send-mail-function.  The change makes the agent real-time
24712         responsive to user changes to message-send-mail-function.
24713
24714 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24715
24716         * legacy-gnus-agent.el
24717         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24718         help from Florian Weimer <fw@deneb.enyo.de>
24719
24720 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24721
24722         * nnmail.el (nnmail-cache-insert): Revert last change.
24723
24724 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24725
24726         * nnmail.el (nnmail-cache-insert): Always check whether
24727         nnmail-cache-ignore-groups matches a group name.
24728
24729 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24730
24731         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24732         (spam-find-spam, spam-log-processing-to-registry)
24733         (spam-log-registered-p, spam-log-unregistration-needed-p)
24734         (spam-log-undo-registration): Use gnus-message instead of
24735         gnus-error, none of these errors are fatal.
24736
24737         * gnus-registry.el (gnus-registry-clean-empty-function)
24738         (gnus-registry-clean-empty): Remove only empty entries without
24739         extra data.
24740
24741 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24742
24743         * spam-stat.el (spam-stat-buffer-change-to-spam)
24744         (spam-stat-buffer-change-to-non-spam): Change (error) to
24745         (gnus-message 8) invocation.
24746
24747 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24748
24749         * nntp.el (nntp-via-netcat-command): New variable.
24750         (nntp-via-netcat-switches): New variable.
24751         (nntp-open-via-rlogin-and-netcat): New function.
24752         (nntp-open-connection-function): Doc fix.
24753         (nntp-telnet-command): Doc fix.
24754         (nntp-end-of-line): Doc fix.
24755         (nntp-via-rlogin-command): Doc fix.
24756         (nntp-via-user-name): Doc fix.
24757         (nntp-via-address): Doc fix.
24758
24759 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24760
24761         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24762         error in Emacs 21.1.
24763
24764 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24765
24766         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24767
24768 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24769
24770         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24771         (gnus-agent-with-refreshed-group): New macro.
24772         (gnus-agent-rename-group): New function.
24773         (gnus-agent-delete-group): New function.
24774         (gnus-agent-save-group-info): Use gnus-command-method when
24775         `method' parameter is nil.  Don't write nil entries into the
24776         active file.
24777         (gnus-agent-get-group-info): New function.
24778         (gnus-agent-fetch-articles):
24779         Use gnus-agent-update-files-total-fetched-for to increment disk space
24780         used.
24781         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24782         Use gnus-agent-update-view-total-fetched-for to increment disk space
24783         used.
24784         (gnus-agent-get-local): Add optional parameters to avoid calling
24785         gnus-group-real-name and gnus-find-method-for-group.
24786         (gnus-agent-set-local): Delete stored entry if either min, or max,
24787         are nil.
24788         (gnus-agent-fetch-session): Reworded error/quit messages.
24789         On quit, use gnus-agent-regenerate-group to record existance of any
24790         articles fetched to disk before the quit occurred.
24791         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24792         gnus-agent-update-view-total-fetched-for, and
24793         gnus-agent-update-files-total-fetched-for to decrement disk space
24794         used.
24795         (gnus-agent-retrieve-headers):
24796         Use gnus-agent-update-view-total-fetched-for to increment disk space
24797         used.
24798         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24799         with gnus-agent-update-files-total-fetched-for to decrement disk
24800         space and fresh group buffer.
24801         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24802         (gnus-agent-need-update-total-fetched-for): New variable.
24803         (gnus-agent-update-files-total-fetched-for): New function.
24804         (gnus-agent-update-view-total-fetched-for): New function.
24805         (gnus-agent-total-fetched-for): New function.
24806
24807         * gnus-cache.el (gnus-cache-save-buffers):
24808         Use gnus-cache-update-overview-total-fetched-for to change disk space
24809         used by this group.
24810         (gnus-cache-possibly-enter-article):
24811         Use gnus-cache-update-file-total-fetched-for to increment disk space
24812         used by this group.
24813         (gnus-cache-possibly-remove-article):
24814         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24815         used by this group.
24816         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24817         (gnus-cache-rename-group): New function.
24818         (gnus-cache-delete-group): New function.
24819         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24820         (gnus-cache-need-update-total-fetched-for): New variable.
24821         (gnus-cache-with-refreshed-group): New macro.
24822         (gnus-cache-update-file-total-fetched-for): New function.
24823         (gnus-cache-update-overview-total-fetched-for): New function.
24824         (gnus-cache-rename-group-total-fetched-for): New function.
24825         (gnus-cache-delete-group-total-fetched-for): New function.
24826         (gnus-cache-total-fetched-for): New function.
24827
24828         * gnus-group.el: Require gnus-sum and autoload functions to
24829         resolve warnings when gnus-group.el compiled alone.
24830         (gnus-group-line-format): Documented new %F.
24831         (size of Fetched data) group line format; identifies disk space
24832         used by agent and cache.
24833         (gnus-group-line-format-alist): Defined new F format.
24834         (gnus-total-fetched-for): New function.
24835         (gnus-group-delete-group): No longer update
24836         gnus-cache-active-altered as gnus-request-delete-group now keeps
24837         the cache in sync.
24838         (gnus-group-list-active): Let the agent store a server's active
24839         list if currently plugged.
24840
24841         * gnus-int.el (gnus-request-delete-group):
24842         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24843         local disk in sync with the server.
24844         (gnus-request-rename-group):
24845         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24846         local disk in sync with the server.
24847
24848         * gnus-start.el (gnus-get-unread-articles):
24849         Cosmetic simplification to logic.
24850
24851         * gnus-util.el (gnus-rename-file): New function.
24852
24853 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24854
24855         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24856
24857 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24858
24859         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24860         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24861
24862 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24863
24864         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24865         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24866
24867 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24868
24869         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24870
24871 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24872
24873         * spam.el (spam-set-difference): Add function to replace
24874         gnus-set-difference in spam.el.
24875         (spam-summary-prepare-exit): Use spam-set-difference.
24876
24877 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24878
24879         * gnus-registry.el (gnus-registry-cache-file): Update to use
24880         gnus-dribble-directory OR gnus-home-directory OR ~.
24881         (gnus-registry-split-fancy-with-parent): Fix doc.
24882
24883 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24884
24885         * message.el (message-exchange-point-and-mark):
24886         Use message-mark-active-p.  Suggested by Jesper Harder
24887         <harder@ifa.au.dk>.
24888
24889 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24890
24891         * message.el (message-exchange-point-and-mark): Don't activate
24892         region if it was inactive.  Suggested by Hiroshi Fujishima
24893         <pooh@nature.tsukuba.ac.jp>.
24894
24895 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24896
24897         * gnus-art.el (article-display-face): Display Faces in the same
24898         order as X-Faces.
24899
24900 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24901
24902         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24903
24904 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24905
24906         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24907         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24908         (gnus-article-mime-hierarchy): Remove.
24909         (gnus-article-mime-hierarchy-next): Remove.
24910         (gnus-article-mode): Revert 2004-03-19 change.
24911         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24912         (gnus-insert-mime-button): Revert 2004-03-19 change.
24913         (gnus-mime-accumulate-hierarchy): Remove.
24914         (gnus-mime-enter-multipart): Remove.
24915         (gnus-mime-leave-multipart): Remove.
24916         (gnus-mime-display-part): Revert 2004-03-19 change.
24917         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24918
24919         * mml.el (mml-preview): Revert 2004-03-19 change.
24920
24921 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24922
24923         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24924
24925 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24926
24927         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24928         t while entering a file name using the mm-with-multibyte macro.
24929         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24930
24931         * mm-util.el (mm-with-multibyte): New macro.
24932
24933 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24934
24935         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24936         New user option.
24937         (gnus-mime-multipart-functions): Doc and customization fix.
24938         (gnus-article-mime-hierarchy): New variable.
24939         (gnus-article-mime-hierarchy-next): New variable.
24940         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24941         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24942         gnus-article-mime-hierarchy-next to nil.
24943         (gnus-insert-mime-button): Show hierarchy numbers.
24944         (gnus-mime-accumulate-hierarchy): New function.
24945         (gnus-mime-enter-multipart): New function.
24946         (gnus-mime-leave-multipart): New function.
24947         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24948         (gnus-mime-display-alternative): Show hierarchy numbers.
24949
24950         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24951         gnus-article-mime-hierarchy-next to nil.
24952
24953 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24954
24955         * dns.el: Don't require gnus-xmas.
24956
24957 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24958
24959         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24960         inline PGP.
24961         (mml-menu): Disable mml-quote-region if mark is inactive.
24962
24963 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24964
24965         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24966         when the group's active is not available.
24967
24968 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24969
24970         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24971         error.
24972
24973 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24974
24975         * imap.el (imap-store-password): New variable.
24976         (imap-interactive-login): Use it.
24977         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24978
24979 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24982         window-start and hscroll to summary window.
24983
24984 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24985
24986         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24987         conversion message to newsrc-dribble when an actual conversion is
24988         performed.
24989
24990 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24991
24992         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24993
24994 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24995
24996         * mm-decode.el (mm-complicated-handles): New function reviving
24997         former definition of mm-multiple-handles.
24998
24999         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25000         (gnus-mime-delete-part): Use it.
25001
25002 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25003
25004         * gnus-agent.el (gnus-agent-read-local):
25005         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25006         avoid the implicit assumption that they will always be equal.
25007         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25008         coding-system-for-write, as the with-temp-file macro first prints
25009         to a buffer then saves the buffer.
25010
25011 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25012
25013         * gnus-art.el (gnus-article-edit-part): New function.
25014         (gnus-mime-save-part-and-strip): Use it; do query instead of
25015         signaling an error; don't use mm-multiple-handles.
25016         (gnus-mime-delete-part): Ditto.
25017
25018 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25019
25020         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25021         old file versions.
25022         (gnus-group-prepare-hook): Remove function that converted list
25023         form of gnus-agent-expire-days to group properties.
25024
25025         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25026         (gnus-request-accept-article): Re-indented.
25027
25028         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25029         converters to handle old agent file formats.  Add logic for a
25030         "backup before upgrading warning".
25031         (gnus-convert-mark-converter-prompt): Developers can mark
25032         functions as needing (default), or not needing,
25033         gnus-convert-old-newsrc's "backup before upgrading warning".
25034         (gnus-convert-converter-needs-prompt): Tests whether the user
25035         should be protected from potentially irreversable changes by the
25036         function.
25037
25038         * legacy-gnus-agent.el: New.  Provides converters that are only
25039         loaded when gnus-convert-old-newsrc needs to call them.
25040
25041 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25042
25043         * mail-source.el (mail-source-touch-pop): Doc fix.
25044
25045         * message.el (message-smtpmail-send-it): Doc fix.
25046
25047 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25048
25049         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25050
25051         * nnmail.el (nnmail-split-fancy): do.
25052
25053         * gnus-kill.el (gnus-kill, gnus-execute): do.
25054
25055 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25056
25057         * gnus-sum.el (gnus-widget-reversible-match)
25058         (gnus-widget-reversible-to-internal)
25059         (gnus-widget-reversible-to-external): New functions.
25060         (gnus-widget-reversible): New widget.
25061         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25062
25063 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25064
25065         * gnus-sum.el (gnus-thread-sort-functions)
25066         (gnus-article-sort-functions): Document `(not F)' items.
25067
25068 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25069
25070         * spam.el (spam-use-gmane-xref): Add new backend.
25071         (spam-gmane-xref-spam-group): Add variable to control the name of the
25072         Gmane spam group.
25073         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25074         (spam-regex-headers-spam, spam-regex-headers-ham)
25075         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25076         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25077         backends and checks.
25078         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25079
25080         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25081         an autodetect method.
25082
25083 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25084
25085         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25086         articles are being added to a group.
25087         (gnus-request-replace-article): Inform the agent that articles
25088         need to be uncached as the cached contents are no longer valid.
25089
25090 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25091
25092         * binhex.el: Don't autoload executable-find.
25093
25094         * canlock.el: Don't autoload mail-fetch-field.
25095
25096         * dgnushack.el: Autoload c-mode for XEmacs.
25097
25098         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25099
25100         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25101         rmail-dont-reply-to and rmail-output.
25102
25103         * gnus-score.el: Don't autoload ffap-string-at-point.
25104
25105         * gnus-setup.el: Don't autoload sc-cite-original.
25106
25107         * imap.el: Don't autoload base64-decode-string,
25108         base64-encode-string and md5.
25109
25110         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25111         and rmail-msg-restore-non-pruned-header.
25112
25113         * mm-decode.el: Don't autoload executable-find.
25114
25115         * mm-url.el: Don't autoload executable-find.
25116
25117         * mm-view.el: Don't autoload diff-mode.
25118
25119         * nndb.el: Don't autoload news-reply-mode, news-setup,
25120         cancel-timer and telnet.
25121
25122         * password.el: Don't autoload run-at-time for Emacs.
25123
25124         * sha1-el.el: Don't autoload executable-find.
25125
25126         * sieve-mode.el: Don't autoload c-mode.
25127
25128         * uudecode.el: Don't autoload executable-find.
25129
25130 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25131
25132         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25133         (gnus-agent-possibly-alter-active): Avoid null in numeric
25134         comparison.
25135         (gnus-agent-set-local): Refuse to save null in local object table.
25136         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25137         list of articles that will be marked as unread.
25138
25139 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25142
25143 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25144
25145         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25146         language tags.
25147
25148 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25149
25150         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25151         Don't bind "obarray".
25152
25153         * gnus-sum.el (gnus-thread-sort-functions):
25154         Add `gnus-thread-sort-by-most-recent-number' and
25155         `gnus-thread-sort-by-most-recent-date'.
25156         Reported by Kai Grossjohann <kai@emptydomain.de>.
25157
25158 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25159
25160         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25161
25162 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25163
25164         * gnus-cus.el (gnus-agent-customize-category):
25165         Remove ignore-errors macro reference that required cl to be loaded at
25166         run-time.
25167
25168         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25169         single-interval range of the form (min . max).  Previously the
25170         range had to look like ((min . max)).  Likewise, return
25171         (min . max) rather than ((min . max)).
25172         (gnus-range-map): Use gnus-range-normalize to accept
25173         single-interval range.
25174
25175         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25176         the cache, but not the agent, now appear with their usual face.
25177
25178         * dgnushack.el (loaddir): New variable that is bound to the
25179         directory containing the dgnushack.el file. Use loaddir, rather
25180         than srcdir, to update load-path. Change lets dgnushack compile
25181         code in directories other than GNUS/lisp.
25182
25183 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25184
25185         * lpath.el: Don't bind w3m-safe-url-regexp.
25186
25187         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25188         w3m-safe-url-regexp variable buffer-local.
25189
25190         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25191
25192 2004-02-27  Simon Josefsson  <jas@extundo.com>
25193
25194         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25195         gnus-group-real-prefix.
25196         (gnus-summary-move-article): Use it, instead of
25197         gnus-group-real-prefix.
25198
25199 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25200
25201         * lpath.el: Bind w3m-safe-url-regexp.
25202
25203         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25204         w3m-safe-url-regexp variable buffer-local and set it as the value
25205         of mm-w3m-safe-url-regexp.
25206
25207         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25208
25209         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25210         parsing gnus-posting-styles when the message is not for replying.
25211
25212         * dgnushack.el: Autoload sgml-mode for XEmacs.
25213
25214         * nnrss.el (nnrss-opml-export):
25215         Use mm-set-buffer-file-coding-system instead of
25216         set-buffer-file-coding-system.
25217
25218 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25219
25220         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25221         of checkdoc.el).
25222         * nnrss.el: do.
25223         * gnus-mlspl.el: do.
25224         * gnus-ml.el: do.
25225         * gnus-srvr.el: do.
25226
25227         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25228
25229 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25230
25231         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25232         Corrections to custom-manual links.
25233
25234         * gnus-art.el (gnus-article): Ditto.
25235
25236         * mm-decode.el (mime-display, mime-security): Ditto.
25237
25238 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25239
25240         * flow-fill.el: Typo.
25241
25242 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25243
25244         * spam-wash.el: New file.
25245
25246 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25247
25248         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25249
25250 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25251
25252         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25253         to be run with new-articles as LIST1, not LIST2.
25254         (spam-registration-functions): Add spam-use-ham-copy as a nil
25255         registration backend.
25256
25257 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25258
25259         * spam-stat.el (spam-stat-washing-hook): New option.
25260         (spam-stat-buffer-words): Use it.
25261         (spam-stat-process-directory, spam-stat-test-directory):
25262         Use insert-file-contents-literally.
25263         (spam-stat-coding-system): New variable.
25264         (spam-stat-load, spam-stat-save): Use it.
25265
25266 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25267
25268         * spam-report.el (spam-report-plug-agent):
25269         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25270
25271 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25272
25273         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25274         Allow / in mailto URLs.
25275
25276 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25277
25278         * spam-report.el (spam-report-process-queue): Fix interactive use.
25279         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25280         (spam-report-unplug-agent): Doc fixes.
25281         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25282         (spam-report-agentize, spam-report-deagentize): Autoload.
25283
25284 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25285
25286         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25287
25288         * message.el (message-setup-fill-variables): Add mml tags to
25289         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25290         <ajk@iu.edu>.
25291         (message-mode): Don't modify paragraph-separate there.
25292
25293 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25294
25295         * compface.el (uncompface-use-external): Default to undecided.
25296         (uncompface-use-external-threshold): New variable.
25297         (uncompface-float-time): New macro.
25298         (uncompface): Determine whether to use the external decoder if
25299         uncompface-use-external is undecided.
25300
25301 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25302
25303         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25304         after images.
25305
25306         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25307
25308 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25309
25310         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25311
25312         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25313
25314         * gnus-sum.el (gnus-summary-limit-to-age)
25315         (gnus-summary-limit-children): do.
25316
25317         * gnus-int.el (gnus-request-scan): do.
25318
25319         * gnus-group.el (gnus-group-suspend): do.
25320
25321         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25322
25323         * gnus-cite.el (gnus-cite-parse-attributions): do.
25324
25325         * gnus-agent.el (gnus-summary-set-agent-mark)
25326         (gnus-agent-regenerate-group): do.
25327
25328         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25329
25330         * binhex.el (binhex-decode-region-internal): do.
25331
25332 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25333
25334         * gnus-fun.el (gnus-face-properties-alist): New user option.
25335         (gnus-display-x-face-in-from): Use it.
25336
25337         * gnus-art.el (article-display-face): Ditto.
25338
25339         * compface.el (uncompface-use-external): Default to nil.
25340
25341 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25342
25343         * nntp.el (nntp-erase-buffer): New function.
25344         (nntp-retrieve-data, nntp-send-command)
25345         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25346         (nntp-possibly-change-group): Use it.
25347
25348         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25349         Use with-current-buffer.
25350
25351 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25352
25353         * compface.el: Merge the ELisp-based uncompface program.
25354         (compface): New customization group.
25355         (uncompface-use-external): New user option.
25356         (uncompface): Call uncompface-internal if uncompface-use-external
25357         is nil.
25358         (uncompface-internal): New function.  Note that there are also
25359         some other functions and variables added for this function.
25360
25361 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25362
25363         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25364         if necessary.
25365
25366 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25367
25368         * spam-report.el (spam-report-unplug-agent)
25369         (spam-report-plug-agent, spam-report-deagentize)
25370         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25371         Add support for the Agent in spam-report: when unplugged, report to a
25372         file; when plugged, submit all the requests.
25373
25374         * spam.el (spam-register-routine): Fix message about
25375         registration.
25376
25377 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25378
25379         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25380         dependencies.
25381         (rfc2047-encode): Use it.
25382
25383         * gnus-art.el (gnus-button-marker-list): Move before first
25384         reference.
25385
25386         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25387         (imap-parse-body): Fix format string mismatch.
25388
25389         * gnus-score.el (gnus-summary-increase-score): do.
25390
25391         * nnrss.el (nnrss-close): New function.
25392
25393 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25394
25395         * nnrss.el (nnrss-make-filename): New function.
25396         (nnrss-request-delete-group, nnrss-read-server-data)
25397         (nnrss-save-server-data, nnrss-read-group-data)
25398         (nnrss-save-group-data): Use it.
25399         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25400         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25401         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25402
25403 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25404
25405         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25406
25407 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25408
25409         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25410         files.
25411
25412         * message.el (message-generate-headers-first): Don't quote nil
25413         and t in docstrings.
25414
25415         * imap.el (imap-id): do.
25416
25417         * gnus-agent.el (gnus-agent-consider-all-articles)
25418         (gnus-agent-queue-mail): do.
25419
25420 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25421
25422         * spam-report.el (spam-report-process-queue): New function.
25423         Process requests from `spam-report-requests-file'.
25424         (spam-report-process-queue): Doc fix.
25425
25426 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25427
25428         * spam.el (spam-register-routine)
25429         (spam-log-processing-to-registry, spam-log-registered-p)
25430         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25431         Change "check" to "spam-check" for semi-clarity.
25432
25433 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25434
25435         * pop3.el: Require nnheader.
25436
25437         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25438
25439         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25440
25441         * gnus-picon.el: Require cl.
25442
25443         * gnus-fun.el: Require gnus-ems and gnus-util.
25444
25445         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25446
25447         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25448
25449         * gnus-art.el (gnus-article-edit-mode): Define before first
25450         reference.
25451
25452 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25453
25454         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25455         (gnus-uu-post-encoded): Use point-at-bol.
25456
25457         * gnus-topic.el (gnus-group-active-topic-p): do.
25458
25459         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25460
25461         * gnus-group.el (gnus-group-kill-region): do.
25462
25463         * gnus-art.el (article-date-ut): do.
25464
25465         * message.el (message-fetch-field): Remove redundant
25466         case-fold-search binding.
25467         (message-narrow-to-field): Simplify.
25468
25469 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25470
25471         * spam.el (spam-directory): Derive from `gnus-directory'.
25472
25473         * spam-report.el (spam-report-url-to-file)
25474         (spam-report-requests-file): New function and variable for offline
25475         reporting.
25476         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25477         and user defined function.
25478         (spam-report-url-ping-mm-url): Remove doubled slash.
25479
25480 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25481
25482         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25483
25484 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25485
25486         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25487         Fix format string mismatch.
25488
25489         * sieve.el (sieve-deactivate-all): do.
25490
25491         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25492
25493         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25494
25495         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25496
25497         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25498
25499 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25500
25501         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25502         the list of checks.
25503
25504 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25505
25506         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25507         padding.
25508
25509 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25510
25511         * mm-view.el (mm-fill-flowed): New variable.
25512         (mm-inline-text): Use it.
25513
25514 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25515
25516         * spam.el (spam-spamassassin-register-ham-routine)
25517         (spam-spamassassin-register-spam-routine): Fix function names.
25518
25519 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25520
25521         * gnus.el (gnus-tmp-grouplens): Remove.
25522         (gnus-summary-line-format): Remove grouplens.
25523
25524         * gnus-group.el (gnus-group-line-format): Ditto.
25525
25526         * gnus-spec.el (gnus-format-specs): Ditto.
25527         (gnus-update-format-specifications): Flush the group format spec
25528         cache if there's the grouplens stuff.
25529         (gnus-parse-simple-format): Replace %l with the empty string.
25530
25531 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25532
25533         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25534         omission.
25535
25536 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25537
25538         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25539         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25540
25541 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25542
25543         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25544         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25545         New macros and functions.
25546         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25547         Handle > NLINK_MAX messages.
25548         * nnmaildir.el (nnmaildir-request-set-mark):
25549         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25550
25551 2004-01-25  Alex Schroeder  <alex@gnu.org>
25552
25553         * spam-stat.el (spam-stat-process-directory-age): New option.
25554         (spam-stat-process-directory): Use it.
25555
25556 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25557
25558         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25559         (spam-stat-save): Accept prefix argument.
25560
25561 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25562
25563         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25564         links" error.
25565
25566 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25567
25568         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25569         the rest of the and/or forms.
25570
25571 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25572
25573         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25574         compatibility with old .newsrc.eld files.
25575
25576         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25577
25578         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25579
25580         * gnus-start.el (gnus-1): do.
25581
25582         * gnus-group.el (gnus-group-line-format-alist): do.
25583
25584         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25585
25586         * gnus-gl.el: Remove.
25587
25588 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25589
25590         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25591         marks consisting of a single range {for example, (3 . 5)} rather
25592         than a list of a single range { ((3 . 5)) }.
25593
25594 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25595
25596         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25597         Use with-current-buffer.
25598         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25599         avoid consing a string.
25600
25601         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25602         Remove obsolete entries for big5 and gb2312.
25603
25604 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25605
25606         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25607         uncompressed list.
25608
25609 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25610
25611         * spam-stat.el (spam-stat-strip-xref): New function.
25612         (spam-stat-process-directory): Use it.
25613
25614         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25615         here -- it's done in message-fetch-field.
25616
25617 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25618
25619         * gnus-agent.el (gnus-agent-queue-mail)
25620         (gnus-agent-prompt-send-queue): New variables.
25621         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25622         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25623         "nndraft:queue" along to gnus-draft-send.
25624         Use gnus-agent-prompt-send-queue.
25625         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25626         is "nndraft:queue".  Suggested by Gaute Strokkenes
25627         <gs234@srcf.ucam.org>
25628
25629         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25630         (agent-enable-undownloaded-faces): Add.
25631         (gnus-agent-cat-groups): Use eval-and-compile, not
25632         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25633         method of gnus-agent-cat-groups even when the buffer has been
25634         evaled.
25635         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25636         delete gnus-agent-save-active-1.
25637         (gnus-agent-save-groups): Delete.  Identical to
25638         gnus-agent-save-active.
25639         (gnus-agent-write-active): No longer adjust agent's copy of active
25640         file as agent's adjustments are now stored in their own
25641         file.  Remove optional parameter.
25642         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25643         servers.  Add use of min/max range limits from server's local
25644         file.
25645         (gnus-agent-save-alist): Remove unused optional argument.
25646         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25647         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25648         (gnus-agent-set-local): A per-server file that keeps min/max range
25649         limits for articles known to the agent.  Provides a fast mechanism
25650         for altering many active ranges.
25651         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25652         active file (local makes it unnecessary).
25653         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25654
25655         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25656         (agent-enable-undownloaded-faces): Add.
25657
25658         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25659         disable it when sending to "nndraft:queue".
25660         (gnus-group-send-queue): Add safety check to avoid sending queue
25661         when unplugged.
25662
25663         * gnus-group.el (gnus-group-catchup): Use new
25664         gnus-sequence-of-unread-articles, not
25665         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25666         numbers of articles.  Use gnus-range-map to avoid having to
25667         uncompress the unread list.
25668         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25669         Fix invalid ange-ftp reference.
25670
25671         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25672         (gnus-sorted-range-intersection): Intersection of two ranges
25673         without requiring that they first be uncompressed.
25674
25675         * gnus-start.el (gnus-activate-group): Unless blocked by the
25676         caller, possibly expand the active range to include both cached
25677         and agentized articles.
25678         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25679         multiple version-dependent converters.
25680         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25681         gnus-agent-save-active.
25682         (gnus-save-newsrc-file): Save dirty agent range limits.
25683
25684         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25685         gnus-agent-possibly-alter-active.
25686         (gnus-adjust-marked-articles): Faster handling of simple lists.
25687
25688 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25689
25690         * spam-stat.el (spam-stat-test-directory): New optional argument
25691         displays a list of files detected.  Suggested by Andrew Cohen
25692         <cohen@andy.bu.edu>.
25693         (spam-stat-buffer-words-with-scores): Don't narrow and change
25694         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25695
25696 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25697
25698         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25699         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25700         (spam-spamassassin-arguments)
25701         (spam-spamassassin-spam-flag-header)
25702         (spam-spamassassin-positive-spam-flag-header)
25703         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25704         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25705         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25706         (spam-list-of-processors, spam-list-of-checks)
25707         (spam-list-of-statistical-checks, spam-registration-functions)
25708         (spam-check-spamassassin-headers, spam-check-spamassassin)
25709         (spam-spamassassin-score)
25710         (spam-spamassassin-register-with-sa-learn)
25711         (spam-spamassassin-register-spam-routine)
25712         (spam-spamassassin-register-ham-routine)
25713         (spam-assassin-register-spam-routine)
25714         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25715         (spam-bogofilter-score): Fix to show article before scoring.
25716
25717 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25718
25719         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25720         default scoring function.
25721         (spam-generic-score): Call spam-spamassassin-score if
25722         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25723         spam-bogofilter-score otherwise.
25724
25725         * gnus.el (spam-process, spam-autodetect-methods):
25726         Add spamassassin and spamassassin-headers.
25727
25728 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25729
25730         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25731         Suppress unnecessary messages.
25732
25733 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25734
25735         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25736         make-hash-table.
25737
25738 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25739
25740         * canlock.el (base64-encode-string): Don't autoload it.
25741
25742 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25743
25744         * run-at-time.el: Remove useless (require 'itimer),
25745         eval-and-compile and (featurep 'xemacs).
25746
25747 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25748
25749         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25750         GROUP is a virtual group.
25751
25752 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25753
25754         * gnus.el: Autoload `message-y-or-n-p'.
25755
25756 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25757
25758         * pgg-parse.el: Remove unnecessary (require 'custom).
25759
25760         * pgg-def.el: do.
25761
25762         * nnmail.el: do.
25763
25764         * gnus-undo.el: do.
25765
25766         * gnus-picon.el: do.
25767
25768         * gnus-util.el: do.
25769
25770 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25771
25772         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25773
25774 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25775
25776         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25777         handle, as well as a list.
25778
25779         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25780         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25781         (mm-w3m-cid-retrieve): Simplify.
25782
25783 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25784
25785         * message.el (message-kill-to-signature): Allow prefix arg to
25786         specify number of lines to keep before signature.
25787
25788 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25789
25790         * message.el (message-kill-to-signature): Change docstring.
25791
25792 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25793
25794         * canlock.el: Always require sha1-el.
25795         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25796
25797         * message.el: Autoload sha1 only when compiling.
25798
25799         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25800         eudc-expand-inline for XEmacs.
25801
25802 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25803
25804         * message.el (message-canlock-generate): Require sha1-el.
25805
25806 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25807
25808         * message.el (message-expand-name): Silence the byte compiler.
25809
25810         * lpath.el: Add detect-coding-system.
25811
25812         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25813         cus-edit.
25814
25815 2004-01-13  Simon Josefsson  <jas@extundo.com>
25816
25817         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25818         Invoke gnus-score-mode.
25819         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25820
25821         * gnus-range.el (gnus-compress-sequence): Doc fix.
25822         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25823
25824 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25825
25826         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25827
25828 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25829
25830         * spam.el (spam-get-article-as-string): Update to use
25831         gnus-request-article-this-buffer, much simpler.
25832         (spam-get-article-as-buffer): Remove.
25833
25834 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25835
25836         * message.el (message-expand-name): Use EUDC if the user uses that.
25837
25838 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25839
25840         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25841         character for the encoding to avoid consing a string.
25842
25843         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25844         unnecessarily.
25845
25846         * mm-util.el (mm-replace-chars-in-string): Remove.
25847
25848         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25849         of mm-replace-chars-in-string.
25850
25851 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25852
25853         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25854
25855         * mm-util.el (mm-subst-char-in-string): Support inplace.
25856
25857         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25858         a new string in every iteration.  Use shy groups.
25859
25860 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25861
25862         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25863         * gnus-soup.el (gnus-soup-group-brew):
25864         * gnus-msg.el (gnus-put-message):
25865         * gnus-move.el (gnus-group-move-group-to-server):
25866         * gnus-kill.el (gnus-batch-score):
25867         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25868         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25869         (gnus-group-update-group, gnus-group-read-group)
25870         (gnus-group-make-group, gnus-group-make-help-group)
25871         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25872         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25873         (gnus-group-sort-by-unread, gnus-group-catchup)
25874         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25875         (gnus-group-yank-group, gnus-group-set-info)
25876         (gnus-group-list-groups):
25877         * gnus.el (gnus-generate-new-group-name):
25878         * gnus-delay.el (gnus-delay-send-queue):
25879         * nnvirtual.el (nnvirtual-catchup-group):
25880         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25881         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25882         (gnus-group-prepare-topics, gnus-topic-check-topology):
25883         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25884         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25885         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25886         (gnus-group-make-articles-read):
25887         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25888         (gnus-group-change-level, gnus-kill-newsgroup)
25889         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25890         (gnus-get-unread-articles, gnus-make-articles-unread)
25891         (gnus-make-ascending-articles-unread): Use accessor
25892         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25893         to get group information for improved readability.
25894
25895
25896 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25897
25898         * gnus-art.el (article-decode-mime-words, article-babel)
25899         (gnus-article-highlight-signature, gnus-article-add-buttons)
25900         (gnus-signature-toggle): Use gnus-with-article-buffer.
25901
25902         * gnus-art.el (gnus-article-highlight-headers)
25903         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25904
25905         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25906         (gnus-article-set-globals, gnus-request-article-this-buffer)
25907         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25908         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25909         (gnus-mime-display-alternative): Use with-current-buffer.
25910
25911 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25912
25913         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25914         also under 80 char limit, and call gnus-error if needed.
25915         (spam-fetch-article-header): Fix - it was a
25916         buffer-local variable (gnus-newsgroup-data).
25917         (spam-find-spam): Use spam-generate-fake-headers, forget about
25918         spam-insert-fake-headers.
25919         (spam-insert-fake-headers): Remove.
25920
25921 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25922
25923         * deuglify.el (gnus-article-outlook-unwrap-lines)
25924         (gnus-outlook-rearrange-article)
25925         (gnus-outlook-repair-attribution-outlook)
25926         (gnus-outlook-repair-attribution-block)
25927         (gnus-outlook-repair-attribution-other): Remove redundant
25928         save-excursion.
25929
25930 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25931
25932         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25933         (spam-fetch-field-subject-fast)
25934         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25935         (spam-fetch-article-header): Add functions to deal with Gnus
25936         internals for fast retrieval of article header data.
25937         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25938
25939 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25940
25941         * pop3.el (pop3-md5): Remove.
25942         (pop3-apop): Replace pop3-md5 with md5.
25943
25944         * mm-bodies.el: base64 is always built-in.
25945
25946         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25947         Use with-current-buffer.
25948
25949 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25950
25951         * canlock.el (canlock-insert-header): Remove excessive grouping in
25952         regexp.
25953
25954         * gnus-sum.el (gnus-summary-read-document): Ditto.
25955
25956         * gnus-uu.el (gnus-uu-part-number): Ditto.
25957
25958         * html2text.el (html2text-remove-tags): Ditto.
25959         (html2text-format-tags): Ditto.
25960         (html2text-format-single-elements): Ditto.
25961
25962         * mml.el (mml-parse-1): Ditto.
25963
25964 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25965
25966         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25967
25968         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25969
25970         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25971
25972         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25973
25974 2003-11-15  Simon Josefsson  <jas@extundo.com>
25975
25976         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25977         (pgg-gpg-lookup-key): Use regexp match instead of
25978         split-string (split-string is different between emacs 21.2 and
25979         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25980
25981 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25982
25983         * gnus-art.el (gnus-mime-view-all-parts)
25984         (gnus-article-part-wrapper, gnus-article-view-part):
25985         Use with-current-buffer.
25986
25987 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25988
25989         * spam.el (spam-disable-spam-split-during-ham-respool)
25990         (spam-spamoracle-database, spam-cache-lookups)
25991         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25992         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25993         (spam-group-ham-marks, spam-group-spam-marks)
25994         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25995         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25996         also add spam-use-blackholes to the statistical checks.
25997         (spam-fetch-field-fast): Add interface to fetching fields, may
25998         become a macro.
25999         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26000         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26001         (spam-insert-fake-headers): Fake an article when needed.
26002         (spam-find-spam): Fake article when possible.
26003         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26004         (spam-check-bogofilter-headers): Use message-fetch-field instead
26005         of nnmail-fetch-field.
26006
26007 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26008
26009         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26010
26011 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26012
26013         * spam.el (spam-split): Do not require spam-use-CHECK to be
26014         enabled if that check is passed to spam-split explicitly; also
26015         fix so 'spam doesn't get converted to spam-split-group when
26016         spam-split-symbolic-return is t.
26017         (spam-find-spam): Find registrations of the article and use those
26018         instead of re-running spam-split to find the spam/ham
26019         classification of the article.
26020         (spam-log-processing-to-registry, spam-log-registered-p)
26021         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26022         Use gnus-error instead of gnus-message.
26023         (spam-log-registration-type): Add function to determine the
26024         classification of a message based on registry entries; will
26025         return nil if both 'spam and 'ham are found.
26026         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26027         a reasonably fast local cache without the loading errors.
26028         (spam-cache-lookups): Set to t by default.
26029         (spam-find-spam): Don't try to guess spam-cache-lookups.
26030         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26031         spam-caches entry.
26032         (spam-filelist-build-cache, spam-filelist-check-cache):
26033         Fix caching of whitelist/blacklist entries.
26034         (spam-check-whitelist, spam-check-blacklist):
26035         Invoke spam-from-listed-p with a type, not a cache variable.
26036         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26037
26038 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26039
26040         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26041
26042         * nnmail.el (nnmail-split-fancy): do.
26043
26044         * mml.el (mml-parse): do.
26045
26046         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26047         (gnus-score-adaptive): do.
26048
26049 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26050
26051         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26052         (gnus-mime-button-map): Don't set keymap parent.
26053         (gnus-button-ctan-directory-regexp): Use shy grouping.
26054         (gnus-prev-page-map): Don't set keymap parent.
26055         (gnus-prev-page-map): Remove duplicated one.
26056         (gnus-next-page-map): Don't set keymap parent.
26057         (gnus-mime-security-button-map): Ditto.
26058
26059         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26060         version number.
26061
26062         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26063
26064 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26065
26066         * canlock.el (canlock-sha1-function): Remove.
26067         (canlock-sha1-function-for-verify): Remove.
26068         (canlock-openssl-program): Remove.
26069         (canlock-openssl-args): Remove.
26070         (canlock-ignore-errors): Remove.
26071         (canlock-sha1-with-openssl): Remove.
26072         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26073         (canlock-verify): Don't use canlock-ignore-errors.
26074
26075         * sha1-el.el (sha1-string-external): Make it can return a string
26076         in binary form.
26077         (sha1-region-external): Ditto.
26078         (sha1-string-internal): Ditto.
26079         (sha1-region-internal): Ditto.
26080         (sha1-region): Ditto.
26081         (sha1-string): Ditto.
26082         (sha1): Ditto.
26083
26084 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26085
26086         * spam.el (spam-report-articles-gmane): New command.
26087
26088 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26089
26090         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26091
26092         * run-at-time.el (run-at-time-saved): Remove.
26093         (run-at-time): Doc fix.
26094
26095 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26096
26097         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26098         (gnus-summary-limit-map): Add it.
26099         (gnus-summary-make-menu-bar): do.
26100
26101 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26102
26103         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26104         Make attempt at some caching support (done for BBDB only now).
26105         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26106         addresses to be checked.
26107         (spam-clear-cache-BBDB): Add function, to be invoked by
26108         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26109         (spam-check-BBDB): Check and use the caches, if
26110         spam-cache-lookups is on, remove superfluous (provide).
26111
26112 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26113
26114         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26115
26116 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26117
26118         * run-at-time.el (run-at-time-saved): Move to after the definition
26119         of `run-at-time'.
26120
26121         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26122
26123 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26124
26125         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26126         mm-w3m-local-map-property.
26127
26128         * mm-view.el (mm-w3m-mode-map): Remove.
26129         (mm-w3m-local-map-property): Remove.
26130         (mm-inline-text-html-render-with-w3m): Don't use
26131         mm-w3m-local-map-property.
26132
26133 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26134
26135         * run-at-time.el: New file.
26136
26137         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26138         under Emacs.
26139
26140         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26141         of gnus-set-text-properties.
26142
26143         * gnus-uu.el (gnus-uu-save-article): Ditto.
26144
26145         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26146
26147         * gnus-cite.el (gnus-cite-parse): Ditto.
26148
26149         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26150         of gnus-.
26151
26152         * gnus-xmas.el (run-at-time): Require run-at-time.
26153
26154         * gnus.el: Change calls to nnheader-run-at-time and
26155         password-run-at-time throughout to use run-at-time directly.
26156
26157         * password.el: Remove definition of run-at-time.
26158
26159         * nnheaderxm.el: Remove definition of run-at-time.
26160
26161 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26162
26163         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26164         in prompt.
26165
26166 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26167
26168         * messagexmas.el (message-xmas-redefine): Alias
26169         `message-make-caesar-translation-table' to
26170         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26171         version.
26172
26173         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26174         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26175         `gnus-xmas-set-text-properties'.
26176         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26177         `gnus-xmas-completing-read'.
26178         (gnus-xmas-completing-read): Removed.
26179         (gnus-xmas-open-network-stream): Removed.
26180
26181         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26182         XEmacs version.
26183
26184         * dns.el (dns-make-network-process): Use `open-network-stream'
26185         instead of `gnus-xmas-open-network-stream'.
26186
26187         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26188
26189         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26190
26191 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26192
26193         * gnus-art.el (gnus-mime-display-alternative)
26194         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26195         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26196         Don't use gnus-local-map-property.
26197
26198         * gnus-util.el (gnus-local-map-property): Remove.
26199
26200         * mm-view.el (mm-view-pkcs7-decrypt):
26201         Replace gnus-completing-read-maybe-default with completing-read.
26202
26203         * gnus-util.el (gnus-completing-read): do.
26204         (gnus-completing-read-maybe-default): Remove.
26205
26206 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26207
26208         * password.el: Only autoload `run-at-time' if not XEmacs.
26209         Only autoload the itimer functions if XEmacs.
26210
26211 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26212
26213         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26214         XEmacsen.
26215
26216         * dgnushack.el: Autoload executable-find for XEmacs.
26217
26218 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26219
26220         * gnus-art.el (gnus-read-string): Remove.
26221         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26222         read-string.
26223
26224 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26225
26226         * netrc.el: Autoload password-read.
26227         (netrc): Add configuration group.
26228         (netrc-encoding-method, netrc-openssl-path):
26229         Add variables for encoding and decoding of files with symmetric
26230         ciphers.
26231         (netrc-encode): Add assistant function to encode a file with
26232         netrc-encoding-method.
26233         (netrc-parse): Add interactive parameter, added optional
26234         decoding if netrc-encoding-method is non-nil but otherwise
26235         behavior is standard.
26236         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26237         Do s/encode/encrypt/ everywhere.
26238
26239         * spam.el: Remove executable-find autoload.
26240
26241 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26242
26243         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26244
26245         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26246
26247 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26248
26249         * gnus-art.el (gnus-treat-ansi-sequences)
26250         (article-treat-ansi-sequences): New variable and function.
26251         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26252
26253         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26254         Use it.
26255
26256 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26257
26258         * mm-util.el (mm-quote-arg): Remove.
26259
26260         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26261         shell-quote-argument.
26262
26263         * gnus-uu.el (gnus-uu-command): do.
26264
26265         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26266
26267         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26268         with make-char.
26269
26270         * mm-util.el (mm-make-char): Remove.
26271
26272         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26273         add-minor-mode.
26274
26275         * gnus-undo.el (gnus-undo-mode): do.
26276
26277         * gnus-topic.el (gnus-topic-mode): do.
26278
26279         * gnus-sum.el (gnus-dead-summary-mode): do.
26280
26281         * gnus-start.el (gnus-slave-mode): do.
26282
26283         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26284
26285         * gnus-ml.el (gnus-mailing-list-mode): do.
26286
26287         * gnus-gl.el (gnus-grouplens-mode): do.
26288
26289         * gnus-draft.el (gnus-draft-mode): do.
26290
26291         * gnus-dired.el (gnus-dired-mode): do.
26292
26293         * gnus-ems.el (gnus-add-minor-mode): Remove.
26294
26295         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26296         Replace gnus-char-width with char-width.
26297
26298         * gnus-ems.el (gnus-char-width): Remove.
26299
26300         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26301         Replace gnus-char-width with char-width.
26302
26303         * gnus-ems.el (gnus-char-width): Remove.
26304
26305         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26306         definition.
26307         Remove Emacs 20 hash table compatibility code.
26308
26309         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26310         20 compatibility code.
26311
26312         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26313
26314         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26315
26316         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26317         Replace with point-at-{eol,bol}.
26318
26319         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26320
26321         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26322
26323         * flow-fill.el (fill-flowed-point-at-bol)
26324         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26325
26326         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26327         Replace with point-at-{eol,bol} throughout all files.
26328
26329 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * ntlm.el (ntlm-string-as-unibyte): New macro.
26332         (ntlm-build-auth-response): Use it.
26333
26334         Remove Emacs 20 stuff:
26335         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26336         (butlast, mapc, remove): Remove the compiler macros.
26337         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26338         of delq and copy-sequence.
26339         * gnus-art.el (popup-menu): Remove the compiler macro.
26340         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26341         Emacs 20.
26342
26343 2004-01-05  Simon Josefsson  <jas@extundo.com>
26344
26345         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26346         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26347         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26348         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26349         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26350         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26351         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26352         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26353         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26354         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26355         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26356         string-xor into ntlm-string-xor.
26357         Suggested by Jesper Harder <harder@myrealbox.com>.
26358
26359         * ntlm.el: Don't include poem.
26360
26361         * md4.el (print-int32, print-string-hexa): Remove.
26362         Suggested by Jesper Harder <harder@myrealbox.com>.
26363
26364         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26365
26366         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26367         probably breaks emacs with DL patch, but do we care? Is anyone
26368         still using the DL stuff?)
26369
26370         * sieve-manage.el: Use the password package.
26371         (sieve-manage-read-passwd): Remove.
26372         (sieve-manage-interactive-login): Use password.  Re-add
26373         condition-case around loop.
26374
26375         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26376         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26377         Use the password package.
26378
26379 2003-02-19  Simon Josefsson  <jas@extundo.com>
26380
26381         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26382         token.
26383
26384 2002-08-07  Simon Josefsson  <jas@extundo.com>
26385
26386         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26387         (sieve-manage-authenticators):
26388         (sieve-manage-authenticator-alist): Add some SASL mechs.
26389         (sieve-sasl-auth): New function.
26390         (sieve-manage-cram-md5-auth):
26391         (sieve-manage-plain-auth): Rewrite using SASL library.
26392         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26393         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26394         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26395         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26396
26397 2004-01-05  Simon Josefsson  <jas@extundo.com>
26398
26399         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26400         New files.
26401
26402 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26403
26404         * gnus-group.el (gnus-no-groups-message): Update.
26405
26406         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26407
26408 2003-11-09  Simon Josefsson  <jas@extundo.com>
26409
26410         * imap.el: Support for ID IMAP extension (RFC 2971).
26411         (imap-local-variables): Add imap-id.
26412         (imap-id): New variable.
26413         (imap-id): New function.
26414         (imap-parse-response): Parse untagged ID response.
26415         * nnimap.el (nnimap-id): New variable.
26416         (nnimap-open-connection): Use it.
26417
26418 2003-12-28  Simon Josefsson  <jas@extundo.com>
26419
26420         * gnus-score.el (gnus-score-edit-all-score): New.
26421         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26422
26423 2004-01-04  Simon Josefsson  <jas@extundo.com>
26424
26425         * password.el: Add.
26426
26427 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26428
26429         * dns.el (dns-query-types): Fix typo.
26430         (dns-query-types): New function.
26431         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26432         PTR and SOA replies, see RFC 1035.
26433
26434 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26435
26436         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26437
26438         * Move to Changelog.2.
26439
26440 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26441
26442         * gnus.el (gnus-version-number): Bump version.
26443
26444 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26445
26446         * gnus.el: No Gnus v0.1 is released.
26447
26448 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26449
26450         * gnus.el: No Gnus v0.0 is released.
26451
26452 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26453
26454         * gnus.el (gnus-version-number): Bump.
26455         (gnus-version): No.
26456
26457 See ChangeLog.2 for earlier changes.
26458
26459   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26460
26461   This file is part of GNU Emacs.
26462
26463   GNU Emacs is free software: you can redistribute it and/or modify
26464   it under the terms of the GNU General Public License as published by
26465   the Free Software Foundation, either version 3 of the License, or
26466   (at your option) any later version.
26467
26468   GNU Emacs is distributed in the hope that it will be useful,
26469   but WITHOUT ANY WARRANTY; without even the implied warranty of
26470   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26471   GNU General Public License for more details.
26472
26473   You should have received a copy of the GNU General Public License
26474   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26475
26476 ;; Local Variables:
26477 ;; coding: utf-8
26478 ;; fill-column: 79
26479 ;; add-log-time-zone-rule: t
26480 ;; End: