951b0623f80eaf62974ff0c843817f6e3bb99fe5
[gnus] / lisp / ChangeLog
1 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-render-td): Support horizontal alignment.
4
5         * eww.el (eww-put-color): Removed.
6         (eww-colorize-region): Use `add-face-text-property'.
7
8         * shr.el (shr-add-font): Append face data, so that we get the correct
9         presedence: The innermost value (which is applied first) wins.
10         (shr-make-overlay): Obsolete function.
11
12         * mm-decode.el (mm-convert-shr-links): New function to convert
13         new-style shr URL links into widgets.
14         (mm-shr): Use it.
15
16         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
17         widget commands, since we're no longer using widgets for links.
18
19         * shr.el (shr-next-link): New command.
20         (shr-previous-link): New command.
21         (shr-urlify): Don't use `widget-convert', because that's slow.
22         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
23         because collecting the overlays and reapplying them when generating
24         tables is slow.
25         (shr-insert-table): Ditto.
26
27 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
28
29         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
30         * shr.el (browse-url): Require `url'.
31         * eww.el (url): Require format-spec.
32
33 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * eww.el (eww-display-html): Default to using the entire window width.
36         (eww-browse-url): Don't add a User-Agent header (twice), because that
37         makes Bing refuse connection.
38
39         * shr.el (shr-make-table): Cache the table rendering at the table
40         level, and not the <td> level.  This is a bit faster.
41
42         * eww.el (eww-render): Go to the correct ID when given URLs ending with
43         #id.
44
45         * shr.el (shr-tag-li): Don't require a new paragraph, since other
46         browsers don't.
47         (shr-expand-url): Respect #anchor links.
48         (shr-parse-base): Chop off the anchor before using.
49         (shr-descend): Respect display: none.
50         (shr-descend): Allow marking elements that have certain IDs.
51
52         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
53
54         * shr.el (shr-expand-url): Don't bug out on zero-length links.
55
56         * eww.el (eww-tag-textarea): Support <textarea>.
57
58 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
59
60         * shr.el (shr-dom-to-xml): Fixed function call.
61
62         * eww.el (eww): New group.
63         (eww-header-line-format): New custom variable.
64         (eww-current-title): New variable.
65         (eww-display-html): Update header and handle title tag.
66         (eww-update-header-line-format): New function.
67         (eww-tag-title): New function.
68
69         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
70         (shr-tag-svg): Add support for the SVG tag.
71         (shr-bullet): New custom variable.
72         (shr-tag-li): Support custom bullet in unordered lists.
73
74 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * shr.el (shr-expand-url): Respect // URLs.
77
78         * eww.el (eww-tag-body): Override the shr body rendering so that we can
79         put a background colour onto the entire buffer.
80         (eww-render): When being redirected, use the redirect URL as the new
81         base URL.
82
83         * shr.el (shr-parse-base): Fix parsing error.
84
85         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
86
87         * shr.el (shr-parse-base): New function.
88         (shr-expand-url): Use it to expand relative URLs reliably.
89
90 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
91
92         * auth-source.el (auth-source-search-collection): Fix docstring.
93         (auth-source-netrc-parse): Refactor and improve netrc parser to support
94         single-quoted strings and multiline entries.
95         (auth-source-netrc-parse-next-interesting)
96         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
97         functions to support parser.
98
99 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * eww.el (eww-submit): Get submit button logic right when hitting RET
102         on non-submit buttons.
103
104         * shr.el: Remove shr-preliminary-table-render, since that can't really
105         be used for anything in practice.
106
107 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
108
109         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
110         (sieve-manage-quit).
111
112 2013-06-14  Glenn Morris  <rgm@gnu.org>
113
114         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
115
116 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
117
118         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
119         control the maximum size of photo ID image.
120         (mml2015-epg-key-image-to-string): Respect it.
121
122 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
125         instead of the final one so that we can more easily distinguish them.
126
127         * eww.el (eww-submit): Compute the submission URL correctly.
128
129 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
130
131         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
132         Use plist-get rather than CL's getf.
133         (sieve-manage-parse-capability): Avoid CL's remove-if.
134
135 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
136
137         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
138         (sieve-manage-quit).
139
140 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * shr.el (shr-expand-url): Expansion should chop off the bits after the
143         last slash.
144
145         * eww.el (eww-tag-select): Use the first value as the default value.
146
147 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
148
149         * eww.el (eww): Prepend urls with http:// if scheme is missing.
150         (eww-mode): Use `define-derived-mode'.
151         (eww-parse-headers): Parse headers from beginning of buffer so that
152         file:// links work.
153
154 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
157
158 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
161         to handle them at all.
162
163 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
166         work, too.
167         (eww-tag-select): Implement <select>.
168
169 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
170
171         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
172         stream managing functions by using open-protocol-stream to do most of
173         the work. Has the nice benefit of enabling STARTTLS.
174         Wait for capabilities after STARTTLS: following RFC5804, the server
175         sends new capabilities after successfully establishing a TLS connection
176         with the client. The client should update the cached list of
177         capabilities, but we just ignore the answer for now.
178         (sieve-manage-network-p, sieve-manage-network-open)
179         (sieve-manage-starttls-p, sieve-manage-starttls-open)
180         (sieve-manage-forward, sieve-manage-streams)
181         (sieve-manage-stream-alist): Remove unneeded functions neither in the
182         API, nor called by any other function.
183         Enable Multibyte for SieveManage buffers: The parser won't properly
184         handle umlauts and line endings unless multibyte is turned on in the
185         process buffer.
186
187 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * eww.el (eww-tag-input): Support password fields.
190         (eww-submit): Support POST.
191
192 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * eww.el (eww-tag-form): Protect against degenerate forms.
195
196         * shr.el (shr-expand-url): Expand URLs that start with a slash
197         correctly.
198
199         * eww.el (eww-submit): Get submit button logic right.
200
201         * shr.el (shr-final-table-render): New variable to signal when we're
202         doing the final table rendering so that we can collect more data at
203         that point.
204
205         * eww.el (eww-submit): Make form submission work.
206         (eww-tag-input): Implement submit buttons.
207         (eww-click-radio): Implement radio and checkboxes.
208         (eww-submit): Handle hidden elements.
209
210         * shr.el (shr-descend): Allow other packages to override (or provide)
211         rendering of elements.
212         (shr-expand-url): Strip query strings from URLs before expanding them.
213
214         * eww.el: Don't require cl-lib.
215         (eww-tag-form): Start form support.
216
217         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
218
219         * eww.el: Start writing a new, tiny web browser.
220         (eww-previous-url): New command.
221         (eww-quit): New command.
222
223 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
224
225         * sieve.el: Put point at beginning of buffer when viewing a script.
226         (sieve-open-server): respect the PORT parameter. Show the correct port
227         number in sieve-buffer's header. Fixed code to also work with a string
228         as port specifier. Properly close the connection on pressing 'q'. Make
229         sieve-manage-quit close the connection and process buffer. Also, remove
230         duplicate keybinding for 'q'.
231
232 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
233
234         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
235         make it easier to read.
236         (mm-pkcs7-enveloped-magic): Ditto.
237
238 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
241         before `image-type-available-p' to avoid loading the image libraries
242         needlessly.
243
244 2013-06-05  David Engster  <deng@randomsample.de>
245
246         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
247         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
248         to see whether the group was synced before.
249
250 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
253         when opening the connection.
254         Suggested by João Távora <joaotavora@gmail.com> in
255         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
256
257 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
260         assume Date header begins with "Date", that may be customized into
261         something like "X-Sent" using gnus-article-time-format.
262         (article-transform-date): Allow multi-line Date header.
263
264 2013-06-02  David Engster  <deng@randomsample.de>
265
266         * registry.el (initialize-instance, registry-lookup)
267         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
268         (registry-lookup-secondary-value, registry-search, registry-delete)
269         (registry-insert, registry-reindex, registry-size, registry-prune): Do
270         not wrap methods in `eval-and-compile'.  This breaks due to latest
271         changes in EIEIO (introduction of eieio-core.el).
272
273 2013-05-30  Glenn Morris  <rgm@gnu.org>
274
275         * nnmail.el (nnmail-fancy-expiry-target):
276         Also bind mail-dont-reply-to-names.
277
278         * spam-stat.el (spam-stat-save):
279         No need to tweak font-lock in temp buffers.
280
281         * shr.el (shr-put-image): Silence compiler.
282
283 2013-05-29  Glenn Morris  <rgm@gnu.org>
284
285         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
286
287         * gnus-group.el (gnus-sequence-of-unread-articles)
288         (gnus-summary-add-mark, gnus-mark-article-as-read)
289         (gnus-group-make-articles-read): Declare.
290
291         * gnus-sum.el (gnus-parameter-list-identifier)
292         (gnus-article-stop-animations, gnus-stop-downloads)
293         (gnus-article-only-boring-p, article-goto-body)
294         (gnus-flush-original-article-buffer, article-narrow-to-head)
295         (gnus-article-hidden-text-p, gnus-delete-wash-type)
296         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
297
298         * gnus.el: No need to eval-and-compile autoloads.
299
300         * gravatar.el (help-function-arglist): Autoload.
301
302         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
303
304         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
305
306         * spam.el: No need to load spam-report when compiling.
307         No need to eval-and-compile autoloads.
308         (spam-report-resend-to): Declare.
309         (spam-report-resend-register-routine): Require 'spam-report.
310
311 2013-05-24  Julien Danjou  <julien@danjou.info>
312
313         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
314         setup.
315
316 2013-05-23  Glenn Morris  <rgm@gnu.org>
317
318         * gnus-util.el (rmail-swap-buffers-maybe)
319         (rmail-maybe-set-message-counters, rmail-count-new-messages)
320         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
321         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
322
323         * mm-decode.el: No need to load term when compiling.
324         (term-mode, term-char-mode): Declare.
325
326         * mm-util.el: No need to load jka-compr when compiling.
327         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
328
329         * nnmaildir.el: Require is automatically eval-and-compile.
330         (nnmail): Require at run-time too.
331
332         * registry.el (registry-size): Move definition before use.
333
334 2013-05-22  Daiki Ueno  <ueno@gnu.org>
335
336         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
337         signed data to conform the standard.  (Bug#14232)
338
339 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
340
341         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
342         double angle quotation mark.
343
344 2013-05-20  Glenn Morris  <rgm@gnu.org>
345
346         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
347
348 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
349
350         * message.el (message-insert-formatted-citation-line): handle finding
351         first/lastname when more than 2 names appear.
352
353 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
354
355         * shr.el (shr-tag-span): New function.
356
357 2013-05-18  Glenn Morris  <rgm@gnu.org>
358
359         * message.el (message-mode): Use message-mode-abbrev-table,
360         with text-mode-abbrev-table as parent.  (Bug#14413)
361
362 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * message.el (message-expand-group): Decode group names.
365
366 2013-05-16  Julien Danjou  <julien@danjou.info>
367
368         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
369         app-icon.
370
371 2013-05-15  Glenn Morris  <rgm@gnu.org>
372
373         * shr-color.el (shr-color-visible-luminance-min)
374         (shr-color-visible-distance-min): Use shr-color group.
375
376 2013-05-11  Glenn Morris  <rgm@gnu.org>
377
378         * gnus-vm.el: Make it loadable without VM.
379         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
380         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
381
382 2013-05-09  Glenn Morris  <rgm@gnu.org>
383
384         * mml1991.el: Make it loadable.  (Bug#13456)
385
386         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
387         * gnus-async.el (gnus-async-post-fetch-function):
388         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
389         * gnus-html.el (gnus-html-image-cache-ttl):
390         * gnus-notifications.el (gnus-notifications-timeout):
391         * gnus-picon.el (gnus-picon-properties):
392         * gnus-util.el (gnus-completion-styles):
393         * gnus.el (gnus-other-frame-resume-function):
394         * message.el (message-user-organization-file)
395         (message-cite-reply-position):
396         * nnir.el (nnir-summary-line-format)
397         (nnir-retrieve-headers-override-function):
398         * shr-color.el (shr-color-visible-luminance-min):
399         * shr.el (shr-blocked-images):
400         * spam-report.el (spam-report-resend-to):
401         * spam.el (spam-summary-exit-behavior): Fix custom types.
402
403         * gnus-salt.el (gnus-selected-tree-face): Fix default.
404
405 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
408         because of let-binding help-xref-following.  (Bug#14356)
409
410 2013-05-06  Glenn Morris  <rgm@gnu.org>
411
412         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
413
414 2013-05-04  Andrew Cohen  <cohen@bu.edu>
415
416         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
417         entering into the registry.
418
419 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
420
421         * gnus.el: Ma Gnus v0.7 is released.
422
423 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
426         (Bug#14304)
427
428 2013-04-27  Glenn Morris  <rgm@gnu.org>
429
430         * gnus.el (gnus-list-debbugs):
431         Use require rather than autoload.  (Bug#14262)
432
433 2013-04-27  Julien Danjou  <julien@danjou.info>
434
435         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
436         port to "sieve" now that it has an official IANA port assigned.
437
438 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
441         Don't set the MAILHOST environment variable permanently (Bug#14271).
442
443 2013-04-26  Glenn Morris  <rgm@gnu.org>
444
445         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
446
447 2013-04-25  Andrew Cohen  <cohen@bu.edu>
448
449         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
450         string values of 'gcc-self. Thanks to Saroj Thirumalai.
451
452 2013-04-24  Andrew Cohen  <cohen@bu.edu>
453
454         * nnir.el (nnir-close-group): Make sure we are in the right group.
455
456         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
457         dependency table from all newly retrieved headers.
458
459 2013-04-16  David Edmondson  <dme@dme.org>
460
461         Support <img src="data:...">.
462
463         * shr.el (shr-image-from-data): New function.
464         (shr-tag-img): Use it.
465
466 2013-04-14  Andrew Cohen  <cohen@bu.edu>
467
468         * nnir.el (nnir-request-set-mark): Make sure we are in the right
469         group.
470
471 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
474         corresponding to any existing group (Bug#14166).
475
476 2013-04-10  Andrew Cohen  <cohen@bu.edu>
477
478         * nnir.el (number-sequence): No longer used.
479         (nnir-request-set-mark): New function.
480         (nnir-request-update-info): Improve marks updating.
481         (nnir-request-scan): Don't duplicate marks updating.
482         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
483         Use 'assq rather than 'assoc. Quote anonymous function.
484         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
485         Use 'gnus-group-prefixed-p.
486         (gnus-summary-create-nnir-group): Make sure server for method is open.
487
488 2013-04-04  Andrew Cohen  <cohen@bu.edu>
489
490         * nnir.el (gnus-nnir-group-p): New function.
491         (nnir-possibly-change-group): Use it.
492
493         * gnus-msg.el (gnus-setup-message): Use it.
494
495 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * mml.el (mml-minibuffer-read-description): Use `default' insted of
498         `initial-input' for the argument name.
499         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
500
501 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
502
503         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
504         (used by MH-E).
505
506 2013-04-01  Andrew Cohen  <cohen@bu.edu>
507
508         * nnir.el (nnir-request-update-mark): Improve mark updating in original
509         group.
510
511         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
512         fix compilation.
513
514 2013-03-31  Andrew Cohen  <cohen@bu.edu>
515
516         * nnir.el (nnir-method-default-engines): And another typo.
517
518 2013-03-30  Andrew Cohen  <cohen@bu.edu>
519
520         * nnir.el (nnir-method-default-engines): Fix typo.
521
522 2013-03-29  Andrew Cohen  <cohen@bu.edu>
523
524         * nnir.el: Define 'number-sequence for xemacs.
525         (gnus-summary-create-nnir-group): New function to create an nnir group
526         from an nnir summary buffer based on the current query.
527         (nnir-request-create-group): Update to allow nnir group creation based
528         on the current query.
529
530 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * nndraft.el (nndraft-request-expire-articles):
533         Make expiry target always `delete'.
534
535 2013-03-27  Andrew Cohen  <cohen@bu.edu>
536
537         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
538         buffer use the posting-style and gcc of the original article group.
539         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
540
541         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
542         after other deffoos.
543
544 2013-03-25  Andrew Cohen  <cohen@bu.edu>
545
546         * nnir.el: Major rewrite. Cleaner separation between searches and group
547         management. Marks are now shown in nnir summary buffers. Rudimentary
548         support for real (i.e. not ephemeral) nnir groups.
549         (gnus-summary-make-nnir-group): New function for initiating searches
550         from a summary buffer.
551
552 2013-03-18  Sam Steingold  <sds@gnu.org>
553
554         * message.el (message-bury): Minor cleanup.
555
556 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
557
558         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
559
560 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * nndir.el (nndir-request-list): Remove 2nd argument passed to
563         nnml-request-list.  (Bug#13873)
564         (nndir-request-newsgroups): Remove, unused.
565
566         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
567
568 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
569
570         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
571         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
572         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
573
574 2013-03-03  Ted Phelps  <phelps@gnusto.com>
575
576         * shr.el: Make all the overlays set the `evaporate' property so that
577         they're removed properly.
578
579 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
580
581         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
582         shell-quote-argument.
583
584 2013-02-22  David Engster  <deng@randomsample.de>
585
586         * gnus-registry.el (gnus-registry-save): Provide class name when
587         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
588         `condition-case' to stay compatible with older EIEIO versions which
589         only accept one argument.
590
591 2013-02-17  Daiki Ueno  <ueno@gnu.org>
592
593         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
594         (epg-user-id-validity): Autoload.
595         (mml2015-epg-check-user-id): New function.
596         (mml2015-epg-check-sub-key): New function split from
597         mml2015-epg-find-usable-key.
598         (mml2015-epg-find-usable-key): Accept context, name, usage, and
599         optional name-is-key-id, to handle the case when user-id is unusable.
600         Reported by Łukasz Stelmach <stlman@poczta.fm>.
601
602 2013-02-17  Glenn Morris  <rgm@gnu.org>
603
604         * shr.el (shr-put-image): Use image-multi-frame-p if available.
605
606 2013-02-16  Glenn Morris  <rgm@gnu.org>
607
608         * shr.el (shr-put-image): Only animate images that specify a delay.
609         This is consistent with the old image-animated-p behavior.
610
611 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
614         for XEmacs.
615
616 2013-02-13  Juri Linkov  <juri@jurta.org>
617
618         * gnus-art.el (gnus-article-mode-map):
619         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
620         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
621
622 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
623
624         * auth-source.el (auth-source-format-prompt): Don't get confused by
625         any "\" in replacement text.  (Bug#13637)
626
627 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
628
629         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
630         (gnus-backend-trace): Honour gnus-backend-trace.
631
632         * mml.el (mml-insert-part): Insert closing tag.
633
634         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
635
636 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
639         able to find the article, which can happen in debbugs groups,
640         apparently.
641
642 2013-01-16  Glenn Morris  <rgm@gnu.org>
643
644         * smiley.el (smiley-style): Make the file loadable in batch mode.
645
646 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
647
648         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
649         imap process running.
650
651 2013-01-14  Julien Danjou  <julien@danjou.info>
652
653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
654         Compare addresses against addresses, not against the full From field.
655
656 2013-01-13  Richard Stallman  <rms@gnu.org>
657
658         * message.el (message-forward-make-body-mime): New args BEG, END
659         specify what part of FORWARD-BUFFER to use.  Do the work directly
660         instead of calling `mml-insert-buffer'.
661
662 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
663
664         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
665         cross-reference(s).
666
667         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
668         cross-reference(s).
669
670 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
671
672         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
673         and point-max-marker.
674         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
675
676 2013-01-11  Julien Danjou  <julien@danjou.info>
677
678         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
679         max are almost equal. Also return the correct value for V which is
680         already between 0 and 1.
681
682 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
683
684         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
685         to mml2015-encrypt-to-self.
686         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
687
688 2013-01-09  Daiki Ueno  <ueno@gnu.org>
689
690         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
691         mml-smime-epg-find-usable-secret-key.
692
693 2013-01-08  Glenn Morris  <rgm@gnu.org>
694
695         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
696
697 2013-01-07  Daiki Ueno  <ueno@gnu.org>
698
699         * mml-smime.el: Support signing by sender.
700         Requested by Uwe Brauer.
701         (mml-smime-sign-with-sender): New user option analogous
702         to mml2015-sign-with-sender.
703         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
704         (mml-smime-epg-find-usable-secret-key): New helper function copied from
705         mml2015.el.
706
707 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
710         isn't running, because Gnus will probably not know how to handle the
711         Gcc header (bug#11941).
712
713         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
714         articles.
715
716 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * nnfolder.el (nnfolder-recursive-directory-files): New function.
719         (nnfolder-generate-active-file): Make this function work with recursive
720         folder names.
721
722 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
723
724         * nntp.el (nntp-open-connection): Use HELP as the capability command
725         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
726         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
727
728 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
729
730         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
731         place holder since this gives `Invalid face reference: nil' messages.
732         Use the `default' face instead.  It has the same effect here, even
733         though it is not no-op.
734
735         * gnus-util.el
736         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
737
738 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
741         non-string posting styles (bug#13285).
742
743 2012-12-27  Glenn Morris  <rgm@gnu.org>
744
745         * plstore.el (plstore-passphrase-callback-function):
746         Use plstore-get-file.
747
748 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
749
750         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
751         stderr.
752
753 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
756
757         * gnus-compat.el (set-buffer-multibyte): Remove.
758
759 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
760
761         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
762         temporary file to get PGP key image. Pass no-show-photos when extracting
763         image to avoid having it pop up twice.
764
765 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
768         eligible for treatment.
769
770         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
771         lines.  This makes summary commands with hidden threads work more
772         reliably.
773
774         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
775         button to mark the hidden citations (bug#9395).
776
777 2012-12-26  Daiki Ueno  <ueno@gnu.org>
778
779         * mml2015.el (mml2015-epg-signature-to-string): New function.
780         (mml2015-epg-verify-result-to-string): New function.
781         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
782         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
783         instead of epg-verify-result-to-string.
784         (epg-signature-key-id, epg-signature-to-string): Autoload.
785         (epg-verify-result-to-string): Remove autoload.
786
787 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
788
789         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
790         ID image from GPG public key.
791         (mml2015-epg-key-image-to-string): New function.
792
793 2012-12-25  Leo Liu  <sdl.web@gmail.com>
794
795         * plstore.el (plstore-passphrase-callback-function): Fix error when
796         error when plstore-cache-passphrase-for-symmetric-encryption is set
797         (bug#13264).
798
799 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
802         buffer to the article buffer here, because that clobbers multiple
803         article buffers.
804
805         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
806         buffer always points to the right summary buffer.
807
808 2012-12-25  John Wiegley  <jwiegley@gmail.com>
809
810         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
811         the password (bug#12097).
812
813 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
816         (bug#13263).
817
818         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
819         buffer exists before using it (bug#12475).
820
821         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
822         offline groups (bug#11937).
823
824         * message.el (message-yank-original): When using customize to set the
825         value of `message-cite-style', the variable it set to a symbol that's
826         the name of the variable, which must then be dereferenced (bug#12616).
827
828 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
829
830         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
831         the `face' property with a list whose car is the face specified in the
832         format string and whose cdr is (nil).
833         * lisp/gnus-util.el
834         (gnus-put-text-property-excluding-characters-with-faces):
835         Change accordingly.
836         (gnus-get-text-property-excluding-characters-with-faces): New function.
837         * lisp/gnus-sum.el (gnus-summary-highlight-line):
838         * lisp/gnus-salt.el (gnus-tree-highlight-node):
839         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
840
841 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
844         login methods.
845         (nnimap-login): Respect the `nnimap-authenticator' variable.
846
847         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
848         mark state when moving articles.  Otherwise unticked articles will get
849         their ticks back after moving.
850
851 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
854
855         * message.el (message-ignored-news-headers): Always remove
856         X-Message-SMTP-Method to avoid information leakage if the user
857         mistakenly inserts the header into news messages.
858
859         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
860
861         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
862         right than four characters, this command would move point to
863         `point-max'.  Don't do that.
864
865         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
866         to nil to allow re-selecting groups that gain articles.
867         (gnus-bug-group-download-format-alist): Update the URL.
868
869 2012-12-23  Andreas Schwab  <schwab@suse.de>
870
871         * shr.el (shr-tag-em): Render em as italic, not bold.
872
873 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-int.el (gnus-backend-trace): Factor out into its own function
876         for reuse.
877         (gnus-open-server): Use it to add more tracing.
878         (gnus-finish-retrieve-group-infos): Add backend tracing.
879         (gnus-backend-trace): Also note the elapsed seconds.
880
881 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
882
883         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
884         Set epa-file-encrypt-to from variable to avoid querying.
885
886 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
887
888         * sieve-mode.el (sieve-font-lock-keywords):
889         Keywords should be word delimited.  (Bug#13173)
890
891 2012-12-13  Andreas Schwab  <schwab@suse.de>
892
893         * tls.el (tls-program): Update customize type.
894
895 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
898         instead of <pre> to align message header.
899
900 2012-12-12  Sam Steingold  <sds@gnu.org>
901
902         * gnus.el (gnus-other-frame-resume-function): Add user option.
903         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
904
905 2012-12-06  Sam Steingold  <sds@gnu.org>
906
907         * gnus-start.el (gnus-before-resume-hook): Add.
908         (gnus-1): Run it when Gnus is alive.
909
910 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
913         * gnus-art.el (article-unsplit-urls)
914         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
915         * gnus-registry.el (gnus-registry-get-article-marks)
916         * message.el (message-goto-body): Use it.
917         (message-called-interactively-p): Remove.
918
919         * spam-stat.el (spam-stat-called-interactively-p): New macro.
920         (spam-stat-score-buffer): Use it.
921
922         * spam.el: Silence the warnings against BBDB functions when compiling.
923
924         * gnus-score.el (gnus-score-decode-text-parts):
925         Use append+mapcar instead of the cl function mapcan.
926
927 2012-12-05  Sam Steingold  <sds@gnu.org>
928
929         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
930         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
931         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
932
933 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gmm-utils.el (gmm-called-interactively-p): Revert.
936         This seems to cause Emacs to get stuck!
937         * gnus-art.el (article-unsplit-urls)
938         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
939         * gnus-registry.el (gnus-registry-get-article-marks)
940         * message.el (message-goto-body)
941         (message-called-interactively-p): Revert.
942
943         * gmm-utils.el (gmm-called-interactively-p): New function.
944         * gnus-art.el (article-unsplit-urls)
945         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
946         * gnus-registry.el (gnus-registry-get-article-marks)
947         * message.el (message-goto-body): Use it.
948         (message-called-interactively-p): Remove.
949
950         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
951         * gnus-sync.el (gnus-sync-lesync-call)
952         * message.el (message-read-from-minibuffer): Use it.
953
954 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gmm-utils.el (gmm-flet): Remove.
957         * gnus-sync.el (gnus-sync-lesync-call)
958         * message.el (message-read-from-minibuffer): Don't use it.
959
960 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gmm-utils.el (gmm-labels): Use cl-labels if available.
963
964 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
967
968         * gnus-sync.el (gnus-sync-lesync-call)
969         * message.el (message-read-from-minibuffer): Use gmm-flet.
970
971         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
972
973         * gnus-util.el (gnus-macroexpand-all): Remove.
974
975 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
976
977         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
978         to TAB, not [tab].
979         (gnus-summary-article-map): Likewise.
980
981         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
982         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
983
984 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
985
986         * time-date.el: Commentary fix.
987
988 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
989
990         * color.el: Don't require cl.
991         (color-complement): `caddr' -> `nth 2'.
992
993         * time-date.el (time-to-seconds): De-obsolete.
994
995 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * message.el (message-get-reply-headers):
998         Make sure the reply goes to the author if it is a wide reply.
999
1000 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1001
1002         * gnus-score.el (gnus-score-body):
1003         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1004         scoring by body.
1005
1006 2012-11-16  Glenn Morris  <rgm@gnu.org>
1007
1008         * gnus-diary.el (nndiary-request-create-group-functions)
1009         (nndiary-request-update-info-functions)
1010         (gnus-subscribe-newsgroup-functions)
1011         (nndiary-request-accept-article-functions):
1012         Use new names for hooks rather than obsolete aliases.
1013
1014 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1017
1018 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1021         in meta tag with the one the part specifies in its header.
1022
1023 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1024
1025         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1026         by default.
1027
1028 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1031         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1032
1033 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1036         and a runtime function for it, of which the XEmacs version takes only
1037         two arguments.
1038
1039 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1040
1041         * nndiary.el (nndiary-request-create-group-functions)
1042         (nndiary-request-update-info-functions)
1043         (nndiary-request-accept-article-functions):
1044         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1045         "-hooks" suffix.
1046
1047 2012-10-19  Julien Danjou  <julien@danjou.info>
1048
1049         * gnus-art.el: Require gnus-util because it uses
1050         `gnus-timer--function'.
1051
1052 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1053
1054         * starttls.el (starttls-extra-arguments): Doc fix.
1055
1056 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1059         it.
1060
1061 2012-10-06  Glenn Morris  <rgm@gnu.org>
1062
1063         * gnus-notifications.el (gnus-notifications):
1064         Add missing group :version tag.
1065         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1066         (gnus-gcc-post-body-encode-hook):
1067         * gnus-sync.el (gnus-sync-lesync-name)
1068         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1069
1070 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1071
1072         * color.el (color-hsl-to-rgb): Fix incorrect results for
1073         small and large hue values.  (Bug#12559)
1074
1075 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         New UIDL implementation.
1078
1079         * mail-source.el (mail-sources, mail-source-keyword-map):
1080         Add :leave as a pop3 keyword.
1081         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1082
1083         * pop3.el (pop3-leave-mail-on-server): Allow number.
1084         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1085         (pop3-movemail): Add UIDL support.
1086         (pop3-send-streaming-command): Take a list of mail numbers instead of
1087         the number of mails.
1088         (pop3-write-to-file): Add X-UIDL header.
1089         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1090         (pop3-uidl-add-xheader): New functions.
1091
1092         * message.el (message-ignored-resent-headers):
1093         Add X-Content-Length and X-UIDL headers.
1094
1095 2012-10-05  Glenn Morris  <rgm@gnu.org>
1096
1097         * color.el (color-name-to-rgb, color-rgb-to-hex)
1098         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1099         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1100         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1101         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1102
1103 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1106         a user about whether to delete temp files if once a user answered as n.
1107
1108 2012-09-25  Chong Yidong  <cyd@gnu.org>
1109
1110         * password-cache.el (password-read-and-add): Use a declare form to mark
1111         this function obsolete.
1112
1113 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * lpath.el: Bind mail-encode-mml for old Emacsen.
1116
1117 2012-09-17  Richard Stallman  <rms@gnu.org>
1118
1119         * message.el (message-in-body-p): Don't set mark or modify buffer.
1120
1121         * mml.el (mml-attach-file): Doc fix.
1122         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1123         Set mail-encode-mml when in Mail mode.
1124         Simplify code to set HEAD and move back to HEAD.
1125         (mml-insert-multipart, mml-insert-part):
1126         Set mail-encode-mml when in Mail mode.
1127
1128 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * gnus-util.el (gnus-timer--function): New function.
1131
1132         * gnus-art.el (gnus-article-stop-animations): Use it.
1133
1134 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1135
1136         Fix glitches caused by addition of psec to timers.
1137         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1138         rather than raw access to timer vector.
1139
1140 2012-09-11  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-notifications.el (gnus-notifications): Check for nil values in
1143         ignored addresses check.
1144
1145 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1148
1149 2012-09-07  Chong Yidong  <cyd@gnu.org>
1150
1151         * gnus-util.el
1152         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1153
1154         * gnus-salt.el (gnus-tree-highlight-node):
1155         * gnus-sum.el (gnus-summary-highlight-line):
1156         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1157
1158 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1161
1162 2012-09-06  Juri Linkov  <juri@jurta.org>
1163
1164         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1165         scheme for buffer names to be more consistent with other group and
1166         article buffer names in Gnus.
1167
1168 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-util.el
1171         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1172
1173         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1174         Jenkner.
1175
1176         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1177
1178         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1179
1180         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1181
1182 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1185         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1186
1187         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1188         string-prefix-p in Emacs >=23.2.
1189
1190         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1191         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1192         instead of string-match-p.
1193         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1194
1195 2012-09-06  Kenichi Handa  <handa@gnu.org>
1196
1197         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1198         lowercase a..f.
1199
1200 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1201
1202         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1203
1204 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1205
1206         * nnimap.el (nnimap-request-move-article): Decode the group name when
1207         doing internal moves to avoid charset issues.
1208
1209         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1210         TIME is set.
1211
1212 2012-09-05  Juri Linkov  <juri@jurta.org>
1213
1214         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1215         than one group at a time (bug#11961).
1216
1217 2012-09-05  Julien Danjou  <julien@danjou.info>
1218
1219         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1220         this hide the real reason with a message giving absolutely no hint.
1221
1222 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1225         to the backend (bug#11804).
1226
1227         * message.el (message-insert-newsgroups): Don't insert newsgroup
1228         duplicates (bug#12275).
1229
1230 2012-09-05  John Wiegley  <johnw@newartisans.com>
1231
1232         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1233         sieve rules.
1234
1235 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1236
1237         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1238         function.
1239
1240         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1241
1242         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1243
1244 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1245
1246         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1247         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1248         This should make nnmaildir more usable with offlineimap.
1249
1250 2012-09-05  Julien Danjou  <julien@danjou.info>
1251
1252         * nnimap.el (nnimap-request-list): Revert change that made listing
1253         synchronous.
1254         (nnimap-get-responses): Restore.
1255
1256 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1257
1258         * dgnushack.el: XEmacs 21.5 compilation fix.
1259
1260         * gnus-notifications.el (gnus-notifications-notify): Use it.
1261
1262         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1263         warnings on XEmacs.
1264
1265 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1266
1267         Better seeds for (random).
1268         * gnus-sync.el (gnus-sync-lesync-setup):
1269         * message.el (message-canlock-generate, message-unique-id):
1270         Change (random t) to (random), now that the latter is more random.
1271
1272 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1273
1274         * nnimap.el (nnimap-change-group): Document result value
1275
1276         * auth-source.el (auth-sources): Fix macos keychain access.
1277
1278         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1279         allow the backend `request-head' function to determine the group
1280         name on its own.
1281         (gnus-request-expire-articles): Filter out negative article numbers
1282         during expiry (Bug#11980).
1283
1284         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1285         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1286
1287         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1288         you've found the article when you haven't.
1289
1290         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1291         that nnimap-change-group can return t.
1292
1293 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1294
1295         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1296
1297 2012-08-30  Julien Danjou  <julien@danjou.info>
1298
1299         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1300         `gnus-notifications-timeout'.
1301         (gnus-notifications-timeout): Add.
1302         (gnus-notifications-action): New function.
1303         (gnus-notifications-notify): Add :action using
1304         `gnus-notifications-action'.
1305         (gnus-notifications-id-to-msg): New variable.
1306         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1307         notifications id to messages.
1308
1309 2012-08-30  Kenichi Handa  <handa@gnu.org>
1310
1311         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1312         once.
1313
1314 2012-08-29  Julien Danjou  <julien@danjou.info>
1315
1316         * gnus-notifications.el: New file.
1317         (gnus-notifications-notify): New function.
1318         (gnus-notifications): Use `gnus-notifications-notify'.
1319
1320 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1323         transfer encoding first; bind gnus-newsgroup-charset to the charset
1324         that the article specifies (Bug#12209).
1325
1326 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1329         (gnus-group-customize-done): Encode values posting-style holds.
1330
1331         * gnus-msg.el (gnus-summary-resend-message)
1332         (gnus-configure-posting-styles): Decode values posting-style group
1333         parameter holds.
1334
1335 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1338         `name' and `address' in Resent-From header.
1339
1340 2012-08-14  Chong Yidong  <cyd@gnu.org>
1341
1342         * gnus-art.el (article-display-face): Handle failure in
1343         gnus-create-image (Bug#11802).
1344
1345 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1346
1347         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1348         Use defsetf.
1349
1350 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1351
1352         * auth-source.el: (auth-source-plstore-search)
1353         (auth-source-secrets-search): Ignore :require and :type in search spec.
1354
1355 2012-08-06  Julien Danjou  <julien@danjou.info>
1356
1357         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1358         `nnimap-request-move-article'.
1359
1360         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1361         Remove autoload, already handled by gnus.el.
1362
1363         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1364
1365         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1366         supported by nnimap actually. Reverts previous change.
1367
1368         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1369         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1370         to-buffer argument that is already supported.
1371
1372 2012-08-05  Julien Danjou  <julien@danjou.info>
1373
1374         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1375         Add autoload.
1376
1377 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * gnus.el (gnus-valid-select-methods): Fix custom type.
1380
1381 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1382
1383         * auth-source.el (auth-sources, auth-source-backend-parse)
1384         (auth-source-macos-keychain-search)
1385         (auth-source-macos-keychain-search-items)
1386         (auth-source-macos-keychain-result-append)
1387         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1388         auth-source.el through the /usr/bin/security utility.
1389         (auth-sources): Fix syntax error.
1390         (auth-source-macos-keychain-result-append): Fix variable name.
1391         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1392
1393 2012-07-27  Julien Danjou  <julien@danjou.info>
1394
1395         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1396         Emacs < 24.1
1397
1398 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * message.el (message-kill-address): Don't kill last newline.
1401         (message-skip-to-next-address): Don't move to the next header.
1402         (message-fill-field-address): Work properly.
1403
1404 2012-07-25  Julien Danjou  <julien@danjou.info>
1405
1406         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1407
1408 2012-07-24  Julien Danjou  <julien@danjou.info>
1409
1410         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1411
1412         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1413         (nntp-async-timer-handler): Remove, unused.
1414
1415         * nnimap.el (nnimap-get-responses): Remove, unused.
1416
1417         * nnheader.el (mail-header-set-extra): Remove, unused.
1418
1419         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1420         unused.
1421
1422         * mm-view.el (mm-view-sound-file): Remove, unused.
1423
1424         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1425         (mm-url-encode-multipart-form-data): Remove, unused.
1426
1427         * message.el (message-remove-signature, message-make-host-name)
1428         (message-fill-address): Remove, unused.
1429
1430         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1431         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1432         unused.
1433
1434         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1435         (gnus-xmas-call-region): Remove, unused.
1436
1437         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1438
1439         * gnus-util.el (gnus-extract-address-component-name)
1440         (gnus-extract-address-component-email, gnus-sortable-date)
1441         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1442         (gnus-process-live-p): Remove, unused.
1443
1444         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1445
1446         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1447         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1448         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1449         function.
1450
1451         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1452
1453         * gnus-score.el (gnus-summary-score-crossposting)
1454         (gnus-score-regexp-bad-p): Remove, unused.
1455
1456         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1457
1458         * gnus-range.el (gnus-sublist-p): Remove, unused.
1459
1460         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1461         unused.
1462
1463         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1464
1465         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1466         (gnus-request-associate-buffer): Remove, unused.
1467
1468         * gnus-group.el (gnus-group-set-method-info)
1469         (gnus-group-set-params-info): Remove, unused.
1470
1471         * gnus-fun.el (gnus-shell-command-to-string)
1472         (gnus-shell-command-on-region): Remove, unused.
1473
1474         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1475
1476         * gnus-art.el (gnus-article-text-type-exists-p)
1477         (article-translate-characters, gnus-article-hide-text-of-type)
1478         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1479         Remove, unused.
1480
1481 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1482
1483         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1484
1485 2012-07-21  Julien Danjou  <julien@danjou.info>
1486
1487         * message.el (message-dont-reply-to-names): Replace deprecated
1488         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1489         (message-get-reply-headers): Ditto.
1490
1491 2012-07-18  Julien Danjou  <julien@danjou.info>
1492
1493         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1494         `sieve-upload-and-kill'.
1495
1496         * sieve.el (sieve-bury-buffer): Remove function.
1497         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1498         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1499
1500 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1501
1502         * shr.el (shr-expand-url): Handle URL starting with `//'.
1503
1504 2012-07-13  Chong Yidong  <cyd@gnu.org>
1505
1506         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1507         instead of calling toggle-read-only with a (bogus) argument.
1508
1509 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1510
1511         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1512         of initial input when reading the author to restrict the summary to.
1513
1514 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * mm-decode.el (mm-shr):
1517         Allow overriding charset by mm-charset-override-alist.
1518
1519 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-art.el (gnus-article-view-part):
1522         Toggle subparts of multipart/alternative part.
1523
1524 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1525
1526         * shr.el (shr-render-buffer): New command.
1527         (shr-visit-file): Use it.
1528
1529 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1532         Set no-byte-compile and no-update-autoloads.
1533
1534 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1537
1538 2012-06-25  Julien Danjou  <julien@danjou.info>
1539
1540         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1541         `nnimap-request-move-articles-find-limit' since we do not use it only
1542         for move operations.
1543         (nnimap-request-accept-article): Use
1544         `nnimap-request-articles-find-limit' to limit search by message-id.
1545
1546 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1547
1548         Support higher-resolution time stamps (Bug#9000).
1549
1550         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1551         VARLIST.  It's optional, for backward compatibility.
1552         (encode-time-value): New optional arg PICO.  New type 3.
1553         (time-to-seconds) [!float-time]: Support the new picoseconds
1554         component if it's used.
1555         (seconds-to-time, time-subtract, time-add):
1556         Support ps-resolution time stamps as well.
1557
1558 2012-06-19  Julien Danjou  <julien@danjou.info>
1559
1560         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1561
1562         * nnimap.el (nnimap-log-buffer): Check that
1563         `window-point-insertion-type' is boundp, since it's not available in
1564         XEmacs.
1565
1566 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1567
1568         * nnimap.el (nnimap-log-buffer): Add this, setting
1569         `window-point-insertion-type' in the buffer to t.
1570         (nnimap-log-command): Use nnimap-log-buffer.
1571
1572 2012-06-19  Julien Danjou  <julien@danjou.info>
1573
1574         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1575         argument to be able to limit the search.
1576         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1577         (nnimap-request-move-articles-find-limit): Add this to limit the search
1578         by Message-Id after a message move.
1579         (nnimap): Add defgroup.
1580
1581 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1582
1583         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1584
1585 2012-06-15  Julien Danjou  <julien@danjou.info>
1586
1587         * nnimap.el (nnimap-find-article-by-message-id): Use
1588         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1589         (nnimap-possibly-change-group): Add read-only argument.
1590         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1591         issuing EXAMINE manually.
1592         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1593         with read-only argument.
1594         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1595         cannot possibly change because we need to be sure that it's either
1596         read-write or read-only.
1597
1598 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1601         being bound to a lambda form.
1602
1603 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1604
1605         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1606         articles when fetch-old is non-nil (bug#11370).
1607
1608 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1609
1610         * gnus-picon.el (gnus-picon-properties): New defcustom.
1611         (gnus-picon-create-glyph): Use it.
1612
1613 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-group.el (gnus-group-get-new-news): Respect
1616         `gnus-group-use-permanent-levels', as documented (bug#11638).
1617
1618 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1619
1620         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1621         groups (bug#11641).
1622
1623 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1624
1625         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1626         is an integer to avoid later problems.
1627
1628 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1631         locales.
1632
1633         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1634         on a handle.
1635
1636         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1637         address as the default.
1638         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1639
1640         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1641         makes no sense to query the user about internal files.
1642
1643         * gnus-spec.el: Remove all the byte-compilation stuff, since
1644         benchmarking shows that it doesn't help when entering large summary
1645         buffers.
1646
1647         * gnus-xmas.el (gnus-xmas-define): Remove.
1648
1649         * gnus-util.el (gnus-byte-code): Remove.
1650
1651         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1652         grouplens stuff.
1653
1654 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1657         (bug#11514).
1658
1659 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1660
1661         * message.el (message-buffers): Return all buffers derived from Message
1662         to make `gnus-dired-attach' work with mu4e.
1663
1664 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1665
1666         * nntp.el: Stop the `letf' madness.
1667         (nntp--report-1): New var.
1668         (nntp-report): Merge nntp-report-1 into it.
1669         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1670         the nntp-report function.
1671
1672         * auth-source.el: Fix comment-style to follow the convention.
1673
1674 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1675
1676         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1677         (mm-dissect-singlepart): Don't guess the MIME type of
1678         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1679         set.
1680         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1681         toplevel MIME type is multipart/encrypted.
1682
1683 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1686         a string so that Gcc works (bug#11514).
1687
1688 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1689
1690         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1691         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1692
1693 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1694
1695         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1696         jumping to *Server* from a dedicated *Group* window.
1697         (gnus-configure-frame): CSE.
1698
1699         * gnus-registry.el: Minor style cleanup.
1700         (gnus-registry--set/remove-mark): New function, extracted from
1701         gnus-registry-install-shortcuts.
1702         (gnus-registry-install-shortcuts): Use it.
1703
1704 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * nnspool.el (news-path): Use eval-and-compile.
1707
1708 2012-05-24  Glenn Morris  <rgm@gnu.org>
1709
1710         * nnspool.el (news-directory, news-path, news-inews-program):
1711         Move here from paths.el.  Don't see a need for these to be autoloaded.
1712
1713         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1714         Merge in doc from paths.el version.  Don't see any need for this to be
1715         autoloaded, or for the warning about users not setting it.
1716
1717 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1718
1719         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1720         format.  In particular, add an optional argument and a docstring.
1721
1722         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1723
1724         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1725         current before calling `gnus-groups-to-gnus-format'.
1726         Note that this was already the case for `gnus-active-to-gnus-format'.
1727
1728 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1729
1730         Fix minor Y10k bug.
1731         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1732
1733 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1734
1735         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1736         message once it's actually open.
1737
1738 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1739
1740         * gnus.el: Ma Gnus v0.5 is released.
1741
1742 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1743
1744         * auth-source.el (auth-source--aput-1, auth-source--aput)
1745         (auth-source--aget): New functions and macros.
1746         Use them instead of aput/aget.
1747
1748 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1749
1750         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1751
1752 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1753
1754         * plstore.el (plstore-called-interactively-p): New compat macro copied
1755         from message.el.
1756         (plstore-mode): Use it.
1757
1758 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1759
1760         * plstore.el: Revive the editing feature.
1761         (plstore-mode): New mode to edit plstore file.
1762         (plstore-mode-toggle-display, plstore-mode-original)
1763         (plstore-mode-decoded): New command.
1764         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1765         (plstore--insert-buffer, plstore--make): New function.
1766         (plstore-open, plstore-save): Simplify by using them.
1767
1768 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1771
1772 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1773
1774         * tls.el (open-tls-stream): Remove unused binding.
1775
1776 2012-04-16  Glenn Morris  <rgm@gnu.org>
1777
1778         * nndraft.el (nndraft-request-list): Fix declaration.
1779
1780 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * mm-decode.el (mm-dissect-buffer): Doc fix.
1783
1784         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1785         don't have a current group.
1786
1787         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1788         buffer if it doesn't exist.
1789
1790         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1791         given, mark the group as ephemeral with the current window conf.
1792
1793         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1794         buffer exists, which it doesn't if we haven't started Gnus.
1795         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1796
1797 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1800         type is.
1801
1802         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1803         `unexists' entries.
1804         (gnus-clean-old-newsrc): Fix last checkin.
1805
1806         * nnimap.el (nnimap-update-info): None of the articles below the active
1807         low-water mark exist.
1808
1809         * dgnushack.el: Get rid of XEmacs compilation warning.
1810
1811         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1812         would have gotten if we posted to the group, and use that to compare
1813         against the message we want to cancel (bug#10808).
1814
1815         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1816         on XEmacs.
1817
1818 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1819
1820         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1821         `scroll-margin'.
1822
1823 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1824
1825         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1826         citation prefix within a block of cited text should be considered part
1827         of that block *only* if it is a blank line.
1828
1829 2012-04-09  Chong Yidong  <cyd@gnu.org>
1830
1831         * binhex.el, hashcash.el, uudecode.el:
1832         Remove * characters from the front of variable docstrings.
1833
1834 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1837         before kinsoku-bol characters nor within kinsoku-eol characters.
1838
1839 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1842         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1843         (gnus-sync-read): Use mapc instead of mapcar.
1844
1845         * mm-archive.el: Require mm-decode for some macros.
1846         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1847         the byte compiler.
1848         (mm-archive-decoders): New function that returns the value of
1849         the mm-archive-decoders variable.
1850
1851         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1852         instead.
1853         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1854
1855         * nnimap.el (gnus-refer-thread-use-nnir):
1856         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1857
1858 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1861
1862 2012-03-12  Peter Münster  <pmrb@free.fr>
1863
1864         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1865         (gnus-demon-cancel): Ditto.
1866         (gnus-demon-run-callback): When function cannot be called due to low
1867         idleness, call it when idleness reaches the expected value, instead of
1868         waiting another timer period.
1869         (gnus-demon-init): Add `time' to arguments of call-back.
1870
1871 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1874
1875         * gnus.el: Register gnus-registry functions.
1876
1877         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1878         indent.
1879
1880         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1881         enabled before warping.
1882
1883 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1884
1885         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1886         registry about each article retrieved.
1887
1888         * gnus-int.el (gnus-select-group-with-message-id): New function.
1889         (gnus-try-warping-via-registry): Ditto.
1890         (gnus-warp-to-article): Fall back on the registry.
1891
1892 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1893
1894         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1895         inboxes.
1896
1897 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1900
1901 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1904         gnus-gcc-self-resent-messages may be a group parameter.
1905         (gnus-summary-resend-message): Don't encode encoded words in header
1906         when Gcc'ing resent message.
1907
1908 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * shr.el (shr-insert): Treat non-breaking space just like normal
1911         space.  This seems to produce more pleasing results.
1912         (shr-insert): Only insert a blank line if we're starting from an image.
1913         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1914         (shr-ensure-paragraph): Consider lines with white space to be blank.
1915
1916 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1917
1918         * Makefile.in: Respect DESTDIR.
1919
1920 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1921
1922         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1923         and gnus-gcc-post-body-encode-hook.
1924
1925 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1928         messages that don't exist.
1929
1930         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1931
1932 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1935         Remove.
1936
1937         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1938
1939         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1940
1941 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1944         have a group name.
1945
1946         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1947         a multibyte buffer (bug#7410).
1948         (article-wash-html): Parse the original article buffer to get the
1949         unencoded data (bug#7410).
1950
1951         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1952         .newsrc.el files.
1953
1954 2012-04-05  Bastien Guerry  <bzg@altern.org>
1955
1956         * color.el (color-lighten-name): Fix typo.
1957
1958 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1961         "#" to avoid having them interpreted as comments.
1962
1963 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * shr.el (shr-insert): Update the text state properly to avoid
1966         inserting spurious paragraph starts.
1967
1968 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * shr.el (shr-table-widths): Divide the extra width more fairly over
1971         the TDs (bug#10973).
1972         (shr-render-td): Don't delete too much padding.
1973         (shr-natural-width): Compute the natural width more correctly.
1974         (shr-insert): Allow the natural width to be computed for tables again.
1975         (shr-tag-table-1): Rework how the natural widths are computed by
1976         rendering the table a third time.
1977         (shr-natural-width): Removed.
1978         (shr-buffer-width): New function.
1979         (shr-expand-newlines): Use it.
1980
1981         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1982         using a `gnus-use-full-window' setup (bug#11013).
1983
1984 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1987         24.1 release.
1988
1989 2012-03-10  David Edmondson  <dme@dme.org>
1990
1991         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1992         'Forwarded Message' header and the start of the message.
1993
1994 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1995
1996         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1997         isn't running (bug#10897).
1998
1999 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2002         This is inconsistent with all the other stream functions, which leave
2003         the setting up to the higher levels (if so wanted) (bug#10931).
2004
2005 2012-02-28  Glenn Morris  <rgm@gnu.org>
2006
2007         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2008         mm-decode.el: Standardize possessive apostrophe usage.
2009
2010 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2013
2014 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2015
2016         * parse-time.el (parse-time-string): Allow extractor to return nil.
2017
2018 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2021
2022 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2025
2026 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2027
2028         * mm-decode.el (mm-shr): Remove "soft hyphens".
2029
2030         * nnimap.el (nnimap-request-list): Return the group names encoded as
2031         utf8.  Otherwise non-European group names don't work.
2032         (nnimap-request-newgroups): Ditto.
2033
2034         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2035         the default in `read-string' (bug#10757).
2036
2037         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2038         topics (bug#10843).
2039
2040         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2041         buffer.  Suggested by Herbert Valerio Riedel.
2042         (nnimap-request-move-article): Delete the message from the correct IMAP
2043         server.
2044
2045 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2046
2047         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2048         Reported by Peter Münster.
2049
2050 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2051
2052         * shr.el (shr-image-fetched): Make sure we really kill the right
2053         buffer.
2054
2055 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2056
2057         * gnus-start.el (gnus-1): Avoid duplicate entries.
2058
2059 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2060
2061         * imap.el: Remove.
2062
2063         * nntp.el (nntp-coding-system-for-read): Remove.
2064         (nntp-coding-system-for-write): Ditto.
2065         (nntp-open-connection): Just use `binary' directly.
2066
2067         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2068         Gnus 0.3.
2069
2070 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2071
2072         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2073         application/octet-stream parts really is.
2074
2075         * gnus-sum.el (gnus-propagate-marks): Remove.
2076
2077 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2078
2079         * shr.el (shr-rescale-image): Undo previous change; see
2080         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2081
2082 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2083
2084         * gnus.el: Ma Gnus v0.3 is released.
2085
2086 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el (gnus-summary-local-variables): Make
2089         `gnus-newsgroup-unexist' into a local variable.
2090
2091 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2092
2093         * registry.el (registry-usage-test, registry-persistence-test): Move to
2094         tests/gnustest-registry.el.
2095         (registry-make-testable-db, registry-match-test)
2096         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2097
2098         * gnus-registry.el (gnus-registry-misc-test)
2099         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2100
2101         * tests/gnustest-registry.el: New file with the registry and
2102         gnus-registry ERT tests.
2103
2104 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-msg.el (gnus-summary-resend-message): Make
2107         gnus-summary-resend-message-insert-gcc be last item in
2108         message-header-setup-hook.
2109
2110 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2113         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2114         Remove.
2115         (nnfolder-open-server): Don't use marks.
2116         (nnfolder-request-delete-group): Ditto.
2117         (nnfolder-request-rename-group): Ditto.
2118         (nnfolder-request-set-mark, nnfolder-request-marks)
2119         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2120         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2121
2122         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2123         (nnml-marks-modtime): Remove.
2124         (nnml-request-delete-group): Don't use marks.
2125         (nnml-request-rename-group): Ditto.
2126         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2127         (nnml-save-marks, nnml-open-marks): Remove.
2128
2129         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2130         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2131         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2132         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2133         (nntp-server-to-method-cache): Remove.
2134
2135         * shr.el (shr-rescale-image): Fix wrong merge.
2136
2137 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2138
2139         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2140         too-wide lines.
2141
2142 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2143
2144         * nnimap.el (nnimap-record-commands): New variable.
2145         (nnimap-log-command): Use it.
2146         (nnimap-make-process-buffer): Add a space to the process buffer.
2147         (nnimap-transform-headers): Don't bug out on header lines containing
2148         stuff that look like IMAP length encodings.
2149
2150         * shr.el (shr-rescale-image): Allow viewing large images.
2151
2152 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nnml.el (nnml-request-compact-group): Delete the marks file after
2155         compaction (bug#10800).
2156
2157         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2158         group exit.
2159
2160         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2161         QRESYNC/FETCH output.
2162
2163 2012-02-11  Glenn Morris  <rgm@gnu.org>
2164
2165         * sieve-manage.el (sieve-manage-default-stream):
2166         * shr.el (shr):
2167         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2168         (nnir-retrieve-headers-override-function)
2169         (nnir-imap-default-search-key, nnir-notmuch-program)
2170         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2171         (nnir-method-default-engines):
2172         * message.el (message-cite-reply-position):
2173         * gssapi.el (gssapi-program):
2174         * gravatar.el (gravatar):
2175         * gnus-sum.el (gnus-refer-thread-use-nnir):
2176         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2177         (gnus-registry-max-pruned-entries):
2178         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2179         * gnus-int.el (gnus-after-set-mark-hook)
2180         (gnus-before-update-mark-hook):
2181         * gnus-async.el (gnus-async-post-fetch-function):
2182         * auth-source.el (auth-source-cache-expiry):
2183         Add missing :version tags to new defcustoms and defgroups.
2184
2185 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2188         `gnus-newsgroup-unexist'.
2189
2190         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2191         marks.
2192         (gnus-article-special-mark-lists): Put the `unexist' in the special
2193         marks list instead.
2194
2195         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2196         articles in the list of articles to be selected.
2197
2198         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2199         articles.
2200         (nnimap-update-info): Keep track of unexisting articles.
2201         (nnimap-update-qresync-info): Ditto.
2202
2203 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2204
2205         * message.el (message-default-send-mail-function): Made into own
2206         function for reuse by emacsbug.el.
2207
2208 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2209
2210         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2211         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2212
2213 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2214
2215         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2216         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2217
2218         * gnus-compat.el: Define `timer-set-function'.
2219
2220         * mm-decode.el (mm-display-external): Output the text from the command
2221         in the buffer after the command finished.  This makes text-based
2222         commands behave better.
2223
2224 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2227
2228 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2231         23.1.
2232
2233 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2236
2237 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2238
2239         * message.el (smtpmail-smtp-user): Silence compiler warning.
2240
2241 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2242
2243         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2244         SMTP user name.
2245
2246 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * gnus-sum.el (gnus-summary-show-thread):
2249         next-single-char-property-change may return nil in XEmacs.
2250         (gnus-summary-article-map): Fix typo.
2251
2252 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2253
2254         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2255         running.
2256
2257         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2258
2259         * gnus.el (gnus-server-extend-method): Don't add an -address component
2260         if the method already has one (bug#9676).
2261
2262 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2263
2264         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2265         of an initial-input for consistency (bug#10757).
2266
2267         * dgnushack.el: Fix XEmacs compilation warning.
2268
2269         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2270
2271         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2272
2273 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2274
2275         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2276         lines that are narrower than the window width.  Otherwise background
2277         "blocks" will look less readable.
2278
2279 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2280
2281         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2282         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2283         have newlines within the strings, and where the UID comes after the
2284         BODYSTRUCTURE element (bug#10537).
2285
2286         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2287         (bug#10732).
2288
2289         * shr.el (shr-insert-document): Add doc string.
2290         (shr-visit-file): Ditto.
2291         (shr-remove-trailing-whitespace): New function.
2292         (shr-insert-document): Use it to clean up trailing whitespace as the
2293         final step (bug#10714).
2294
2295 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2298         buffer if `gnus-kill-summary-on-exit' is nil.
2299
2300 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2303         when just reading a single group from "without" Gnus.
2304
2305 2012-02-06  Chong Yidong  <cyd@gnu.org>
2306
2307         * gnus-sum.el (gnus-summary-show-thread):
2308         next-single-char-property-change never returns nil (Bug#8657).
2309
2310 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2311
2312         * message.el (message-multi-smtp-send-mail): New function.
2313         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2314         header to implement multi-SMTP functionality.
2315
2316         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2317         (gnus-agentize): Don't set it.
2318         (gnus-agent-send-mail): Don't use it.
2319
2320         * gnus-sum.el (gnus-summary-widget-backward): New function and
2321         keystroke.
2322
2323         * gnus-compat.el: More the compat functions more compatible.
2324
2325         * shr.el (shr-put-image): Remove underlines from sliced images.
2326         (shr-zoom-image): Compute the region to be replaced more correctly.
2327
2328 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2331         (gnus-summary-resend-message-insert-gcc): New function.
2332         (gnus-summary-resend-message): Modify message-header-setup-hook and
2333         message-sent-hook to make it work for Gcc.
2334         (gnus-inews-do-gcc): Update the number of unread articles of groups
2335         that messages are Gcc'd to.
2336
2337         * message.el (message-resend): Run message-sent-hook to do Gcc.
2338
2339 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2340
2341         * lpath.el: Fix an XEmacs compilation warning.
2342
2343         * gnus-compat.el: Require `help-fns' to fix compilation error.
2344
2345         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2346         a higher level to silence compilation.
2347
2348         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2349         parameter to allow controlling the scaling.
2350
2351         * shr.el (shr-zoom-image): New command and keystroke.
2352         (shr-put-image): Take a `size' flag to say how to scale the image.
2353
2354         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2355         deletion unless already defined.
2356
2357         * gnus.el (gnus-compat): Require it.
2358
2359         * gnus-compat.el: New file.
2360
2361         * gnus-start.el (gnus-clean-old-newsrc): New function.
2362         (gnus-read-newsrc-file): Use it.
2363
2364         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2365         Use recursive deletion.
2366         (mm-dissect-archive): Add support for zip files.
2367
2368         * gnus-util.el (gnus-recursive-directory-files): New function.
2369
2370         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2371         (mm-archive-decoders): Add tgz support.
2372
2373         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2374         Otherwise inserting text into the Gnus buffer can look odd.
2375
2376         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2377
2378         * mm-archive.el (mm-archive-decoders): Add support for tar.
2379
2380         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2381
2382         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2383
2384 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2385
2386         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2387
2388         * mm-archive.el: New file.
2389
2390         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2391
2392         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2393
2394         * message.el (message-goto-*): Make all the `message-goto-*' commands
2395         push the mark before moving point.  This makes it easier to go back to
2396         where you came from after editing whatever you jumped to.
2397
2398 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2399
2400         * gnus.el: Ma Gnus v0.1 is released.
2401
2402 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2403
2404         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2405         without reconnecting.
2406         (nnimap-possibly-change-group): Ditto.
2407         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2408         connection has died before being called.
2409
2410 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2411
2412         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2413         an initial sync unless we're really doing one.
2414
2415         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2416         address parameter if one already exists (bug#9676).
2417
2418         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2419         not the prefix, as documented (bug#10689).
2420
2421 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2424         the "server".
2425
2426         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2427         the real error message with the useless "previously known to be down".
2428         Which isn't even correct.
2429
2430         * nntp.el (nntp-open-connection): Report the error message if the nntp
2431         server can't be reached.
2432
2433         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2434         groups we do a total scan for.
2435         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2436         doing that.
2437
2438 2012-01-31  Jim Meyering  <jim@meyering.net>
2439
2440         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2441         Correct a comment (insert "not") and hide nominally-doubled "to".
2442
2443 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus.el (gnus-version): Change name to "Ma Gnus".
2446
2447 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2448
2449         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2450         section in the manual.
2451
2452 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2453
2454         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2455         words.
2456         (rfc2047-encode-string): Ditto.
2457         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2458         understand folded filename="..." parameters, for instance.
2459
2460         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2461         the message for greater debuggability.
2462
2463 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2464
2465         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2466         instead of setting it locally, since the latter doesn't seem to have
2467         any effect (most of the time).
2468
2469 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2470
2471         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2472         function call.
2473
2474 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2475
2476         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2477         seconds, and make the repeat clause with HH:MM specs work as
2478         documented.
2479
2480 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2481
2482         * proto-stream.el (proto-stream-capability-open): Fall back on
2483         :end-of-command if :end-of-capability doesn't exist.
2484
2485 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2488         bound globally in old Emacsen and XEmacsen.
2489
2490 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2491
2492         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2493         so that previous errors don't prohibit getting new news.
2494
2495         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2496
2497         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2498
2499 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2500
2501         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2502         buffer, not of the string which is its name.
2503
2504 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2505
2506         * proto-stream.el (proto-stream-capability-open): Wait for
2507         :end-of-capability, not :end-of-command.
2508
2509         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2510         non-server-marks groups.
2511         (gnus-group-make-articles-read): Ditto.
2512
2513         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2514         methods (bug#9676).
2515
2516         * gnus.el (gnus-method-ephemeral-p): New function.
2517
2518 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2521         left-to-right.
2522
2523 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2524
2525         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2526         warning.
2527
2528 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2531         macroexpand the nnir things, since they haven't been defined yet, and
2532         nnir requires gnus-sum.
2533
2534 2012-01-24  Julien Danjou  <julien@danjou.info>
2535
2536         * color.el (color-rgb-to-hsl): Fix value computing.
2537         (color-hue-to-rgb): New function.
2538         (color-hsl-to-rgb): New function.
2539         (color-clamp, color-saturate-hsl, color-saturate-name)
2540         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2541         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2542
2543 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2546
2547 2012-01-19  Julien Danjou  <julien@danjou.info>
2548
2549         * color.el (color-name-to-rgb): Use the white color to find the max
2550         color component value and return correctly computed values.
2551         (color-name-to-rgb): Add missing float conversion for max value.
2552
2553 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2556         logical server name in addition to the actual machine address.
2557
2558         * auth-source.el (auth-source-user-and-password): Add convenience
2559         wrapper to search by just host and optionally user.
2560
2561 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2564         after rendering.
2565
2566 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2567
2568         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2569         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2570         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2571
2572 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2575         (bug#9693).
2576         (gnus-summary-setup-buffer): Document return value (bug#9697).
2577
2578         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2579         since ido doesn't work on symbols (bug#9632).
2580
2581         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2582         when getting a single value as when getting all the values.  This means
2583         that atoms like `gcc-self' work cumulatively, like variable settings,
2584         instead of getting the value from the last matching clause.
2585         (gnus-group-find-parameter): Protect against the group buffer not
2586         existing (bug#9585).
2587
2588 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * gnus-start.el (gnus-activate-group): Document more parameters
2591         (bug#9694).
2592
2593         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2594         (bug#9692).
2595
2596         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2597         article was fetched, so that it can be expired later (bug#9958).
2598         (gnus-agent-summary-fetch-series): Add doc string.
2599         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2600         (bug#9517).
2601
2602         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2603         retrieval is happening.
2604
2605         * gnus.el (gnus-parameters): Doc fix.
2606
2607 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2608
2609         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2610         show the thread after expansion.
2611
2612 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-art.el (article-narrow-to-head): If the head is completely
2615         empty, narrow to the empty region (bug#9764).
2616
2617         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2618         read, and then mark them as unread only when the unread mark is used.
2619         This makes `C-- T k' actually work, even though it's confusing.
2620
2621         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2622         alive before we try to find its window.
2623
2624 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2625
2626         * mm-decode.el (mm-display-external): Use a longer timeout for the
2627         deletion to allow slow programs to display the file.
2628
2629 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2632         prompt to be less confusing.
2633
2634         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2635         argument to `message-reply'.  This broke `special-display-*' frame
2636         pop-uping (bug#10238).
2637
2638 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2641         systems, since these allegedly don't work there.
2642
2643 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2644
2645         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2646         live buffer.
2647
2648 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * nnir.el (nnir-retrieve-headers): Protect against the article not
2651         existing on the server (bug#10335).
2652
2653 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2654
2655         * gnus-agent.el (gnus-agent-load-local): Recompute
2656         gnus-agent-article-local on changing method.
2657
2658 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * gnus.el (gnus-parameters): Note precedence.
2661
2662 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2663
2664         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2665         in the group buffer.
2666
2667 2012-01-04  Julien Danjou  <julien@danjou.info>
2668
2669         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2670         change.
2671
2672 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2675         too.
2676
2677         * nntp.el (nntp-retrieve-group-data-early): Use it.
2678
2679 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nntp.el (nntp-retrieval-in-progress): New variable.
2682         (nntp-make-process-buffer): Make it buffer-local.
2683
2684         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2685         2010.
2686         (gnus-demon-init): Use it to compute the time if time is on the form
2687         "04:23".
2688
2689         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2690
2691         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2692         status in the correct buffer.
2693
2694 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2695
2696         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2697         when opening topics (bug#10407).
2698
2699 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2700
2701         * gnus-cus.el (gnus-score-customize):
2702         * gnus-sum.el (gnus-sort-gathered-threads):
2703         * message.el (message-shorten-references):
2704         * nnmairix.el (nnmairix-request-group):
2705         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2706
2707 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2708
2709         * gnus-agent.el (gnus-agent-regenerate-group):
2710         * gnus-int.el (gnus-retrieve-group-data-early):
2711         * mm-util.el (mm-codepage-ibm-list):
2712         * nndiary.el (Commentary, nndiary-get-new-mail):
2713         * nnir.el (nnir):
2714         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2715
2716 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * mm-view.el (mm-display-inline-fontify): Add comment.
2719
2720 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2721
2722         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2723         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2724
2725 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2726
2727         * gnus-art.el (gnus-split-methods):
2728         * gnus-msg.el (gnus-configure-posting-styles):
2729         * gnus-spec.el (gnus-parse-simple-format):
2730         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2731         * message.el (message-do-actions): Spelling fix.
2732
2733 2011-12-15  Juri Linkov  <juri@jurta.org>
2734
2735         * mm-decode.el (mm-inline-media-tests): Add missing
2736         `mm-handle-media-subtype'.
2737
2738 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2739
2740         * gnus-group.el (gnus-group-tool-bar):
2741         * gnus-sum.el (gnus-summary-tool-bar):
2742         * message.el (message-tool-bar):
2743         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2744
2745 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2746
2747         * plstore.el (plstore--insert-buffer): Spelling fix.
2748
2749 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2750
2751         * message.el (message-valid-fqdn-regexp): Update with newly approved
2752         top-level domain names ".tel" and ".asia".
2753
2754 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2757         unconditionally.
2758
2759 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2762         pop-to-buffer-same-window for old Emacsen.
2763
2764 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2765
2766         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2767
2768 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2769
2770         * netrc.el (netrc-credentials): Spelling fix.
2771
2772 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2773
2774         * gnus-fun.el (gnus-fun-ppm-change-string):
2775         * gnus-msg.el (gnus-inews-do-gcc):
2776         * gnus-sum.el (gnus-summary-find-for-reselect):
2777         * gnus.el (gnus-summary-cancelled):
2778         * message.el (message-cancel-hook, message-send-news):
2779         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2780         * nnir.el (nnir-run-hyrex):
2781         * nntp.el (nntp-with-open-group-function):
2782         * pgg.el (pgg-pending-timers): Spelling fix.
2783
2784 2011-12-04  Chong Yidong  <cyd@gnu.org>
2785
2786         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2787         change (Bug#10200).
2788
2789 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * compface.el (uncompface):
2792         * gnus-art.el (gnus-article-x-face-command): Update the header format
2793         of icon data for the most recent icontopbm program.
2794
2795 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-msg.el (gnus-inews-do-gcc):
2798         * message.el (message-send-mail):
2799         * mml.el (mml-generate-mime): Share the value of the buffer-local
2800         `message-options' variable between a draft buffer and temprary working
2801         buffers.
2802
2803 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2804
2805         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2806
2807 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2810         for Cygwin.
2811
2812 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2813
2814         * gnus-group.el (gnus-group-prepare-flat):
2815         * mm-bodies.el (mm-encode-body):
2816         * mml.el (mml-preview):
2817         * nnml.el (nnml-request-compact-group):
2818         * pop3.el (pop3-stream-type): Spelling fix.
2819
2820 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2821
2822         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2823
2824 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2825
2826         * color.el (color-rgb-to-hsl):
2827         * gmm-utils.el (gmm-tool-bar-style):
2828         * gnus-group.el (gnus-group-prepare-flat):
2829         * gnus-topic.el (gnus-topic-prepare-topic):
2830         * mm-decode.el (mm-discouraged-alternatives):
2831         * rfc2047.el (rfc2047-encode-1):
2832         * starttls.el: Spelling fix.
2833
2834 2011-11-24  Glenn Morris  <rgm@gnu.org>
2835
2836         * binhex.el (binhex-begin-line): Give it basic doc-string.
2837
2838         * starttls.el, tls.el: Fix case of "GnuTLS".
2839
2840 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2841
2842         * gnus-group.el (gnus-group-highlight): Fix typo.
2843
2844 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2845
2846         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2847         value of `delete-file', that returns nil for a local file but returns t
2848         for a remote file using ssh.
2849
2850 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2851
2852         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2853
2854 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2857         avoid later breakage.
2858
2859 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2862         article buffers' name.
2863
2864 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2867         by Paul Eggert's spellfixes two days ago.
2868
2869 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2872         doesn't have it.
2873
2874         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2875         buffer-local instead of binding them to avoid warnings.  Also demote
2876         errors (bug#10063).
2877         (font-lock-mode-hook): Shut up byte compiler.
2878
2879 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2880
2881         * mm-util.el (mm-charset-after):
2882         * nnir.el (nnir-run-hyrex):
2883         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2884         (ntlm-get-password-hashes, ntlm-md4hash):
2885         * smime.el: Fix typo.
2886
2887 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2888
2889         * gnus-agent.el (gnus-agent-expire-group-1):
2890         * nndiary.el (nndiary-last-occurence):
2891         * nnimap.el (nnimap-request-set-mark):
2892         * nnmairix.el (nnmairix-only-use-registry):
2893         * gnus-group.el (gnus-group-prepare-flat):
2894         * gnus-sum.el (gnus-decode-encoded-word-methods):
2895         * message.el (message-wash-subject):
2896         * nntp.el (nntp-retrieve-headers-with-xover):
2897         * smime.el (smime-certificate-directory): Spelling fix.
2898
2899 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2900
2901         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2902
2903         * color.el:
2904         * gnus-agent.el (gnus-agent-possibly-alter-active):
2905         * gnus-dired.el (gnus-dired-print):
2906         * mail-parse.el:
2907         * nnmairix.el (nnmairix-request-group):
2908         * shr.el (shr-image-displayer):
2909         * sieve-manage.el:
2910         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2911
2912 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2913
2914         * gnus-sum.el (gnus-auto-select-subject):
2915         * spam-report.el (spam-report-resend): Spelling fix.
2916
2917 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2918
2919         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2920         * gnus-art.el (gnus-default-article-saver):
2921         * gnus-srvr.el (gnus-server-copy-server):
2922         * gnus.el (gnus-sloppily-equal-method-parameters):
2923         * html2text.el (html2text-format-tag-list):
2924         * message.el (message-narrow-to-head):
2925         * nndiary.el:
2926         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2927         * sieve.el: Spelling fix.
2928
2929 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2930
2931         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2932         * gnus-sum.el (gnus-summary-make-menu-bar):
2933         * gnus-uu.el (gnus-uu-decode-postscript)
2934         (gnus-uu-decode-postscript-and-save):
2935         * mailcap.el (mailcap-print-command):
2936         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2937         Fix typos.
2938
2939 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2940
2941         * gnus-art.el (gnus-article-part-wrapper):
2942         * html2text.el (html2text-fix-paragraphs):
2943         * mm-decode.el (mm-image-fit-p):
2944         * rfc2047.el (rfc2047-encode-message-header):
2945         * shr-color.el (shr-color-visible-distance-min)
2946         (shr-color-relative-to-absolute, set-minimum-interval)
2947         (shr-color-visible): Fix typos.
2948
2949 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2950
2951         * gmm-utils.el (gmm-tool-bar-item):
2952         * gnus-art.el (gnus-treat-body-boundary):
2953         * gnus-diary.el (gnus-user-format-function-d):
2954         * gnus-start.el (gnus-get-unread-articles):
2955         * pgg-gpg.el (pgg-gpg-update-agent):
2956         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2957
2958 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2959
2960         * gnus-topic.el (gnus-group-prepare-topics):
2961         * gnus-uu.el (gnus-extract-view):
2962         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2963
2964 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2965
2966         * spam.el: Move BBDB autoloads.
2967         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2968         BBDB 2 and 3.
2969         (spam-check-BBDB): Use it.
2970         (spam-enter-ham-BBDB): Use it.
2971
2972 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2973
2974         * smime.el (smime-draw-buffer): Spelling fix.
2975
2976 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2977
2978         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2979         for scanning exactly one level.
2980         * gnus-start.el (gnus-get-unread-articles): Ditto.
2981
2982 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2985         slightly clearer.
2986
2987 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2988
2989         * gnus-sync.el: More commentary about setup.
2990
2991 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * message.el (message-send-and-exit): Document `arg'.
2994
2995 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2996
2997         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2998
2999 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3000
3001         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3002
3003         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3004         we don't use `bound-and-true-p'.
3005
3006 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * gnus-util.el (gnus-bound-and-true-p): Remove.
3009         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3010         * nnir.el: Use it.
3011         * nnmairix.el: Use it.
3012
3013 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         * gnus-sync.el: Improve docs about CouchDB admins.
3016
3017         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3018         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3019         for reasons unknown.
3020         * nnir.el: Use it.
3021         * nnmairix.el: Use it.
3022
3023         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3024         * nnir.el: Ditto.
3025         * nnmairix.el: Ditto.
3026
3027         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3028
3029 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3030
3031         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3032         not needed.  Provide xmlplistread list function to produce XML plist
3033         output for non-Gnus LeSync clients.
3034
3035 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3036
3037         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3038
3039         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3040         and save against it.  Group subscriptions, read marks, other marks,
3041         subscription levels, topic names, and topic offsets (the group's
3042         position within the topic) are saved.  This is an experimental backend
3043         and may change significantly.  Load json.el from the gnus-fallback-lib
3044         if it's not available otherwise.
3045         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3046
3047 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3048
3049         * message.el (message-completion-function): Make sure
3050         message-tab-body-function is not attempted if one of
3051         message-completion-alist fails to find a completion (bug#9158).
3052
3053 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3054
3055         * mml.el (mml-quote-region): Quote <#secure> tag.
3056         (mml-generate-mime-1): Unquote <#secure> tag.
3057
3058 2011-10-20  Chong Yidong  <cyd@gnu.org>
3059
3060         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3061         calling a minor mode from Lisp with nil arg enables it, so we have to
3062         make the wording a bit ambiguous here).
3063
3064 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3067         * nnir.el (nnir-mode): Use it.
3068         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3069         Use it.
3070
3071         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3072         * nnmairix.el (gnus-registry-enabled): Ditto.
3073
3074 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3075
3076         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3077         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3078         only while we need to find out if it should be t or nil.
3079         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3080         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3081         the registry is installed.  Set it to nil when it's unloaded.
3082         (gnus-registry-install-p): Provide user guidance for the initial value
3083         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3084         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3085         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3086         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3087         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3088         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3089         `gnus-registry-install'.
3090
3091 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3092
3093         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3094         previous change.
3095         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3096         primary key is marked as disabled.
3097
3098 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3099
3100         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3101         primary key is marked as disabled.
3102
3103 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3104
3105         * html2text.el (html2text-clean-anchor): Check for quotes around
3106         `href' value.
3107
3108 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3111         searching.  Drop `bbdb-cache'.
3112
3113 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * message.el (message-signed-or-encrypted-p): Exclude header when
3116         checking if there is signed or encrypted body in text/plain message.
3117
3118 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3119
3120         * html2text.el (html2text-get-attr): Correctly handle attribute values
3121         containing "=".
3122
3123 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3124
3125         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3126         handle bindings.
3127
3128 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-win.el (gnus-configure-windows): Protect against reading
3131         ephemeral groups outside of Gnus.
3132
3133 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * shr.el (shr-tag-img): Don't get images displayed in tables.
3136
3137 2011-10-03  Glenn Morris  <rgm@gnu.org>
3138
3139         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3140         the "maintainer" version of debbugs.gnu.org reports.
3141
3142 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3145         make asynchronous adjacent image insertion work better.
3146
3147 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3148
3149         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3150         documentation.
3151
3152 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3155         `gnus-asynchronous' isn't shadowed.
3156
3157 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3160
3161         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3162         (nnimap-insert-partial-structure): The charset parameter isn't
3163         case-sensitive.
3164
3165         * nnheader.el (nnheader-message-maybe): New function.
3166
3167         * shr.el (shr-tag-table): Render totally broken tables better.
3168
3169         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3170         computing the boundary.
3171
3172 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * pop3.el (pop3-number-of-responses): Remove.
3175         (pop3-wait-for-messages): Rewrite to take linear time instead of
3176         exponential time.
3177
3178 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3181         re-fetch images.
3182
3183         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3184         re-fetch images when hitting `g' in Gnus.
3185
3186 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3189         (mml-compute-boundary): Don't check collision if it is non-nil.
3190         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3191         before checking collision.
3192
3193 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * message.el (message-indent-citation): Really make sure there's a
3196         newline at the end.
3197
3198         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3199         Fix suggested by John Wiegley.
3200
3201         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3202
3203         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3204
3205         * message.el (message-default-send-rename-function): Break out into its
3206         own function.
3207
3208         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3209         doesn't work under XEmacs.
3210
3211         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3212         of "imaps" to word around Windows problems.
3213         (nnimap-open-connection-1): Use it.
3214
3215         * message.el (message-indent-citation): Revert last change which made
3216         `F' not work.
3217
3218 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3219
3220         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3221         terminal as well.
3222
3223 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3226         because it displays images using overlays that aren't easy to copy to
3227         the article buffer.
3228
3229 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3230
3231         * message.el (message-indent-citation): Fix empty line removal at the
3232         end of the citation.
3233
3234 2011-09-20  Julien Danjou  <julien@danjou.info>
3235
3236         * auth-source.el (auth-source-netrc-create): Use default value for
3237         password if specified.  Evaluate default.
3238         (auth-source-plstore-create): Ditto.
3239         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3240         value evaluation.
3241         (auth-source-netrc-create): Typo fix.
3242         (auth-source-plstore-create): Ditto.
3243
3244         * password-cache.el (password-cache-remove): Remove entries even if the
3245         value is nil, so that password with a nil value (negative caching) is
3246         possible to invalidate.
3247
3248         * auth-source.el (auth-source-format-cache-entry): New function.
3249
3250 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3253
3254 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3257
3258 2011-09-19  Julien Danjou  <julien@danjou.info>
3259
3260         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3261         which work with things that are not ASCII.
3262
3263 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3266
3267 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3270         message level.
3271
3272 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3275
3276 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3279
3280 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3281
3282         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3283         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3284
3285 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3286
3287         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3288         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3289         articles.
3290
3291 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3292
3293         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3294         (message-mail-other-window, message-mail-other-frame)
3295         (message-news-other-window, message-news-other-frame):
3296         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3297         instead of setting buffer display varibles.
3298
3299 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3302
3303         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3304
3305 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3308         duplicates" to a higher level.
3309
3310         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3311         most egregious messages.
3312
3313 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3316
3317 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3318
3319         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3320         up the file (bug#9351).
3321
3322 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3325         it does with all other backends, but decode the names immediately after
3326         getting them.
3327
3328         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3329         decoding nnimap groups.
3330
3331         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3332         newsrc file.  It doesn't seem like an important optimization any more.
3333
3334 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3335
3336         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3337         overflows.
3338
3339 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3342         (gnus-interactive-exit): Extend to `quiet'.
3343
3344         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3345
3346         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3347         string.
3348
3349         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3350         renaming function arguments from `this'.
3351
3352         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3353
3354         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3355         has been renamed.
3356         (gnus-lrm-string-p): Include RLM and PDF, too.
3357
3358         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3359         (bug#9225).
3360
3361 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3362
3363         Add autoload cookies for functions used by sendmail.el.
3364         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3365
3366         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3367
3368 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * gnus-art.el (article-date-ut): Work properly even when there are
3371         things like Date header in the body; work for forwarded parts.
3372
3373 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3374
3375         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3376         original-article-buffer.
3377
3378 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3379
3380         * nnir.el (nnir-compose-result): Fix matching of server type.
3381         (nnir-run-swish++): Ditto.
3382         (nnir-run-namazu): Ditto.
3383         (nnir-run-notmuch): Ditto.
3384
3385 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3388         (bug#9405).
3389
3390         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3391         (bug#9421).
3392
3393         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3394         (bug#9425).
3395
3396         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3397         thing (bug#9426).
3398
3399 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3402         the error message.
3403
3404 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3405
3406         * message.el (message-setup-1): Return t (Bug#9392).
3407
3408 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3409
3410         * gnus-sum.el: When adding article headers to a summary buffer also
3411         update gnus-newsgroup-articles (bug#9386).
3412
3413 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * auth-source.el: Autoload help-mode.
3416
3417 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3420         names.
3421
3422 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3423
3424         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3425         mm-replace-in-string for compatibility issues.
3426         * mml2015.el (mml2015-epg-verify): Ditto.
3427
3428 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3431
3432         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3433
3434 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3437         continue on and do the clean-up phase (bug#9188).
3438
3439         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3440         just ignore groups that can't be opened instead of erroring out
3441         (bug#9225).
3442
3443         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3444         nil since some many people are fuddy-duddies.
3445
3446         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3447         images.
3448
3449         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3450         instead.
3451
3452         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3453
3454         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3455
3456         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3457         processing.
3458
3459         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3460         buffer to avoid warnings.
3461
3462 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3463
3464         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3465         specified to reduce precision.
3466
3467 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3470         bodystructures (bug#9314).
3471
3472 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3475         Make button keymap non-sticky after buttons.
3476
3477 2011-08-18  David Engster  <dengste@eml.cc>
3478
3479         * nnmairix.el (nnmairix-request-set-mark)
3480         (nnmairix-goto-original-article): Remove adding of article to registry,
3481         since `gnus-registry-add-group' isn't available anymore.
3482         (nnmairix-determine-original-group-from-registry):
3483         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3484         available anymore.
3485
3486 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3487
3488         * starttls.el (starttls-any-program-available): Define as obsolete
3489         function.
3490
3491 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3494         versions which Gnus use when appropriate.
3495
3496         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3497         a pretty destructive command.
3498
3499         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3500
3501 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * message.el (message-fix-before-sending): Make a different warning
3504         about NUL characters (bug#9270).
3505
3506         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3507         from custom (bug#9260).
3508
3509         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3510         things work in Emacs 22 and XEmacs, too.
3511
3512         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3513         default From.
3514
3515         * gnus-spec.el (gnus-lrm-string-p): New macro.
3516         (gnus-lrm-string): New constant.
3517         (gnus-summary-line-format-spec): LRM-ify the from.
3518         (gnus-tilde-max-form): LRM-ify string chopping.
3519
3520         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3521
3522         * message.el (message-is-yours-p): Allow disabling canlock checking
3523         (bug#9295).
3524         (message-shoot-gnksa-feet): Add `canlock-verify'.
3525         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3526         message directory isn't writable (bug#9304).
3527
3528         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3529         non-world-readable.
3530
3531 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3534         articles.
3535
3536 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3537
3538         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3539         copy-list.
3540
3541 2011-08-12  Sam Steingold  <sds@gnu.org>
3542
3543         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3544         in the reverse order to avoid modifying the cache with `nreverse'.
3545         (gnus-all-score-files): Do not modify the value returned by
3546         `gnus-score-find-alist' because it lives in a cache variable.
3547         (gnus-current-home-score-file): No need to `nreverse' the return value
3548         of `gnus-score-find-alist', it is already in the correct order.
3549
3550 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3551
3552         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3553         type MESSAGE and subtype RFC822 is slightly different from those of
3554         type TEXT.
3555
3556 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3557
3558         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3559         This allows article-referral to work from an nnir group.
3560
3561 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3562
3563         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3564
3565 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3566
3567         * mml1991.el (mml1991-epg-find-usable-key)
3568         (mml1991-epg-find-usable-secret-key): New function.
3569         (mml1991-epg-sign): Check if signing key is usable.
3570         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3571
3572 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3573
3574         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3575         server-variables only.  This should fix a bug introduced with commit
3576         e1889675b7f4adf057833c5513c9374134c4e053.
3577         (nnir-run-query): 'nnir-search-engine should not be set from the global
3578         environment.
3579
3580 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3581
3582         * nnir.el (nnir-search-thread): Position point on referring article
3583         line.
3584         (nnir-warp-to-article): Clean up summary buffers.
3585
3586         * nnimap.el (nnimap-request-thread): Whitespace fix.
3587
3588 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3589
3590         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3591
3592 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * starttls.el (starttls-available-p): Rename from
3595         `starttls-any-program-available' and changed return convention.
3596
3597 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3598
3599         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3600         `unix-sync' unless it's defined.
3601
3602 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3603
3604         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3605         `aref' for XEmacs compatibiltiy.
3606
3607 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3610
3611 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3612
3613         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3614         closures, quote the form properly (bug#9194).
3615
3616 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3619         (gnus-summary-insert-new-articles): Protect against servers that are
3620         down.
3621
3622 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3623
3624         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3625         in mm handle if none is specified.
3626
3627 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3628
3629         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3630
3631 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3632
3633         * nnir.el (nnir-search-thread): New function to make an nnir group
3634         based on a thread query.
3635
3636         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3637         of nnir in thread referral.
3638         (gnus-summary-refer-thread): Use it.
3639
3640         * nnimap.el (nnimap-request-thread): Use it.
3641
3642 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * shr.el (shr-tag-comment): Ignore HTML comments.
3645
3646 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3647
3648         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3649         argument.
3650         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3651         Use `nnir-address' to handle server info rather than passing an arg.
3652
3653         * nnimap.el (nnimap-make-thread-query): New utility function to format
3654         an imap thread search query.
3655         (nnimap-request-thread): Use it.
3656
3657         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3658         right select-method if we are not going back to the group buffer.
3659
3660 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3663         enter invalid buffer configurations into the quit form (bug#9107).
3664         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3665         unplugged/plugged.
3666
3667         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3668         keep track of which ones are unread (bug#9061).
3669
3670         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3671         (bug#9055).
3672
3673         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3674         (bug#9041).
3675
3676         * gnus-html.el (mm-util): Require (bug#9073).
3677
3678         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3679         (gnus-summary-refer-thread): Use it to remove duplicates in the
3680         un-threaded view (bug#9053).
3681         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3682
3683 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3684
3685         * nnir.el (nnir-read-server-parm): Use default value from global
3686         variable.  Without this the default search engine parameters aren't
3687         used at all.
3688
3689 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * message.el (message-unique-id): Don't use the undocumented return
3692         value from (random t) (bug#9118).
3693
3694 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * message.el (message-auto-save-directory): If the ~/Mail directory
3697         doesn't exist, use ~ as the auto-save directory (bug#4432).
3698
3699         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3700         hasn't already been started.
3701
3702 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3705
3706         * message.el (message-reply): Work around mysterious bug where
3707         `message-mode' seems to overwrite the locally bound `subject' variable.
3708
3709 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3710
3711         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3712         correct group.
3713
3714         * gnus-int.el (gnus-request-thread): Add group argument.
3715
3716         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3717
3718 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3721
3722         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3723         renamed to `debbugs-gnu-*'.
3724
3725 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3726
3727         * plstore.el: Revert the editing feature since it is not urgent.
3728         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3729         (plstore-mode-decoded): Remove.
3730
3731 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3734         isn't very interesting any more, and it leaks potentially secret data.
3735         (gnus-debug): Remove.
3736
3737         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3738         use of :custom-show.
3739
3740 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3741
3742         * plstore.el: Add documentation.
3743         (plstore-mode): New mode to edit plstore file.
3744         (plstore-mode-toggle-display, plstore-mode-original)
3745         (plstore-mode-decoded): New command.
3746         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3747         (plstore--insert-buffer, plstore--make): New function.
3748         (plstore-open, plstore-save): Simplify by using them.
3749
3750 2011-07-06  Glenn Morris  <rgm@gnu.org>
3751
3752         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3753
3754 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3757         no longer is much used.
3758         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3759         Articles".
3760
3761 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3762
3763         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3764         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3765         `notmuch' backend.
3766
3767 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * mm-decode.el (mm-text-html-renderer): Doc fix.
3770
3771         * gnus-msg.el (gnus-bug): Fix the MML tag.
3772
3773         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3774
3775 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3776
3777         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3778         secondary methods if started with `gnus-no-server'.
3779
3780 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3781
3782         * message.el (message-return-action): Fix typo in docstring.
3783
3784 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3787         bug reports at once.
3788
3789         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3790
3791 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * nndraft.el: Require gnus-group.
3794         (nndraft-request-list): Declare.
3795
3796         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3797         no unread article unless it matches gnus-permanently-visible-groups.
3798
3799         * nndraft.el (nndraft-update-unread-articles): New function.
3800         (nndraft-request-associate-buffer): Use it to update the number of
3801         unread articles for the nndraft groups in the group buffer when saving
3802         or killing a draft message.
3803
3804 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3807         systems to binary before writing and reading the mbox files.
3808
3809         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3810         instead of trying to list them all (bug#8978).
3811
3812 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3813
3814         * pop3.el (pop3-open-server): Use :end-of-capability.
3815
3816 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3819         the id is always a number.
3820
3821         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3822
3823         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3824         debbugs mode, if possible.
3825
3826 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3827
3828         * auth-source.el (auth-source-token-passphrase-callback-function):
3829         Reindent.
3830         (epg-context-operation): Remove unnecessary autoload.
3831
3832 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus.el (gnus-list-debbugs): New command.
3835
3836         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3837         mboxstat instead of the maintbox, since the stat seems to be fuller.
3838
3839         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3840         summary buffers.
3841
3842         * message.el (message-get-reply-headers): Delete all duplicates,
3843         instead of the first.
3844         (message-get-reply-headers): Ensure that we have progress while
3845         deleting duplicates.
3846
3847         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3848         gnus-posting-style value from the summary buffer to make it easier to
3849         make that a per-buffer conf.
3850
3851 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3852
3853         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3854         found by setting `shortcut' in 'query.
3855         (nnir-request-article): Use `shortcut' setting when requesting article
3856         by Message-ID.
3857
3858 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3861         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3862         Bring the pseudo-headers back too.
3863
3864 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3865
3866         * auth-source.el (auth-source-token-passphrase-callback-function):
3867         Simplify and remove EPA dependency.
3868
3869 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3870
3871         * nnir.el (nnir-request-article): Fix error message text.
3872
3873 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3874
3875         * auth-source.el (plstore-delete): Autoload.
3876         (auth-source-plstore-search): Support delete operation.
3877         * plstore.el (plstore-delete): New function.
3878
3879 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3882         mark actually existing articles as unread rather than the ones that
3883         active asserts.
3884
3885 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3886
3887         * nntp.el (nntp-record-command):
3888         * gnus-util.el (gnus-message-with-timestamp-1):
3889         Use format-time-string rather than decoding time stamps by hand.
3890         This is simpler and insulates the code from potential changes to
3891         current-time format.
3892
3893 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3896
3897 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3898
3899         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3900         (plstore-save): Support public key encryption.
3901         (plstore--init-from-buffer): New function.
3902         (plstore-open): Use it; fix error when opening a non-existent file.
3903         (plstore-revert): Use plstore--init-from-buffer.
3904
3905 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3906
3907         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3908
3909 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3912         for old Emacsen.
3913
3914 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3915
3916         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3917         is not fully working.
3918
3919 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * dgnushack.el: Autoload sha1 on XEmacs.
3922
3923         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3924         quit window configuration.
3925
3926         * auth-source.el (epg-context-set-passphrase-callback):
3927         Remove duplicate autoload.
3928
3929 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3930
3931         * nnir.el (nnir-request-article): Allow requesting articles by
3932         Message-ID with nnimap.
3933
3934         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3935         current server.
3936
3937 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3938
3939         * auth-source.el: Autoload EPA/EPG functions.
3940         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3941         changed when EPA/EPG is not available.
3942         (auth-source-backend): Rename "arg" member to "data".
3943         (auth-source-backend-parse, auth-source-plstore-search)
3944         (auth-source-plstore-create): Use it.
3945
3946 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3947
3948         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3949         `gnus-refer-article-methods'.
3950
3951 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * auth-source.el: Require EPA and EPG.
3954         (auth-source-passphrase-alist): New variable.
3955         (auth-source-passphrase-callback-function)
3956         (auth-source-token-passphrase-callback-function): Callbacks for the
3957         netrc field encryption (GPG tokens).
3958         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3959         Symmetric encryption and decryption of the netrc GPG tokens.
3960         (auth-source-netrc-normalize): Use them, simplifying the closure.
3961
3962 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3965         is available.
3966
3967 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3970         non-nil, and `nnimap-split-methods' is nil, use the former.
3971
3972 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3973
3974         * plstore.el (plstore-revert): New function.
3975         (plstore-open): Use it; hide the buffer from user.
3976
3977 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3978
3979         * auth-source.el (auth-source-backend): New member "arg".
3980         (auth-source-backend-parse): Handle new backend 'plstore.
3981         * plstore.el: New file.
3982
3983 2011-06-30  Glenn Morris  <rgm@gnu.org>
3984
3985         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3986
3987 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3990         expiring articles to.
3991
3992         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3993         variations as ASCII (bug#5458).
3994
3995 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3998
3999 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * message.el (message-point-in-header-p): Tweak the function to default
4002         to saying that we're not in the headers if there is no separator at
4003         all.  This makes it possible to use the Message version of `M-q' in
4004         buffers with no headers (bug#7987).
4005         (message-point-in-header-p): Fix last checkin to work with an empty
4006         mail-header-separator, too.
4007
4008         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4009         again, save the choice via customize.
4010
4011 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4014
4015         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4016         ended the connection, bail out before waiting infinitely on a new
4017         connection.
4018
4019 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4020
4021         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4022         reports.
4023
4024         * gnus.el (gnus-bug-package): Use "gnus."
4025         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4026
4027 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * dgnushack.el: Make the timer warning go away on XEmacs.
4030
4031         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4032         animations going on at article exit time.
4033
4034         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4035         since removing it breaks people upgrading.
4036
4037         * shr.el (shr-put-image): Use the new interface for animating images.
4038         (shr-put-image): Animate for 60 seconds.
4039
4040         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4041         avoid compiler warnings.
4042
4043         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4044         error with `find-file-hooks' on Emacs 22.
4045         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4046         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4047         on all architectures.
4048
4049         * spam.el (spam-stat): Require in a normal fashion without binding
4050         `spam-stat-install-hooks' to avoid compilation warnings.
4051
4052         * spam-stat.el (spam-stat-install-hooks): Remove.
4053         (spam-stat-install-hooks): Don't run automatically.
4054
4055 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4056
4057         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4058         and keystroke.
4059
4060 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * auth-source.el (auth-source-netrc-cache): Move forward.
4063
4064 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * proto-stream.el (proto-stream-open-starttls): Use
4067         `gnutls-available-p' to see whether we have built-in support.
4068
4069         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4070         we already know.
4071         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4072         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4073
4074 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4077         %S format, since that looks odd.
4078         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4079         file, especially when saving.
4080
4081 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4082
4083         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4084         article found.
4085
4086 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4089         `auth-source-save-secrets' with a more sensitive alist that can be
4090         configured per file.  Experimental, so defaults to 'never.
4091         (auth-source-netrc-create): Use it.  Still experimental code.
4092         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4093         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4094
4095 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4096
4097         * auth-source.el (auth-source-save-secrets): New variable to control if
4098         secret tokens should be saved encrypted.
4099         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4100         to `auth-source-netrc-normalize'.
4101         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4102         on the EPA variables being defined.
4103         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4104         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4105         the lexical-let closure.
4106         (auth-source-netrc-create): Create "gpg:" tokens according to
4107         `auth-source-save-secrets'.
4108
4109 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * gnus-group.el (gnus-group-update-group): Add new argument
4112         `info-unchanged' that stops updating dribble buffer.
4113
4114         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4115         deletes lines matching to it in dribble buffer.
4116
4117         * gnus-agent.el (gnus-agent-fetch-group-1):
4118         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4119         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4120         * gnus-start.el (gnus-group-change-level):
4121         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4122
4123         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4124         if newsgroup info is not changed.
4125
4126         * gnus-group.el (gnus-group-get-new-news-this-group):
4127         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4128         Don't update dribble buffer.
4129
4130 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4131
4132         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4133         remove entries with groups we ignore.
4134
4135 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4138         the underline comes at the bottom.
4139
4140 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4143         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4144         (gnus-registry-article-marks-to-names): Rename from
4145         `gnus-registry-user-format-function-M2'.
4146
4147 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4150         ephemeral group.
4151
4152 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * shr.el (shr-browse-image): Copy the URL if called interactively.
4155
4156 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4159         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4160         done, then unselected articles may be marked as read.
4161
4162         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4163         since not doing this seems to lead to a race condition in pop3-logon.
4164
4165         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4166         so that the call chain it correct when we call "upwards".
4167
4168         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4169         in read-only groups.
4170
4171         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4172
4173         * message.el (message-cite-reply-position): Doc string fix.
4174
4175         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4176         avoid regexp overflow.
4177         (nnimap-transform-split-mail): Ditto.
4178
4179         * pop3.el (pop3-retr): Error out if the server closes the connection.
4180
4181 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4182
4183         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4184         mm-with-unibyte-current-buffer.  The buffer should not contain any
4185         multibyte chars anyway at this stage.
4186
4187 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4190         at the end of lines.
4191
4192 2011-05-29  Julien Danjou  <julien@danjou.info>
4193
4194         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4195
4196 2011-05-27  Glenn Morris  <rgm@gnu.org>
4197
4198         * gnus-group.el (gnus-bug-group-download-format-alist):
4199         Use the "maintainer" version of debian reports as well.
4200
4201 2011-05-26  Glenn Morris  <rgm@gnu.org>
4202
4203         * gnus-group.el (gnus-bug-group-download-format-alist):
4204         Use the "maintainer" version of debbugs.gnu.org reports.
4205
4206 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4209
4210 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4211
4212         * gnus-cus.el (gnus-agent-customize-category):
4213         * gnus-delay.el (gnus-delay-send-queue):
4214         * gnus.el (gnus-other-frame):
4215         Don't quote lambda expressions with `quote'.
4216
4217 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4218
4219         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4220         the thread moves us backwards and so we loop forever.
4221
4222 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4225         whitespace in base64 data lines.
4226
4227 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * gnus-registry.el (gnus-registry-user-format-function-M):
4230         Use `mapconcat'.
4231         (gnus-registry-user-format-function-M2): Use to see the full text of
4232         the marks.  Make "," the mark text separator.
4233
4234         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4235         authentication with auth-source.
4236
4237 2011-05-17  Glenn Morris  <rgm@gnu.org>
4238
4239         * gnus-group.el (gnus-import-other-newsrc-file):
4240         Use insert-file-contents.
4241
4242 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4245         1000 iterations.
4246
4247 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * nntp.el (nntp-open-connection): Check if process-type is available.
4250
4251 2011-05-16  Julien Danjou  <julien@danjou.info>
4252
4253         * shr.el (shr-tag-del): Add support for del tag.
4254
4255 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-html.el (gnus-html-put-image): Register a displayer.
4258
4259         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4260
4261 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * registry.el (prune-factor): New initialization parameter defaulting
4264         to 0.1.
4265         (registry-prune-hard): Use it.
4266
4267         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4268         0.1 expicitly.
4269
4270 2011-05-13  Glenn Morris  <rgm@gnu.org>
4271
4272         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4273         is bound, since this function requires sendmail.
4274
4275 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4276
4277         * registry.el (registry-usage-test): Disable pruning test.
4278
4279 2011-05-11  David Engster  <dengste@eml.cc>
4280
4281         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4282         Bind set-network-process-option for XEmacs.
4283
4284 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * registry.el (registry-prune-hard-candidates)
4287         (registry-prune-soft-candidates): Helper methods for registry pruning.
4288         (registry-prune): Use them.  Make the sort function optional.
4289
4290 2011-05-10  Jim Meyering  <meyering@redhat.com>
4291
4292         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4293
4294 2011-05-10  Julien Danjou  <julien@danjou.info>
4295
4296         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4297         symbol and not a list.
4298
4299 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-article-mode): Move binding of
4302         shr-put-image-function here from gnus-article-prepare-display.
4303
4304         * shr.el (shr-put-image-function): New variable.
4305         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4306         (shr-put-image): Return scaled image.
4307
4308         * gnus-art.el (gnus-shr-put-image): New function.
4309         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4310
4311         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4312         original ones, as deletable.
4313
4314 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4317
4318 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * registry.el (registry-full): Add convenience method.  Fix logic.
4321         (registry-insert): Use it.  Fix logic here too.
4322
4323         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4324         `registry-prune' if `registry-full' returns t.
4325         (gnus-registry-handle-action)
4326         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4327         (gnus-registry-usage-test): Use it.
4328
4329 2011-05-07  Julien Danjou  <julien@danjou.info>
4330
4331         * shr.el (shr-link): Make shr-link inherit from link by default.
4332
4333 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4336
4337 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4340         error out because the face is not a list.
4341
4342 2011-05-05  Glenn Morris  <rgm@gnu.org>
4343
4344         * proto-stream.el (gnutls-negotiate): Fix declarations.
4345
4346         * gnus-start.el (gnus-propagate-marks): Declare.
4347
4348 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * registry.el (registry-reindex): Fix percentage message.
4351
4352         * proto-stream.el (network-stream-open-starttls): Adjust to call
4353         `gnutls-negotiate' with :process and :hostname arguments.
4354
4355 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * shr.el: Add shr-link face for links.
4358         (shr-urlify): Use it.
4359
4360         * registry.el (registry-insert): Make error message more helpful.
4361
4362 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * gnus-html.el (gnus-html-schedule-image-fetching):
4365         Use url-queue-retrieve, if it exists.
4366
4367         * shr.el (shr-tag-img): Ditto.
4368
4369         * gnus.el: Autoload more gnus-agent functions.
4370
4371         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4372         agent if we haven't already (bug#8502).
4373
4374         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4375         into the Agent, too.
4376
4377         * gnus-agent.el (gnus-agent-store-article): New function.
4378
4379         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4380         and moved from that file for reuse.
4381
4382         * pop3.el (pop3-open-server): Error messages are "-ERR".
4383
4384 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4387         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4388
4389 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4390
4391         * gnus.el: No Gnus v0.17 is released.
4392
4393 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4394
4395         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4396         buffer has moved to a different frame.
4397
4398 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4401         to get the conversion from unibyte to multibyte buffers to work on
4402         Emacs 22.
4403
4404         * nntp.el (nntp-request-article): Slight clean-up.
4405
4406 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * shr.el (shr-strike-through): New face.
4409         (shr-tag-s): Use it to provide <s> support.
4410         (shr-tag-s): Remove duplicate definition.
4411
4412 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4415         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4416
4417 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4418
4419         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4420         `gnutls-negotiate'.
4421         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4422
4423 2011-04-23  Glenn Morris  <rgm@gnu.org>
4424
4425         * gnus-sum.el (gnus-extra-headers): Bump :version.
4426
4427 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * shr.el (shr-tag-sup): New function.
4430         (shr-tag-sub): Ditto.
4431
4432 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4435         for the case where `gnus-registry-ignored-groups' is a list of lists,
4436         and don't call `gnus-parameter-registry-ignore' otherwise.
4437
4438 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * nnimap.el (nnimap-user): New backend variable.
4441         (nnimap-open-connection-1): Use it.
4442         (nnimap-credentials): Accept user parameter so it's explicit what user
4443         name is desired.
4444
4445         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4446         default.
4447
4448         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4449         not gnus-registry.el.
4450
4451         * gnus-registry.el: Mention in comments how to modify
4452         `gnus-extra-headers' for proper recipient tracking and that it may
4453         already have To and Cc recently, which it does as of this commit.
4454         (gnus-registry-ignored-groups): Remove defcustom.
4455         Explain why in comments.
4456         (gnus-registry-action): Fix data-header reference to use the extra
4457         headers.  Explain in package commentary how to add To and Cc headers to
4458         the gnus-extra-headers.
4459         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4460         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4461         parameter list or a string list in `gnus-registry-ignored-groups'.
4462         Fix logic error.
4463
4464 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * shr.el (shr-expand-url): Protect against null urls.
4467
4468 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * shr.el (shr-base): New binding.
4471         (shr-tag-base): Keep track of <base>.
4472         (shr-expand-url): New function used throughout.
4473
4474 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4475
4476         * gnus-registry.el
4477         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4478         (gnus-registry-ignored-groups): New variable.
4479         (gnus-registry-ignore-group-p): Use it.
4480         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4481         set the destination group to nil (same as delete) if it's ignored.
4482
4483 2011-04-20  David Engster  <dengste@eml.cc>
4484
4485         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4486
4487         * Makefile.in (test-nntp): New rule.
4488         (check): Add it.
4489         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4490
4491 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-registry.el (gnus-registry-action)
4494         (gnus-registry-fetch-header-fast):
4495         Don't use mail-header that looks an internal function of mailheader.el.
4496
4497 2011-04-19  Glenn Morris  <rgm@gnu.org>
4498
4499         * time-date.el (time-to-days): Remove unused local variables.
4500
4501 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-registry.el: Eliminate cl functions.
4504         (gnus-registry-sort-addresses): New function that replaces mapcan.
4505         (gnus-registry-action, gnus-registry-spool-action)
4506         (gnus-registry-split-fancy-with-parent)
4507         (gnus-registry-fetch-recipients-fast): Use it.
4508         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4509
4510         * registry.el (initialize-instance, registry-lookup)
4511         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4512         (registry-lookup-secondary-value, registry-search, registry-delete)
4513         (registry-insert, registry-reindex, registry-size, registry-prune):
4514         Use eval-and-compile.
4515
4516 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * registry.el (registry-reindex): New method to recreate the secondary
4519         registry indices.
4520
4521         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4522         tracked field changes.
4523         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4524         (gnus-registry-action, gnus-registry-spool-action)
4525         (gnus-registry-handle-action)
4526         (gnus-registry--split-fancy-with-parent-internal)
4527         (gnus-registry-split-fancy-with-parent)
4528         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4529         move, and delete actions, and for fancy splitting with parent.
4530         (gnus-registry-extract-addresses)
4531         (gnus-registry-fetch-recipients-fast)
4532         (gnus-registry-fetch-header-fast): Convenience functions.
4533         (gnus-registry-misc-test): ERT test of
4534         `gnus-registry-extract-addresses'.
4535
4536 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4539         Track by subject first, then sender.
4540
4541 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4542
4543         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4544
4545         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4546         Lisp.
4547
4548         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4549         (gnus-draft-send): Use it to avoid popping
4550         up frames from gnus-group-send-queue.
4551
4552 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * gnus-registry.el: Updated gnus-registry docs.
4555
4556 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4559         Fix logic bug.
4560         (gnus-registry-post-process-groups): Fix logging of no results and
4561         quote sender and subject.
4562
4563 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4566         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4567         gnutls-cli are too slow to be done opportunistically.
4568
4569         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4570         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4571         we had no early-data returned.
4572         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4573         two async commands to the same server at the same time.
4574
4575 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4576
4577         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4578
4579 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4582         "warning" level.
4583
4584         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4585         (mm-url-insert-file-contents): Don't set the package names.
4586
4587 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * gnus-registry.el (gnus-registry-action): Remove properties and
4590         simplify subject in `gnus-registry-handle-action'.
4591         (gnus-registry-spool-action): Get subject and sender from message if
4592         they are not passed in.
4593         (gnus-registry-handle-action): Remove properties and simplify subject
4594         consistently.
4595
4596 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4597
4598         * registry.el: Require CL before using defmacro*.
4599
4600 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-art.el (article-treat-date): Assume that
4603         gnus-article-date-headers may be a group parameter.
4604
4605 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4608
4609         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4610         interactively so the newsrc file can contain foreign groups too.
4611         Useful for debugging but not much for users.
4612
4613 2011-04-07  David Engster  <dengste@eml.cc>
4614
4615         * registry.el (registry-usage-test): Only do
4616         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4617         lexical binding.
4618
4619 2011-04-07  David Engster  <dengste@eml.cc>
4620
4621         * Makefile.in (check, test-registry): New rules for test-suite.
4622
4623 2011-04-06  David Engster  <dengste@eml.cc>
4624
4625         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4626         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4627
4628 2011-04-06  David Engster  <dengste@eml.cc>
4629
4630         * registry.el (initialize-instance): Change :after to :AFTER to be
4631         compatible with old EIEIO version in XEmacs.
4632
4633 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * gnus-registry.el (gnus-registry-post-process-groups)
4636         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4637         and provide better messaging.
4638
4639 2011-04-06  David Engster  <dengste@eml.cc>
4640
4641         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4642         errors.
4643
4644         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4645         dgnushack-compile with error-on-warn enabled, and to signal an error if
4646         clean compilation failed.
4647         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4648         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4649
4650 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4651
4652         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4653         unconditionally anyway, discarding errors.
4654         (gnus-registry-delete-entries): New convenience function.
4655         (gnus-registry-import-eld): Import from old .eld registry.
4656
4657         * registry.el: Don't use ERT if it's not available.  Load it
4658         unconditionally anyway, discarding errors.
4659
4660         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4661         version from the Claudio Bley GnuTLS patch (extra optional parameters
4662         and host name).
4663
4664 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4667         fixup the parameters that can be customized by the user between
4668         save/read cycles.
4669         (gnus-registry-read): Use it.
4670         (gnus-registry-make-db): Use it.
4671         (gnus-registry-spool-action, gnus-registry-handle-action):
4672         Fix messaging.
4673         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4674         Map references to actual group names with sender and subject tracking.
4675         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4676         (gnus-registry-usage-test): Add subject lookup test.
4677
4678         * registry.el (registry-db, initialize-instance): Set up constructor
4679         instead of :initform arguments for the sake of older Emacsen.
4680         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4681         pre-lexbind merge bug.
4682         (registry-usage-test): Use it.
4683         (initialize-instance, registry-db): Move the non-function initforms
4684         back to the class definition.
4685
4686 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * registry.el: New library to manage gnus-registry-style data.
4689
4690         * gnus-registry.el: Use it (major rewrite).
4691
4692         * nnregistry.el: Use it.
4693
4694         * spam.el: Use it.
4695
4696 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4699         marks on non-selected articles.
4700
4701 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4702
4703         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4704         parameter to open-protocol-stream.
4705
4706 2011-04-01  Julien Danjou  <julien@danjou.info>
4707
4708         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4709         fundamental-mode.
4710
4711 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4714         servers.
4715
4716 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4719         made marks not propagate, again.
4720
4721 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4722
4723         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4724         Make this the default type.
4725         (proto-stream-open-plain): Rename from proto-stream-open-default.
4726         (open-protocol-stream, proto-stream-open-starttls)
4727         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4728         with `plain'.
4729
4730         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4731         value.
4732
4733         * nntp.el (nntp-open-connection-function): Document the fact that some
4734         values are not functions but are instead handled specially.
4735         Recognize nntp-open-plain-stream value.
4736         (nntp-open-connection): Recognize that value.
4737
4738 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4741         where it seems to be needed.
4742
4743 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4746         stuff.
4747
4748         * gnus-score.el (gnus-score-string): Fix calling convention of
4749         `gnus-simplify-buffer-fuzzy' after last patches.
4750
4751         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4752         server for articles we didn't get any headers for.  This is a sanity
4753         check.
4754
4755 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4756
4757         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4758         new CAPABILITY, use it.
4759
4760 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4763         downloading anything.
4764
4765         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4766
4767 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4768
4769         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4770         colors.
4771         (gnus-splash-svg-color-symbols): New function.
4772
4773 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4776         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4777         (gnus-simplify-subject-fuzzy): Use the local
4778         gnus-simplify-subject-fuzzy-regex instead of the global one.
4779         This makes using this variable in group parameters work.
4780
4781 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * gnus-registry.el (gnus-registry-unfollowed-groups):
4784         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4785         archive:sent-YYYY-MM-DD groups).
4786         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4787         tracking if there are more than `gnus-registry-max-track-groups'
4788         matches.
4789
4790 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4791
4792         * message.el (message--yank-original-internal): New function to do the
4793         insertion cleanly inside eval in `message-yank-original'.
4794         (message-yank-original): Use it.
4795
4796 2011-03-29  Julien Danjou  <julien@danjou.info>
4797
4798         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4799         local variables disabled rather than `normal-mode'.
4800
4801 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4802
4803         * imap.el (imap-shell-open, imap-process-connection-type):
4804         Use imap-process-connection-type for 'shell' streams as well as
4805         Kerberos, SSL, other subprocesses.
4806
4807 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4808
4809         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4810         with open-network-stream.
4811         (proto-stream-always-use-starttls): Option removed.
4812         (open-protocol-stream): Return a process object by default.  Provide a
4813         new parameter :return-list specifying a list-type return value, which
4814         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4815         :type `network' to `try-starttls', and `network-only' to `default'.
4816         Make `default' the default, for compatibility with open-network-stream.
4817         Handle the no-parameter case exactly as open-network-stream, with no
4818         additional stream processing.  Search plists using plist-get.
4819         Explicitly add :end-of-commend parameter if it is missing.
4820         (proto-stream-open-default): Rename from
4821         proto-stream-open-network-only.  Return 'default as the type.
4822         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4823         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4824         failed.  Always return a list with a (possibly dead) process as the
4825         first element, for compatibility with open-network-stream.
4826         (proto-stream-open-tls): Use plist-get.  Always return a list.
4827         (proto-stream-open-shell): Return `default' as connection type.
4828         (proto-stream-capability-open): Use plist-get.
4829         (proto-stream-eoc): Function deleted.
4830
4831         * nnimap.el (nnimap-stream, nnimap-open-connection)
4832         (nnimap-open-connection-1): Handle renaming of :type parameter for
4833         open-protocol-stream.
4834         (nnimap-open-connection-1): Pass a :return-list parameter
4835         open-protocol-stream to obtain a list return value.  Parse this list
4836         using plist-get.
4837
4838         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4839         for open-protocol-stream.  Accept open-protocol-stream return value
4840         that is a subprocess object instead of a list.  Handle the case of a
4841         dead returned process.
4842
4843 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4844
4845         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4846
4847         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4848
4849 2011-03-21  Julien Danjou  <julien@danjou.info>
4850
4851         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4852         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4853         query.
4854         (mm-inline-text): Render normal text with fontification whenever
4855         possible.
4856
4857         * gnus-sum.el (gnus-summary-save-parts-1):
4858         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4859         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4860         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4861         Use `mm-handle-filename'.
4862
4863         * mm-util.el (mm-handle-filename): New function, return the filename of
4864         an handle.
4865
4866 2011-03-18  Julien Danjou  <julien@danjou.info>
4867
4868         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4869         (gnus-buffer-live-p): Check that buffer is not nil.
4870
4871 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4872
4873         * gnus.el: No Gnus v0.15 is released.
4874
4875 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4878         avoid warning on XEmacs.
4879
4880         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4881         on XEmacs.
4882
4883         * gnus-art.el: Require mouse, which the build bot seems to say is
4884         needed.
4885
4886         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4887
4888         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4889         XEmacs, since it doesn't have url-retrieve-synchronously.
4890
4891         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4892         since assoc-string doesn't exist in XEmacs.
4893
4894 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4895
4896         * gnus-group.el (gnus-group-list-ticked): New function.
4897         (gnus-group-make-menu-bar): Provide a menu entry for it.
4898         (gnus-group-list-map): Provide a binding for it.
4899
4900 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * shr.el (shr-visit-file): New command.
4903
4904         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4905
4906 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4907
4908         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4909         servers.
4910
4911 2011-03-16  Julien Danjou  <julien@danjou.info>
4912
4913         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4914         inline.
4915
4916         * gnus-art.el (article-hide-list-identifiers):
4917         Use gnus-group-get-list-identifiers.
4918
4919         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4920         (gnus-summary-remove-list-identifiers):
4921         Use gnus-group-get-list-identifiers to get regexp.
4922         (gnus-select-newsgroup, gnus-summary-insert-subject)
4923         (gnus-summary-insert-articles):
4924         Call gnus-summary-remove-list-identifiers unconditionally.
4925
4926 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4927
4928         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4929         we're selecting a group with unread articles.
4930
4931         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4932
4933         * gssapi.el: New file separated out from imap.el to provide a general
4934         Kerberos 5 connection facility for Emacs.
4935
4936         * message.el (message-elide-ellipsis): Document the format spec
4937         ellipsis.
4938
4939 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * message.el (message-elide-region): Allow the ellipsis to say how many
4942         lines were removed.
4943
4944 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4947         window configurations containing buffers that are now dead.
4948
4949         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4950         parsing to avoid integer overflows.
4951         (nnimap-parse-flags): Simplify the last change.
4952         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4953         too large for 32-bit Emacsen.
4954
4955 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4956
4957         * auth-source.el (auth-source-netrc-create):
4958         * message.el (message-yank-original): Fix use of `case'.
4959
4960 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4961
4962         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4963         XEmacs, which was one character too wide.
4964
4965 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4966
4967         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4968         default number of articles to display.
4969         (gnus-articles-to-read): Use pretty names for prompt.
4970
4971 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * gnus-int.el (gnus-open-server): Ditto.
4974
4975         * gnus-start.el (gnus-activate-group): Give a backtrace if
4976         debug-on-quit is set and the user hits `C-g'.
4977         (gnus-read-active-file): Ditto.
4978
4979         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4980
4981 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * message.el (message-yank-original): Use cond instead of CL case.
4984
4985 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * auth-source.el (auth-source-netrc-create): Use usual format for the
4988         default in prompts.
4989
4990 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * lpath.el: Fbind read-char-choice for XEmacs.
4993
4994 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4995
4996         * auth-source.el (auth-source-netrc-create): Show the default in the
4997         prompt when prompting for token creation.
4998
4999 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5000
5001         * auth-source.el (auth-source-format-prompt): Always convert the value
5002         to a string to avoid evaluating non-string arguments.
5003         (auth-source-netrc-create): Offer default properly, not as initial
5004         content in `read-string'.
5005         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5006         of line to determine if we've been run before.  If so, don't run again,
5007         but print a trivial message to indicate the cache was hit instead.
5008
5009 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5012         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5013         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5014         Gnus.
5015
5016 2011-03-11  Julien Danjou  <julien@danjou.info>
5017
5018         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5019         modified file".
5020
5021 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * auth-source.el (auth-source-read-char-choice): New function to read a
5024         character choice using `dropdown-list', `read-char-choice', or
5025         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5026         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5027         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5028         (auth-source-netrc-saver): Use it.
5029         (auth-source-pick-first-password): New convenience function.
5030
5031 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5032
5033         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5034         parameter in the credentials.
5035         (nnimap-open-connection-1): Use it after a successful login.
5036         (nnimap-credentials): Add IMAP-specific user and password prompt.
5037
5038         * auth-source.el (auth-source-search): Add :require parameter, taking a
5039         list.  Document it and the :save-function return token.  Pass :require
5040         down.  Change the CREATED message from a warning to a debug statement.
5041         (auth-source-search-backends): Pass :require down.
5042         (auth-source-netrc-search): Pass :require down.
5043         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5044         Change save prompt to indicate all modifications saved here are
5045         deletions.
5046         (auth-source-netrc-create): Take user login name as default in user
5047         prompt.  Move all the save functionality to a lexically bound function
5048         under the :save-function token in the returned list.  Set up clearer
5049         default prompts for user, host, port, and secret.
5050         (auth-source-netrc-saver): New function, intended to be wrapped for
5051         :save-function.
5052
5053 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5056         lines to be spaces instead.
5057
5058 2011-03-07  Julien Danjou  <julien@danjou.info>
5059
5060         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5061         (sieve-sasl-auth): Check that auth-source-search did return something,
5062         or just return an empty string.
5063
5064 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5065
5066         * gnus.el (gnus-interactive): Use read-directory-name.
5067
5068         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5069         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5070         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5071         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5072         Likewise.
5073
5074         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5075
5076 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5079         onto the list of killed groups, too.  This makes killed nnimap groups,
5080         for instance, more reliably not reappear.
5081
5082         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5083         the parent.
5084
5085         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5086
5087         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5088         really have server-side marks.
5089
5090         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5091         since most backends do not usefully have server-side marks.
5092         (gnus-update-read-articles): Propagate marks to all backends that
5093         really have server-side marks.
5094
5095 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5096
5097         * message.el (message-cite-reply-position, message-cite-style):
5098         New variables.
5099         (message-yank-original): Use the new citation styles.
5100
5101 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5102
5103         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5104         buffer-local issue); don't mark it buffer-local when running under
5105         XEmacs.
5106
5107 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5108
5109         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5110         numbers too big to be `read'.
5111
5112 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * password-cache.el (password-in-cache-p): Add autoload.
5115
5116         * message.el (message-options): Make buffer-local two ways to attempt
5117         to fix a XEmacs bug.
5118
5119 2011-03-02  Julien Danjou  <julien@danjou.info>
5120
5121         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5122
5123 2011-03-01  Julien Danjou  <julien@danjou.info>
5124
5125         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5126         group.
5127         (article-hide-list-identifiers): Use list-identifier group parameter.
5128
5129 2011-02-28  Julien Danjou  <julien@danjou.info>
5130
5131         * sieve.el (sieve-buffer-script-name): New local variable to store
5132         sieve script name.
5133         (sieve-edit-script): Store sieve script name.
5134         (sieve-upload): Use sieve script name when uploading.
5135         (sieve-upload): Use substitute-command-keys.
5136         (sieve-edit-script): Use substitute-command-keys.
5137         (sieve-refresh-scriptlist): Use substitute-command-keys.
5138         (sieve-manage-mode-map): Define keymap properly.
5139         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5140         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5141         Remove commented code about cvs.
5142         (sieve-manage-quit): New function.
5143         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5144
5145 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5148
5149 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * auth-source.el (auth-source-search): Cache empty result sets.
5152
5153         * password-cache.el (password-in-cache-p): Convenience function to
5154         check if a key is in the cache, even if the value is nil.
5155
5156         * auth-source.el (auth-source-save-behavior): New variable to replace
5157         `auth-source-never-create'.
5158         (auth-source-netrc-create): Use it.
5159         (auth-source-never-save): Remove.
5160
5161 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5162
5163         * nnimap.el (nnimap-stream): Doc fix.
5164         (nnimap-open-connection-1): Reverse the order of the ports to that the
5165         prompted-for port is first.
5166
5167         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5168         retrieval by the no-group selection.
5169
5170         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5171         numerical parameters.
5172
5173 2011-02-25  Julien Danjou  <julien@danjou.info>
5174
5175         * gnus-gravatar.el: Use gnus-with-article-buffer.
5176
5177         * gnus-art.el (gnus-with-article-buffer): Check that the
5178         gnus-article-buffer is alive.
5179
5180 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5181
5182         * auth-source.el (auth-source-creation-prompts): New variable to manage
5183         creation-time prompts.
5184         (auth-source-search): Document it.
5185         (auth-source-format-prompt): Add utility function.
5186         (auth-source-netrc-create): Don't default the user name to
5187         user-login-name.  Use `auth-source-creation-prompts' and some default
5188         prompts for user, host, port, and password (the default generic prompt
5189         remains ugly).
5190         (auth-source-never-save): Add customizable option to never save info.
5191         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5192         mode excursion.
5193
5194 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5197         argument that XEmacs doesn't support.
5198
5199         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5200         compiled for Emacsen having no `libxml-parse-html-region' support.
5201
5202         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5203
5204         * lpath.el: Bind buffer-save-without-query for XEmacs.
5205
5206 2011-02-23  Julien Danjou  <julien@danjou.info>
5207
5208         * gnus-art.el (article-make-date-line): Ignore errors if time is
5209         invalid and not convertible.
5210         (article-make-date-line): Only add lapsed time if time is not nil.
5211
5212 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5213
5214         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5215         `read-char-choice' for backwards compatibility.
5216         (auth-source-netrc-element-or-first): New function to DTRT for
5217         parameter extraction.
5218         (auth-source-netrc-create): Use it and fix multiple parameter print
5219         bug.  Use the default passed from above (given-default) or the
5220         built-in (user-login-name for :user).
5221
5222 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5223
5224         * gnus-start.el (gnus-dribble-read-file):
5225         Set buffer-save-without-query, since we always want to save the dribble
5226         file, probably.
5227
5228         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5229         nnimap.
5230
5231         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5232         -summary- since it's a user-visible variable.
5233
5234         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5235         first time you use the new Gnus.
5236
5237 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * auth-source.el: Don't load netrc.el.
5240         (auth-sources): Search ~/.netrc as well by default.
5241         (auth-source-debug): Add 'trivia option for extra output.
5242         (auth-source-do-trivia): Use it.
5243         (auth-source-search): Simplify logic to use
5244         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5245         appropriate.  Don't keep a running count at this level.  Layer :create
5246         and :delete options appropriately on the first and second passes.
5247         Don't track the backend with the search results.
5248         (auth-source-search-backends): New function to search a list of
5249         backends for a processed spec.
5250         (auth-source-netrc-parse): Cache all netrc files, making
5251         auth-source-netrc-cache an alist keyed by the file name and using the
5252         file mtime as the caching criterion.  Keep the obfuscated data secret
5253         with a lexical bind.
5254         (auth-source-netrc-search): Don't calculate the length of the results
5255         unnecessarily.
5256         (auth-source-search-backends): Fix bug.
5257         (auth-source-netrc-create): Rework prompts.
5258
5259 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5260
5261         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5262         Lower case names of search constraints.
5263         (nnir-run-query): Cache and reuse search constraints for all imap
5264         servers.
5265
5266 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5269         after exit.
5270         (gnus-setup-message): Define missing variable from last checkin.
5271
5272         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5273         value, show the raw article.
5274
5275 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5276
5277         * gnus.el: No Gnus v0.13 is released.
5278
5279 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5280
5281         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5282         auth-source now accepts numbers.
5283
5284         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5285         spec, too.
5286         (auth-source-ensure-strings): New function.
5287
5288         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5289         (gnus-article-setup-buffer): Always restart the date timer so that user
5290         changes to the frequency is respected.
5291
5292         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5293         port numbers, so make sure it gets that if nnimap-server-port is
5294         explicit.
5295
5296 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5297
5298         * nnimap.el (nnimap-inbox): Doc fix.
5299
5300 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5301
5302         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5303         Autoload.  Add optional arg FRAME, and pass it to color-values.
5304         (color-complement): Caller changed.  Doc fix.
5305         (color-gradient): Rewrite for better clarity and efficiency.
5306
5307 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5308
5309         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5310         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5311         color-lab-to-srgb.
5312
5313 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5314
5315         * color.el: First part of merge from hexrgb.el.
5316         (color-rgb-to-hex): Rename from color-rgb->hex.
5317         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5318         saturation to zero if the value is too small.
5319         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5320         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5321         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5322         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5323         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5324         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5325         (color-cie-de2000): Doc fix.
5326
5327 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5328
5329         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5330         given method as in the group name if we're using an extended method.
5331         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5332         command, if we're using that, instead of waiting for the beginning.
5333
5334         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5335         we're sure to get unique server names, and we don't output two async
5336         commands in the same buffer.  This fixes an NNTP hang for some users.
5337
5338 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5339
5340         * gnus.el: No Gnus v0.11 is released.
5341
5342 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5343
5344         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5345         summary buffer before reading going to the next buffer.  This avoids
5346         putting the point in the group buffer if you `C-g' the command.
5347
5348         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5349         cache (for now) to make ~/.authinfo.gpg files usable.
5350
5351         * nnfolder.el (copyright-update): Define for the compiler.
5352
5353         * auth-source.el (auth-source-search): Fix unbound variable.
5354
5355 2011-02-19  Glenn Morris  <rgm@gnu.org>
5356
5357         * gnus.el (gnus-meta): Doc fix.
5358
5359 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5360
5361         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5362         in case it's not yet loaded.
5363
5364 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5365
5366         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5367         line we're waiting for.
5368
5369 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5370
5371         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5372         face with line-width greater than zero will cause RET in gnus summary
5373         buffer to scroll down article page-wise because auto vscroll happens,
5374         it should be temporally disabled when doing a scroll-up.
5375
5376 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5377
5378         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5379         outputs from the server.
5380
5381 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5382
5383         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5384         later so that bbdb can hook in easier.
5385
5386 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5387
5388         * auth-source.el (auth-source-search): Don't try to create credentials
5389         if the caller doesn't want that.
5390         (auth-source-search): If we don't find a match, don't bug out on
5391         non-bound variables.
5392         (auth-source-search): Only ask a single backend to create the
5393         credentials.
5394
5395         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5396         logging.
5397         (nnimap-credentials): Protect against auth-source-search returning nil.
5398         (nnimap-request-list): Protect against not being able to open the
5399         server.
5400
5401 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5402
5403         * auth-source.el (auth-source-search): Do a two-phase search, one with
5404         no :create to get the responses from all backends.
5405
5406         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5407         when getting credentials.
5408
5409         * gnus-util.el (gnus-delete-duplicates): New function.
5410
5411 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5414         a creation default, pass the whole port list down.  It will be
5415         completed.
5416
5417         * auth-source.el (auth-source-search): Updated docs to talk about
5418         multiple creation choices.
5419         (auth-source-netrc-create): Accept a list as a value (from the search
5420         parameters) and do completion on that list.  Keep a separate netrc line
5421         with the password obscured for showing the user.
5422
5423         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5424         first choice to `auth-source-search' so it will be used for entry
5425         creation instead of the server's Gnus-specific name.
5426         (nnimap-credentials): Rely on the auth-source library to select which
5427         port is actually wanted in the new netrc entry, so don't override
5428         `auth-source-creation-defaults'.
5429
5430         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5431         :protocol and accept a missing user, host, or port as a wildcard match.
5432         (auth-source-debug): Default to off.
5433
5434         (auth-source-netrc-search, auth-source-netrc-create)
5435         (auth-source-secrets-search, auth-source-secrets-create)
5436         (auth-source-user-or-password, auth-source-backend, auth-sources)
5437         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5438         instead of :protocol.
5439
5440         * nnimap.el (nnimap-credentials): Pass a port default to
5441         `auth-source-search' in case an entry needs to be created.
5442         (nnimap-open-connection-1): Use :port instead of :protocol.
5443
5444 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * auth-source.el: Bind load-path when loading EIEIO from
5447         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5448         21.4 doesn't support, to `require'.
5449         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5450         delete-dups that is not available in XEmacs 21.4.
5451
5452 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5453
5454         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5455         as EIEIO must also be loaded when auth-source.el is being
5456         byte-compiled.
5457
5458 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5459
5460         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5461
5462         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5463
5464         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5465
5466         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5467
5468         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5469
5470         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5471
5472         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5473
5474         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5475         necessary.
5476
5477 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5478
5479         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5480         nil means that nnimap doesn't get updated.
5481
5482 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5485         result when the user doesn't want to write to the file.
5486         (auth-source-netrc-search): Expect a synthetic result and proceed
5487         accordingly.
5488         (auth-source-cache-expiry): New variable to override
5489         `password-cache-expiry'.
5490         (auth-source-remember): Use it.
5491
5492         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5493         parameter.  Create entry if necessary by using :create t.
5494         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5495
5496 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * auth-source.el (auth-source-debug): Enable by default and don't
5499         mention the obsolete `auth-source-hide-passwords'.
5500         (auth-source-do-warn): New function to debug unconditionally.
5501         (auth-source-do-debug): Use it.
5502         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5503         and for Secrets API entries when the secrets.el library is not
5504         available.
5505
5506 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5507
5508         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5509         (gnus-summary-exit): Kill the correct article buffer on exit from a
5510         `C-d' group.
5511
5512         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5513         gnus-propagate-marks.
5514
5515         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5516         before killing the buffers so that a non-full window conf gets handled
5517         correctly.
5518         (gnus-summary-exit): Ditto.
5519         (gnus-summary-read-group-1): Ditto.
5520
5521         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5522         async code again so that we can debug it properly.
5523
5524         * message.el (message-reply): Take an optional switch-buffer parameter
5525         so that Gnus window confs are respected better.
5526
5527 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5530         `plist-get' to accept non-list parameters (XEmacs issue).
5531         Fix docstring.
5532         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5533         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5534         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5535         Login collection is "Login" and not "login".
5536
5537 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5540         multiple headers.
5541
5542         * nnimap.el (nnimap-inhibit-logging): New variable.
5543         (nnimap-log-command): Don't log login commands.
5544
5545         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5546         to have more parameters.
5547
5548         * nnimap.el (nnimap-send-command): Mark the command time for each
5549         command, so that we don't get NOOPs stepping on our toes.
5550
5551         * gnus-art.el (article-date-ut): Get the date from the Date header on
5552         `t'.
5553
5554 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * auth-source.el (auth-source-search): Use copy-sequence instead of
5557         the cl.el copy-list.
5558
5559 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5560
5561         * imap.el: Bring it back (revert
5562         84d800cd31de3064f0ed39617d725709a2f8f42f).
5563
5564 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5565
5566         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5567         Improve prompt.
5568
5569 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5570
5571         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5572         washing status from the default format.  It isn't very informative.
5573
5574 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5575
5576         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5577         Fix Gcc processing on imap.
5578
5579 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * imap.el: Remove file.  All the functionality is in nnimap.el.
5582
5583 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5584
5585         * message.el (message-bury): Don't pop up a new window when selected
5586         window is dedicated.
5587
5588 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5589
5590         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5591
5592 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * sieve-manage.el: Autoload `auth-source-search'.
5595         (sieve-sasl-auth): Use it.
5596
5597 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5598
5599         * nnimap.el: Autoload `auth-source-forget+'.
5600         (nnimap-open-connection-1): Use it if the connection fails.
5601
5602         * auth-source.el: Require `password-cache'.
5603         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5604         obsolete.
5605         (auth-source-magic): Marker for `password-cache' keys.
5606         (auth-source-do-cache): Update docstring.
5607         (auth-source-search): Use and check cache.
5608         (auth-source-forget-all-cached, auth-source-remember)
5609         (auth-source-recall, auth-source-forget, auth-source-forget+)
5610         (auth-source-specmatchp): Caching support functions.
5611         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5612         Remove and obsolete.
5613         (auth-source-user-or-password): Remove caching to further discourage
5614         using it.  Always hide passwords.
5615
5616         * password-cache.el (password-cache-remove): Accept secrets that are
5617         not strings.
5618
5619 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5620
5621         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5622         code for now, since it doesn't work for all users.
5623
5624 2011-02-09  Julien Danjou  <julien@danjou.info>
5625
5626         * message.el (message-options): Make message-options really buffer
5627         local.
5628
5629 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * mail-source.el: Autoload `auth-source-search'.
5632         (mail-source-keyword-map): Note order matters.
5633         (mail-source-set-1): Get all the mail-source source values and
5634         defaults and search auth-source on those if needed.  This can all
5635         probably be simplified.
5636
5637         * nnimap.el: Autoload `auth-source-search'.
5638         (nnimap-credentials): Use it.
5639         (nnimap-open-connection-1): Ask for the virtual server and physical
5640         address in one shot.
5641
5642         * nntp.el: Autoload `auth-source-search'.
5643         (nntp-send-authinfo): Use it.  Note TODO.
5644
5645 2011-02-08  Julien Danjou  <julien@danjou.info>
5646
5647         * shr.el (shr-tag-body): Add support for text attribute in body
5648         markups.
5649
5650         * message.el (message-options): Make message-options a local variable.
5651
5652 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5653
5654         * auth-source.el (auth-source-secrets-search)
5655         (auth-source-user-or-password): Use `append' instead of `nconc'.
5656         (auth-source-user-or-password): Build return list better and protect
5657         against nil :secret.
5658
5659 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5660
5661         * nnimap.el (nnimap-update-info): Refactor slightly.
5662         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5663         (nnimap-update-info): Clean up slightly.
5664         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5665         characters.
5666         (nnimap-process-quirk): Rename function to avoid collision.
5667         (nnimap-update-info): Fix macrology bug-out.
5668         (nnimap-update-info): Simplify split history test.
5669
5670 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5671
5672         * auth-source.el (top): Require 'eieio unconditionally.
5673         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5674         (auth-source-secrets-search): Limit search when `max' is greater than
5675         number of results.
5676
5677 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5678
5679         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5680         part not returning any data.
5681
5682         * proto-stream.el (open-protocol-stream): Document the return value.
5683
5684 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5685
5686         * auth-source.el (auth-source-secrets-search): Add examples.
5687
5688 2011-02-06  Julien Danjou  <julien@danjou.info>
5689
5690         * message.el (message-setup-1): Handle message-generate-headers-first
5691         set to t.
5692
5693 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5696         API with a string "secrets:collection-name" and with 'default.
5697         (auth-source-backend-parse): Parse "secrets:collection-name" and
5698         'default.  Recurse on parses instead of repeating code.  Use the
5699         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5700         message when ignoring a source.
5701         (auth-source-search): List ignored search keys at the top level.
5702         (auth-source-netrc-create): Use `case' instead of `cond'.
5703         (auth-source-secrets-search): Created with TODOs.
5704         (auth-source-secrets-create): Created with TODOs.
5705         (auth-source-retrieve, auth-source-create, auth-source-delete)
5706         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5707         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5708         (auth-source-user-or-password-sftp)
5709         (auth-source-user-or-password-smtp): Remove.
5710         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5711         around `auth-source-search'.  Not tested thoroughly.
5712
5713 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * auth-source.el: Bring in assoc and eioeio libraries.
5716         (secrets-enabled): New variable to track the status of the Secrets API.
5717         (auth-source-backend): New EIOEIO class to represent a backend.
5718         (auth-source-creation-defaults): New variable to set prompt defaults
5719         during token creation (see the `auth-source-search' docstring for
5720         details).
5721         (auth-sources): Simplify to allow a simple string as a netrc backend
5722         spec.
5723         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5724         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5725         (auth-source-search): Main auth-source API entry point.
5726         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5727         (auth-source-search-collection): Helper function for searching.
5728         (auth-source-netrc-parse, auth-source-netrc-normalize)
5729         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5730         Supports search, create, and delete.
5731         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5732         backend stubs.
5733         (auth-source-user-or-password): Call `auth-source-search' but it's not
5734         ready yet.
5735
5736 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5737
5738         * message.el (message-setup-1): Remove the read-only stuff, since it
5739         doesn't work under XEmacs, for some reason.
5740
5741         * gnus-sum.el (gnus-user-date): Rename back from
5742         gnus-summary-user-date since user code refers to it.
5743
5744         * shr.el (shr-render-td): Store the actual background color used.
5745
5746         * message.el (message-setup-1): Don't bind the constant
5747         -forbidden-properties.
5748         (message-setup-1): Revert previous change, since it needs to bind the
5749         props to insert them.
5750         (message-resend): Allow removing the read-only separator line.
5751
5752 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5753
5754         * nnimap.el (nnimap-request-accept-article): Give an error message if
5755         the APPEND wasn't successful.
5756
5757 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5758
5759         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5760         that have no groups.
5761
5762 2011-02-03  Julien Danjou  <julien@danjou.info>
5763
5764         * gnus-draft.el: Remove progn around gnus-draft-setup.
5765
5766 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-start.el (gnus-read-active-for-groups): This function is never
5769         called with a nil `infos', so clean that up.
5770         (gnus-get-unread-articles): Request active files from primary/secondary
5771         methods that have no groups (yet).
5772
5773 2011-02-03  Julien Danjou  <julien@danjou.info>
5774
5775         * message.el (message-setup-1): Always generate References first.
5776         (message-mail): Return the return value of message-setup, not always t.
5777         (message-setup-1): Insert mail-header-separator with read-only and
5778         intangible properties set.
5779
5780         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5781         user-date in docstring.
5782
5783         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5784
5785         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5786         docstring.
5787
5788         * gnus.el (gnus-user-date-format-alist): Change default value.
5789         Use defcustom, with type and group. Move from gnus-util.el.
5790         Rename to gnus-summary-user-date-format-alist.
5791
5792 2011-02-03  Glenn Morris  <rgm@gnu.org>
5793
5794         * nnimap.el (gnus-fetch-headers): Declare.
5795
5796         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5797
5798 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5799
5800         * message.el (message-forward-make-body-digest-plain)
5801         (message-followup, message-reply): Clean up things noted by Stefan.
5802
5803         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5804         gnus-article-update-date-headers is nil.
5805         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5806         it didn't really work with defcustom.
5807         (article-update-date-lapsed): Make sure the window start doesn't move,
5808         either.
5809
5810 2011-02-01  Julien Danjou  <julien@danjou.info>
5811
5812         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5813         format.
5814
5815         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5816         standard in Emacs nowadays.
5817
5818         * color.el (color-gradient): Add a color-gradient function.
5819
5820 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5821
5822         * message.el (message-expand-name): Don't trust the return value of
5823         bbdb-complete-name.
5824         (message-check-news-header-syntax): Remove unused var `start'.
5825         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5826         (message-inhibit-body-encoding): Move to before first use.
5827         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5828         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5829         (Organization, Message-ID, Date, mh-previous-window-config):
5830         Defvar the vars using dynamic scoping.
5831
5832 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5833
5834         * shr.el (shr-render-td): Only do colors at the final rendering.
5835         Should be slightly faster.
5836         (shr-insert-table): Fix up TD background colors when doing the
5837         vertical padding.
5838
5839         * gnus-art.el (article-date-ut): Protect against articles with no Date
5840         header.
5841         (article-update-date-lapsed): Don't use current-column to find the
5842         horizontal position.  It's fragile in the presence of \003 characters.
5843
5844         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5845
5846 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-art.el (article-transform-date): Rewrite to still work when
5849         there are several rfc2822 parts.
5850         (article-transform-date): Fix infinite recursion.
5851         (article-date-ut): Replace infinitely many Date headers with a single
5852         one when called interactively.
5853
5854         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5855         secure manner.
5856
5857         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5858         move around by not using save-window-excursion.  It seems to work...
5859
5860 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-art.el (article-make-date-line): Work for user-defined format.
5863
5864 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5865
5866         * nntp.el (nntp-retrieve-group-data-early)
5867         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5868         fetching functions.
5869
5870         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5871         thoroughly for all backends that have no known groups.  This should
5872         allow new nnml methods to retrieve mail.
5873
5874         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5875         that Gnus doesn't know exists again.
5876
5877         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5878         (gnus-treat-date-ut): Ditto.
5879         (gnus-article-update-date-header): Rename.
5880         (gnus-treat-date-local): Remove.
5881         (gnus-treat-date-english): Remove.
5882         (gnus-treat-date-lapsed): Remove.
5883         (gnus-treat-date-combined-lapsed): Remove.
5884         (gnus-treat-date-original): Remove.
5885         (gnus-treat-date-iso8601): Remove.
5886         (gnus-treat-date-user-defined): Remove.
5887         (gnus-article-date-headers): New variable to control all the date
5888         header options.
5889         (article-date-ut): Rewrite to allow using the new way to format date
5890         headers(s).
5891
5892 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5893
5894         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5895         method.
5896         (nnmail-article-group): A better test for fanciness.
5897
5898         * nnimap.el (nnimap-request-head): Protect against not finding the
5899         article by Message-ID.
5900
5901 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5904         keep point at the "same place".
5905
5906 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5907
5908         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5909         data if the group is inactive.
5910
5911 2011-01-28  Julien Danjou  <julien@danjou.info>
5912
5913         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5914         (gnus-all-windows-visible-p): Remove old compatibility code.
5915         (gnus-window-top-edge): Add docstring.
5916
5917         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5918
5919 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5920
5921         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5922         older request-update-info.
5923
5924         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5925
5926 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5927
5928         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5929         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5930
5931 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5932
5933         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5934         groups.  This makes the nndraft:queue group pop up if it's not already
5935         there.
5936
5937         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5938         messages" logic, which was reversed.
5939
5940         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5941         the "same place" even if point is on the line being replaced.
5942         (article-update-date-lapsed): Allow updating both the combined lapsed
5943         and the lapsed headers.
5944         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5945         (article-make-date-line): Limit the number of segments dynamically to
5946         avoid too-long lines.
5947
5948 2011-01-27  Julien Danjou  <julien@danjou.info>
5949
5950         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5951         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5952
5953 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5956         Use plist-get instead of the cl function getf.
5957
5958 2011-01-27  Glenn Morris  <rgm@gnu.org>
5959
5960         * gnus-util.el (float-time): Get rid of compiler warning, again.
5961
5962 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5963
5964         * shr.el (shr-put-color): Special-case background colors: Do put them
5965         at the blank parts at the front of the lines.
5966
5967         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5968         exit hook to nix out all data on readedness on group exit.
5969
5970         * gnus-util.el (float-time): If float-time is bound, always use it on
5971         all Emacsen.  It's unclear why the subrp check was there.
5972         (time-date): Require to make some autoload issues on XEmacs go away.
5973
5974         * shr.el (shr-put-color): Don't do the box padding in tables, since
5975         they're already padded.
5976
5977 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5978
5979         * gnus-art.el (gnus-article-next-page): When the last line of the
5980         article is displayed, scroll down once more instead of going to the
5981         next article at once.
5982         (article-lapsed-string): Refactor out and allow specifying how many
5983         segments you want.
5984         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5985         (gnus-article-update-lapsed-header): New variable.
5986
5987         * shr.el: Revert change that made headings use different-sized faces.
5988         The Emacs display engine isn't advanced enough that, for instance,
5989         tables can comfortably use differently-sized faces.
5990
5991 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5992
5993         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5994         used.
5995         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5996         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5997         we're using an encrypted connection.
5998
5999         * proto-stream.el: Alter the interface functions to also return the
6000         actual stream type used: network or tls.
6001
6002 2011-01-25  Julien Danjou  <julien@danjou.info>
6003
6004         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6005         (mm-display-javascript-inline): New function.
6006
6007         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6008         viewing function.
6009
6010 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * shr.el (shr-expand-newlines): Fix variable name.
6013
6014 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6015
6016         * shr.el (shr-expand-newlines): Make nested boxes work.
6017
6018 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6019
6020         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6021         backgrounds.
6022         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6023         in a more sensible manner.
6024
6025 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6026
6027         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6028         if EPG is loaded.
6029
6030 2011-01-24  Julien Danjou  <julien@danjou.info>
6031
6032         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6033         tags.
6034
6035 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6036
6037         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6038         commands.
6039
6040         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6041         in the article buffer.
6042         (gnus-gravatar-insert): Use blank space from the current buffer to
6043         avoid breaking text properties.  This makes X-Sent updating work again.
6044
6045         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6046
6047 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6050         fix the bug in url-http.el instead.
6051
6052         * shr.el (shr-image-fetched): Ditto.
6053
6054         * shr.el (shr-image-fetched): Avoid having point move in the article
6055         buffer.
6056
6057         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6058         buffer after being called.  It's apparently being killed by url.el, and
6059         killing it made point move to end-of-buffer in a random buffer.
6060
6061         * shr.el (shr-image-fetched): Ditto.
6062
6063 2011-01-23  Julien Danjou  <julien@danjou.info>
6064
6065         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6066
6067         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6068         text/x-org.
6069
6070 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6071
6072         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6073         (i.e., nnimap) returning nil as the article number.
6074
6075 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6076
6077         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6078         "DelSp" parameter in RFC3676.
6079
6080 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6081
6082         * message.el (message-check-recipients): Display the encoded version of
6083         the bogus address if they differ.
6084
6085         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6086         after sending.
6087
6088         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6089
6090         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6091
6092         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6093         group buffer after sending the queue.
6094
6095         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6096
6097 2011-01-22  Julien Danjou  <julien@danjou.info>
6098
6099         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6100
6101 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6102
6103         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6104         nested related parts.
6105
6106         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6107         unexpired articles.  This fixes the regression that led expiry marks to
6108         disappear from nnfolder groups.
6109
6110 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6111
6112         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6113         Don't confuse the "ret" of "retrograde" with RET.
6114
6115 2011-01-21  Julien Danjou  <julien@danjou.info>
6116
6117         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6118         than mm-insert-inline.
6119
6120 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6123         Widen article buffer.
6124
6125 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6126
6127         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6128         the temp buffer.
6129         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6130
6131 2011-01-20  Julien Danjou  <julien@danjou.info>
6132
6133         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6134
6135         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6136         than mm-insert-inline to insert inline part: this respect
6137         mm-inline-media-tests displayers.
6138
6139         * mm-view.el (mm-display-shell-script-inline): New function.
6140
6141         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6142
6143         * mm-uu.el (mm-uu-type-alist): Add org block.
6144         (mm-uu-org-src-code-block-extract): New function.
6145
6146         * mm-view.el (mm-display-org-inline): New function.
6147
6148         * mm-decode.el (mm-automatic-display): Add text/org.
6149
6150         * mailcap.el (mailcap-mime-extensions): Add .org.
6151
6152 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6155         gnus-article-add-buttons.
6156
6157 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6158
6159         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6160         From header with a date and "nobody" as the sender.
6161
6162 2011-01-19  Julien Danjou  <julien@danjou.info>
6163
6164         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6165         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6166         if you have the same regexp several times.
6167         (gnus-button-push): Fix matching when regexp is symbol.
6168
6169 2011-01-15  Glenn Morris  <rgm@gnu.org>
6170
6171         * message.el (message-mail): A compose-mail function should
6172         accept headers as strings.
6173
6174 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6175
6176         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6177         Add :vert-only tags.
6178         (message-mail): New arg RETURN-ACTION.
6179         (message-return-action): New var.
6180         (message-bury): Use it.
6181         (message-mode): Make it buffer-local.
6182         (message-send-and-exit): Always call message-bury.
6183
6184         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6185         message-mail.
6186
6187 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * nnimap.el (nnimap-convert-partial-article): Protect against
6190         zero-length body parts.
6191
6192         * mm-decode.el (mm-preferred-alternative-precedence):
6193         Discourage showing empty parts.
6194
6195         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6196         and stuff if the backend didn't return the article number.  This fixes
6197         an Exchange-related nnimap bug.
6198
6199         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6200         group window, because it does the wrong thing when a separate frame
6201         displays the group buffer.
6202
6203         * proto-stream.el (open-protocol-stream): Protect against the low-level
6204         transport functions returning nil.
6205
6206 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6207
6208         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6209         (mml2015-epg-find-usable-secret-key): New function.
6210         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6211         mml2015-epg-find-usable-key (Bug#7797).
6212         (mml2015-epg-encrypt): Ditto.
6213
6214 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * dgnushack.el (rot13-string): Fix the way to get the argument.
6217
6218 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219
6220         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6221
6222 2011-01-03  Glenn Morris  <rgm@gnu.org>
6223
6224         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6225
6226         * sieve.el (sieve-open-server): Give a more explicit error if
6227         sieve-manage-open returns nil.  (Bug#7720)
6228
6229 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6230
6231         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6232
6233 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6236         This avoids sending passwords in plain text over non-encrypted
6237         channels.
6238
6239         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6240
6241         * nnimap.el (nnimap-login): Refactored out into own function, and
6242         implement CRAM-MD5.
6243         (nnimap-wait-for-line): Refactored out.
6244
6245         * mm-view.el (mml-smime): Require.
6246
6247 2010-12-20  David Engster  <deng@eml.cc>
6248
6249         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6250         use EPG to decrypt S/MIME messages instead of openssl.
6251
6252 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6255
6256         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6257         status is the group clearly is unreachable.
6258
6259         * auth-source.el (auth-source-create): Add the optional second
6260         parameter to `local-variable-p' to be compatible with XEmacs.
6261
6262 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6263
6264         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6265         work when using a compressed nnml folder.
6266
6267 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6270         backends after sanitising on entry, because this never makes sense:
6271         If the articles have gone missing, then the data no longer exists on
6272         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6273         overwrite anything anyway.
6274
6275         * shr.el (shr-insert-document): Bind shr-width dynamically to
6276         window-width if it's nil.
6277
6278 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6279
6280         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6281         with the meaning of using the full emacs window width for rendering.
6282
6283 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6284
6285         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6286         case when sender is not given.
6287
6288 2010-12-23  Julien Danjou  <julien@danjou.info>
6289
6290         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6291         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6292         the addresses, otherwise we might misplaced the gravatar.
6293
6294 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6295
6296         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6297         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6298         obsolete in Emacs.
6299
6300 2010-12-20  Julien Danjou  <julien@danjou.info>
6301
6302         * gnus-util.el (gnus-rescale-image): Revert last change.
6303
6304 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6305
6306         * binhex.el: Improve commentary (Bug#7482).
6307
6308 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * gnus-group.el (gnus-group-delete-articles): New command.
6311
6312 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6313
6314         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6315
6316 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6319         here, since it's up to the backends to do CRLF removal if their
6320         protocol has it.
6321
6322         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6323
6324 2010-12-17  Julien Danjou  <julien@danjou.info>
6325
6326         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6327         they are from file.  Can also scale up.
6328
6329 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6330
6331         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6332         Restore gnus-use-agent.
6333         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6334
6335         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6336
6337 2010-12-17  Julien Danjou  <julien@danjou.info>
6338
6339         * gravatar.el (gravatar-retrieve-synchronously): New function.
6340         (gravatar-get-data): Make more robust.
6341
6342 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6345
6346 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6349         to really consider the last line.
6350
6351 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6352
6353         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6354         list of recipient keys, or use symmetric encryption if not a list.
6355         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6356         EPA override, replacing the call to `netrc-store-data'.
6357
6358 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6359
6360         * gnus-srvr.el: Avoid passing nil regexp argument to
6361         delete-matching-lines.
6362
6363 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6366         fetching stops when Gnus exits.
6367
6368         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6369         function.
6370         (nnfolder-request-expire-articles): Save all the buffers after doing
6371         expiry.
6372
6373         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6374         the last article", since that led to serious performance regressions
6375         when expiring nnml groups.
6376
6377 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6378
6379         * nnir.el: Improve customizations.
6380
6381 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6382
6383         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6384
6385         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6386         group has been killed.
6387         (gnus-group-yank-group): Ditto.
6388
6389         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6390
6391         * nnimap.el (nnimap-request-update-group-status): New function.
6392
6393         * gnus-int.el (gnus-request-update-group-status): New interface
6394         function.
6395
6396         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6397         copying read-ness to the backends.
6398
6399         * nnimap.el (nnimap-quirk): New function.
6400         (nnimap-retrieve-group-data-early): Use it.
6401         (nnimap-quirks): New alist.
6402
6403 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6406         don't delete it within indentation.
6407
6408 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6411         previous line.
6412
6413 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6416         QRESYNC command by deleting a superfluous space which broke Cyrus
6417         servers.  This change will break other servers that are buggy the other
6418         way around.
6419
6420 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * spam.el: Reindent and fix long lines.
6423         (spam-copy-or-move-routine): Exclude invalid move destinations.
6424
6425 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6426
6427         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6428         installed the registry.
6429
6430 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6433
6434 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6435
6436         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6437         groupname doesn't contain "gmane".
6438
6439 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6442         and netrc-bound-and-true-p bindings.
6443         (netrc-parse): Cache the netrc contents.
6444
6445         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6446         (gnus-1): Don't create the nndrafts group twice.
6447         (gnus-setup-news): There's no need to read the active file here, since
6448         that's done again later on a per-backend basis.
6449         (gnus-start-draft-setup): Make sure that the new group is started out
6450         empty.
6451
6452         * gnus-agent.el (gnus-agentize): Don't create the queue group
6453         automatically on startup.  It'll be created later, if needed.
6454
6455         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6456         of automatically subscribed groups.
6457         (gnus-auto-subscribed-categories): New variable.
6458         (gnus-matches-options-n): Use it.
6459         (gnus-default-subscribed-newsgroups): Remove unused variable.
6460         (gnus-start-draft-setup): Message a bit less.
6461
6462 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6463
6464         * nnir.el (nnir-run-imap): Return article list in order of increasing
6465         UID.
6466
6467 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gnus-sum.el (gnus-summary-enter-digest-group):
6470         Mention gnus-auto-select-on-ephemeral-exit.
6471
6472         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6473         convention of the network-only option.
6474
6475 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * proto-stream.el (proto-stream-open-network-only): New function to
6478         have a way to specify non-STARTTLS upgrade connections.
6479
6480 2010-12-10  Julien Danjou  <julien@danjou.info>
6481
6482         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6483         email address is nil.
6484
6485         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6486
6487 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6488
6489         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6490         deletion.
6491         (nnir-run-imap): Only need to parse list once.
6492
6493 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * shr.el (shr-tag-script): Ignore <script>.
6496         (shr-tag-label): Add <label> support.
6497
6498 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6501
6502         * shr.el (shr-image-displayer): Work for images lined side by side.
6503
6504 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6505
6506         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6507         parameter, since XEmacs doesn't accept t as a parameter.
6508
6509 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6510
6511         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6512         ids.
6513         (nnir-run-gmane): Simplify groupspec formatting.
6514         (nnir-request-expire-articles): New function.
6515
6516 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6519         overflow, possibly.
6520
6521         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6522         (shr-render-td): Handle td style="" better.
6523         (shr-tag-table): Use the color from the style sheet.
6524         (shr-render-td): Make sure we copy over all the overlays, too.
6525
6526 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6527
6528         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6529         (nnir-request-article): Improve article retrieval.
6530
6531 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * mm-util.el (mm-extra-numeric-entities): New variable.
6534
6535         * mm-url.el (mm-url-decode-entities):
6536         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6537
6538         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6539
6540 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6541
6542         * message.el: Use completion-at-point.
6543         (message-completion-function): New fun, extracted from message-tab.
6544         (message-mode): Use it for completion-at-point-functions.
6545         (message-tab): Use it and completion-at-point.
6546
6547 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6550         character if a non-breakable character follows.
6551
6552 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6555         any stream.
6556
6557         * shr.el (shr-tag-font): Colorize the region.
6558         (shr-tag-body): Ditto.
6559         (shr-tag-font): Actually let the styles be inherited instead of
6560         overwriting them.
6561         (shr-tag-font): Get the background color right.
6562         (shr-tag-style): Ignore all <style> tags for the moment.
6563
6564         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6565         a Message-ID to avoid having nnimap depend on gnus-sum.
6566
6567         * shr.el (shr-descend): Only colorize something if we have a node that
6568         sets colors.
6569
6570 2010-12-06  Julien Danjou  <julien@danjou.info>
6571
6572         * shr.el (shr-render-td): Render td content with shr-descend, so style
6573         will be applied to <td> too.
6574         (shr-colorize-region): Colorize region even if we only have a background.
6575         (shr-tag-body): Fix color and background color inheritance.
6576         Do not recolorize after shr-generic.
6577         (shr-tag-font): Let shr-generic colorize via inheritance.
6578
6579 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6582
6583 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6584
6585         * nnir.el (nnir-request-move-article): Remove obsolete code.
6586
6587 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6590
6591 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-sum.el (gnus-summary-respool-article): The completion function
6594         expects a list instead of an alist.
6595
6596         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6597         string as the parameter.
6598
6599         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6600
6601         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6602         styles.
6603         (shr-colorize-region): New function.
6604         (shr-insert-background-overlay): Remove.
6605         (shr-render-td): Background setting should be taken care of on a higher
6606         level.
6607         (shr-tag-body): Use post-hoc colorizations.
6608         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6609         (shr-put-color-1): Don't overwrite old colors.
6610         (shr-colorize-region): When the background color isn't explicit, use
6611         a fixed background.
6612
6613         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6614         nnmail variables.
6615
6616 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6617
6618         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6619         unless necessary.
6620
6621 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6622
6623         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6624         server.
6625
6626 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6629         so that TAB works.
6630
6631         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6632         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6633
6634         * shr.el (shr-urlify): Show the URL before the title to avoid
6635         misleading URLs.
6636
6637 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6638
6639         * shr.el (shr-urlify): Display the title in <a> tags.
6640
6641 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6642
6643         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6644
6645 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6646
6647         * nnir.el: Rearrange code to allow macros to be autoloaded by
6648         gnus-sum.el.
6649         (nnir-retrieve-headers-override-function): Make this variable
6650         customizable.
6651         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6652
6653         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6654         from nnir.el.
6655
6656 2010-12-03  Julien Danjou  <julien@danjou.info>
6657
6658         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6659
6660 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6663         allow optional argument `environment'.
6664
6665 2010-12-03  Glenn Morris  <rgm@gnu.org>
6666
6667         * mm-extern.el (message-goto-body): Update declaration.
6668
6669 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-util.el (gnus-macroexpand-all): New function.
6672
6673         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6674         instead of macroexpand-all that is unavailable in XEmacs.
6675
6676 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6677
6678         * nnir.el (nnir-summary-line-format): New variable.
6679         (nnir-mode): Use it.
6680         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6681         (nnir-article-ids): Reimplement as defsubst.
6682         (nnir-retrieve-headers): Don't mangle the subject header.
6683         (nnir-run-imap): Use 100 as RSV score.
6684         (nnir-run-find-grep): Fix for full server searching.
6685         (nnir-run-gmane): Better restriction to gmane groups.
6686
6687         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6688         summary buffers.
6689
6690 2010-12-02  Julien Danjou  <julien@danjou.info>
6691
6692         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6693
6694         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6695
6696         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6697         support.
6698
6699 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6700
6701         * nnir.el: Update to handle the registry better.
6702         (autoload): Silence byte-compiler.
6703         (nnir-open-server): Add a hook for nnir groups.
6704         (nnir-request-move-article): Don't mangle the header.  Better to use
6705         formatting variables (which will be added in the future).
6706         (nnir-registry-action): Update the registry using the original article
6707         group name.
6708         (nnir-mode): Install nnir-specific hooks for updating the registry.
6709
6710         * gnus-sum.el
6711         (gnus-article-original-subject,gnus-newsgroup-original-name):
6712         Remove obsolete variables.
6713         (gnus-summary-move-article): Remove use of obsolete variables.
6714         (gnus-summary-local-variables): Make move and delete hooks local to
6715         summary buffers.
6716
6717 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * rtree.el: New file.
6720
6721 2010-12-01  Julien Danjou  <julien@danjou.info>
6722
6723         * message.el (message-user-organization): Do not use
6724         gnus-local-organization.
6725
6726         * gnus.el: Remove gnus-local-organization.
6727
6728         * gnus-msg.el: Remove nastygram thing.
6729
6730 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6733         funcall.
6734
6735 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6738         names.
6739
6740         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6741         characters.
6742
6743         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6744         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6745         Suggested by Štěpán Němec <stepnem@gmail.com>.
6746         (gnus-gravatar-transform-address): Use mail-extract-address-components
6747         that supports non-ASCII names rather than mail-header-parse-addresses.
6748
6749 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * proto-stream.el (open-protocol-stream): All starttls connections are
6752         handled by the network handler.
6753
6754 2010-11-30  Julien Danjou  <julien@danjou.info>
6755
6756         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6757         (nnimap-open-connection-1): Fix PREAUTH.
6758
6759         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6760
6761 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6764         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6765         (shr-insert): Use them.
6766         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6767
6768 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6769
6770         * nnir.el (nnir-request-move-article): Bail out if original group
6771         doesn't support article moves.
6772         (nnir-get-active): Improve active list retrieval.
6773
6774 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6777
6778 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6779
6780         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6781         seem to accept strings-with-numbers as port numbers.
6782
6783 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6784
6785         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6786         change the registry.
6787
6788 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6791         delete-dups that is not available in XEmacs 21.4.
6792
6793         * mm-util.el (mm-delete-duplicates): Add comment.
6794
6795 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6796
6797         * nnir.el (nnir-ignored-newsgroups): New variable.
6798         (nnir-get-active): Use it.
6799
6800 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * proto-stream.el (proto-stream-open-network): Add some comments.
6803
6804         * nntp.el (nntp-open-connection): Provide a :success condition.
6805
6806         * nnimap.el (nnimap-open-connection-1): Ditto.
6807
6808         * proto-stream.el (proto-stream-open-network): See what the response to
6809         the STARTTLS command is.
6810
6811         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6812         backwards compatibility).
6813         (nnimap-open-connection-1): Really respect nnimap-server-port.
6814
6815         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6816         TLS upgrades we don't really care about the identity of the peer.
6817         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6818         that what we've checked for.
6819         (proto-stream-always-use-starttls): Only default to t if
6820         open-gnutls-stream exists.
6821         (proto-stream-open-network): If STARTTLS failed, then just open a
6822         normal connection.
6823         (proto-stream-open-network): Wait until the greeting before doing
6824         STARTTLS.
6825
6826         * nntp.el (nntp-open-connection): Report what the connection error is.
6827
6828         * proto-stream.el (open-protocol-stream): Rename from
6829         open-proto-stream.
6830
6831 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * nnimap.el (nnimap-stream): Change default to `undecided'.
6834         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6835         first, and then network.
6836         (nnimap-open-connection-1): Respect nnimap-server-port.
6837         (nnimap-open-connection): Be more backwards-compatible.
6838
6839         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6840         (proto-stream-open-starttls): De-duplicate the starttls code.
6841         (proto-stream-open-starttls): Folded back into the main function.
6842         (proto-stream-open-network): Fix typo in the gnutls path.
6843         (proto-stream-command): Refactor out.
6844
6845         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6846
6847         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6848         starttls.el STARTTLS.
6849
6850         * color.el (color-lab->srgb): Fix function call name.
6851
6852         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6853         if we're using tls.el.
6854         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6855         built in, then don't try to establish a STARTTLS connection.
6856
6857         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6858         servers.
6859
6860         * proto-stream.el (open-proto-stream): Use network, not stream.
6861         (open-proto-stream): Add a way to specify what the end of a command is.
6862
6863         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6864         connections types.
6865         (nntp-open-network-stream): Remove.
6866         (nntp-open-ssl-stream): Remove.
6867         (nntp-open-tls-stream): Remove.
6868         (nntp-ssl-program): Remove.
6869
6870         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6871
6872 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6873
6874         * nnir.el: Fix typos.
6875         (nnir-retrieve-headers-override-function): Rename variable to reflect
6876         new semantics.
6877         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6878         macros.
6879         (nnir-request-article, nnir-request-move-article): Use them.
6880         (nnir-categorize): New function.
6881         (nnir-run-query): Use it.
6882         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6883         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6884         sorted.
6885         (nnir-group-full-name): Use gnus-group-full-name instead.
6886         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6887         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6888
6889 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6892
6893         * proto-stream.el: New library to provide protocol-specific
6894         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6895         protocols.
6896         (open-proto-stream): Complete the documentation.
6897         (proto-stream-open-network): Fix some typos.
6898
6899         * nnimap.el (nnimap-open-connection): Use it.
6900
6901 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6902
6903         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6904         negotiation.
6905
6906 2010-11-26  Julien Danjou  <julien@danjou.info>
6907
6908         * color.el: Rename various rgb functions to srgb.
6909
6910 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6913         names.
6914
6915 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * shr.el (shr-insert): Revert last change.
6918         (shr-find-fill-point): Never leave point being at bol;
6919         relax the kinsoku limitation when rendering tables.
6920
6921 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6924         results from -accept-article.
6925
6926         * shr-color.el: Require cl when compiling.
6927
6928         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6929         checkin.
6930
6931         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6932
6933         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6934
6935         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6936         'add and 'delete to set backend marks.
6937
6938         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6939
6940         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6941
6942         * nntp.el (nntp-request-set-mark): Use it.
6943
6944         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6945
6946         * nnml.el (nnml-request-set-mark): Ditto.
6947
6948         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6949         introduces regressions in article selection.
6950         (nnimap-find-uid-response): New function.
6951         (nnimap-request-accept-article): Use the UID returned, if any.
6952         (nnimap-request-move-article): Use the UID returned, if any.
6953         (nnimap-get-groups): Reimplement to work with folded lines.
6954         (nnimap-find-uid-response): The UID is the last element in the list.
6955         (nnimap-request-set-mark): Extend syntax with 'set.
6956
6957         * nnml.el (nnml-request-set-mark): Ditto.
6958
6959         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6960
6961         * nntp.el (nntp-request-set-mark): Ditto.
6962
6963 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * message.el (message-called-interactively-p): A temporary macro.
6966         (message-goto-body): Use it temporarily.
6967
6968 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6971         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6972         (nnimap-last-response-string): Fix last unfolding fix.
6973
6974 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * shr.el (shr-insert): Fix the way to fold lines.
6977
6978 2010-11-25  Julien Danjou  <julien@danjou.info>
6979
6980         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6981
6982         * color.el: Rename from color-lab.el
6983         (color-rgb->hex): Add.
6984         (color-complement): Add.
6985         (color-complement-hex): Add.
6986
6987         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6988
6989 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * shr-color.el (shr-color-visible): Don't bug out if the color names
6992         don't exist.
6993
6994 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6997         assuming that article displaying or another mml-preview may be
6998         interrupted for an error or for the like.
6999
7000         * shr.el (shr-get-background): Fix argument name.
7001
7002 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7005
7006         * gnus-sum.el (gnus-summary-include-articles): New function.
7007
7008         * message.el (message-goto-body): called-interactively-p needs a
7009         parameter, so use `any'.
7010
7011         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7012         clear marks before moving, since they're synced from the Gnus side
7013         first.
7014
7015         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7016         (gnus-summary-move-article): Copy over all marks before moving, so that
7017         IMAP doesn't think a new article has arrived.
7018
7019 2010-11-24  Julien Danjou  <julien@danjou.info>
7020
7021         * shr.el (shr-insert-background-overlay): Fix typo.
7022         (shr-render-td): Copy the background before rendering.
7023
7024         * shr-color.el (shr-color-visible): Fix docstring.
7025
7026         * shr.el (shr-tag-table): Add bgcolor support.
7027         (shr-render-td): Add bgcolor support.
7028         (shr-get-background): Add.
7029         (shr-insert-foreground-overlay): Use shr-get-background.
7030
7031         * message.el (message-goto-body): Use called-interactively-p.
7032         (message-in-body-p): message-goto-body returns point.
7033
7034 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7037         Fixes something or other in Emacs 23, and is backwards compatible.
7038
7039         * message.el (message-goto-body): Remove the <#secure special-casing,
7040         which is too special.
7041
7042         * shr.el (shr-parse-style): Drop !important from styles.
7043
7044 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7045
7046         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7047         this function to return incorrect results when calling it with an
7048         explicit article argument different from
7049         (gnus-summary-article-number).
7050
7051 2010-11-24  Julien Danjou  <julien@danjou.info>
7052
7053         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7054         (shr-tag-body): Add background support.
7055         (shr-descend): Add background support.
7056         (shr-tag-title): Add.
7057
7058         * shr-color.el (shr-color-visible): Really return original background
7059         if fixed.
7060
7061 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * shr.el (shr-color-check): Protect against non-existent color names.
7064
7065 2010-11-24  Julien Danjou  <julien@danjou.info>
7066
7067         * color-lab.el: Require 'cl when compiling.
7068
7069         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7070
7071         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7072         matched part.
7073
7074         * color-lab.el: Fix all expt calls to use float type.
7075
7076 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7079         expression to shr-color-check as is.
7080
7081         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7082
7083         * color-lab.el: Add coding cookie.
7084         (float-pi): Use eval-and-compile.
7085
7086         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7087         compiled for Emacsen having no `libxml-parse-html-region' support.
7088
7089 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * shr.el (shr-insert-color-overlay): Split stuff like
7092         "#444444 !important" to find the real color.
7093         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7094         parse <font color="red"> entries.
7095
7096 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7097
7098         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7099         point when parsing headers.
7100
7101         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7102         is positioned properly when parsing headers.
7103
7104 2010-11-23  Julien Danjou  <julien@danjou.info>
7105
7106         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7107
7108         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7109
7110         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7111
7112         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7113         Use shr-color-hue-to-rgb.
7114         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7115
7116 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * shr.el (shr-color->hexadecimal): Autoload.
7119         (shr-descend): Add color to all tags.
7120
7121 2010-11-22  Julien Danjou  <julien@danjou.info>
7122
7123         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7124         shr-color->hexadecimal.
7125
7126         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7127         RGB() or HSL() color representation.
7128
7129         * shr.el (shr-tag-font): Add.
7130         (shr-tag-color-check): New function to get better colors.
7131         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7132         tag-span.
7133
7134         * shr-color.el: New file.
7135
7136         * color-lab.el: New file.
7137
7138         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7139
7140 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7141
7142         * nnir.el: Fix typo in comments.
7143         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7144         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7145
7146 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7149
7150         * nnimap.el (nnimap-get-capabilities): Refactor out.
7151         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7152
7153 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7154
7155         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7156         appearing when `mm-uu-hide-markers' is nil.
7157
7158 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * nnimap.el (nnimap-unselect-group): Make into its own function.
7161         (nnimap-request-rename-group): Unselect group before renaming.
7162         This had gotten lost somewhere.
7163         (nnimap-request-accept-article): Keep track of examined groups, and
7164         unselect the group before APPENDing to read-only groups.
7165         (nnimap-request-move-article): Clear flags before moving so that they
7166         can be re-set later.
7167
7168 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7171         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7172
7173 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-art.el (gnus-mime-display-single):
7176         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7177         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7178         parameter.
7179
7180 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7183         (shr-table-vertical-line): New variable.
7184         (shr-insert-table): Use it.
7185
7186 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-html.el (gnus-html-wash-images): Don't display images if
7189         gnus-inhibit-images is non-nil; register displayer for cid images.
7190         (gnus-html-display-image): Work for cid image.
7191         (gnus-html-insert-image): Allow arguments.
7192         (gnus-html-put-image): Inhibit read-only.
7193         (gnus-html-prefetch-images): Don't prefetch images if
7194         gnus-inhibit-images is non-nil.
7195
7196 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * shr.el (shr-put-image): Break lines when inserting big pictures.
7199
7200 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7201
7202         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7203         sender, thanks Katsumi Yamaoka.
7204
7205 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7206
7207         * nnir.el (nnir-run-imap): Reverse the article list for each group
7208         rather than the whole list.
7209
7210 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * shr.el (shr-image-displayer): Protect function against non-existent
7213         image source.
7214
7215         * gnus-art.el (gnus-inhibit-images): New user option.
7216         (gnus-mime-display-single): Don't display image if it is non-nil.
7217
7218         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7219         gnus-inhibit-images.
7220
7221         * shr.el (shr-image-displayer): New function.
7222         (shr-tag-img): Use it.
7223
7224 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7225
7226         * mml2015.el (mml2015-epg-sign): Use From header.
7227
7228 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7231
7232         * gnus-util.el (gnus-find-text-property-region): Return markers.
7233
7234         * shr.el (shr-tag-img): Put a displayer in the text property.
7235
7236         * gnus-util.el (gnus-find-text-property-region): New utility function.
7237
7238         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7239         (gnus-html-show-images): Remove.
7240
7241         * gnus-art.el (gnus-article-show-images): New, more general function.
7242
7243         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7244         image url text properties.
7245
7246         * shr.el: Ditto.
7247
7248         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7249         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7250
7251 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7254         work for two or more articles.
7255
7256 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7259         divide an image that's in an html article to two or more when washing
7260         non-ASCII characters in alt text of it.
7261
7262 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7265         smime-decrypt-region using function argument.
7266         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7267
7268         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7269
7270         * smime.el (smime-decrypt-region): Catch it.
7271
7272 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7273
7274         * smime.el (smime-mode-map): Move initialization into declaration.
7275         (gnus-run-mode-hooks): Don't autoload.
7276         (smime-mode): Use define-derived-mode.
7277
7278 2010-11-11  Glenn Morris  <rgm@gnu.org>
7279
7280         * smime.el (from): Restrict declaration to XEmacs.
7281
7282         * nnir.el (gnus-group-topic-name): Autoload.
7283
7284 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * shr.el (shr-insert): Don't break long line if it is because of
7287         kinsoku-bol characters in the line end.
7288
7289 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7290
7291         * nnir.el (nnir-request-move-article): Fix to provide original group
7292         and subject.
7293         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7294         been retrieved.
7295
7296         * gnus-sum.el (gnus-summary-move-article): Use original group and
7297         subject for virtual articles such as those in an nnir summary buffer.
7298
7299 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7302         least 21.5).
7303
7304         * smime.el (from): Declare it again for XEmacs.
7305
7306 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * message.el (message-resend): Don't disable encoding unless it's
7309         already encoded.
7310
7311         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7312         low-numbered articles.
7313
7314 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * rfc2047.el (rfc2047-syntax-table): Simplify.
7317
7318         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7319
7320         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7321         set-char-table-range for XEmacs.
7322
7323 2010-11-10  Glenn Morris  <rgm@gnu.org>
7324
7325         * time-date.el (time-to-seconds): Always an alias on Emacs,
7326         never a real function.
7327         (with-no-warnings): Remove compat stub, now unused.
7328         (time-less-p): Doc fix.
7329         (time-to-number-of-days): Simplify.
7330
7331         * smime.el (from): Remove unused declaration.
7332
7333         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7334         (gnus-float-time): On Emacs, always an alias.
7335
7336         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7337         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7338
7339 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * dgnushack.el: Don't use ignore-errors in the top level form since it
7342         is unavailable in XEmacs even if cl is loaded.
7343
7344         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7345
7346 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * shr.el (browse-url-mailto): Autoload.
7349
7350         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7351
7352         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7353         regexp doesn't need quoting.
7354
7355 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7356
7357         * message.el (message-subject-trailing-was-ask-regexp)
7358         (message-subject-trailing-was-regexp): Match was: in addition to was.
7359
7360 2010-11-09  Glenn Morris  <rgm@gnu.org>
7361
7362         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7363         (nnbabyl-check-mbox): Use point-at-bol.
7364
7365 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7368
7369         * message.el (message-mailto): New function.
7370         (message-mailto): Should accept other parameters.
7371         (message-mailto): Remove since it duplicates browse-url-mailto
7372         functionality.
7373
7374 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7377         methods.
7378         (gnus-read-active-file): Ditto.
7379
7380         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7381         ": " from the prompt.
7382         (gnus-group-make-group): Ditto.
7383
7384 2010-11-07  Glenn Morris  <rgm@gnu.org>
7385
7386         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7387         (gnus-bookmark-kill-line): Use point-at-eol.
7388
7389 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7392         asterisks in From header.
7393
7394 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7395
7396         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7397         string to avoid making the From headers syntactically invalid.
7398
7399         * message.el (message-send-mail): Don't insert courtesy messages if the
7400         message already has List-Post and List-ID messages.
7401
7402 2010-11-06  Glenn Morris  <rgm@gnu.org>
7403
7404         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7405         `condition', `type', `length' a prefix.
7406         (gnus-treat-predicate): Update for above name changes.
7407
7408 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7409
7410         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7411         binding.  Handled by `gnus-summary-refer-thread' instead.
7412         (nnir-warp-to-article): New backend function.
7413
7414         * nnimap.el (nnimap-request-thread): Force dependency updating.
7415
7416         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7417         (gnus-summary-refer-thread): Rework to improve thread-referral.
7418
7419         * gnus-int.el (gnus-warp-to-article): New function.
7420
7421         * gnus-sum.el (gnus-summary-article-map): Bind it.
7422
7423 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7424
7425         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7426         gnus-summary-refer-thread.
7427
7428         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7429         headers.
7430         (gnus-summary-limit-include-thread): Prevent articles in thread from
7431         being cut in gnus-cut-threads.
7432         (gnus-summary-refer-thread): Limit retrieved headers to those in
7433         thread.
7434
7435 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7436
7437         * message.el (message-send-mail): Use the value of
7438         message-courtesy-message from the message buffer.
7439
7440         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7441
7442         * shr.el (shr-browse-url): Implement mailto: URLs.
7443
7444         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7445         "raw".
7446
7447         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7448         if it's already selected.
7449
7450         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7451
7452 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7455         to measure the length and truncate alt text.
7456
7457 2010-11-03  Glenn Morris  <rgm@gnu.org>
7458
7459         * nndiary.el (nndiary-generate-nov-databases-1)
7460         (nndiary-generate-active-info): Rename dynamic variable `files' to
7461         something less generic.
7462
7463 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7464
7465         * nnir.el (nnir-request-move-article): Call the underlying backend to
7466         move articles from nnir.
7467
7468 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7471
7472 2010-11-02  Julien Danjou  <julien@danjou.info>
7473
7474         * nnir.el: Remove wais support.
7475
7476 2010-11-02  Glenn Morris  <rgm@gnu.org>
7477
7478         * gnus-html.el: Reorder requirements to quieten compiler.
7479
7480 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7483         properly for XEmacs as well.
7484         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7485         (gnus-article-natural-long-line-p): Use window-width rather than
7486         frame-width.
7487
7488 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7489
7490         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7491         (nnir-read-parms): Don't modify query.
7492         (nnir-run-query): Add ability to search topic on current line.
7493         (nnir-get-active): Clean up.
7494
7495 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7498         degenerate articles.
7499
7500         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7501         (gnus-print-buffer): Just print the buffer as is, without any copying
7502         to a buffer and then re-highlighting.
7503
7504         * nnimap.el (nnimap-request-group): Store the new updated info.
7505         (nnimap-request-group): Select the group when we don't know whether it
7506         exists or not.
7507
7508         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7509         groups.
7510
7511         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7512         groups.
7513
7514         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7515         groups.
7516
7517         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7518         long-lines case by only filling the long lines.
7519
7520         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7521         (bug #7311).
7522
7523 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * shr.el: No need to declare `declare-function' since shr.el is for
7526         only Emacsen that provide `libxml-parse-html-region'.
7527
7528         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7529         effective only in a file it is referred to.
7530
7531 2010-11-01  Glenn Morris  <rgm@gnu.org>
7532
7533         * mm-util.el (gnus-completing-read): Autoload.
7534         (mm-read-coding-system): Simplify Emacs definition.
7535
7536         * nnmail.el (gnus-activate-group):
7537         * nnimap.el (gnutls-negotiate):
7538         * nntp.el (netrc-parse): Fix declarations.
7539
7540 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7543         string-match-p in Emacs >=23.
7544
7545         * gnus-msg.el (gnus-configure-posting-styles):
7546         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7547
7548 2010-11-01  Glenn Morris  <rgm@gnu.org>
7549
7550         * nnir.el (declare-function): Add compat stub.
7551         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7552         (nnir-run-gmane): Require 'mm-url.
7553
7554         * mm-util.el (mm-string-to-multibyte): Simplify.
7555
7556         * shr.el (declare-function): Add compat stub.
7557         (url-cache-create-filename): Declare.
7558         (mm-disable-multibyte, widget-convert-button): Autoload.
7559
7560         * smime.el (ldap-search): Declare.
7561         (smime-cert-by-ldap-1): Require ldap on Emacs.
7562
7563         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7564         (nnimap-keepalive): Use gnus-float-time.
7565
7566         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7567         (mail-source-delete-crash-box): Use gnus-float-time.
7568
7569         * gnus-dired.el (gnus-completing-read): Autoload.
7570
7571         * mm-view.el (gnus-rescale-image): Autoload.
7572
7573         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7574
7575         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7576
7577         * sieve-manage.el: Require 'cl when compiling.
7578
7579         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7580         (gnus-iswitchb-completing-read): Require iswitchb.
7581         (gnus-select-frame-set-input-focus): Silence compiler.
7582
7583 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * message.el (message-subject-trailing-was-query): Change default to t,
7586         since I think that's what most people want.
7587
7588         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7589         appending for easier debugging.
7590         (nnimap-wait-for-connection): Take a regexp.
7591         (nnimap-request-accept-article): Wait for the continuation line before
7592         sending anything unless we're streaming.
7593
7594         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7595         leave the header washing to take place.
7596
7597 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7598
7599         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7600         regular expression match and replace in posting styles.
7601
7602 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7603
7604         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7605         an entire server.
7606         (nnir-get-active): New function.
7607         (nnir-run-imap): Use it.
7608         (nnir-run-gmane): Who knew, gmane search returns an article score!
7609
7610         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7611         server on the current line with nnir.
7612
7613 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7616         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7617         left edge.
7618         (gnus-article-foldable-buffer): Skip past the prefix when determining
7619         raggedness.
7620
7621         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7622         the raw article, and change `C-u g' to show the article without doing
7623         treatments.
7624
7625         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7626         on to `gnus-treat-article'.
7627         (gnus-inhibit-article-treatments): New variable.
7628
7629         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7630
7631         * gnus-art.el (gnus-treatment-function-alist): Have
7632         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7633         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7634         sections.
7635
7636         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7637         parameter.
7638         (gnus-article-fill-cited-long-lines): New function.
7639         (gnus-article-fill-cited-article): Allow filling only long sections.
7640
7641         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7642         and non-punctuation (like after the apostrophe in "'We").
7643
7644         * gnus-sum.el (gnus-summary-select-article): Make sure
7645         gnus-original-article-buffer is alive.
7646
7647         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7648         reflect the order they're in in the digest.
7649
7650         * gnus.el (gnus-group-startup-message): Move point to the start of the
7651         buffer.
7652
7653         * nnimap.el (nnimap-capability): New function.
7654         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7655         is set.
7656
7657 2010-10-31  David Engster  <dengste@eml.cc>
7658
7659         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7660         conform with changes to gnus-completing-read.
7661
7662 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7665
7666 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7667
7668         * nnir.el: Move defvar, defcustom around to keep file organized
7669         and keep byte-compiler quiet.
7670         (nnir-read-parms): Accept search-engine as arg.
7671         (nnir-run-query): Pass search-engine as arg.
7672         (nnir-search-engine): Remove.
7673
7674 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * shr.el (shr-generic): The text nodes should be text, not :text.
7677
7678         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7679         later in the file.
7680
7681 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7682
7683         * nnir.el: General clean up.  Allow searching with multiple engines.
7684         Allow separate extra-parameters for each engine.
7685         Batch queries when possible.
7686         (nnir-imap-default-search-key,nnir-method-default-engines):
7687         Add customize interface.
7688         (nnir-run-gmane): New engine.
7689         (nnir-engines): Use it.  Qualify all prompts with engine name.
7690         (nnir-search-engine): Remove global variable.
7691         (nnir-run-hyrex): Restore for now.
7692         (nnir-extra-parms,nnir-search-history): New variables.
7693         (gnus-group-make-nnir-group): Use them.
7694         (nnir-group-server): Remove in favor of gnus-group-server.
7695         (nnir-request-group): Avoid searching twice.
7696         (nnir-sort-groups-by-server): New function.
7697
7698 2010-10-30  Julien Danjou  <julien@danjou.info>
7699
7700         * gnus-group.el: Remove gnus-group-fetch-control.
7701
7702         * gnus-start.el (gnus-find-new-newsgroups):
7703         Remove gnus-check-first-time-used.
7704
7705         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7706
7707 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7708
7709         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7710         set on groups that don't have \* permanentflags.
7711
7712 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7715         control the background color.
7716         (shr-tag-img): Ignore very small web bug type images.
7717         (shr-put-image): Add help-echo alt texts to the images.
7718         (shr-tag-video): Show the video poster image.
7719
7720 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * shr.el (shr-table-depth): New variable.
7723         (shr-tag-table-1): Only insert the images after the top-level table.
7724
7725         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7726
7727         * gnus-util.el (gnus-list-memq-of-list): New function.
7728
7729         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7730         selected.
7731         (nnimap-unsplittable-articles): New slot.
7732         (nnimap-new-articles): Use it.
7733
7734 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7735
7736         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7737         move to the previous line on `M-g'.
7738
7739 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7742         *-request-group, which seems unnecessary.
7743
7744         * nnimap.el (nnimap-quote-specials): Function copied over from
7745         imap.el.
7746         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7747         they support that.  Suggested by Tom Regner.
7748
7749 2010-10-29  Julien Danjou  <julien@danjou.info>
7750
7751         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7752         defalias.
7753         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7754
7755         * gnus.el: Remove `gnus-nntp-service' variable.
7756         (gnus-secondary-servers): Make obsolete.
7757         (gnus-nntp-server): Make obsolete.
7758
7759         * gnus-start.el (gnus-1): Remove x-splash calls.
7760
7761         * gnus-ems.el (gnus-x-splash): Remove.
7762
7763         * gnus.el (gnus-group-startup-message): Simplify/update code.
7764
7765         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7766         definition.
7767
7768         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7769         capability before doing anything.
7770         (gnus-group-insert-group-line): Remove useless
7771         gnus-group-remove-excess-properties.
7772
7773 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7776
7777 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7780         config after reselecting.
7781
7782 2010-10-28  Julien Danjou  <julien@danjou.info>
7783
7784         * shr.el (shr-put-image): Use point even if only inserting text.
7785         (shr-put-image): Save excursion when inserting alt text on non-graphic
7786         display, so the behavior is the same when we are on a graphic display.
7787
7788         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7789
7790 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7793         (gnus-mime-copy-part): Check coding system, not charset.
7794         (gnus-mime-view-part-externally): Never remove part.
7795         (gnus-mime-view-part-internally): Don't remove part here.
7796         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7797         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7798         multipart/alternative.
7799
7800         * mm-decode.el (mm-display-part): Take optional arg `force'.
7801
7802 2010-10-26  Julien Danjou  <julien@danjou.info>
7803
7804         * gnus-group.el (gnus-group-default-list-level): Add this function to
7805         compute the default list level.
7806         (gnus-group-default-list-level): Add possibility to use a function.
7807
7808 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7811
7812         * gnus-group.el (gnus-group-completing-read)
7813         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7814         gnus-replace-in-string.
7815
7816 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * shr.el (shr-tag-div): Add.
7819
7820         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7821
7822 2010-10-25  Julien Danjou  <julien@danjou.info>
7823
7824         * gnus-util.el: Remove `gnus-with-local-quit'.
7825
7826         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7827
7828 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7831         the original article buffer.
7832
7833 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7834
7835         * nnimap.el (nnimap-request-head): New function.
7836         (nnimap-request-move-article): Try to be slightly faster by not
7837         requesting the entire message when moving.
7838         (nnimap-transform-headers): Don't bug out on bodiless articles.
7839         (nnimap-send-command): Have no outstanding messages if the IMAP server
7840         doesn't support streaming.
7841         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7842
7843 2010-10-24  Julien Danjou  <julien@danjou.info>
7844
7845         * message.el (message-default-headers): Fix type.
7846
7847 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7850         prefetching images.
7851
7852         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7853         backend for unknown groups.  This is mainly useful for nnimap groups.
7854
7855         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7856         group isn't covered by the agent.
7857
7858 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7859
7860         * nnir.el (nnir-method-default-engines): New variable.
7861         (nnir-run-query): Use it.
7862         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7863         (gnus-summary-nnir-goto-thread): Change group if needed.
7864
7865         * gnus-group.el (gnus-group-group-map): Add key binding for
7866         gnus-group-make-nnir-group.
7867
7868 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * shr.el (shr-tag-object): Add.
7871
7872         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7873         original article buffer live.
7874         (gnus-summary-select-article-buffer):
7875         Mention gnus-widen-article-buffer.
7876
7877 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * shr.el (shr-tag-strong): Add.
7880
7881 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7882
7883         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7884         group names.  They mess up the group buffer badly.
7885
7886         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7887
7888         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7889         instead of the summary one.
7890
7891 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * mml.el (mml-preview): Work properly when editing article.
7894
7895         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7896         gnus-have-read-active-file if it's already been in.
7897
7898 2010-10-22  Tom Tromey  <tromey@redhat.com>
7899
7900         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7901         gnus-group-completing-read.
7902
7903 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * message.el (message-mode-map): Don't bind M-; to comment region, to
7906         allow the global comment-dwim to work.
7907
7908 2010-10-21  Julien Danjou  <julien@danjou.info>
7909
7910         * message.el (message-setup-1): Allow message-default-headers to be a
7911         function.
7912
7913 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * shr.el (shr-tag-table): Simplify.
7916
7917 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7918
7919         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7920         to avoid trying to snarf invalid stuff.
7921
7922         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7923
7924         * gnus.el (gnus-message-archive-group): Quote value.
7925         (gnus-message-archive-group): Mark as changed.
7926
7927         * shr.el (shr-add-font): Don't put the font properties on the newline
7928         or the indentation.
7929
7930         * message.el (message-fix-before-sending): Change options when sending
7931         non-printable characters.
7932
7933         * gnus.el (gnus-message-archive-method): Change the default to
7934         monthly outgoing groups.
7935
7936         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7937         that have gotten new numbers.
7938
7939         * nnimap.el (nnimap-request-replace-article): New function.
7940
7941 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7944         (nnrss-request-article): Don't use special html washing code.
7945
7946 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * shr.el (shr-tag-table): Remove useless nconc.
7949
7950 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus-art.el (article-wash-html): Simplify and remove the charset
7953         stuff.  Use the normal html rendering code instead of the special html
7954         washing code.
7955
7956         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7957         `gnus-w3m' symbols.
7958         (mm-text-html-washer-alist): Remove.
7959
7960         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7961         (mm-inline-media-tests): Remove use.
7962         (mm-text-html-renderer): Change default to the `shr' symbol.
7963
7964         * mm-view.el (mm-inline-text-html): Remove use.
7965
7966         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7967         `gnus-blocked-images' to be a function.
7968         (gnus-article-wash-function): Remove.
7969
7970 2010-10-20  Julien Danjou  <julien@danjou.info>
7971
7972         * spam.el (spam-list-of-processors): Mark as obsolete.
7973
7974         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7975         (nnimap-insert-partial-structure): Fix boundary detection.
7976
7977 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7978
7979         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7980         run file-truename on remote files.  This can be expensive and even
7981         prevent one from editing drafts if some unrelated buffer has a stale
7982         connection.
7983
7984 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7987         kinsoku-eol regardless of shr-kinsoku-shorten.
7988         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7989         (shr-tag-table): Support caption, thead, and tfoot.
7990
7991 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7994         lines.
7995         (shr-save-contents): New command and keystroke.
7996
7997         * nndoc.el (nndoc-type-alist): Add git support.
7998         (nndoc-git-type-p): New function.
7999         (nndoc-transform-git-article): Ditto.
8000         (nndoc-transform-git-headers): Ditto.
8001         (nndoc-transform-git-headers): Generate Subject headers.
8002
8003         * shr.el (shr-parse-style): New function.
8004         (shr-tag-span): Ditto.
8005
8006         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8007         to `G G' to avoid collisions.
8008
8009 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * shr.el: Load kinsoku if necessary.
8012         (shr-kinsoku-shorten): New internal variable.
8013         (shr-find-fill-point): Make kinsoku shorten text line if
8014         shr-kinsoku-shorten is bound to non-nil.
8015         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8016         shr-indentation too when testing if table is wider than frame width.
8017         (shr-insert-table): Use `string-width' instead of `length' to measure
8018         text width.
8019         (shr-insert-table-ruler): Make sure indentation is done at bol.
8020
8021 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8022
8023         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8024         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8025         undecoded network data.
8026
8027 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8030         name in the mode line spec so that the mode line menu works
8031         (bug #2431).
8032
8033         * message.el (message-get-reply-headers): If we're fed `to-address',
8034         then always use that.
8035
8036         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8037         aren't so wide as to need to switch off the edit menu.
8038
8039         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8040         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8041
8042         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8043         `M-g'.
8044         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8045         the permanent marks.
8046
8047 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8048
8049         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8050         Splitting according to references/in-reply-to obeys the ignore-groups
8051         variable, while splitting by sender and subject do not.
8052
8053 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8056         alist, so that we can look for non-Unicode chars.
8057         (article-translate-strings): Allow both character and string maps.
8058
8059 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * shr.el (shr-insert): Don't insert space behind a wide character
8062         categorized as kinsoku-bol, or between characters both categorized as
8063         nospace.
8064
8065 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8066
8067         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8068         headers to gnus-newsgroup-headers.
8069
8070 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * shr.el (shr-tag-img): Don't align images -- since we're not
8073         rescaling, this often leads to ugly displays.
8074
8075 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8076
8077         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8078         duplicates.
8079
8080 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8081
8082         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8083         call.
8084
8085 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus.el: Autoload gnus-html-show-images.
8088
8089         * nnimap.el: Use nnheader-message throughout.
8090
8091         * shr.el (shr-tag-img): Ignore images with no data.
8092
8093 2010-10-15  Julien Danjou  <julien@danjou.info>
8094
8095         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8096         a possibility to disable format=flow encoding when using hard newlines.
8097
8098 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * shr.el (shr-insert): Remove space inserted before or after a
8101         breakable character or at the beginning or the end of a line.
8102         (shr-find-fill-point): Do kinsoku; find the second best point or give
8103         it up if there's no breakable point.
8104
8105 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * nnimap.el (nnimap-open-connection): Message when opening connection
8108         for debugging purposes.
8109
8110         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8111         on every setup buffer call to allow this to change from article to
8112         article.
8113
8114         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8115         buffers where we have a wide table.
8116
8117 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8118
8119         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8120         uses *-request-thread.
8121
8122 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8125         incantation, which is no longer valid.
8126
8127 2010-10-14  Julien Danjou  <julien@danjou.info>
8128
8129         * shr.el: Fix defcustom type (char -> character).
8130
8131 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8134         programs.
8135
8136 2010-10-14  Julien Danjou  <julien@danjou.info>
8137
8138         * shr.el (shr-tag-a): Use url-link as widget type.
8139
8140         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8141         `gnus-group-get-icon'.
8142
8143 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8146         This should make server editing work better.
8147
8148         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8149
8150         * tls.el (tls-program): Remove spurious %s from openssl.
8151
8152         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8153         (nnimap-parse-flags): Fix regexp.
8154
8155         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8156         probably work for CJVK text, too.
8157
8158         * nnimap.el (nnimap-extend-tls-programs): Remove.
8159         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8160
8161         * tls.el (tls-starttls-switches): Remove starttls hack.
8162         (open-tls-stream): Ditto.
8163         (tls-find-starttls-argument): Ditto.
8164
8165 2010-10-13  Julien Danjou  <julien@danjou.info>
8166
8167         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8168         responses.
8169
8170 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171
8172         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8173
8174         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8175         anything in Emacs.
8176
8177         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8178
8179 2010-10-13  Julien Danjou  <julien@danjou.info>
8180
8181         * shr.el (shr-width): Make shr-width a defcustom with default to
8182         fill-column.
8183         (shr-tag-img): Use shr-width rather than fill-column.
8184
8185 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * dgnushack.el (byte-optimize-apply):
8188         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8189
8190         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8191         position when (X-)Faces exist.
8192         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8193         avatars when called interactively.
8194
8195 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8198         gnus-article-x-face-too-ugly is bound.
8199
8200 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8203
8204         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8205         mailbox that doesn't exist.
8206
8207 2010-10-12  Julien Danjou  <julien@danjou.info>
8208
8209         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8210         (shr-get-image-data): Encode URL properly when fetching from cache.
8211         (shr-tag-img): Use aligned-to spaces to align correctly images.
8212
8213         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8214         before inserting the Gravatar.
8215
8216         * shr.el (shr-tag-img): Add align attribute support for <img>.
8217
8218 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8219
8220         * gnus-gravatar.el (gnus-art): Require.
8221
8222         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8223         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8224         Remove long obsoleted functions.
8225
8226 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8229
8230         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8231
8232         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8233         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8234         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8235         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8236         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8237         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8238         * sieve-manage.el, smime.el, spam.el:
8239         Fix comment for declare-function.
8240
8241 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * nnimap.el (nnimap-request-rename-group): Select group read-only
8244         before renaming it.
8245
8246         * shr.el (shr-insert): Fix up the white space only regexp.
8247
8248         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8249         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8250
8251         * shr.el (shr-current-column): New function.
8252         (shr-find-fill-point): New function.
8253
8254 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8255
8256         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8257         numbers.
8258
8259 2010-10-11  Julien Danjou  <julien@danjou.info>
8260
8261         * shr.el (shr-hr-line): Add.
8262         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8263         display hr lines.
8264         (shr-max-columns): Do not change state to nil if we just inserting
8265         spaces.
8266
8267 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8270         select the last group.
8271
8272 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8275
8276 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8277
8278         * dig.el (dig-mode-map): Declare and define in one step.
8279
8280 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8283         for Gnus.
8284         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8285         (nnimap-update-qresync-info): Mark \Seen articles as read.
8286
8287         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8288         non-variable, too.
8289
8290         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8291         available.
8292         (nnimap-update-info): Rely more on the current active than the param
8293         active to avoid marking articles as read too much.
8294
8295         * auth-source.el (auth-source-create): Use (user-login-name) for the
8296         user name default.
8297
8298         * nnimap.el (nnimap-update-info): If the server doesn't return any
8299         useful info, just use the previous info.
8300         (nnimap-update-info): Prefer old info over start-article.
8301         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8302
8303 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8304
8305         * nnir.el (autoload): Clean up autoloads.
8306         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8307         Use key rather than value.
8308         (nnir-imap-search-other): New variable.
8309         (nnir-read-parm): Use it.
8310         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8311         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8312
8313 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8314
8315         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8316         the process, too.
8317
8318 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * spam.el (gnus-summary-mode-map): Bind to "$".
8321         Suggested by Russ Allbery.
8322
8323         * shr.el: Rework the way things are indented by <li> slightly.
8324
8325         * gnus.el (gnus-group-set-parameter): Fix typo.
8326
8327         * nnimap.el: Start implementing QRESYNC support.
8328
8329 2010-10-09  Julien Danjou  <julien@danjou.info>
8330
8331         * nnir.el (nnir-engines): Fix too many arguments.
8332
8333 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8336         group is the "last", so that the backends like nnfolder actually save
8337         their folders.
8338
8339         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8340         try to use that for the tls stream.
8341         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8342         UIDVALIDITY and find out which groups are read-only and not.
8343         (nnimap-get-flags): Use the same marks parsing code as the rest of
8344         nnimap.
8345
8346 2010-10-09  Julien Danjou  <julien@danjou.info>
8347
8348         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8349
8350         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8351         retrieving gravatars.
8352
8353         * shr.el (shr-table-corner): Add.
8354         (shr-table-line): Add.
8355         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8356
8357 2010-10-08  Julien Danjou  <julien@danjou.info>
8358
8359         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8360
8361 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8362
8363         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8364
8365         * gnus-sum.el (gnus-mark-article-as-unread)
8366         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8367         (gnus-summary-set-bookmark): Use it.
8368
8369         * gnus-msg.el (gnus-setup-message): Use it.
8370
8371         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8372
8373         * gnus.el (gnus-group-remove-parameter): Use it.
8374
8375         * gnus-group.el (gnus-group-make-web-group): Use it.
8376
8377         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8378
8379         * nnregistry.el: Update docs to mention manual.
8380
8381         * gnus-registry.el: Update docs to mention nnregistry.el.
8382         (gnus-registry-initialize): Don't install nnregistry refer method
8383         automatically.
8384         (gnus-registry-install-nnregistry): Remove it.
8385
8386 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * shr.el (shr-insert): Don't insert double spaces.
8389
8390 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-gravatar.el (gnus-treat-from-gravatar)
8393         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8394         called interactively.
8395
8396         * gnus-art.el (gnus-mime-view-part-externally)
8397         (gnus-mime-view-part-internally): Make predicate function passed to
8398         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8399         of a mime type.
8400
8401         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8402
8403 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * shr.el (require): Require cl when compiling.
8406         (shr-tag-hr): New function.
8407
8408         * nnimap.el (nnimap-update-info): Remove double setting of high.
8409         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8410         This makes nnimap work properly on Courier again.
8411
8412         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8413         the variable for backwards compatibility.
8414
8415         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8416         the file name before using to avoid setting mm-default-directory to
8417         nil.
8418
8419         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8420         bidning gnus-agent variables.
8421
8422         * shr.el (shr-render-td): Use a cache for the table rendering function
8423         to avoid getting an exponential rendering behavior in nested tables.
8424         (shr-insert): Rework the line-breaking algorithm.
8425         (shr-insert): Don't leave trailing spaces.
8426         (shr-insert-table): Also insert empty TDs.
8427         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8428
8429 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8430
8431         * gnus-sum.el (gnus-number): Rename from `number'.
8432         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8433         (gnus-summary-limit-children): Update uses correspondingly.
8434
8435 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8438         (gnus-gravatar-transform-address): Don't show avatars of people of
8439         which mail addresses match gnus-gravatar-too-ugly.
8440
8441 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * shr.el (shr-table-widths): Expand TD elements to fill available
8444         space.
8445
8446 2010-10-07  Julien Danjou  <julien@danjou.info>
8447
8448         * nnimap.el (nnimap-request-rename-group): Add this method.
8449
8450 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8453         name from XEmacs' function-arglist.
8454
8455         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8456         gravatar under XEmacs.
8457
8458 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8459
8460         * auth-source.el: Update docs with TODO items.
8461
8462         * gnus-sync.el: Update docs to explain state and plans.
8463
8464         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8465         Hooks for mark updates.
8466         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8467
8468         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8469         hooks with arguments, which is needed for mark update hooks.
8470
8471 2010-10-06  Julien Danjou  <julien@danjou.info>
8472
8473         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8474         was matched.
8475
8476         * sieve-manage.el: Update example in `Commentary'.
8477
8478         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8479
8480         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8481         not 2000.
8482         (sieve-manage-authenticate): Re-add function.
8483
8484 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * shr.el (shr-insert): Get 'space transition right.
8487         (shr-render-td): Only delete space at the end of the TD.
8488
8489         * nnimap.el (nnimap-open-connection): Prepare to support
8490         open-gnutls-stream.
8491
8492         * shr.el: Rearrange function order to be more logical.
8493
8494 2010-10-06  Julien Danjou  <julien@danjou.info>
8495
8496         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8497         (nnrss-discover-feed): Remove 404 URL in docstring.
8498
8499         * nnir.el: Fix Swish-E URL.
8500         Fix Namazu URL.
8501
8502         * message.el (message-change-subject): Remove 404 URL in a comment.
8503
8504 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8507         called interactively.
8508
8509         * gnus-util.el (gnus-remove-if): Allow hash table.
8510         (gnus-remove-if-not): New function.
8511
8512         * gnus-art.el (gnus-mime-view-part-as-type):
8513         * gnus-score.el (gnus-summary-score-effect):
8514         * gnus-sum.el (gnus-read-move-group-name):
8515         Replace remove-if-not with gnus-remove-if-not.
8516
8517         * gnus-group.el (gnus-group-completing-read):
8518         Regard collection as a hash table if it is not a list.
8519
8520 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8523
8524         * shr.el: Document the table-rendering algorithm.
8525
8526 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8529         for Emacsen having no `libxml-parse-html-region' support.
8530
8531 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8534         invalid URLs.
8535
8536         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8537         line-broken.
8538         (shr-tag-img): Ignore image fetching errors.
8539         (shr-overlays-in-region): Compute overlay positions correctly.
8540
8541         * mm-decode.el (mm-shr): Require shr.
8542
8543         * gnus-art.el (gnus-blocked-images): Move variable here.
8544
8545         * shr.el (shr-insert-table): Bind free variable.
8546
8547         * mm-decode.el (mm-shr): Bind shr-content-function.
8548
8549         * shr.el (shr-content-function): New variable.
8550
8551         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8552         added for symmetry.
8553
8554         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8555
8556         * gnus-group.el (gnus-group-make-group): Doc fix.
8557
8558         * nnimap.el (nnimap-request-newgroups): Return success.
8559
8560         * shr.el (shr-find-elements): New function.
8561         (shr-tag-table): Put all the images after the table.
8562         (shr-tag-table): Really inhibit images inside the table.
8563         (shr-collect-overlays): Copy over overlays from the TD elements to the
8564         main document.
8565
8566         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8567         gnus-blocked-images.
8568
8569 2010-10-05  Julien Danjou  <julien@danjou.info>
8570
8571         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8572
8573         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8574         (gnus-html-maximum-image-size): Add this function.
8575         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8576
8577         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8578         server-value of the capability is nil.
8579
8580 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * shr.el (shr-tag-em): Add <EM> tag.
8583
8584 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8585
8586         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8587         customizable.
8588
8589         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8590         handing broken links to browse-url.
8591
8592 2010-10-05  Julien Danjou  <julien@danjou.info>
8593
8594         * gnus-util.el (gnus-emacs-completing-read)
8595         (gnus-iswitchb-completing-read): Use autoload rather than require.
8596
8597 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8600         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8601         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8602         iswitchb-temp-buflist for XEmacs.
8603
8604         * gnus-util.el (gnus-completing-read-function): Exclude
8605         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8606         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8607         XEmacs.
8608
8609         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8610         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8611
8612         * gnus-html.el: Don't require help-fns under XEmacs.
8613         (gnus-html-schedule-image-fetching): Work for XEmacs.
8614
8615         * mm-decode.el (mm-shr): Decode contents by charset.
8616
8617 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8620         unknown.
8621
8622         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8623         (shr-get-image-data): Ensure against the cache file missing.
8624
8625         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8626         for data.
8627
8628         * spam-report.el (spam-report-url-ping-plain): Don't query about
8629         killing the process.
8630
8631         * shr.el (shr-render-td): Protect against too-wide text.
8632
8633 2010-10-04  Julien Danjou  <julien@danjou.info>
8634
8635         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8636         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8637
8638         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8639         retrieved.
8640
8641 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * shr.el (browse-url): Require.
8644         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8645         lines.
8646         (shr-show-alt-text, shr-browse-image): New commands.
8647         (shr-browse-url, shr-copy-url): New commands.
8648
8649         * gnus-sum.el (gnus-widen-article-window): New variable.
8650         (gnus-summary-select-article-buffer): Use it.
8651
8652         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8653         without @ signs.
8654
8655 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8656
8657         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8658
8659 2010-10-04  Julien Danjou  <julien@danjou.info>
8660
8661         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8662         for XEmacs.
8663
8664 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8667
8668         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8669         (nnimap-close-server): Implement.
8670
8671         * dgnushack.el (iswitchb): Require to shut up the compiler.
8672
8673         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8674         (shr-insert): Tweak line breaking.
8675         (shr-insert): Handle <pre> better.
8676         (shr-tag-li): Get <li> indentation right.
8677         (shr-tag-li): Get <li> indentation even righter.
8678         (shr-tag-blockquote): Ensure paragraph start.
8679         (shr-make-table): Tweak table generation.
8680         (shr-make-table): Fix typo.
8681
8682         * shr.el: Implement table rendering.
8683
8684 2010-10-04  Julien Danjou  <julien@danjou.info>
8685
8686         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8687
8688 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * shr.el (shr-insert): Use string anchors instead of line anchors.
8691
8692 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * shr.el: Add headings.
8695         (shr-ensure-paragraph): Actually work.
8696         (shr-tag-li): Make <ul> prettier.
8697         (shr-insert): Get white space at the beginning/end of elements right.
8698         (shr-tag-p): Collapse subsequent <p>s.
8699         (shr-ensure-paragraph): Don't insert double line feeds after blank
8700         lines.
8701         (shr-insert): \t is also space.
8702         (shr-tag-s): Fix "s" tag name function.
8703         (shr-tag-s): Fix face prop name.
8704
8705 2010-10-03  Julien Danjou  <julien@danjou.info>
8706
8707         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8708
8709         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8710         gnus-window-inside-pixel-edges.
8711
8712         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8713         gnus-ems.
8714
8715         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8716
8717         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8718         function.
8719
8720         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8721         resize choice.
8722
8723 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8726         beginning of the buffer.
8727
8728         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8729         article buffer again.
8730
8731         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8732
8733         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8734         when it's at the start of the buffer.
8735
8736         * shr.el (shr-tag-blockquote): Convert name.
8737         (shr-rescale-image): Use the right image-size variant.
8738
8739         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8740         buffer isn't shown, then select the current article first instead of
8741         bugging out.
8742         (gnus-summary-select-article-buffer): Show both the article and summary
8743         buffers again.
8744
8745         * shr.el (shr-fontize-cont): Protect against regions with no text.
8746         Rename tag functions to shr-tag-* for enhanced security.
8747         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8748
8749 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8750
8751         * shr.el (shr-insert):
8752         * pop3.el (pop3-movemail):
8753         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8754         loaded.
8755
8756 2010-10-03  Glenn Morris  <rgm@gnu.org>
8757
8758         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8759
8760         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8761
8762         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8763
8764         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8765
8766         * gnus-util.el (gnus-make-local-hook): Simplify.
8767
8768 2010-10-02  Julien Danjou  <julien@danjou.info>
8769
8770         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8771         (gnus-ido-completing-read): New function.
8772         (gnus-emacs-completing-read): New function.
8773         (gnus-completing-read): Use gnus-completing-read-function.
8774         Add gnus-completing-read-function.
8775
8776 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777
8778         * shr.el (shr-insert-document): Autoload.
8779         (shr-img): Be silent.
8780         (shr-insert): Add a newline after every picture before text.
8781         (shr-add-font): Use overlays for combining faces.
8782         (shr-insert): Pass upwards the text start point.
8783
8784         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8785         possible.
8786         (mm-shr): New function.
8787
8788 2010-10-02  Julien Danjou  <julien@danjou.info>
8789
8790         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8791         should go backward.
8792
8793 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8794
8795         * shr.el (shr): Fix typo in provide call.
8796
8797 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * shr.el: New file.
8800
8801         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8802
8803         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8804         completing read.
8805
8806 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807
8808         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8809         we're being queried about.  Suggested by Dan Jacobson.
8810
8811         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8812         Suggested by Jason Eisner.
8813
8814         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8815         table, too.  Suggested by Stefan Wiens.
8816         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8817         the table unnecessary.  Suggested by Stefan Wiens.
8818
8819         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8820         longer needed, and probably doesn't work either, as pointed out by
8821         Stefan Wiens.
8822         (gnus-summary-exit): Remove call to the clearing function.
8823         (gnus-summary-exit-no-update): Ditto.
8824
8825         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8826         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8827         Reported by Stefan Monnier.
8828         (gnus-summary-save-in-rmail): Ditto.
8829
8830         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8831         article buffer, instead of both the article buffer and the summary
8832         buffer.  Sort of suggested by Dan Jacobson.
8833
8834         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8835
8836         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8837         Suggested by Dan Jacobson.
8838
8839         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8840         documentation clearer.
8841
8842         * message.el (message-shorten-references): Comment on the number "21".
8843         Suggested by Stefan Monnier.
8844
8845         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8846         Suggested by Dan Jacobson.
8847
8848         * gnus.el (gnus-large-newsgroup):
8849         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8850
8851         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8852         externalize attachments.  Bug reported by Steve Wen.
8853
8854         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8855         really message anything to the user.
8856
8857         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8858         directly.
8859
8860         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8861         messages in empty groups.
8862
8863 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8864
8865         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8866         non-UIDNEXT group.
8867
8868 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8871         not the value from the collection.
8872
8873         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8874         values.  This sometimes happens on some groups that have no info.
8875         (nnimap-request-newgroups): New function.
8876
8877 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8878
8879         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8880         check into `gnus-registry-initialize'.
8881         (gnus-registry-initialize): Ditto.
8882         Fix and extend header docs.
8883
8884 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885
8886         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8887         regexp backtrace overflows.
8888
8889         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8890         for starttls that tls.el implements; i.e. openssl.
8891
8892         * tls.el (tls-starttls-switches): Give up on using starttls with
8893         gnutls-cli.
8894         (tls-program): Add --insecure to be consistent with the defaults from
8895         openssl s_client.  Now all three commands are insecure.
8896
8897 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * lpath.el: Bind completion-styles-alist for XEmacs.
8900
8901         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8902         (gravatar-create-image): New function that's an alias to
8903         gnus-xmas-create-image, gnus-create-image, or create-image.
8904         (gravatar-data->image): Use it.
8905
8906 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8907
8908         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8909         install the nnregistry refer method.
8910         (gnus-registry-install-hooks): Use it.
8911         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8912         unfollowed groups.
8913
8914 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8915
8916         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8917         expanding threads.
8918
8919 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * nnir.el: Use the server names without suffixes (bug #7009).
8922
8923         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8924         unencrypted to STARTTLS, if possible.
8925
8926 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8927
8928         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8929         headers before superseding.
8930
8931 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * nnrss.el (nnrss-use-local): Add documentation.
8934
8935         * nnimap.el (nnimap-extend-tls-programs): New function.
8936         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8937         (nnimap-wait-for-connection): Accept the greeting from the stupid
8938         output from openssl s_client -starttls, too.
8939
8940         * tls.el (tls-starttls-switches): New variable.
8941         (tls-find-starttls-argument): Use it.
8942         (open-tls-stream): Ditto.
8943
8944         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8945         (netrc-machine): Ditto.
8946
8947         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8948         article number.
8949         (nnimap-split-fancy): New variable.
8950         (nnimap-split-incoming-mail): Use it.
8951
8952         * nntp.el (nntp-server-list-active-group): Document.
8953
8954         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8955         SELECT to get the message-id.
8956
8957         * mail-source.el (mail-sources): Remove webmail support.
8958         (defvar): Ditto.
8959         (mail-source-fetcher-alist): Ditto.
8960         (mail-source-fetch-webmail): Remove.
8961
8962         * webmail.el: Remove -- doesn't seem relevant any more.
8963
8964         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8965
8966         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8967         the \r.
8968
8969 2010-09-30  Julien Danjou  <julien@danjou.info>
8970
8971         * gnus-agent.el (gnus-agent-add-group): Fix call to
8972         gnus-completing-read.
8973
8974 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * nndoc.el (nndoc-retrieve-groups): New function.
8977
8978         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8979         `default', use nnmail-split-methods.
8980         (nnimap-request-article): Downcase the NILs so that they are nil.
8981
8982         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8983         symbol.
8984
8985         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8986         code, since if the user has requested network, that's what they ought
8987         to get.
8988         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8989         (nnimap-split-rule): Mark as obsolete.
8990
8991         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8992         New variable.
8993
8994         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8995         correct slot, too.
8996
8997 2010-09-29  Julien Danjou  <julien@danjou.info>
8998
8999         * gnus.el (gnus-local-domain): Declare variable obsolete.
9000
9001         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9002         Fix history computing.
9003         (gnus-ido-completing-read): Require ido.
9004
9005 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9008         build Gnus.
9009
9010         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9011         when interpreting the structures.
9012         (nnimap-request-accept-article): Add \r\n to the lines to make this
9013         work with Cyrus.
9014
9015         * nndraft.el (nndraft-request-expire-articles): Use the group name
9016         instead if "nndraft".  Fix found by Nils Ackermann.
9017
9018 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9019
9020         * nnregistry.el: Add.
9021
9022 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9023
9024         * nnmail.el (group, group-art-list, group-art):
9025         Remove unneeded directives.
9026
9027 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9030         (mm-mime-charset):
9031         * rfc2047.el (rfc2047-syntax-table):
9032         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9033
9034         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9035         rather than `insert-file-contents' and `eval-region'.
9036
9037         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9038         construction.
9039
9040         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9041
9042         * time-date.el: No need to require cl for Emacs 21.
9043
9044 2010-09-29  Julien Danjou  <julien@danjou.info>
9045
9046         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9047         replacement of `gnus-gravatar-relief' to mimic
9048         `gnus-faces-properties-alist'.
9049         Add :version property.
9050
9051 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * mail-source.el (mail-source-report-new-mail):
9054         * message.el (message-default-mail-headers):
9055         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9056
9057         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9058
9059 2010-09-28  Julien Danjou  <julien@danjou.info>
9060
9061         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9062         mail-address contains the same string as real-name.
9063
9064         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9065         non-blank in header, otherwise it'll get stripped.
9066
9067         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9068         real-name, and then for mail address rather than doing : or , search.
9069
9070 2010-09-27  Julien Danjou  <julien@danjou.info>
9071
9072         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9073         right completing-read function.
9074         (gnus-use-ido): New variable
9075         (gnus-completing-read-with-default): Remove.
9076         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9077         (gnus-agent-add-group):
9078         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9079         * mm-view.el (mm-view-pkcs7-decrypt):
9080         * mm-util.el (mm-codepage-setup):
9081         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9082         * mml-smime.el (mml-smime-openssl-sign-query):
9083         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9084         (mml-insert-multipart):
9085         * gnus-msg.el (gnus-summary-yank-message):
9086         * gnus-int.el (gnus-start-news-server):
9087         * mm-decode.el (mm-interactively-view-part):
9088         * gnus-dired.el (gnus-dired-attach):
9089         * gnus.el (gnus-read-method):
9090         * gnus-bookmark.el (gnus-bookmark-jump):
9091         * gnus-art.el (gnus-mime-view-part-as-type)
9092         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9093         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9094         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9095         * nnmairix.el (nnmairix-create-server-and-default-group)
9096         (nnmairix-update-groups, nnmairix-get-server)
9097         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9098         (nnmairix-get-group-from-file-path):
9099         * nnrss.el (nnrss-find-rss-via-syndic8):
9100         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9101         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9102         (gnus-group-browse-foreign-server):
9103         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9104         (gnus-summary-execute-command, gnus-summary-respool-article)
9105         (gnus-read-move-group-name):
9106         * gnus-score.el (gnus-summary-increase-score)
9107         (gnus-summary-score-effect):
9108         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9109
9110 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9113         x-focus-frame.
9114
9115         * nnimap.el (auth-source-forget-user-or-password)
9116         (auth-source-user-or-password): Autoload.
9117
9118         * message.el (message-from-style, message-interactive)
9119         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9120         (message-yank-prefix, message-indentation-spaces, message-signature)
9121         (message-signature-file): Add comment.
9122
9123 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9126         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9127         new articles.
9128
9129         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9130         parts.
9131         (nnimap-request-article): Work with the t setting, too.
9132
9133         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9134         that you don't get flashes of other buffers.
9135         (gnus-summary-show-complete-article): Intern before setting.
9136
9137 2010-09-27  David Engster  <dengste@eml.cc>
9138
9139         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9140         well as HEADERS.
9141         (nnmairix-retrieve-headers): Provide new argument for the above.
9142
9143 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * gnus-sum.el (gnus-summary-move-article): Don't alter
9146         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9147         group.
9148
9149         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9150
9151         * message.el (message-cite-prefix-regexp): Revert my last edit.
9152
9153         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9154         variable instead of the Gnus variable.
9155
9156         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9157
9158         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9159
9160         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9161         since some servers don't like it.
9162         (nnimap-open-connection): Forget credentials if the server says the
9163         password was wrong.
9164         (nnimap-parse-line): Protect against invalid data.
9165
9166         * gnus-sum.el (gnus-summary-move-article): Add comment.
9167         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9168         nothing alters it while scanning for new messages.
9169
9170         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9171         which may or may not help.
9172         (nnimap-open-connection): If we're doing a stream connection, and then
9173         discover we're on a STARTTLS-capable server, then open a STARTTLS
9174         connection instead.
9175
9176 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * nnimap.el (utf7): Require.
9179
9180         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9181         prefix.
9182
9183 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9184
9185         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9186
9187 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * nnimap.el (nnimap-request-accept-article): Message the error on
9190         error.
9191
9192 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9195
9196 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * nndoc.el (nndoc-request-list): Return success always.
9199
9200         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9201         `fetch-old' -- we only want to fetch the articles we've requested.
9202         The rest are in the agent, probably.
9203         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9204         disappeared server" to something low.  It's not important.
9205
9206         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9207         arrived before the FETCH data.
9208
9209         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9210         target here, because we don't know the Gnus name of the group.
9211
9212         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9213         for the correct group.
9214
9215         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9216
9217         * gnus.el (gnus): Give a final warning after startup.
9218
9219         * gnus-util.el (gnus-action-message-log): New variable.
9220         (gnus-message): Use it.
9221         (gnus-final-warning): New function.
9222
9223         * nnimap.el (nnimap-open-connection): Record the greeting.
9224         (nnimap): Add greeting.
9225
9226 2010-09-26  Julien Danjou  <julien@danjou.info>
9227
9228         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9229         arguments.
9230         (gnus-html-wash-images): Fix spec computing to include start/end.
9231
9232         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9233
9234 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9237         deletion.
9238         (nnimap-retrieve-headers): Don't select the group, because that's
9239         already done by nnimap-possibly-change-group.
9240
9241         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9242         (gnus-picon-transform-address): Use it.
9243
9244         * mail-source.el (mail-source-value): Revert previous patch.
9245
9246         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9247         on failure.
9248         (nnimap-open-connection): Look up both virtual and physical server name
9249         credentials.
9250
9251         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9252
9253 2009-02-07  Dave Love  <fx@gnu.org>
9254
9255         * tls.el (open-tls-stream): Don't query killing process.
9256
9257 2009-02-08  Dave Love  <fx@gnu.org>
9258
9259         * gnus-win.el (gnus-window-to-buffer-helper)
9260         (gnus-all-windows-visible-p): Function needn't be a symbol.
9261
9262         * mail-source.el (mail-source-value): Function needn't be a symbol.
9263
9264 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9265
9266         * message.el (message-cite-prefix-regexp): Remove } from the cite
9267         prefix.
9268
9269         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9270         highlight again, so that the highlight is correct.
9271
9272         * gnus-picon.el (gnus-picon): Remove again.
9273         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9274
9275         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9276         doing the header highlightling, so that the background color of the
9277         picon is correct.
9278
9279         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9280         (gnus-picon): Ditto.
9281         (gnus-picon): Reinstate.  The background color for picons is white.
9282         (gnus-picon-insert-glyph): Make the background white.
9283
9284         * nnml.el (nnml-open-nov): Don't return dead buffers.
9285
9286         * auth-source.el (auth-source-create): Query the user for whether to
9287         store the credentials.
9288
9289         * netrc.el (netrc-store-data): New function.
9290
9291         * auth-source.el (auth-source-user-or-password): Use the existing auth
9292         sources, if any, for creation.
9293
9294         * gnus.el (gnus-group-fast-parameter): Return the last matching
9295         parameter instead of the first matching parameter.
9296
9297 2010-09-26  Julien Danjou  <julien@danjou.info>
9298
9299         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9300
9301 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * mml2015.el (mml2015-use): Remove gpg support.
9304
9305         * mml1991.el (mml1991-function-alist): Remove gpg function.
9306         (mml1991-gpg-sign): Remove.
9307
9308 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9309
9310         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9311         (gnus-browse-unsubscribe-current-group): Document it.
9312         (gnus-browse-unsubscribe-group): Use it.
9313
9314 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9317         address to the To list for easier response.
9318
9319         * gnus.el (gnus-play-startup-jingle): Remove.
9320         (gnus-splash): Don't play jingle.
9321         (gnus): Silence gnus-load message.
9322
9323         * gnus-art.el (gnus-treat-play-sounds): Remove.
9324
9325         * gnus.el (gnus-play-jingle): Remove audio support.
9326
9327         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9328
9329         * earcon.el: Remove -- no users.
9330
9331         * gnus-audio.el: Remove -- no users of this package.
9332
9333         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9334
9335         * gnus-start.el (gnus-setup-news): Remove nocem support.
9336
9337         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9338
9339         * gnus.el (gnus-use-nocem): Remove.
9340
9341         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9342         Remove.
9343
9344         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9345         uses NoCeM any more.
9346
9347         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9348         (gnus-button-ctan-handler): Ditto.
9349         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9350         (gnus-button-ctan-directory-regexp): Ditto.
9351         (gnus-button-handle-ctan): Ditto.
9352         (gnus-button-tex-level): Ditto.
9353         (gnus-button-alist): Remove CTAN stuff.
9354
9355 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9358         nnimap-streaming test.
9359
9360         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9361         servers twice.
9362
9363         * nnimap.el (nnimap-open-connection): Add more error reporting when
9364         nnimap fails early.
9365
9366         * nnheader.el (nnheader-get-report-string): New function.
9367         (nnheader-get-report): Use it.
9368
9369         * gnus-int.el (gnus-check-server): Say what the error was when opening
9370         failed.
9371
9372         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9373         using streaming.
9374
9375 2010-09-25  Julien Danjou  <julien@danjou.info>
9376
9377         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9378         gnus-window-inside-pixel-edges.
9379
9380 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381
9382         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9383
9384         * mm-decode.el (mm-save-part): Allow saving to other directories the
9385         normal Emacs way.
9386
9387         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9388         Suggested by Jay Berkenbilt.
9389
9390         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9391         there isn't a single byte.
9392
9393         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9394         just do it.  It doesn't really seem to matter what the user responds
9395         here, I think, so it's just a confusing question.
9396
9397         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9398         non-streaming case.
9399
9400         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9401         (gnus-article-encrypt-body): Use it.
9402
9403         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9404         keystroke.
9405
9406         * nnimap.el (nnimap-find-wanted-parts-1):
9407         Use gnus-fetch-partial-articles.
9408
9409         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9410
9411         * nnimap.el (nnimap-insert-partial-structure): New function.
9412         (nnimap-get-partial-article): New function.
9413         (nnimap-request-article): Use it.
9414         (nnimap-wait-for-response): Return whether the wait was successful.
9415         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9416         retrieval wasn't successful.
9417         (nnimap-retrieve-group-data-early): Allow throttling servers.
9418         (nnimap-streaming): New variable.
9419         (nnimap-fetch-partial-articles): Remove.
9420
9421         * mm-decode.el (mm-with-part): Protect against killed buffers.
9422
9423         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9424         for prettier summary display.
9425
9426 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9427
9428         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9429
9430 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9433         apparently third-party libraries depend on it.
9434
9435         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9436         before starting negotiation.
9437
9438         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9439         privacy reasons.
9440         (gnus-treat-mail-gravatar): Ditto.
9441
9442         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9443         buffer when inserting images.  Inserting text into the headers, for
9444         instance, can make them invalid.
9445
9446 2010-09-25  Julien Danjou  <julien@danjou.info>
9447
9448         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9449         variables.
9450
9451         * nnheader.el: Remove useless variables news-reply-yank-from and
9452         news-reply-yank-message-id.
9453
9454         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9455         variables.
9456
9457         * mml1991.el: Remove useless mml1991-verbose.
9458
9459         * gnus.el: Remove useless variable gnus-use-generic-from.
9460         Remove obsolete variable gnus-topic-indentation.
9461
9462         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9463
9464         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9465
9466         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9467
9468         * gnus-group.el: Remove useless gnus-group-icon-cache.
9469         Remove useless gnus-ephemeral-group-server.
9470
9471         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9472
9473         * mml2015.el: Remove useless mml2015-verbose.
9474
9475         * mml-smime.el: Remove useless mml-smime-verbose.
9476
9477         * gnus.el: Remove useless gnus-local-domain.
9478
9479         * gnus-gravatar.el (gnus-gravatar-transform-address):
9480         Use gnus-gravatar-size.
9481
9482         * gnus-art.el: Remove useless gnus-treat-translate.
9483
9484 2010-09-24  Julien Danjou  <julien@danjou.info>
9485
9486         * gnus-sum.el: Add support for Gravatars.
9487
9488         * gnus-art.el: Add support for Gravatars.
9489
9490         * gnus-gravatar.el: Add this file.
9491
9492         * gravatar.el: Add this file.
9493
9494 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9497
9498         * gnus-group.el (gnus-group-fetch-faq): Remove.
9499
9500         * gnus.el (gnus-group-faq-directory): Remove.
9501
9502         * gnus-group.el (gnus-group-fetch-charter): Remove.
9503
9504         * gnus.el (gnus-group-charter-alist): Remove.
9505
9506         * gnus-group.el (gnus-group-archive-directory): Remove.
9507         (gnus-group-recent-archive-directory): Ditto.
9508         (gnus-group-make-archive-group): Remove.
9509
9510         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9511
9512         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9513         use the same article number for all the cached articles.
9514
9515         * nnimap.el (nnimap-command): Register the last command time so
9516         that we can use it for idling NOOPs.
9517         (nnimap-open-connection): Start the keeplive timer.
9518         (nnimap-make-process-buffer): Store all the process buffers.
9519         (nnimap-keepalive): New function.
9520
9521         * starttls.el (starttls-open-stream): Add autoload cookie.
9522
9523 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9524
9525         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9526         handling.
9527
9528 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9531         its data structures.
9532
9533         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9534         instead of the cl.el copy-list.
9535         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9536         equalp.
9537
9538 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9541         and tool-bar-local-item-from-menu.
9542
9543         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9544         mode-line-highlight face for Emacs.
9545
9546         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9547         loading gnus-sum.elc; fix comment for canlock-verify.
9548         (gnus-article-jump-to-part): Use read-number.
9549         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9550         Remove Emacs pre-21 compatible code for help-echo.
9551         (gnus-article-next-page-1): No need to adjust the number of lines.
9552         (gnus-article-describe-bindings): Always use help-buffer.
9553
9554         * gnus-audio.el (gnus-audio-inline-sound):
9555         * gnus-cus.el (gnus-custom-mode):
9556         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9557
9558         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9559
9560         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9561         compatible code.
9562
9563 2010-09-24  Glenn Morris  <rgm@gnu.org>
9564
9565         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9566         visiting the fcc file in rmail-mode.
9567
9568         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9569
9570 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * nnir.el: Silence the byte compiler.
9573
9574         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9575         alias to browse-url-url-encode-chars if any.
9576         (gnus-html-encode-url): Use it.
9577
9578 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * gnus-start.el (gnus-use-backend-marks): New variable.
9581         (gnus-get-unread-articles-in-group): Use it.
9582
9583         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9584         makeover.
9585
9586 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9587
9588         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9589
9590 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9593         Remove.
9594         (gnus-setup-news-hook):
9595         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9596
9597         * gnus-int.el (gnus-request-update-info): Protect against backends not
9598         having the function.
9599
9600         * nnimap.el (nnimap-stream): Mention starttls.
9601         (nnimap-open-connection): Add starttls support.
9602
9603 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9604
9605         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9606
9607 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9610         BODYSTRUCTUREs.
9611         (nnimap-transform-headers): Unfold quoted {42} headers.
9612
9613         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9614         the info.
9615         (gnus-get-unread-articles): Only call updatep on backends that support
9616         it.
9617
9618         * nnweb.el (nnweb-request-update-info): NOOP.
9619
9620         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9621
9622         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9623         since it only deals with marks.
9624
9625         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9626         gnus-request-marks, and make a new gnus-request-update-info.
9627
9628         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9629         the active instead of the high number, which is usually too low.
9630
9631 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9632
9633         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9634         * encrypt.el: Remove.
9635
9636 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9639         server in symbolic form.
9640
9641         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9642
9643 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9646         (nnimap-update-info): Fix up code slightly.
9647
9648         * gnus-int.el (gnus-open-server): Add tracing for performance
9649         debugging.
9650
9651         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9652         (gnus-group-insert-group-line): Pass the real group name so that it
9653         gets the right data.
9654
9655         * gnus-start.el (gnus-get-unread-articles): Don't have
9656         `gnus-get-unread-articles-in-group' update info, since that can be
9657         really slow and doesn't seem to be needed?
9658
9659 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9660
9661         * time-date.el (date-to-time): Try using parse-time-string first before
9662         using the slower timezone-make-date-arpa-standard.
9663
9664 2010-09-22  Julien Danjou  <julien@danjou.info>
9665
9666         * gnus-group.el (gnus-group-insert-group-line):
9667         Call gnus-group-highlight-line.
9668         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9669         default hook list.
9670         (gnus-group-update-eval-form): Add new function.
9671         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9672         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9673
9674 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9677         immediate, then expire all articles.
9678         (nnimap-update-info): Fix off-by-one errors.
9679         (nnimap-flags-to-marks): Would return no marks lists for group with no
9680         flags.  Instead return the other data.
9681
9682 2010-09-22  Julien Danjou  <julien@danjou.info>
9683
9684         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9685         Only return an icon.
9686         (gnus-group-insert-group-line): Compute icon to return.
9687
9688         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9689         (gnus-html-image-fetched): Only cache if
9690         gnus-html-image-automatic-caching is set.
9691         (gnus-html-image-fetched): Check for errors.
9692
9693 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9696         once per method on `g'.  This ensures that backends like nnfolder don't
9697         open all their folders.
9698
9699         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9700         (nnimap-request-list): Nix out group in the correct buffer.
9701         (nnimap-parse-flags): Implement by using `read' instead of
9702         hand-parsing.
9703         (nnimap-flags-to-marks): Pass on permanent-flags.
9704         (nnimap-make-process-buffer): Record the server name.
9705         (nnimap-parse-flags): Fix typo.
9706         (nnimap-request-scan): Run split on the server in general, not just a
9707         single group.
9708
9709         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9710         parameter, and propagate this downwards.
9711
9712         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9713         since EXAMINE changes it on the server.
9714
9715         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9716         this command might take a while.
9717
9718 2010-09-22  Julien Danjou  <julien@danjou.info>
9719
9720         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9721         harmful if you have 2 images side-by-side, they can't be properly
9722         update on text deletion.  Using text-property is safer here.
9723         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9724         data.
9725
9726 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * nnimap.el (nnimap-expunge-inbox): Remove.
9729         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9730         (nnimap-expunge): Flip default to t.
9731
9732         * gnus.el (gnus-method-to-server): Don't push things to the cache
9733         unless it's unique.
9734         (gnus-server-to-method): Ditto.
9735
9736 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9739
9740 2010-09-22  Julien Danjou  <julien@danjou.info>
9741
9742         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9743         get the start of data.
9744         (gnus-html-encode-url): Add this function to encode special chars in
9745         URL.
9746         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9747         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9748
9749         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9750         default.
9751         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9752
9753         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9754         images alt-text.
9755         (gnus-html-put-image): Put alt-text as help-echo.
9756
9757 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9760         * mm-util.el (mm-decompress-buffer):
9761         * nnir.el (nnir-run-find-grep):
9762         * pop3.el (pop3-list): Use 3rd arg of split-string.
9763
9764         * time-date.el (format-seconds): Comment fix.
9765
9766         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9767         and byte-optimize-form-code-walker.
9768         (dgnushack-make-auto-load): Don't advise make-autoload.
9769
9770         * lpath.el: Remove Emacs 21 stuff.
9771
9772 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9775         outside the active range.  Suggested by Dan Christensen.
9776
9777         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9778         slightly later to avoid double-getting it.
9779
9780         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9781         previous patch.
9782
9783         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9784
9785 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9786
9787         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9788
9789 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9790
9791         * gnus-int.el (gnus-open-server): Give a better error message in the
9792         "go offline" case.
9793
9794         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9795         marks for nnimap, which is seldom the right thing to do.
9796
9797         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9798         (gnus-same-method-different-name): New function.
9799
9800         * nnimap.el (parse-time): Require.
9801
9802         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9803         method in the presence of many similar methods.
9804
9805         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9806
9807         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9808         nnml-inhibit-expiry.
9809
9810         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9811         find out whether methods are equal.
9812
9813         * nnimap.el (nnimap-find-expired-articles): New function.
9814         (nnimap-process-expiry-targets): New function.
9815         (nnimap-request-move-article): Request the article before looking at
9816         what the Message-ID is.  Fix found by Andrew Cohen.
9817         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9818
9819         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9820         for oldness in addition to being a predicate.
9821
9822         * nnimap.el (nnimap-request-group): When we have zero articles, return
9823         the right data to Gnus.
9824         (nnimap-request-expire-articles): Only delete articles immediately if
9825         the target is 'delete.
9826
9827         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9828         method, this would bug out.
9829
9830         * gnus-group.el (gnus-group-expunge-group): Rename from
9831         gnus-group-nnimap-expunge, and implemented as a normal interface
9832         function.
9833
9834         * gnus-int.el (gnus-request-expunge-group): New function.
9835
9836         * nnimap.el (nnimap-request-create-group): Implement.
9837         (nnimap-request-expunge-group): New function.
9838
9839 2010-09-21  Julien Danjou  <julien@danjou.info>
9840
9841         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9842         (gnus-html-cache-expired): Add new function.
9843         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9844         wethever we should display image for fetch it.
9845         Compute alt-text earlier to pass it to the fetching function too.
9846         (gnus-html-schedule-image-fetching): Change function argument to only
9847         get one image at a time, not a list.
9848         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9849         cache.
9850         (gnus-html-get-image-data): New function to retrieve image data from
9851         cache.
9852         (gnus-html-put-image): Change buffer argument to use image data rather
9853         than file, and place image above region rather than inserting a new
9854         one.  Do not take alt-text as argument, since it's useless now: we place
9855         the image above alt-text.
9856         (gnus-html-prune-cache): Remove.
9857         (gnus-html-show-images): Start to fetch image when we find one, do not
9858         push into a temporary list.
9859         (gnus-html-prefetch-images): Only fetch image if they have expired.
9860         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9861         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9862
9863 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9866
9867 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9870         spec inser "*" if the group isn't active instead of 0.
9871
9872         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9873         opening the server.
9874         (nnimap-request-delete-group): Implement group deletion.
9875         (nnimap-transform-headers): Return the size of the entire message in
9876         the Bytes header, not just the size of the first part.
9877         (nnimap-request-move-article): When moving an article from nnimap,
9878         request the article first so the accepting form has an article to
9879         accept.  Reported by Dan Christensen.
9880         (nnimap-command): Make sure that the error message doesn't error out.
9881
9882 2010-09-20  David Edmondson  <dme@dme.org>
9883
9884         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9885         we haven't requested anything.
9886
9887 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9890         "".  Fix found by Andrew Cohen.
9891
9892         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9893         instead of -encode-string.
9894
9895 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9898
9899         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9900         by mm-subst-char-in-string.
9901
9902 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9905         waiting for the connection string.
9906
9907         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9908         arriving.
9909
9910         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9911         bogus characters.  This allows selecting certain Gmail groups.
9912
9913         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9914         (nnimap-fetch-partial-articles): New variable.
9915         (nnimap-open-connection): When looking for credentials, also use the
9916         nnimap-server-port.
9917         (nnimap-request-article): Return the group/article number, so that Gnus
9918         `^' works as expected.
9919         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9920
9921         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9922         comments.
9923         (gnus-methods-sloppily-equal): New function.
9924         (gnus): When using the development version of Gnus, load the gnus-load
9925         file.
9926
9927         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9928         `gnus-open-server' on each method before trying to scan them etc.
9929         This ensures that all the backend parameters are set correctly.
9930
9931         * nnimap.el (nnimap-authenticator): New variable.
9932         (nnimap-open-connection): Allow anonymous login.
9933         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9934         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9935
9936         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9937         patch, found by Knut Anders Hatlen.
9938
9939 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9940
9941         * gnus-agent.el (gnus-agent-batch-confirmation)
9942         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9943         to gnus-message.
9944         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9945         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9946         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9947         * gnus-int.el (gnus-open-server): Likewise.
9948         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9949         (gnus-score-check-syntax): Likewise.
9950         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9951         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9952         Likewise.
9953         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9954
9955 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9958         calling conventions so that prefetch doesn't bug out.
9959
9960 2010-09-19  Julien Danjou  <julien@danjou.info>
9961
9962         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9963         rather than `subst-char-in-region' in order to be able to replace ASCII
9964         char by UTF-8 ones.
9965
9966         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9967         than curl.
9968         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9969         the right URL and ALT text on images.
9970         (gnus-html-wash-tags): Fix tag case.
9971         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9972         (gnus-article-html): Add -o display_ins_del=2 option.
9973         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9974
9975 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9978         the extra mail headers, which sometimes seem to happen for unknown
9979         reasons.
9980
9981         * mail-parse.el (mail-header-encode-parameter): Define as
9982         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9983         (or most, perhaps?) mail readers don't understand the latter, but do
9984         understand the former.
9985
9986         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9987         to nil, so that no methods are automatically agentized.  I think this
9988         is probably what most users want.
9989
9990         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9991         from url-retrieve, for instance about invalid URLs.
9992
9993         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9994         groups that have no articles.
9995         (nnimap-request-article): Check that we really got an article when we
9996         requested one.
9997
9998         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9999         doesn't exist.
10000
10001         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10002         nntp buffer so the agent can save it.
10003         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10004         that CRLF doesn't get translated to \n.
10005         (nnimap-open-connection): Don't make 'shell commands only send \n.
10006
10007 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10008
10009         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10010         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10011         Update var name.
10012         (nnml-generate-nov-file): Use dolist.
10013         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10014         Use with-current-buffer.
10015
10016 2010-09-18  Julien Danjou  <julien@danjou.info>
10017
10018         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10019         parallel.
10020
10021 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10024         the range update right.
10025         (nnimap-request-group): Don't make `M-g' bug out on group with no
10026         marks.
10027         (nnoo): Require, so that other packages can require nnimap.
10028         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10029         command we're looking for.  This helps when the server sends more
10030         responses after we've gotten everything we expected.
10031         (nnimap): Add a `newlinep' field to keep track of end-of-line
10032         conventions.
10033         Don't send CRLF to things that don't want it.
10034         (nnimap-request-accept-article): Ditto.
10035
10036 2010-09-18  Julien Danjou  <julien@danjou.info>
10037
10038         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10039         than curl to retrieve images.
10040
10041 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10044         the marks.
10045         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10046         (nnimap-wait-for-connection): New function.
10047         (nnimap-open-connection): If we have PREAUTH, don't query for login
10048         credentials.
10049         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10050         when doing a partial update.
10051
10052 2010-09-18  Julien Danjou  <julien@danjou.info>
10053
10054         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10055         tags.
10056
10057 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * nnimap.el (nnimap-credentials): New function.
10060         (nnimap-open-connection): Use the new function to look for credentials
10061         also on the numeric equivalents of "imap" and "imaps".
10062
10063         * gnus-start.el (gnus-activate-group): Send the info to
10064         gnus-request-group.
10065
10066         * nnimap.el (nnimap-request-group): Have the "check" version of the
10067         function parse flags and update the info, so that a `M-g' get a total
10068         resync of all flags from the group.
10069
10070         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10071         to allow backends to alter the info on group selection.  Also alter all
10072         the backend -request-group functions to take the parameter.
10073
10074         * nnimap.el (nnimap-store-info): New function.
10075         (nnimap-update-info): Store the info for later usage.
10076         (nnimap-request-group): Use the stored info for the dont-check case, so
10077         that we don't retrieve all marks when we enter a group.
10078
10079         * nnimap.el: Use deffoo instead of defun for interface functions.
10080
10081         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10082         update the group info.  This makes the nndraft groups, for instance, go
10083         back to their old behavior.
10084
10085         * gnus-sum.el (gnus-select-newsgroup): Indent.
10086
10087         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10088         in.
10089         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10090         nothing.
10091
10092         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10093         from methods that are denied.
10094
10095         * gnus-int.el (gnus-method-denied-p): New function.
10096
10097         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10098         store the password instead of netrc.
10099         (nnimap-open-connection): Don't error out when we can't make a
10100         connections.
10101
10102         * auth-source.el (auth-source-create): In the password prompt, say what
10103         we're querying for.  Also prompt for user name if that hasn't been
10104         given.
10105
10106         * nnimap.el (nnimap-with-process-buffer): Remove.
10107
10108 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10111         method when we're reading from the agent.
10112
10113         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10114
10115         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10116         that's probably most useful for users.
10117
10118         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10119         "failed" all the time.
10120
10121         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10122         ...)) with (with-current-buffer ... ).
10123
10124         * nntp.el (nntp-open-server): Return whether the open was successful or
10125         not.
10126
10127         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10128         select an unread unseen article first.
10129
10130         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10131         /etc/services, supply some sensible port defaults.
10132
10133         * dgnushack.el: Define netrc-credentials.
10134
10135 2010-09-17  Julien Danjou  <julien@danjou.info>
10136
10137         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10138
10139 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10140
10141         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10142         doesn't have any parameters.
10143
10144 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10145
10146         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10147         only upcased checks.
10148
10149         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10150
10151         * nnimap.el (nnimap-open-shell-stream): New function.
10152         (nnimap-open-connection): Use it.
10153         (nnimap-transform-headers): Get the number of lines in each message.
10154         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10155         number of lines.
10156         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10157         problem.
10158
10159         * utf7.el (utf7-encode): Autoload.
10160
10161         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10162         to allow the mail splitting to not return a default group.  This is
10163         useful for nnimap, which will leave unmatched mail in the inbox.
10164
10165         * nnimap.el: Rewritten.
10166
10167         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10168         nnimap usage.
10169
10170         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10171         if the move is internal, so that nnimap can do fast internal moves.
10172
10173         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10174         data.
10175         (gnus-read-active-for-groups): Support finishing the early retrieval of
10176         data.
10177
10178         * gnus-range.el (gnus-range-nconcat): New function.
10179
10180         * gnus-int.el (gnus-finish-retrieve-group-infos)
10181         (gnus-retrieve-group-data-early): New functions.
10182
10183 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10184
10185         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10186         (nnrss-retrieve-groups):
10187         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10188         (pop3-quit): Use with-current-buffer.
10189
10190 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10193         instead of nnheader-accept-process-output.
10194
10195         * dgnushack.el (dgnushack-compile): Add comment.
10196
10197         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10198
10199         * gnus-html.el (gnus-html-schedule-image-fetching)
10200         (gnus-html-prefetch-images): Replace process-kill-without-query by
10201         gnus-set-process-query-on-exit-flag.
10202
10203 2010-09-16  Romain Francoise  <romain@orebokech.com>
10204
10205         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10206
10207 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10210         parameter to unintern is mandatory-ish in Emacs 24.
10211
10212         * gnus-html.el (gnus-html-schedule-image-fetching)
10213         (gnus-html-prefetch-images): Check for curl before using it.
10214
10215         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10216         depend on curl, which isn't essential.
10217
10218         * imap.el: Revert back to version
10219         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10220         seem problematic.
10221
10222 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10223
10224         * gnus-registry.el (gnus-registry-install-shortcuts):
10225         Explicitly pass `obarray' to `unintern' to avoid a warning.
10226
10227 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10230         change.
10231
10232         * nnrss.el (nnrss-request-list): Remove this function and related
10233         functions, including the moreover stuff.
10234
10235 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * nnrss.el (nnrss-retrieve-groups): New function.
10238
10239 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10240
10241         * .dir-locals.el: Add no-byte-compile cookie.
10242
10243 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * time-date.el (format-seconds): Comment fix.
10246
10247         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10248         for back end that doesn't support request-scan.
10249
10250 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10253         then do request scans from the backends.
10254
10255         * netrc.el (netrc-credentials): New conveniency function.
10256
10257         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10258         avoid running a hook per line, since this takes a lot of time,
10259         profiling shows.
10260         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10261         directly if gnus-visual-p is true.
10262
10263 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10266         groups; replace mapcar with dolist which is a bit faster; pass groups
10267         info to gnus-read-active-file-1.
10268         (gnus-read-active-file-1): Scan only specified groups if the new
10269         optional arg `infos' is given.
10270
10271 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10274
10275         * pop3.el (pop3-movemail): Remove.
10276         (pop3-streaming-movemail): Rename to pop3-movemail.
10277
10278         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10279         don't restrict end-tag searches to the end of the line.
10280
10281 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10284         articles of every unchecked group to t, which means unknown since the
10285         server has never been opened.
10286
10287 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10288
10289         * gnus-html.el (gnus-html-show-alt-text): New command.
10290         (gnus-html-browse-image): Ditto.
10291         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10292         to browse the image directly.
10293         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10294         better.
10295
10296         * gnus-async.el (gnus-async-article-callback):
10297         Call `gnus-html-prefetch-images' unconditionally.
10298
10299         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10300         before feeding URLs to curl.
10301
10302 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10305         internal images as deletable by `W D D'.
10306
10307         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10308         (gnus-async-article-callback): Fix typo.
10309
10310 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10313         current line to work around bugs in the output from w3m.
10314
10315         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10316         for groups that want that.
10317
10318         * nntp.el (nntp-wait-for-string): Supply a timeout for
10319         accept-process-output to ensure progress.
10320
10321         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10322         level to get unread articles from, then use that for foreign groups,
10323         too.
10324
10325         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10326         confuses the rest of the function.
10327
10328         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10329         for the methods that support -retrieve-groups, too.
10330
10331         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10332
10333 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10336         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10337
10338         * pop3.el: Require cl when compiling.
10339         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10340
10341 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10344         that aren't going to be activated.
10345         (gnus-get-unread-articles): Fix up the last commit.
10346
10347         * gnus-html.el (gnus-article-html): Allow calling without specifying
10348         the handle.  In that case, dissect the buffer first.
10349
10350         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10351
10352         * nnimap.el (nnimap-open-connection): Revert the change that would look
10353         into authinfo for imaps instead of imap.
10354
10355         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10356         say that you don't want to call gnus-request-group with don-check, but
10357         do check the reponse.  This is for virtual groups only.
10358         (gnus-get-unread-articles): Count the archive groups as secondary, so
10359         that they're activated the same way as before.
10360
10361         * imap.el (imap-message-map): Removed optional buffer parameter, since
10362         no callers use it.
10363         (imap-message-get): Ditto.
10364         (imap-message-put): Ditto.
10365         (imap-mailbox-map): Ditto.
10366         (imap-mailbox-put): Ditto.
10367         (imap-mailbox-get): Ditto.
10368         (imap-mailbox-get): Revert last change for this function.
10369
10370         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10371         case-insensitively.
10372         (nnimap-debug): Remove.
10373
10374         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10375         callers to use `imap-fetch' instead.  According to the comments, this
10376         should be safe, since all other IMAP clients use the 1:* syntax.
10377         (imap-enable-exchange-bug-workaround): Remove.
10378         (imap-debug): Remove -- doesn't seem very useful.
10379
10380         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10381         mail from a file, and the file doesn't exist.
10382
10383         * imap.el (imap-log): New convenience function used throughout instead
10384         of repeating the same code all over the place.
10385
10386         * pop3.el (pop3-streaming-movemail): Return t for success.
10387
10388         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10389         .authinfo if we're using ssl connection.
10390
10391         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10392         already have if we're in a main Gnus `g' run.
10393
10394         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10395
10396 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10399
10400         * nnmh.el (nnmh-request-list-1): Bind `file'.
10401
10402         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10403         alias to set-process-query-on-exit-flag or process-kill-without-query.
10404         (pop3-open-server): Use it.
10405
10406 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10409         box to the Incoming file.  Fixes mistake in previous checkin.
10410
10411         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10412         request loop (for debugging purposes) removed.
10413
10414         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10415         culprit is more visible.
10416         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10417         (nnml-add-incremental-nov): New functions to do "incremental" nov
10418         updates, where we just append to the end of the existing nov files
10419         without reading/writing them in full.
10420
10421         * mail-source.el (mail-source-delete-crash-box): Really only check the
10422         incoming files once in a while.
10423
10424         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10425
10426         * mail-source.el (mail-source-delete-crash-box): Only check the
10427         incoming files for deletion once per day to save a lot of file
10428         accesses.
10429
10430         * pop3.el (pop3-logon): Fix up unbound variable typo.
10431
10432         * mail-source.el (pop3-streaming-movemail): Autoload.
10433
10434         * pop3.el (pop3-streaming-movemail):
10435         Respect pop3-leave-mail-on-server.
10436
10437         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10438         retrieval.
10439
10440         * pop3.el (pop3-process-filter): Remove unused function.
10441         (pop3-streaming-movemail, pop3-send-streaming-command)
10442         (pop3-wait-for-messages, pop3-write-to-file)
10443         (pop3-number-of-responses): New functions for streaming pop3
10444         retrieval.
10445
10446         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10447         come from no known methods.
10448         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10449         list.
10450
10451         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10452         message sizes.
10453         (pop3-movemail): Use erase-buffer instead of looping and deleting
10454         regions, which seems rather odd.
10455
10456         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10457         file once per `g' run.
10458
10459         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10460         directories.  This makes the draft queue directory work.
10461
10462         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10463         data from the backends, so that we only request the list of groups from
10464         each method once.  This should speed things up considerably.
10465
10466         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10467         detect that it's not implemented.
10468
10469         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10470         we actually do recurse down into the tree, but don't stat all leaf
10471         nodes.
10472
10473         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10474         then say so instead of bugging out.
10475
10476         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10477         files exist before trying to read them.
10478
10479         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10480         around <pre_int>.
10481
10482         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10483
10484         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10485
10486 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * mm-util.el (mm-image-load-path): Just return the image directories,
10489         not all directories in the path in addition to the image directories.
10490         (mm-image-load-path): Maintain a cache of the image directories so that
10491         the `g' command in Gnus doesn't have to stat dozens of directories each
10492         time.
10493
10494         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10495         (gnus-html-wash-tags): Add a new `i' command to insert images.
10496         (gnus-html-insert-image): New command and keystroke.
10497         (gnus-html-redisplay-with-images): New command and keystroke.
10498         (gnus-html-show-images): Rename command.
10499         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10500         spacers.
10501         (gnus-html-wash-tags): Decode entities at the end, so that entities
10502         inside the tags don't mess up the rest of the "parsing".
10503
10504         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10505         so that nnimap methods aren't agentized by default.  There's apparently
10506         many problems related to agent/imap behavior.
10507
10508         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10509
10510         * gnus-html.el: Doc fix.
10511
10512 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10515         specifier-spec-list for Emacs 21.
10516
10517         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10518         glyph-width and glyph-height instead of display-graphic-p and
10519         image-size; make avoidance of displaying small images work for XEmacs.
10520
10521         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10522         for XEmacs.
10523
10524         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10525         of symbol that holds plist data.
10526         (gnus-process-plist): Remove plist of process after getting it.
10527
10528 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * message.el (message-generate-hashcash): Change default to
10531         'opportunistic if hashcash is installed.
10532
10533         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10534         (gnus-html-put-image): Only call image-size once, since it's somewhat
10535         time-consuming on remote X servers.
10536
10537 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10540         type on data, not a file name.
10541
10542         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10543         window-pixel-edges for Emacs 21.
10544
10545         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10546         decoded contents.
10547         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10548
10549 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10552         group line format, since it isn't very interesting.
10553
10554         * gnus-agent.el (gnus-agent-short-article),
10555         (gnus-agent-long-article): Increase values for these two variables,
10556         since most people are likely to have more network connection and
10557         storage than before.
10558
10559         * gnus.el (gnus-refer-article-method): Change default to 'current.
10560         When referring an article, the common behavior is to refer it from the
10561         current select method, not the native select method.  The chances of
10562         the native select method having the message in question is rather slim
10563         these days.
10564
10565         * gnus-sum.el (gnus-auto-select-subject): Change default to
10566         `unseen-or-unread'.  I think it's likely that most people want to
10567         select an unseen article over a previously seen, but unread one.
10568
10569         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10570         means that in the article buffer none of the minor mode elements will
10571         be shown, usually, and this is not desirable in most cases.
10572
10573         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10574         that commands like `d' (and the like) go to the next line in the
10575         buffer, instead of the next unread article.  I think this is the
10576         behavior that is most natural for most users.
10577         (gnus-single-article-buffer): Change default to nil, so that people can
10578         have as many article buffers open as they have summary buffer.  I think
10579         this is the most natural way for the groups to behave.
10580
10581         * message.el (message-generate-new-buffers): Change default to
10582         `unsent', so that all new message buffers start their names with the
10583         string "*unsent", and it's easier to find the buffers if you move from
10584         them.
10585
10586 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10589         small.  They're probably tracking images.
10590         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10591         (gnus-html-rescale-image): Yet another try at getting the image sizing
10592         right.
10593
10594         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10595         nntp-marks-file-name is nil.
10596
10597 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10598
10599         * gnus-html.el (gnus-html-wash-tags)
10600         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10601         Better logging.
10602
10603 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10606
10607         * gnus-html.el (gnus-html-wash-tags): Check the value of
10608         gnus-blocked-images in the summary buffer.
10609
10610 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10611
10612         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10613
10614 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10617         like "a", it seems like.
10618         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10619         since it needs to be picked from the correct buffer.
10620
10621         * nnwfm.el: Remove.
10622
10623         * nnlistserv.el: Remove.
10624
10625 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10626
10627         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10628         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10629
10630 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * nnkiboze.el: Remove.
10633
10634         * nndb.el: Remove.
10635
10636         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10637         alt text.
10638         (gnus-html-rescale-image): Try to get the rescaling logic right for
10639         images that are just wide and not tall.
10640
10641         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10642         overshadow variable bindings.
10643
10644 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10645
10646         * gnus-html.el (gnus-html-wash-tags)
10647         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10648         Add extra logging.
10649
10650 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651
10652         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10653         (gnus-max-image-proportion): New variable.
10654         (gnus-html-rescale-image): New function.
10655         (gnus-html-put-image): Rescale images.
10656
10657 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10658
10659         Fix up some byte-compiler warnings.
10660         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10661         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10662         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10663         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10664         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10665         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10666         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10667
10668 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-html.el (gnus-article-html): Decode contents by charset.
10671
10672 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10675         (gnus-html-frame-width, gnus-blocked-images):
10676         * message.el (message-prune-recipient-rules): Add custom version.
10677         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10678
10679         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10680         functions.
10681
10682         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10683         gnus-process-get.
10684
10685 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10686
10687         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10688         instead of lsub directly.
10689
10690 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * nnwarchive.el: Remove.
10693
10694         * gnus-soup.el: Remove.
10695
10696         * nnsoup.el: Remove.
10697
10698         * nnultimate.el: Remove.
10699
10700         * gnus-html.el (gnus-blocked-images): New variable.
10701
10702         * message.el (message-prune-recipients): New function.
10703         (message-prune-recipient-rules): New variable.
10704
10705         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10706         guess whether a long line is natural text or not.
10707
10708         * gnus-html.el (gnus-html-schedule-image-fetching):
10709         Use gnus-process-plist and friends for compatibility.
10710
10711 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10712
10713         * gnus-html.el: Require packages that define macros used in this file.
10714         (gnus-article-mouse-face): Declare to silence byte-compiler.
10715         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10716         process-get.
10717         (gnus-html-put-image): Use plist-get to avoid getf.
10718         (gnus-html-prefetch-images): Use with-current-buffer.
10719
10720 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-ems.el: Provide compatibility functions for
10723         gnus-set-process-plist.
10724
10725         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10726         header-line-format for XEmacs 21.4.
10727
10728         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10729         * gnus.el (gnus-valid-select-methods):
10730         * message.el (message-send-mail-partially-limit):
10731         * mm-decode.el (mm-text-html-renderer):
10732         * mml.el (mml-insert-mime-headers-always):
10733         * smiley.el (smiley-regexp-alist): Bump custom version.
10734
10735 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * gnus-html.el: require mm-url.
10738         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10739         with the url to `url'.
10740         (gnus-html-wash-tags): Support cid: URLs/images.
10741
10742 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10743
10744         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10745         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10746         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10747
10748         * gnus-move.el: Remove file, since it doesn't really work.
10749
10750         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10751         UTF-8.  This seems to fix problems with some German web feeds.
10752
10753         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10754         at the top so that the proper colors are applied.
10755
10756         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10757         don't have dots in their names.
10758
10759         * gnus-art.el (gnus-article-view-part): Doc fix.
10760
10761         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10762         XEmacs-compatible.
10763         (gnus-html-put-image): Don't do images on non-graphic displays.
10764
10765         * nnslashdot.el: Remove this unused backend.
10766
10767         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10768         actions.
10769         (gnus-undo-register-1): Revert last change.
10770
10771         * gnus-group.el (gnus-group-completing-read): Protect against not
10772         having completion-styles bound.
10773
10774         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10775         make broken recipients happier.
10776
10777         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10778
10779         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10780         point parameter.
10781
10782         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10783
10784         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10785         completion-styles for group selection.
10786
10787 2009-02-04  Andreas Schwab  <schwab@suse.de>
10788
10789         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10790         headers and regexp-quote the match if necessary.
10791
10792 2009-03-24  Miles Bader  <miles@gnu.org>
10793
10794         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10795         the blinking smiley.
10796
10797 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10798
10799         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10800         blink smiley.
10801
10802 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10805         where the dribbel file lives exists.
10806
10807         * message.el (message-send-mail-partially-limit): Change the default to
10808         nil, since most people don't want this.
10809
10810         * mm-url.el (mm-url-decode-entities): Also decode entities like
10811         &#x3212.
10812
10813 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10814
10815         * gnus-sum.el (gnus-summary-idna-message):
10816         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10817         Hyperlink urls in docstrings with URL `...'.
10818
10819 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10820
10821         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10822         functions.
10823
10824 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10827         say what the mouseover text should be.
10828
10829         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10830         version of the mm-w3m-safe-url-regexp variable to only download images
10831         in the groups where we want that to happen.
10832
10833         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10834
10835         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10836         easier debugging.
10837         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10838         big pictures in the article buffer.
10839
10840         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10841         gnus-article-html.
10842         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10843         w3m.
10844
10845         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10846
10847 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10850         which doesn't exist.
10851
10852         * message.el (message-inhibit-ecomplete): New variable to allow some
10853         function to inhibit ecomplete address storage.
10854         (message-resend): Disable ecomplete message storage when resending
10855         messages.
10856
10857         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10858
10859 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10862         Save excursion while copying, moving, and deleting articles in order to
10863         prevent the cursor from jumping to unforeseen place.
10864
10865 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * lpath.el: No need to bind bookmark-current-buffer,
10868         bookmark-yank-point and bookmark-make-record-function.
10869
10870 2010-08-17  Glenn Morris  <rgm@gnu.org>
10871
10872         * gnus-sync.el: Require gnus components whose functions are used.
10873
10874         * gnus-art.el (bookmark-make-record-function):
10875         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10876         Declare for compiler.
10877
10878         * mm-url.el (mml-compute-boundary): Autoload.
10879
10880 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10883
10884 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10885
10886         Typo fix "hoo4a" -> "hook".
10887
10888         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10889
10890 2010-08-14  Glenn Morris  <rgm@gnu.org>
10891
10892         * gnus-sync.el (gnus-sync): Fix defgroup version.
10893
10894 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10895
10896         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10897
10898         * gnus-sync.el: Fix docs.
10899         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10900         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10901
10902 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10903
10904         Optimizations for gnus-sync.el.
10905
10906         * gnus-sync.el: Add docs about gnus-sync-backend
10907         possibilities.
10908         (gnus-sync-save): Remove unnecessary message.
10909         (gnus-sync-read): Optimize and show what groups were skipped.
10910
10911 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10912
10913         Minor bug fixes for gnus-sync.el.
10914
10915         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10916         Don't read the sync on get-new-news.
10917
10918         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10919         quiet.
10920
10921         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10922         (fix typo).
10923
10924 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10925
10926         Make saving and restoring of hidden threads work with overlays.
10927         Patch applied by Ted Zlatanov.
10928
10929         * gnus-sum.el (gnus-hidden-threads-configuration)
10930         (gnus-restore-hidden-threads-configuration): Update to deal with text
10931         properties, rather than searching for a magic character.
10932
10933 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10934
10935         New gnus-sync.el library for synchronization of marks.
10936
10937         * gnus-sync.el: New library for synchronization of marks.
10938
10939         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10940         renamed from `gnus-registry-grep-in-list'.
10941
10942         * gnus-registry.el (gnus-registry-follow-group-p):
10943         Use `gnus-grep-in-list'.
10944
10945         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10946
10947 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10950         determining charset of text fails.
10951
10952 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * nnmail.el (nnmail-get-new-mail-1): Revert.
10955
10956         * nnml.el (nnml-active-number): Make sure names of newly created groups
10957         in nnml-group-alist are encoded.
10958
10959 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10962         containing non-ASCII characters in active file for nnml back end.
10963
10964 2010-07-24  David Engster  <dengste@eml.cc>
10965
10966         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10967         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10968
10969 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10970
10971         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10972         tag (Bug#6654).
10973
10974 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10977         the article buffer, not the summary buffer.
10978
10979 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10982         Emacs 23 as well.
10983
10984 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10987         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10988
10989 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10990
10991         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10992         Patch applied by Karl Fogel.
10993
10994         * gnus-sum.el (gnus-summary-bookmark-make-record):
10995         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10996
10997 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10998
10999         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11000         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11001         C-w still not working correctly from Article buffers; Thierry's
11002         patch to fix that will be applied after this.
11003
11004         * gnus-art.el (bookmark-make-record-function): New local variable.
11005
11006         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11007         article buffer.
11008         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11009
11010 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11011
11012         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11013         on changes in bookmark.el.
11014
11015 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11018         `no-log' instead of message not to log prompt string.
11019
11020 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11021
11022         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11023         the *other* type of HTML form submission.
11024
11025 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11026
11027         * auth-source.el (auth-source-pick): If choice does not contain a
11028         questioned keyword, set the check to t.
11029
11030 2010-06-12  Romain Francoise  <romain@orebokech.com>
11031
11032         * gnus-util.el (gnus-date-get-time): Move up before first use.
11033
11034 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11037         (gnus-article-edit-part): Bind it to make last part that is substituted
11038         or deleted visible.
11039         (gnus-mime-display-single): Buttonize part of which id equals to
11040         gnus-mime-buttonized-part-id.
11041
11042 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11043
11044         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11045         (gnus-dd-mmm): Use gnus-date-get-time.
11046         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11047         simplify logic.
11048         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11049         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11050
11051 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11052
11053         * auth-source.el (top): Autoload `secrets-list-collections',
11054         `secrets-create-item', `secrets-delete-item'.
11055         (auth-sources): Fix tag string.
11056         (auth-get-source, auth-source-retrieve, auth-source-create)
11057         (auth-source-delete): New defuns.
11058         (auth-source-pick): Rewrite in order to avoid 2 passes.
11059         (auth-source-forget-user-or-password): New parameter USERNAME.
11060         (auth-source-user-or-password): New parameters CREATE-MISSING and
11061         DELETE-EXISTING.  Retrieve password interactively, if needed.
11062
11063 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11064
11065         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11066         deleting unused directories when gnus-expert-user is t.
11067
11068 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11071         for each temp file when gnus-article-browse-delete-temp is ask.
11072
11073 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11074
11075         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11076         Replace Lisp calls to delete-backward-char by calls to delete-char.
11077
11078 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11079
11080         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11081
11082 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11083
11084         * password-cache.el (password-cache-remove): Fix docstring.
11085
11086 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11089         article unless decoding article to be saved.
11090
11091 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11094         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11095         generated within the mm-with-unibyte-current-buffer macro.
11096
11097 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11100         to nil when we're in a mml-preview buffer and no group is selected.
11101
11102 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11103
11104         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11105         when catching the `C-g'.  Reported by "Leo".
11106
11107 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * message.el (message-forward-make-body-plain)
11110         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11111         multibyte-string-p.
11112
11113         * lpath.el: Revert.
11114
11115 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * message.el (message-forward-make-body-mml): Assume original message
11118         is multibyte string; error on unibyte.
11119         (message-forward-make-body-plain): Ditto; don't add excessive newline
11120         in body end.
11121
11122         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11123
11124 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11125
11126         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11127         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11128
11129 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * mm-extern.el (mm-extern-url): Don't use
11132         mm-with-unibyte-current-buffer.
11133         (mm-extern-cache-contents): Use with-current-buffer instead of
11134         save-excursion + set-buffer.
11135
11136 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * mm-util.el (mm-emacs-mule): Remove.
11139
11140 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11141
11142         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11143         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11144         change.
11145
11146 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11149         bind the default value of enable-multibyte-characters to nil.
11150
11151 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * message.el (message-forward-make-body-plain)
11154         (message-forward-make-body-mml):
11155         Don't use mm-with-unibyte-current-buffer.
11156
11157 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11158
11159         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11160
11161 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11162
11163         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11164         (Bug#5592).
11165
11166 2010-05-07  Julien Danjou  <julien@danjou.info>
11167
11168         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11169         it to mm-pipe-part.
11170
11171         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11172         it is given.
11173
11174 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * binhex.el (binhex-decode-region-internal):
11177         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11178         (dns-query):
11179         * nnweb.el (nnweb-gmane-search):
11180         * pgg-parse.el (pgg-parse-armor):
11181         * pgg.el (pgg-verify-region):
11182         * sha1.el (sha1-string-external):
11183         * uudecode.el (uudecode-decode-region-internal):
11184         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11185         XEmacs.
11186
11187         * gnus-art.el (gnus-article-browse-html-parts):
11188         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11189         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11190         make-temp-file.
11191
11192         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11193         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11194         compiling.
11195
11196         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11197         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11198         XEmacs when compiling.
11199
11200         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11201         gnus-pick-mode-off-hook for XEmacs when compiling.
11202         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11203         gnus-binary-mode-off-hook for XEmacs when compiling.
11204
11205         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11206         Return nil if char-charset is not available.
11207
11208         * imap.el (imap-disable-multibyte)
11209         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11210         macros.
11211
11212         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11213         instead of encode-coding-string.
11214
11215         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11216         'xemacs) instead of mm-emacs-mule to switch function definitions.
11217         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11218
11219         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11220         bind temporary-file-directory for XEmacs;
11221         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11222         timer-set-function for XEmacs 21.4 and SXEmacs;
11223         bind timer-list for XEmacs 21.4 and SXEmacs;
11224         fbind char-charset and find-charset-region for non-Mule XEmacs;
11225         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11226         encode-coding-region and encode-coding-string for XEmacs having no
11227         file-coding feature.
11228
11229 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11230
11231         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11232
11233 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11236         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11237
11238 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11239
11240         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11241         alias `jka-compr-delete-temp-file' no longer exists.
11242
11243 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11244
11245         Use define-minor-mode in Gnus where applicable.
11246         * mml.el (mml-mode): Use define-minor-mode.
11247         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11248         (gnus-undo-mode): Use define-minor-mode.
11249         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11250         (gnus-dead-summary-mode): Use define-minor-mode.
11251         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11252         Initialize in declaration.
11253         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11254         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11255         (gnus-mailing-list-mode): Use define-minor-mode.
11256         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11257         (gnus-draft-mode): Use define-minor-mode.
11258         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11259         (gnus-dired-mode): Use define-minor-mode.
11260
11261 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11262
11263         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11264         handles on recursive mml-to-mime translation and check them for
11265         boundary delimiter collisions.  Reported by Greg Troxel.
11266
11267 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11270
11271 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11272
11273         * mm-util.el (mm-find-buffer-file-coding-system):
11274         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11275
11276 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11277
11278         * message.el (message-generate-headers): Record insertion of optional
11279         headers as well.  Otherwise the check to prevent repeated insertion of
11280         optional headers is a no-op.
11281
11282 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11283
11284         * smime.el: Don't mention CVS.
11285
11286         * nnrss.el (nnrss-fetch): Don't mention CVS.
11287
11288         * nnir.el: Don't mention CVS.
11289
11290 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11291
11292         * gnus-sum.el (gnus-summary-bookmark-make-record):
11293         Add `location' field.
11294
11295 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * lpath.el: Fbind bookmark-default-handler,
11298         bookmark-get-bookmark-record, bookmark-make-record-default,
11299         bookmark-prop-get for Emacs <23 and XEmacs.
11300
11301 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11302
11303         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11304         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11305         Use with-current-buffer to silence the byte-compiler.
11306         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11307         bother to require `gnus'.
11308         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11309
11310 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11311
11312         * gnus-sum.el (gnus-summary-bookmark-make-record)
11313         (gnus-summary-bookmark-jump): New functions.
11314         (gnus-summary-mode): Setup bookmark support.
11315
11316 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11317
11318         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11319         if set.
11320
11321 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11324         gnus-article-browse-html-save-cid-image; make it work recursively for
11325         forwarded messages as well.
11326         (gnus-article-browse-html-parts): Work when prefix arg is given.
11327         (gnus-article-browse-html-article): Doc fix.
11328
11329 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11330
11331         * message.el (message-default-mail-headers):
11332         (message-default-headers): Carry the value mail-default-headers over
11333         into message-default-mail-headers, rather than message-default-headers.
11334
11335 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11336
11337         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11338         charset.
11339
11340         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11341         charset into the <meta> tag when the article is encoded to utf-8.
11342
11343 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-art.el (gnus-article-browse-delete-temp-files):
11346         Delete directories as well.
11347         (gnus-article-browse-html-parts): Work for images that do not specify
11348         file names; delete temp directory when quitting; insert header at the
11349         right place; use file: scheme for image files.
11350
11351 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11352
11353         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11354         (gnus-article-browse-html-parts): Use it to make temporary cid image
11355         files in addition to html file so that browser may display them.
11356
11357 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11360
11361 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11362
11363         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11364
11365 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * auth-source.el (auth-sources): Change default to be simpler.
11368         Explain about Secret Service API sources.  Improve Customize options.
11369         (auth-source-pick): Change to accept any number of search parameters.
11370         Implement fallbacks iteratively, not recursively.  Add scoring on the
11371         second pass and sort by score.  Call Secret Service API when needed.
11372         (auth-source-user-or-password): Use it.  Call Secret Service API
11373         directly when needed to get the user name and the password.
11374
11375 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11376
11377         * message.el (message-interactive): Doc fix.
11378         (message-qmail-inject-args): Reflow.
11379         (message-kill-to-signature): Fix typo in docstring.
11380
11381         * smiley.el (smiley-buffer): Fix typo in docstring.
11382
11383 2010-03-24  Glenn Morris  <rgm@gnu.org>
11384
11385         * mail-source.el (gnus-message): Declare.
11386         (mail-source-delete-old-incoming): Require gnus-util.
11387
11388 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11391
11392         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11393
11394         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11395         password-cache's default if it is not bound.
11396         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11397         password-cache-expiry's default if it is not bound.
11398
11399         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11400         available in Emacs 21.
11401
11402         * lpath.el: Suppress compiler warnings for:
11403         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11404         XEmacs;
11405         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11406         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11407         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11408
11409 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11410
11411         * auth-source.el (auth-sources): Fix up definition so extra parameters
11412         are always inline.
11413
11414 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11415
11416         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11417         wasn't updated after mismatch.  Clear cached mailbox info correctly
11418         when uidvalidity changes.
11419         (nnimap-group-prefixed-name): New function to avoid some code
11420         duplication.
11421         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11422         (nnimap-request-group): Use it.
11423         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11424         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11425         with many imap folders.  This is done by caching the group status from
11426         the imap server persistently in a group parameter `imap-status'.  (This
11427         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11428         but not persistently, so every Gnus startup was still very slow.)
11429
11430 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11431
11432         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11433         delete the extra newline.  Otherwise editing of :string and :number
11434         types don't work.
11435
11436 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11437
11438         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11439         secrets.el dependency.
11440         (auth-sources): Add optional user name.  Add secrets.el configuration
11441         choice (unused right now).
11442
11443 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11444
11445         * gnus-sum.el (gnus-summary-make-menu-bar):
11446         Let `gnus-registry-install-shortcuts' fill in the functions.
11447
11448         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11449         warnings.
11450         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11451         (gnus-registry-install-shortcuts): Populate and use it in a
11452         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11453
11454 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11455
11456         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11457         In-place substitutions for the group name encoding/decoding.
11458         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11459         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11460         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11461         (nnimap-update-unseen, nnimap-request-list)
11462         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11463         (nnimap-request-set-mark, nnimap-split-to-groups)
11464         (nnimap-split-articles, nnimap-request-newgroups)
11465         (nnimap-request-create-group, nnimap-request-accept-article)
11466         (nnimap-request-delete-group, nnimap-request-rename-group)
11467         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11468         `encoded-mbx' for consistency.
11469         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11470         variable `imap-current-mailbox'.
11471
11472         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11473         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11474
11475 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11476
11477         * pop3.el (pop3-display-message-size-flag): Display message size byte
11478         counts during POP3 download.
11479         (pop3-movemail): Use it.
11480         (pop3-list): Implement listing of available messages.
11481
11482 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11483
11484         * nnir.el (nnir-get-article-nov-override-function): New function to
11485         override the normal NOV retrieval.
11486         (nnir-retrieve-headers): Use it.
11487
11488 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11489
11490         * auth-source.el (netrc-machine-user-or-password): Autoload.
11491
11492 2010-03-19  Glenn Morris  <rgm@gnu.org>
11493
11494         Stop message.el from loading about 40 libraries it doesn't always need.
11495         The general approach is to autoload rather than require, and to
11496         require in the specific functions rather than the file.  (Bug#5642)
11497
11498         * gmm-utils.el: Don't require wid-edit.
11499         (widget-create-child-value, widget-convert, widget-default-get):
11500         Autoload.
11501
11502         * gnus-util.el: Don't require time-date, netrc.
11503         (message-fetch-field, gnus-group-name-decode): Declare rather than
11504         autoloading.
11505         (gnus-fetch-field): Require message.
11506         (gnus-decode-newsgroups): Require gnus-group.
11507
11508         * ietf-drums.el: Don't require time-date.
11509
11510         * message.el: Don't require hashcash, canlock, ecomplete.
11511         Do require mail-utils.  Require nnheader only when compiling.
11512         (smtpmail-default-smtp-server): Remove declaration.
11513         (message-send-mail-function): Check smtpmail-default-smtp-server
11514         is bound rather than requiring smtpmail.
11515         (message-auto-save-directory, message-insert-signature):
11516         Use expand-file-name rather than nnheader-concat.
11517         (nnheader-insert-file-contents): Autoload.
11518         (hashcash-wait-async): Declare.
11519         (message-send-mail): Only call gnus-setup-posting-charset if
11520         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11521         (message-send-mail-with-sendmail): Require sendmail.
11522         (canlock-password, canlock-password-for-verify): Declare.
11523         (message-canlock-password): Require canlock.
11524         (nnheader-get-report): Autoload.
11525         (gnus-setup-posting-charset): Declare.
11526         (message-send-news): Require gnus-msg.
11527         (message-make-references, message-make-in-reply-to): Use mail-header-id
11528         rather than the alias mail-header-message-id.
11529         (ecomplete-add-item, ecomplete-save): Declare.
11530         (message-put-addresses-in-ecomplete): Require ecomplete.
11531         (ecomplete-display-matches): Autoload.
11532
11533         * mm-decode.el: Don't require mailcap, gnus-util.
11534         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11535         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11536         Autoload.
11537         (mailcap-mime-extensions): Declare.
11538
11539         * mm-encode.el: Don't require mailcap.
11540         (mailcap-extension-to-mime): Autoload.
11541
11542         * mml-sec.el: Don't require password-cache.
11543
11544         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11545         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11546         (mml-minibuffer-read-type): Require mailcap.
11547         (mml-preview): Require gnus-msg.
11548
11549         * mml1991.el: Require password-cache.
11550         (password-cache-expiry): Remove declaration.
11551
11552         * mml2015.el: Require password-cache.
11553         (password-cache-expiry): Remove declaration.
11554
11555         * nneething.el (mailcap): Require mailcap.
11556
11557         * nnheader.el (declare-function): Add compatibility stub.
11558         (message-remove-header): Declare rather than autoload.
11559         (nnheader-replace-header): Require message.
11560
11561         * nnimap.el (declare-function): Add compatibility stub.
11562         (netrc-parse, netrc-machine-user-or-password): Declare.
11563         (nnimap-open-connection): Require netrc.
11564
11565         * nntp.el (declare-function): Add compatibility stub.
11566         (netrc-parse, netrc-machine, netrc-get): Declare.
11567         (nntp-send-authinfo): Require netrc.
11568
11569         * rfc2047.el: Don't require qp.
11570         (quoted-printable-encode-region, quoted-printable-decode-string):
11571         Autoload.
11572
11573         * sieve-mode.el: Don't require easymenu.
11574         (easy-menu-add-item): Autoload it.
11575
11576         * spam-stat.el (time-to-number-of-days): Autoload it.
11577
11578 2010-03-19  Glenn Morris  <rgm@gnu.org>
11579
11580         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11581
11582 2010-03-18  Glenn Morris  <rgm@gnu.org>
11583
11584         * hashcash.el (declare-function): Remove duplicate definition.
11585
11586 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11587
11588         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11589         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11590         value if any backslash escapes).
11591
11592 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11595         if it is available.  (bug#5647)
11596
11597         * lpath.el: Suppress compiler warning for coding-system-from-name for
11598         Emacs 21 and XEmacs.
11599
11600 2010-03-14  Juri Linkov  <juri@jurta.org>
11601
11602         * hmac-def.el:
11603         * hmac-md5.el:
11604         * netrc.el: Fix keywords.
11605
11606 2010-02-26  Glenn Morris  <rgm@gnu.org>
11607
11608         * message.el (message-send-mail-function): Change the default, so that
11609         it inherits from a customized send-mail-function.  (Bug#5643)
11610
11611 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11612
11613         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11614         shell-command-to-string signals an error (bug#5299).
11615
11616 2010-02-24  Glenn Morris  <rgm@gnu.org>
11617
11618         * message.el (message-smtpmail-send-it)
11619         (message-send-mail-with-mailclient): Doc fixes.
11620
11621 2010-02-16  Glenn Morris  <rgm@gnu.org>
11622
11623         * message.el (message-default-mail-headers): Change the default value
11624         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11625
11626 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11629         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11630
11631 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11632
11633         * time-date.el (date-to-time): Doc fix (Bug#5408).
11634
11635 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11636
11637         * message.el (message-mail): Just pass yank-action on to message-setup.
11638         (message-setup): Handle (FUN . ARGS) form of yank-action.
11639         (message-with-reply-buffer, message-widen-reply)
11640         (message-yank-original): Handle non-buffer values of
11641         message-reply-buffer (Bug#4080).
11642         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11643
11644 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11645
11646         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11647         Fix typo in docstring.
11648
11649 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11650
11651         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11652         response.
11653
11654 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11657
11658         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11659
11660         * message.el (message-check-news-header-syntax): Protect against a
11661         string that `rfc822-addresses' returns when parsing fails.
11662
11663 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11666         (gnus-previous-char-property-change): New functions.
11667
11668         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11669
11670 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11671
11672         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11673         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11674
11675 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11676
11677         * message.el (message-exchange-point-and-mark): Rework last change to
11678         avoid using optional arg of exchange-point-and-mark, for backward
11679         compatibility.
11680
11681 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11682
11683         * message.el (message-exchange-point-and-mark):
11684         Call exchange-point-and-mark with an argument rather than setting
11685         mark-active by hand (Bug#5175).
11686
11687 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * nntp.el (nntp-service-to-port): Work for service expressed with
11690         numeric string; replace [:digit:] with [0-9] for XEmacs.
11691
11692 2009-12-17  Glenn Morris  <rgm@gnu.org>
11693
11694         * gnus-group.el (gnus-bug-group-download-format-alist):
11695         Change emacs entry to debbugs.gnu.org.  Bump :version.
11696
11697 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11700
11701 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * message.el (message-info): Explain why we use `Info-goto-node'.
11704
11705 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11708
11709 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11710
11711         * message.el (message-completion-in-region): New compatibility function.
11712         (message-expand-group): Use it.
11713
11714 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11717         with no unread article should be listed if the 2nd arg `predicate' is
11718         given.
11719
11720 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11723
11724 2009-11-29  Juri Linkov  <juri@jurta.org>
11725
11726         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11727         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11728         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11729
11730 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11731
11732         * sha1.el (sha1-string-external): default-directory "/" in case
11733         otherwise non-existent.  process-connection-type pipe for touch of
11734         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11735
11736 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11737
11738         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11739         it's comms related and sgml-mode.el has "comm" on that basis too.
11740
11741 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11744         containing tspecial characters if they have been already quoted.
11745
11746 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11747
11748         * dns-mode.el (auto-mode-alist): Purecopy string.
11749
11750 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11751
11752         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11753
11754 2009-10-24  Glenn Morris  <rgm@gnu.org>
11755
11756         * gnus-art.el (help-xref-stack-item): Define for compiler.
11757
11758 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11759
11760         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11761
11762 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11765
11766 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11769         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11770
11771 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11774         (gnus-overlays-in): New alias to overlays-in.
11775
11776         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11777         gnus-overlay-get, and gnus-delete-overlay.
11778         (gnus-summary-show-thread): Make it work as well for systems in which
11779         next-single-char-property-change is not available.
11780         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11781
11782         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11783         (gnus-overlay-get): New alias to extent-property.
11784         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11785
11786         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11787         SXEmacs.
11788
11789         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11790         SXEmacs.
11791
11792 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11795
11796 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11797
11798         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11799         and XEmacs that don't have `remove-overlays'.
11800
11801 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11802
11803         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11804         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11805         selective display.  Use overlays instead.
11806
11807 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11808
11809         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11810
11811 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11812
11813         * spam-stat.el (spam-stat-load): Fix typo in message.
11814
11815 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11816
11817         * dig.el (dig-invoke): Fix typo in docstring.
11818         (query-dig): Reflow docstring.
11819
11820 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11821
11822         * gnus-art.el (gnus-article-encrypt-body):
11823         * message.el (message-check-recipients):
11824         * mm-util.el (mm-codepage-setup):
11825         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11826         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11827
11828 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11829
11830         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11831         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11832         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11833         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11834         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11835
11836 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11837
11838         * dig.el: Add "Keywords: comm", as per net-utils.el.
11839
11840 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11841
11842         * dig.el (dig-mode): Use define-derived-mode.
11843
11844 2009-09-19  Glenn Morris  <rgm@gnu.org>
11845
11846         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11847
11848 2009-09-18  Glenn Morris  <rgm@gnu.org>
11849
11850         * gnus-diary.el (gnus-diary-check-message):
11851         * message.el (message-insert-formatted-citation-line):
11852         * nnbabyl.el (top-level):
11853         * nndiary.el (nndiary-schedule):
11854         Fix typos in condition-case handlers.
11855
11856 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11859         configuration that provides the sole article window in a frame;
11860         position point correctly after deleting a part.
11861
11862 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11863
11864         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11865         (spam-resolve-registrations-routine): Use it to unregister articles
11866         that change status.
11867
11868 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11871         with XEmacs.
11872         (parse-time-string-chars): Use it.
11873
11874 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11875
11876         * imap.el (imap-interactive-login): Better messages.
11877         (imap-open): Fix bug with renamed buffer on reconnect.
11878         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11879         for easier debugging and cleaner code.  On successful (guessed based on
11880         server capabilities) secondary authentication, set imap-state
11881         correctly.
11882         (imap-last-authenticator): Define imap-last-authenticator as a variable
11883         to avoid warnings.
11884
11885 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * nnrss.el (nnrss-request-article): Remove binding of
11888         default-enable-multibyte-characters that has gotten needless by
11889         the 2007-07-13 change in rfc2047-encode-message-header.
11890
11891         * mml.el (mml-insert-multipart): Error on the message header.
11892         (mml-insert-part): Error on the message header; position point at
11893         the end of a MIME tag.
11894
11895 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * time-date.el (autoload): Expand define-obsolete-function-alias into
11898         defalias and make-obsolete for old Emacsen that Gnus supports.
11899         (with-no-warnings): Define it for old Emacsen.
11900         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11901         is available.
11902         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11903         float-time is available; suppress compile warning for time-to-seconds.
11904
11905         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11906         (gnus-float-time): Alias to float-time if it exists.
11907
11908         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11909         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11910         float-time is available; suppress compile warning for time-to-seconds.
11911
11912         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11913         XEmacs.
11914
11915 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11916
11917         * imap.el (imap-message-map): Docstring fix.
11918
11919 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11922         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11923         Add the optional argument `encoding' that overrides the default.
11924
11925         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11926         mm-encode-buffer.
11927
11928 2009-09-04  Glenn Morris  <rgm@gnu.org>
11929
11930         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11931         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11932         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11933         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11934         * mm-util.el (mm-with-unibyte-current-buffer)
11935         (mm-find-buffer-file-coding-system):
11936         * yenc.el (yenc-decode-region): Use default-value rather than
11937         default-enable-multibyte-characters.
11938
11939 2009-09-03  Glenn Morris  <rgm@gnu.org>
11940
11941         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11942         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11943         than default-enable-multibyte-characters.
11944
11945 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11946
11947         * gnus-art.el (gnus-article-read-summary-keys):
11948         Fix gnus-buffer-configuration's value temporarily used.
11949
11950 2009-09-02  Glenn Morris  <rgm@gnu.org>
11951
11952         * gnus-util.el (gnus-float-time): New function.
11953         * gnus-delay.el (gnus-delay-article):
11954         * gnus-sum.el (gnus-thread-latest-date):
11955         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11956         * nnspool.el (nnspool-request-newgroups):
11957         Use gnus-float-time rather than time-to-seconds.
11958         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11959
11960         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11961         (gnus-header-subject-face, gnus-header-newsgroups-face)
11962         (gnus-header-name-face, gnus-header-content-face):
11963         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11964         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11965         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11966         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11967         (gnus-cite-face-11):
11968         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11969         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11970         (gnus-server-closed-face, gnus-server-denied-face)
11971         (gnus-server-offline-face):
11972         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11973         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11974         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11975         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11976         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11977         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11978         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11979         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11980         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11981         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11982         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11983         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11984         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11985         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11986         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11987         (gnus-summary-high-undownloaded-face)
11988         (gnus-summary-low-undownloaded-face)
11989         (gnus-summary-normal-undownloaded-face)
11990         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11991         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11992         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11993         (gnus-splash-face):
11994         * message.el (message-header-to-face, message-header-cc-face)
11995         (message-header-subject-face, message-header-newsgroups-face)
11996         (message-header-other-face, message-header-name-face)
11997         (message-header-xheader-face, message-separator-face)
11998         (message-cited-text-face, message-mml-face):
11999         * sieve-mode.el (sieve-control-commands-face)
12000         (sieve-action-commands-face, sieve-test-commands-face)
12001         (sieve-tagged-arguments-face):
12002         * spam.el (spam-face):
12003         Mark face aliases with "-face" in the name as obsolete.
12004
12005 2009-09-01  Glenn Morris  <rgm@gnu.org>
12006
12007         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12008         than goto-line.
12009
12010 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12013         Don't move point if the command is invoked inside the message header.
12014
12015 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12016
12017         * imap.el (imap-send-command): Simplify.
12018         (imap-wait-for-tag): point-max -> buffer-size.
12019
12020 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12021
12022         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12023         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12024         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12025         * nnir.el (nnir-swish-e-index-file):
12026         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12027         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12028         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12029         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12030         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12031         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12032
12033 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12036         Don't save excursion.
12037
12038 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12039
12040         * nnheader.el (nnheader-find-file-noselect):
12041         * mm-util.el (mm-insert-file-contents):
12042         Use (default-value 'major-mode) instead of default-major-mode.
12043
12044 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12045
12046         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12047
12048 2009-08-26  Glenn Morris  <rgm@gnu.org>
12049
12050         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12051         than placing in files.el.
12052
12053 2009-08-25  Glenn Morris  <rgm@gnu.org>
12054
12055         * nnir.el (top-level): Don't require cl at run-time.
12056         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12057         Replace cl-function substitute with gnus-replace-in-string.
12058         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12059         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12060         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12061         simplified expansions.
12062
12063 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12064
12065         * dig.el (dig): Add autoload cookie.
12066
12067 2009-08-22  Glenn Morris  <rgm@gnu.org>
12068
12069         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12070         goto-line.
12071
12072 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12073
12074         * parse-time.el (parse-time-string-chars): Save match data.
12075
12076 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12077
12078         * parse-time.el (parse-time-string-chars): Compute using character
12079         classes, to handle non-ascii characters (Bug#3190).
12080
12081 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12084
12085         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12086         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12087         (gnus-mm-display-part, gnus-mime-display-single)
12088         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12089         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12090
12091         * gnus-sum.el
12092         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12093         (gnus-summary-move-article): Add expirable mark to articles copied or
12094         moved to group that has auto-expire turned on if the option is non-nil.
12095
12096 2009-07-24  Glenn Morris  <rgm@gnu.org>
12097
12098         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12099         Fix typo.  (Bug#3903)
12100
12101 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12104         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12105         that should not be used for draft articles.
12106         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12107         that has no concern in minor mode keys.
12108         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12109         Abolish.
12110
12111 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12114         article without making inquiry to a user for unknown encoding.
12115
12116         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12117         (nnmaildir--scan): Assume i-node and device number that file-attributes
12118         returns might be cons-cell.
12119
12120         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12121
12122         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12123
12124 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12125
12126         * auth-source.el: Remove docs now in auth.texi.  Don't use
12127         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12128         `auth-source-hide-passwords' and use them.
12129
12130 2009-07-15  Glenn Morris  <rgm@gnu.org>
12131
12132         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12133
12134 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12137         excessive whitespace from the default values of title and description.
12138
12139 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12142         mail-fetch-field to fetch Content-Description header in order to
12143         exclude newlines.
12144
12145 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12146
12147         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12148         format used by GnuPG 2.0.11.
12149
12150 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12153         to deleted part.
12154
12155 2009-05-30  David Engster  <dengste@eml.cc>
12156
12157         * nnmairix.el: Remove old documentation in the commentary block.
12158         (nnmairix-request-group): Do not update active file for nnml back ends.
12159         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12160         end so that overview files are ignored.
12161         (nnmairix-update-groups): Make updating the groups more robust by using
12162         marks.
12163         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12164         with dollar characters in message-id.
12165
12166 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12169         2008-12-25 in dns.el.
12170
12171 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12172
12173         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12174         could happen if the text is only composed of spaces and/or tabs.
12175
12176 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12177
12178         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12179         when sending a queued message to avoid extra mml tags.
12180
12181 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12184
12185 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12188         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12189         rmail-toggle-header for XEmacs;
12190         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12191
12192 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-dired.el: Remove autoload for gnus-setup-message.
12195         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12196         displaying Gnus logo; always use compose-mail.
12197
12198 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12201
12202 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12205         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12206         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12207         available.
12208         (gnus-nocem-epg-verify): New function.
12209
12210 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12213
12214 2009-02-15  Glenn Morris  <rgm@gnu.org>
12215
12216         * gnus-util.el (rmail-insert-rmail-file-header)
12217         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12218         autoloads.
12219         (rmail-default-rmail-file): Remove unnecessary declaration.
12220         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12221
12222 2009-02-14  Glenn Morris  <rgm@gnu.org>
12223
12224         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12225         variable (only used in gnus-util, which declares it anyway).
12226         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12227         which was only needed by gnus-art (changed to not use it any more).
12228         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12229         only used in gnus-util, which autoloads it itself.
12230         (rmail-update-summary): Fix autoload.
12231
12232         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12233         rather than rmail-output-to-rmail-file.
12234
12235 2009-02-07  Glenn Morris  <rgm@gnu.org>
12236
12237         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12238         autoload of function that no longer exists.
12239         (rmail-toggle-header): Declare.
12240         (message-forward-rmail-make-body): Handle mbox Rmail.
12241
12242 2009-01-31  Glenn Morris  <rgm@gnu.org>
12243
12244         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12245         2009-01-09 change.
12246
12247 2009-01-31  Dave Love  <fx@gnu.org>
12248
12249         * imap.el (imap-fetch-safe): Bind debug-on-error.
12250         (imap-debug): Add imap-fetch-safe.
12251
12252 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12253
12254         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12255         (auth-source-forget-all-cached): New convenience function.
12256         (auth-source-user-or-password): Accept list of modes or a single mode.
12257
12258         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12259         auth-source modes.
12260
12261         * netrc.el (netrc-machine-user-or-password): Use list of
12262         auth-source modes.
12263
12264         * nnimap.el (nnimap-open-connection): Use list of
12265         auth-source modes.
12266
12267         * nntp.el (nntp-send-authinfo): Use list of
12268         auth-source modes.
12269
12270 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12271
12272         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12273         now.
12274
12275 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12278         coding system in XEmacs; add a workaround for XEmacs.
12279
12280         * lpath.el: Fbind coding-system-aliasee.
12281
12282 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12285         of current-language-environment.
12286
12287 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12290         available at runtime.
12291
12292 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12295
12296 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12297
12298         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12299         the greatest positive fixnum value doesn't work under an XEmacs with
12300         bignum support; use the most-positive-fixnum constant instead,
12301         available since Emacs 21.1 with cl and XEmacs 21.1.
12302
12303 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12306         XEmacs gets not to work.
12307
12308 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * mm-util.el (mm-coding-system-priorities): Allow the value like
12311         "Japanese (UTF-8)" of current-language-environment.
12312
12313 2009-01-09  Glenn Morris  <rgm@gnu.org>
12314
12315         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12316         with last-command-event.
12317
12318 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12321         in the doc string.
12322
12323         * message.el (message-fix-before-sending): Amend comment.
12324
12325 2009-01-08  Dave Love  <fx@gnu.org>
12326
12327         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12328
12329 2009-01-07  David Engster  <dengste@eml.cc>
12330
12331         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12332         simplified server definitions by converting it via
12333         gnus-server-to-method.
12334
12335 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12338         parameter's operands.
12339
12340 2009-01-06  David Engster  <dengste@eml.cc>
12341
12342         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12343         primary select method (for gnus-group-mark-article-as-read).
12344
12345 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12346
12347         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12348         `(gnus)Face', not `(gnus)X-Face'.
12349
12350 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * mm-util.el (mm-ucs-to-char): New function.
12353
12354         * mm-url.el (mm-url-decode-entities): Use it.
12355
12356         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12357         unicode-to-char.
12358
12359 2009-01-05  Dave Love  <fx@gnu.org>
12360
12361         * time-date.el: Require cl for `declare'.
12362
12363 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12366         Dave Love.
12367
12368 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * message.el (message-fix-before-sending): Add `eight-bit' to
12371         illegible-text check.
12372
12373 2009-01-03  Michael Olson  <mwolson@gnu.org>
12374
12375         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12376         `headers' is nil.  This can occur if the IMAP server does not have
12377         permissions to read messages from a folder, but can write new messages
12378         to the folder.
12379         (nnimap-request-article-part): Do not insert `data' if it is nil.
12380
12381         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12382         characters which will confuse `read', so skip past them.
12383
12384 2009-01-01  Dave Love  <fx@gnu.org>
12385
12386         * imap.el (imap-string-to-integer): Fix typo.
12387         (imap-fetch-safe): New function.
12388         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12389
12390         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12391
12392         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12393         (imap-parse-greeting): Fix doc strings.
12394         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12395         (imap-parse-flag-list): Make messages unique.
12396         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12397
12398         * nnimap.el: Fix author email.
12399         (nnimap-split-rule): Add FIXME comment.
12400         (nnimap-debug): Fix doc string.
12401
12402 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12405
12406 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12409         nslookup if resolv.conf isn't available.
12410         (dns-query): Rename from query-dns.
12411         (dns-query-cached): Rename from query-dns-cached.
12412
12413 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12416         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12417         to check if those variables exist (first appeared in Emacs 18.50).
12418
12419 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * mm-util.el (mm-line-number-at-pos): New function.
12422
12423         * spam-report.el (spam-report-process-queue): Use it.
12424
12425 2008-12-24  David Engster  <dengste@eml.cc>
12426
12427         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12428         parameters that haven't existed as variables as buffer-local variables.
12429
12430 2008-12-23  Dave Love  <fx@gnu.org>
12431
12432         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12433         cadar.
12434
12435         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12436         imap-starttls-p.
12437         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12438
12439 2008-12-22  Dave Love  <fx@gnu.org>
12440
12441         * imap.el: Fix author email.  Doc fixes.
12442         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12443         reply.
12444
12445 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * spam-report.el (spam-report-gmane-max-requests): New constant.
12448         (spam-report-gmane-wait): New variable.
12449         (spam-report-gmane-ham, spam-report-gmane-spam)
12450         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12451         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12452         the server.
12453
12454         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12455         Add explanations.
12456
12457         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12458         nnheader-accept-process-output and nnheader-read-timeout if available.
12459         (pop3-movemail): Use it.
12460
12461         * message.el (message-check-news-body-syntax): Fix signature check if
12462         there's an attachment.
12463
12464 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * mm-util.el: Add comments to the mm- emulating functions.
12467
12468 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12471         Reported by Stephen Berman <stephen.berman@gmx.net>.
12472
12473 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * mm-util.el (mm-substring-no-properties): New function.
12476         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12477         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12478         (mm-string-to-multibyte): Doc fix.
12479
12480         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12481
12482 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * mml.el (mml-attach-file): Strip text properties from file name.
12485         (Bug#1574)
12486
12487 2008-12-16  Glenn Morris  <rgm@gnu.org>
12488
12489         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12490
12491 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12494         knows since the charset specified might be a bogus alias that
12495         mm-charset-synonym-alist provides.
12496
12497 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12500         "ISO_8859-1".
12501
12502         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12503
12504 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * mm-util.el (mm-charset-eval-alist):
12507         Define it before mm-charset-to-coding-system.
12508         (mm-charset-to-coding-system): Add optional argument `silent';
12509         define it before mm-charset-override-alist.
12510         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12511         default value if it can be used in Emacs currently running;
12512         silence mm-charset-to-coding-system.
12513
12514 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12517         `allow-override' which says whether to use `mm-charset-override-alist'.
12518         (rfc2047-decode-encoded-words): Use it.
12519
12520         * mm-util.el (mm-charset-override-alist): Fix custom type;
12521         add `(gb2312 . gbk)' to choices.
12522
12523 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12526         fast.
12527
12528         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12529
12530         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12531
12532 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12533
12534         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12535         on links.
12536
12537         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12538
12539 2008-12-03  Lute Kamstra  <lute@gnu.org>
12540
12541         * sha1.el: Remove leading * from docstrings of defcustoms,
12542         deffaces, defconsts and defuns.
12543
12544 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12547         users' addresses that don't have domain parts.
12548         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12549         rather than message-narrow-to-head since there will be the message
12550         header separator.
12551
12552 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12553
12554         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12555         since the result is inserted in a unibyte buffer anyway.
12556         (nnimap-demule-use-string-to-multibyte): Remove.
12557         (nnimap-demule): Alias it to mm-string-to-multibyte.
12558
12559 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12562         variable for debugging bug#464 and bug#1174.
12563         (nnimap-demule): Use it.
12564
12565 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12568         score calculation correctly.
12569
12570 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12571
12572         * message.el (message-send-mail): Just set the buffer to unibyte
12573         rather than use mm-with-unibyte-current-buffer which does a lot more.
12574         (message-send-mail-partially): Don't bother with
12575         mm-with-unibyte-current-buffer since it's already been made unibyte by
12576         message-send-mail.
12577
12578 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12579
12580         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12581
12582 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12583
12584         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12585
12586 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12589         require itself and to remove `with-no-warnings'.
12590
12591 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12592
12593         * starttls.el (starttls-any-program-available): Get the name of the
12594         available TLS layer program.
12595         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12596         well as the host name in the "opening" message.
12597
12598         * auth-source.el (auth-source-cache, auth-source-do-cache)
12599         (auth-source-user-or-password): Cache passwords and logins by default,
12600         allow override with `auth-source-do-cache'.
12601         (auth-source-forget-user-or-password): Allow users to remove cache
12602         entries if needed.
12603
12604 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12605
12606         * md4.el (md4-buffer): Fix typo in docstring.
12607         (md4, md4-64): Doc fixes.
12608         (md4-pack-int32): Reflow docstring.
12609
12610 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12613         condition-case to only the forward-sexp call.
12614
12615 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12616
12617         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12618         quotes contained.  Make it more robust regardless by an extra
12619         condition-case wrapper.
12620
12621 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12624
12625 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * nnml.el (nnml-request-expire-articles): Check if the function set to
12628         `nnmail-expiry-target' returns the symbol `delete'.
12629
12630         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12631
12632         * nnmail.el (nnmail-expiry-target): Fix custom type.
12633
12634 2008-10-02  Glenn Morris  <rgm@gnu.org>
12635
12636         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12637         Silence compiler warning.
12638
12639 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12640
12641         * tls.el (open-tls-stream): Show the actual command being
12642         executed, instead of the format string.
12643
12644 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * lpath.el: Fbind codepage-setup for Emacs 23.
12647
12648 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12649
12650         * mml.el (mml-menu): Don't assume mml2015 is bound.
12651
12652 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12655         exists.
12656
12657 2008-09-27  Glenn Morris  <rgm@gnu.org>
12658
12659         * gnus-util.el (mail-header-remove-comments): Autoload it.
12660
12661 2008-09-27  Andreas Schwab  <schwab@suse.de>
12662
12663         * gnus-util.el (gnus-split-references): Strip comments.
12664         (gnus-parent-id): Likewise.
12665
12666 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * message.el (message-confirm-send): Fix version.
12669
12670 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * message.el (message-idna-to-ascii-rhs-1): Use
12673         mail-extract-address-components rather than mail-header-parse-addresses
12674         that is an alias by default to ietf-drums-parse-addresses that does not
12675         support non-ASCII names in headers' contents.
12676
12677 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * message.el (message-confirm-send): Fix variable documentation to
12680         avoid the "y/n" wording.
12681
12682 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12683
12684         * message.el (message-set-auto-save-file-name): Save to a different
12685         filename so multiple messages (especially drafts) can be recovered.
12686
12687 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12688
12689         * message.el (message-confirm-send): Add appropriate version.
12690
12691 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12692
12693         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12694         defvar.
12695
12696 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12697
12698         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12699         (mm-pkcs7-enveloped-magic): Ditto.
12700
12701 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12702
12703         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12704         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12705
12706 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12709         default, it's better.
12710
12711 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12712
12713         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12714         summary line gnus-number property and ignore them (with a warning
12715         message).
12716
12717 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12720         macro caddr in the interactive form since it won't be expanded.
12721
12722 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12725         `charset'; fix name of function called recursively.
12726         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12727
12728 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12731         (gnus-mime-set-charset-parameters): New function.
12732         (gnus-mime-view-part-as-charset): Use it to correctly display part
12733         specifying wrong charset.
12734
12735 2008-09-08  David Engster  <dengste@eml.cc>
12736
12737         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12738         in completing-read for back end server.
12739
12740 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * message.el (message-confirm-send): New variable to confirm sending a
12743         message.
12744         (message-send): Use it.
12745
12746 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12747
12748         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12749
12750 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12753
12754 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12755
12756         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12757         prevent tracking too many groups.
12758         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12759         Use it.
12760
12761 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12762
12763         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12764         moving point to the bottom of the window in order to avoid recentering.
12765
12766 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12769
12770         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12771         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12772         (gnus-article-beginning-of-window): Fix calculation.
12773
12774 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-msg.el (gnus-summary-supersede-article)
12777         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12778         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12779         message header.
12780
12781 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12782
12783         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12784         pending output coming after the status change.
12785
12786 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12787
12788         * message.el:
12789         * gnus-start.el:
12790         * gnus-registry.el: Remove VMS support.
12791
12792 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12795         macro.
12796         (rfc2104-hash): Use it.
12797
12798 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12801         (gnus-summary-sort-by-most-recent-date): New commands.
12802         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12803         and menu entries.
12804
12805 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12808         don't redisplay article for raw contents; remove plural articles stuff.
12809
12810         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12811         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12812         on gnus-summary-save-article; display results properly.
12813
12814 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * lpath.el: No need to fbind ns-focus-frame.
12817
12818 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12821
12822 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * gnus-art.el (gnus-summary-save-in-pipe):
12825         Consider gnus-save-all-headers.
12826
12827 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12828
12829         * gnus-util.el (ns-focus-frame): Remove declaration.
12830         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12831         like x.
12832
12833 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12834
12835         * rfc2104.el (rfc2104-zero): Delete defconst.
12836         (rfc2104-hex-alist): Likewise.
12837         (rfc2104-hex-to-int): Delete func.
12838         (rfc2104-hexstring-to-bitstring): Likewise.
12839         (rfc2104-nybbles): New defconst.
12840         (rfc2104-hash): Rewrite for speed.
12841
12842 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * tls.el (open-tls-stream): Make it work with the 2nd argument
12845         BUFFER that is a string but does not exist as a buffer object, as
12846         mentioned in the doc-string.
12847
12848 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12851         SXEmacs.
12852
12853 2008-07-16  Glenn Morris  <rgm@gnu.org>
12854
12855         * gnus-util.el (ns-focus-frame): Declare for compiler.
12856
12857 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12860         set as a group parameter.
12861         (gnus-summary-save-in-pipe): Work when it is called independently.
12862         (gnus-summary-pipe-to-muttprint): Don't modify
12863         gnus-summary-pipe-output-default-command.
12864
12865 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12866
12867         * message.el (message-send-mail-with-sendmail):
12868         Display the error message.
12869
12870 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-art.el (gnus-default-article-saver):
12873         Add gnus-summary-save-in-pipe to choices.
12874         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12875         gnus-summary-pipe-output-default-command as the default command.
12876         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12877         instead of gnus-last-shell-command.
12878
12879         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12880         New user option.
12881         (gnus-summary-muttprint-program): Mention the value will be changed.
12882         (gnus-summary-save-article): Force showing of all headers.
12883         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12884
12885 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12886
12887         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12888
12889 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12890
12891         * nnimap.el (nnimap-id):
12892         * sieve-manage.el (sieve-manage-open): Doc fixes.
12893
12894 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12895
12896         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12897         if available.
12898
12899 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12900
12901         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12902
12903         * nnkiboze.el (nnkiboze-generate-group):
12904         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12905
12906         * nnmairix.el: Require CL.
12907
12908 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * dgnushack.el: Autoload get-display-table and put-display-table for
12911         XEmacs 21.5.
12912
12913         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12914         21.4 and SXEmacs.
12915
12916 2008-06-15  David Engster  <dengste@eml.cc>
12917
12918         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12919
12920 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12921
12922         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12923         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12924         runtime choice under XEmacs.
12925
12926         * gnus-sum.el (gnus-summary-set-display-table):
12927         Use `gnus-put-display-table', `gnus-get-display-table',
12928         `gnus-set-display-table' for the display table, instead of `aset'.
12929
12930         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12931         Use `gnus-put-display-table', `gnus-get-display-table',
12932         `gnus-set-display-table' for the display table.
12933
12934 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * nnmairix.el: Add autoloads.
12937
12938 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * nnmairix.el (nnmairix-delete-recreate-group)
12941         (nnmairix-update-and-clear-marks): Fix error messages.
12942
12943 2008-06-14  David Engster  <dengste@eml.cc>
12944
12945         * nnmairix.el: Upgrade to version 0.6.
12946         (nnmairix-group-toggle-propmarks-this-group)
12947         (nnmairix-group-toggle-readmarks-this-group)
12948         (nnmairix-group-delete-recreate-this-group)
12949         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12950         (nnmairix-remove-tick-mark-original-article): New commands.
12951         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12952         (nnmairix-propagate-marks-to-nnmairix-groups)
12953         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12954         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12955         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12956         functions needed for marks propagation and manipulation of read marks.
12957         (nnmairix-update-groups): New function.
12958         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12959         (nnmairix-determine-original-group-from-registry)
12960         (nnmairix-determine-original-group-from-path)
12961         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12962         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12963         New helper functions.
12964         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12965         keystrokes for new commands.
12966         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12967         (nnmairix-request-group): Check allow-fast group parameter.
12968         (nnmairix-request-create-group): Set allow-fast group parameter if
12969         nnmairix-allowfast-default is set.
12970         (nnmairix-close-group): Propagate marks upon closing if needed.
12971         (nnmairix-group-toggle-threads-this-group): Use new.
12972         nnmairix-group-toggle-parameter helper function.
12973         (nnmairix-search): Better check for empty search result.
12974         (nnmairix-goto-original-article): Use new helper functions for
12975         determining original article.
12976         (nnmairix-show-original-article): Make sure message-id is in brackets.
12977         (nnmairix-call-mairix-binary): Change variable name.
12978         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12979         helper function.
12980         (nnmairix-widget-toggle-activate): Fix doc string.
12981
12982 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * nnir.el: Require edmacro when compiling with XEmacs.
12985         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12986         available in Emacs 21.
12987
12988 2008-06-11  Glenn Morris  <rgm@gnu.org>
12989
12990         * gnus-util.el (x-focus-frame):
12991         * gnus.el (image-size):
12992         * mm-decode.el (image-size): Declare.
12993
12994         * gnus-picon.el (declare-function): Add compat definition.
12995         (image-size): Declare.
12996
12997         * gnus-group.el (tool-bar-map):
12998         * gnus-sum.el (tool-bar-map): Define for compiler.
12999
13000         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13001
13002         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13003
13004         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13005         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13006         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13007         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13008         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13009         * sieve-manage.el, spam-report.el, spam.el:
13010         Remove unnecessary eval-and-compile of autoloads.
13011
13012 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13013
13014         * auth-source.el: Precise Tramp doc.
13015
13016 2008-06-07  Glenn Morris  <rgm@gnu.org>
13017
13018         * nnmairix.el: Remove unnecessary eval-when-compile.
13019
13020 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * lpath.el: Fbind propertize for XEmacs 21.4.
13023
13024 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * nnir.el: Move here from ../contrib.
13027
13028 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13029
13030         * gnus-util.el (gnus-read-shell-command): New function.
13031         * mm-decode.el (mm-pipe-part):
13032         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13033
13034 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13037
13038 2008-06-03  Glenn Morris  <rgm@gnu.org>
13039
13040         * pop3.el (nnheader-accept-process-output): Autoload it.
13041
13042 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13045         are not 2-digit hexadecimal characters that follow `%'s.
13046
13047 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * message.el (message-bogus-recipient-p): Fix type in doc string.
13050         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13051         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13052         Improve custom options.
13053         (message-bogus-recipient-p): Adjust accordingly.
13054
13055 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13056
13057         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13058         long-form month and day names.
13059
13060 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * dgnushack.el: Autoload debug, eudc-expand-inline and
13063         pgg-snarf-keys-region for XEmacs.
13064
13065         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13066
13067         * nnmairix.el: Require edmacro when compiling with XEmacs.
13068
13069 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13072         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13073
13074 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * auth-source.el: Add more docs.
13077
13078         * netrc.el (netrc-machine): Always match if the port is not given.
13079
13080 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13081
13082         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13083         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13084         retrieval faster in some cases, but might make CPU usage larger.
13085         If this has any bad side effects, we might revert this change.
13086
13087         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13088         seems to make mail retrieval much, much faster.
13089         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13090         unconditionally.
13091
13092         * gnus-draft.el (gnus-group-send-queue):
13093         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13094
13095 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13098
13099         * message.el (message-bogus-address-regexp): Fix and improve custom
13100         type.
13101         (message-setup-hook): Add message-check-recipients as custom option.
13102
13103 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * message.el (message-cite-function): Remove bogus autoload which crept
13106         in during merge from v5-10.
13107
13108 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13109
13110         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13111
13112         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13113
13114         * auth-source.el: Preliminary Tramp docs.
13115         (auth-sources): Change the default auth-sources to use
13116         EPA .gpg files.
13117
13118 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13119
13120         * nntp.el: Autoload `auth-source-user-or-password'.
13121         (nntp-send-authinfo): Use it.
13122
13123         * nnimap.el: Autoload `auth-source-user-or-password'.
13124         (nnimap-open-connection): Use it.
13125
13126         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13127         for the gnus-message function.
13128         (auth-source-user-or-password): Use it.
13129
13130 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13131
13132         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13133         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13134         (rfc2104-hash): Use it.
13135
13136 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13137
13138         * gnus-art.el (gnus-article-toggle-truncate-lines):
13139         Don't use `iff' in docstring.
13140
13141 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13144
13145         * gnus-util.el (gnus-extract-address-component-name)
13146         (gnus-extract-address-component-email): Convenience functions around
13147         `gnus-extract-address-components'.
13148
13149         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13150         Use `gnus-extract-address-component-email' to fix bug of comparing full
13151         sender name to `user-mail-address'.
13152
13153 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13154
13155         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13156         catch/throw to optimize.
13157         (gnus-registry-find-keywords): Just use member to find a keyword.
13158
13159 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13160
13161         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13162         is current before calling gnus-server-prepare.
13163         (gnus-server-setup-buffer, gnus-server-update-server)
13164         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13165
13166 2008-05-04  Juri Linkov  <juri@jurta.org>
13167
13168         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13169         (mailcap-file-default-commands): Use mailcap-replace-in-string
13170         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13171         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13172
13173 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13174
13175         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13176
13177 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13178
13179         * gnus.el: Bump version to 0.11.
13180
13181 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13182
13183         * gnus.el: No Gnus v0.10 is released.
13184
13185 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186
13187         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13188         hooks.
13189         (gnus-update-read-articles): Speed up non-marks-using users.
13190         (gnus-use-marks): Define gnus-use-marks.
13191         (gnus-propagate-marks): Rename variable to something more sensible.
13192
13193 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13194
13195         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13196         (gmm-image-load-path-for-library): Fix typos in docstrings.
13197         (gmm-message): Reflow docstring.
13198
13199 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13200
13201         * mail-source.el (mail-source-set-1, mail-source-bind):
13202         Move auth-source code out of the macro to clean it up and fix bugs.
13203
13204 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13205
13206         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13207         by sender if it's equal to user-mail-address, it's likely to be
13208         useless.
13209
13210         * mail-source.el (mail-source-bind): Don't use user or password if they
13211         are not bound.  Unintern them if they are nil.  Don't use server unless
13212         it's bound, and default it to empty string otherwise.
13213
13214 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * mail-source.el: Load auth-source.el.
13217         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13218         get user name or password, if auth-sources is set up.
13219
13220         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13221         strategy of splitting with parent.
13222         (gnus-registry-split-fancy-with-parent)
13223         (gnus-registry-post-process-groups): Use it and fix prior
13224         bug (returning a list as the split result).
13225
13226         * auth-source.el (auth-sources): Remove server parameter.
13227         (auth-source-pick, auth-source-user-or-password)
13228         (auth-source-user-or-password-imap)
13229         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13230         (auth-source-user-or-password-sftp)
13231         (auth-source-user-or-password-smtp): Remove server parameter.
13232
13233 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13234
13235         * smime.el (smime-sign-region, smime-encrypt-region)
13236         (smime-decrypt-region):
13237         Remove redundant calls to `generate-new-buffer-name'.
13238
13239 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13240
13241         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13242         Don't use QP for message/rfc822.
13243         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13244
13245 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13246
13247         * sieve-manage.el (sieve-string-bytes): Remove.
13248         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13249         correct byte-length only if the process's coding-system is the same as
13250         the one used internally by Emacs to represent strings.
13251
13252 2008-04-22  Juri Linkov  <juri@jurta.org>
13253
13254         * mailcap.el (mailcap-file-default-commands): New function.
13255
13256 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * message.el (message-signature-separator, message-cite-function):
13259         Change custom version.
13260
13261 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13262
13263         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13264         commands.
13265         (tls-checktrust): Ditto.
13266
13267 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * mm-decode.el (mm-display-external): Make temp file read-only.
13270
13271 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13274         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13275         `C-c C-f d'.
13276
13277 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13278
13279         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13280
13281 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus.el: Bump version to 0.9.
13284
13285 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gnus.el: No Gnus v0.8 is released.
13288
13289 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13290
13291         * mail-source.el (mail-source-value):
13292         Prefer fboundp to functionp so it works with macros as well.
13293
13294 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13297         Fix last change in case the element is not even a symbol.
13298
13299 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13300
13301         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13302         Prefer fboundp to functionp so it works with macros as well.
13303
13304 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13305
13306         * auth-source.el: Add docs.
13307         (auth-sources): Modify format to support server.
13308         (auth-source-pick, auth-source-user-or-password)
13309         (auth-source-user-or-password-imap)
13310         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13311         (auth-source-user-or-password-sftp)
13312         (auth-source-user-or-password-smtp): Add server parameter.
13313
13314 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13315
13316         * gnus-registry.el: Initialize the registry when gnus-registry-install
13317         is t.
13318
13319 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * compface.el (uncompface): Make buffer unibyte.
13322
13323 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13324
13325         * mail-source.el (mail-source-value):
13326         Prefer fboundp to functionp so it works with macros as well.
13327
13328 2008-04-05  Glenn Morris  <rgm@gnu.org>
13329
13330         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13331
13332 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13333
13334         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13335         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13336
13337         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13338         multibyteness after rather than before erasing it.
13339
13340         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13341         mm-with-multibyte.
13342         (gnus-request-article-this-buffer): Make sure the proper decoding is
13343         used if gnus-original-article-buffer happens to be unibyte.
13344
13345         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13346         default-enable-multibyte-characters.
13347
13348         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13349         default-enable-multibyte-characters.
13350
13351         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13352
13353         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13354
13355 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13356
13357         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13358         Fix last change in case the element is not even a symbol.
13359
13360 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13361
13362         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13363         (imap-message-copyuid-1): Use it.
13364         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13365         J. Williams in
13366         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13367
13368         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13369         imap-enable-exchange-bug-workaround.
13370         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13371
13372 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13373
13374         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13375         a 100 byte status-checks into a 2-3MB transfer for each group.
13376         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13377         to enable bug workaround or not.
13378         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13379
13380 2008-03-31  Glenn Morris  <rgm@gnu.org>
13381
13382         * message.el (mml2015-use): Declare for compiler.
13383         (message-info): Require mml2015 when appropriate.
13384
13385 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13388         whitespace.
13389
13390 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13391
13392         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13393         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13394         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13395         (nntp-service-to-port): New function.
13396         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13397         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13398         (nntp-open-netcat-stream): New function.
13399         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13400
13401 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13402
13403         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13404
13405 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13406
13407         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13408
13409 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13410
13411         * dns.el (dns-write): Use set-buffer-multibyte.
13412
13413 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13414
13415         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13416
13417 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * message.el (message-signature-separator): Change default.
13420         Improve custom type.
13421         (message-cite-function): Change default to
13422         message-cite-original-without-signature.
13423
13424         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13425         toggle.
13426
13427         * message.el (message-check-news-body-syntax): Fix signature check.
13428         (message-setup-1): Mark buffer as unmodified _after_ running
13429         message-setup-hook and handling message-alternative-emails.
13430         (message-shorten-references): Be more strict when building list of
13431         valid references to comply with GNKSA.
13432
13433         * gnus-group.el (gnus-read-ephemeral-bug-group)
13434         (gnus-read-ephemeral-debian-bug-group)
13435         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13436
13437         * message.el (message-info): Don't use booleanp which isn't supported
13438         in Emacs 21 and XEmacs.
13439
13440 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13443         gnus-group-gmane-group-download-format.
13444         (gnus-group-read-ephemeral-gmane-group): Rename from
13445         gnus-group-read-ephemeral-gmane-group.
13446         (gnus-read-ephemeral-gmane-group-url): Rename from
13447         gnus-group-read-ephemeral-gmane-group-url.
13448         (gnus-bug-group-download-format-alist): New variable.
13449         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13450         (gnus-read-ephemeral-emacs-bug-group): New commands.
13451
13452 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13455         (gnus-visible-headers): Improve custom type.
13456
13457 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * mml.el (mml-menu): Add workarounds for XEmacs.
13460
13461         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13462         X-Boundary header.
13463
13464         * message.el (message-simplify-recipients): Fix previous commit.
13465
13466 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13467
13468         * mm-util.el (mm-set-buffer-multibyte): New function.
13469         * mm-decode.el (mm-copy-to-buffer): Use it.
13470
13471         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13472         Prefer fboundp to functionp so it works with macros as well.
13473
13474 2008-03-19  Glenn Morris  <rgm@gnu.org>
13475
13476         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13477         Accidentally removed in the sync process with Emacs.
13478
13479 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * message.el (message-alter-recipients-discard-bogus-full-name):
13482         New function.
13483         (message-alter-recipients-function): New variable.
13484         (message-get-reply-headers): Use it.
13485         (message-replace-header): New helper function.
13486         (message-recipients-without-full-name): New variable.
13487         (message-simplify-recipients): New command.
13488
13489         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13490
13491         * message.el (message-info): Handle EasyPG manual.
13492
13493         * mml.el (mml-menu): Add entry for EasyPG.
13494
13495 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13496
13497         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13498         parameter.
13499
13500         * message.el (message-disassociate-draft): Specify drafts group name
13501         fully.
13502
13503 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13506         Eliminate unnecessary duplicates from the match list.
13507
13508 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13511
13512         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13513
13514         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13515         args of `how-many' of which the XEmacs version doesn't take; declare
13516         Info-index-next as function.
13517
13518 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * gnus-score.el (gnus-score-headers): Fix handling of
13521         gnus-inhibit-slow-scoring.
13522
13523         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13524         string.
13525         (gnus-button-url-regexp): Improve handling of parenthesis.
13526         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13527         (gnus-button-handle-info-keystrokes): Handle index entries.
13528
13529 2008-03-15  Glenn Morris  <rgm@gnu.org>
13530
13531         * parse-time.el (parse-time-string): Simplify.
13532
13533 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13536         Incoming* files.
13537
13538 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13539
13540         * auth-source.el (auth-sources): Rename from auth-source-choices.
13541         (auth-source-pick): Use it.
13542
13543 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13544
13545         * binhex.el (binhex-decode-region-internal):
13546         * uudecode.el (uudecode-decode-region-internal):
13547         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13548         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13549         setting default-enable-multibyte-characters.
13550
13551 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13552
13553         * auth-source.el (auth-source-protocols)
13554         (auth-source-protocols-customize, auth-source-choices): Add and
13555         modified variable customizations and defaults.
13556         (auth-source-pick, auth-source-user-or-password)
13557         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13558         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13559         (auth-source-user-or-password-sftp)
13560         (auth-source-user-or-password-smtp): Use new variables and provide an
13561         interface to netrc.el.
13562
13563 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13566         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13567         Make sure the nntp port to specify is a string.
13568
13569 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13570
13571         * nntp.el: Use with-current-buffer.
13572         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13573         dubious mm-with-unibyte-current-buffer.
13574         (nntp-with-open-group-function): New function extracted from
13575         nntp-with-open-group macro.
13576         (nntp-with-open-group): Use the function, so it's easier to debug.
13577         Add indentation and debugging info.
13578         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13579         Recommend the use of the netcat alternatives.
13580
13581         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13582         Avoid mm-string-as-multibyte as well.
13583
13584         * nnweb.el (nnweb-insert-html):
13585         Remove use of nnheader-string-as-multibyte.
13586
13587         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13588         (nnheader-string-as-multibyte): Remove.
13589
13590         * mm-view.el: Use inhibit-read-only.
13591         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13592         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13593         or unibyte-string.
13594
13595         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13596         (mm-uu-yenc-extract): Use with-current-buffer.
13597
13598         * gnus-soup.el (gnus-soup-send-packet): Don't use
13599         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13600
13601         * nnmh.el: Use with-current-buffer.
13602         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13603         mm-string-as-multibyte on the output of mm-encode-coding-string.
13604
13605         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13606         (nnimap-request-move-article): Use with-current-buffer.
13607
13608         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13609         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13610         conversion uses string-make-unibyte rather than string-as-unibyte.
13611
13612         * gnus-msg.el: Use with-current-buffer.
13613
13614         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13615
13616 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13617
13618         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13619         string for caching if it is 'PIN.
13620
13621 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * lpath.el: Consider the case without Emacs/W3.
13624
13625 2008-03-08  Glenn Morris  <rgm@gnu.org>
13626
13627         * time-date.el (date-to-time, time-subtract, time-add)
13628         (safe-date-to-time): Doc fixes.
13629
13630 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * mail-source.el (mail-source-delete-old-incoming-confirm):
13633         Change default to nil.
13634         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13635
13636 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * lpath.el: Rearrange.
13639
13640         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13641         (gnus-article-goto-prev-page): Work for articles having ^L's.
13642
13643         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13644
13645         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13646
13647 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13648
13649         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13650         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13651         (gnus-bookmark-jump): Adjust some variable names.
13652
13653 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13654
13655         * auth-source.el: New package.
13656         (auth-source-choices): Add customization entry point variable.
13657
13658         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13659         bug.
13660
13661 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13662
13663         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13664         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13665         (gnus-registry-install-shortcuts): Rename from
13666         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13667         the `gnus-registry-mark-map' keymap dynamically from
13668         `gnus-registry-marks'.  The generated functions update the summary line
13669         when a registry mark is added or deleted, and will call
13670         `gnus-registry-install-p' (see the comments in the code).
13671         (gnus-registry-user-format-function-M): Use concat intelligently.
13672
13673         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13674         the registry mark functions.
13675
13676 2008-03-05  Glenn Morris  <rgm@gnu.org>
13677
13678         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13679         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13680         gnus-art.
13681         (top-level): No need to load own source when compiling.
13682
13683 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13686         Suggested by <chris.anderton@zetnet.co.uk>.
13687
13688 2008-03-04  Glenn Morris  <rgm@gnu.org>
13689
13690         * gnus-sum.el (top-level): No need to require gnus when compiling,
13691         since unconditionally required near start of file.
13692         (gnus-summary-display-while-building): Move definition before use.
13693
13694 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13695
13696         * gnus-registry.el (gnus-registry-user-format-function-M):
13697         Add formatting function.
13698
13699 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13700
13701         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13702         with plists.
13703         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13704         Use new format.
13705
13706 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13709         `where-is-internal' that returns a range of key sequences.
13710
13711 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13712
13713         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13714
13715         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13716         (gnus-summary-jump-to-group): Consider windows on other displayed
13717         frames as well.  Similar changes might be needed elsewhere, but that's
13718         the one I've bumped into during my use.
13719
13720         * nndoc.el (nndoc-oe-dbx-type-p):
13721         * gnus-msg.el (gnus-debug):
13722         * gnus-group.el (gnus-update-group-mark-positions):
13723         Use mm-string-to-multibyte.
13724
13725 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13728         doesn't handle NotDashEscaped.
13729
13730         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13731         (mml-dnd-attach-options): Fix typo in custom choice.
13732
13733         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13734         Change nndoc-article-type to mbox.
13735         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13736
13737         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13738         to nil, instead of html2text.
13739
13740         * imap.el (imap-debug): Add `imap-ping-server'.
13741
13742         * gnus-bookmark.el: Add FIXMEs.
13743
13744         * message.el (message-form-letter-separator)
13745         (message-send-form-letter-delay): New variables.
13746         (message-send-form-letter): Use them.  New command to send form
13747         letters.  Requested by Uwe Siart.
13748         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13749
13750 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * Update copyright years.
13753
13754 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         Sync from EMACS_22_BASE.
13757
13758         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13759
13760 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13761
13762         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13763         empty author.
13764
13765 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13766
13767         * gnus-registry.el (gnus-registry-marks): Add variable for
13768         customization of marks and their appearance.
13769         (gnus-registry-read-mark): Use it.
13770         (gnus-registry-do-marks): Add utility function to loop through
13771         `gnus-registry-marks'.
13772         (gnus-registry-install-shortcuts-and-menus): Add function to install
13773         shortcuts and menus.
13774         (gnus-registry-initialize): Use it.
13775         (gnus-registry-default-mark): Clarify documentation.
13776
13777 2008-02-29  Glenn Morris  <rgm@gnu.org>
13778
13779         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13780         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13781         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13782         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13783         Change defcustom :version from 23.0 to 23.1.
13784
13785 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13786
13787         * gnus-registry.el (gnus-registry-follow-group-p)
13788         (gnus-registry-post-process-groups): Add functions to aid registry
13789         splitting and improve logging.  Clarify behavior in function
13790         documentation.
13791         (gnus-registry-split-fancy-with-parent): Use them.
13792
13793 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13794
13795         * gnus-art.el: Use with-current-buffer.
13796
13797 2008-02-27  David Engster  <dengste@eml.cc>
13798
13799         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13800         Express real group name in the response.
13801
13802 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13805         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13806         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13807         autoload gnus-registry-fetch-group when compiling.
13808         (nnmairix-request-group-with-article-number-correction):
13809         Remove unreferenced argument passed to nnmairix-call-backend.
13810
13811 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13814         (mm-uu-extract): Improve face for low color ttys.
13815         Reported by Sascha Wilde.
13816
13817 2008-02-27  Glenn Morris  <rgm@gnu.org>
13818
13819         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13820         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13821         variables to defconsts.  Convert comments to doc-strings.
13822         (nnmairix-last-server, nnmairix-current-server): Convert from free
13823         variables to defvars.  Convert comments to doc-strings.
13824         (gnus-registry-fetch-group): Autoload.
13825         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13826         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13827         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13828         caddr.
13829         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13830         nnmairix-request-group-with-article-number-correction call.
13831         (nnmairix-fast, nnmairix-group): New, less general names, for free
13832         variables passed from nnmairix-request-group to
13833         nnmairix-request-group-with-article-number-correction.  Declare.
13834         (nnmairix-request-group-with-article-number-correction):
13835         Use nnmairix-fast, nnmairix-group rather than fast, group.
13836
13837 2008-02-26  David Engster  <dengste@eml.cc>
13838
13839         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13840         version 0.5.
13841
13842 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13845         instead of making an extra function call.  Don't add the current group
13846         to articles only when they have the group.  Use
13847         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13848         Reported by David <de_bb@arcor.de>.
13849
13850 2008-02-24  Miles Bader  <miles@gnu.org>
13851
13852         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13853         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13854         (mm-find-mime-charset-region):
13855         * mm-bodies.el (mm-encode-body):
13856         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13857
13858 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13861         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13862
13863 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * mail-source.el (mail-source-delete-incoming): Change default.
13866         Supplement doc string.
13867
13868         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13869
13870 2008-02-14  Glenn Morris  <rgm@gnu.org>
13871
13872         * time-date.el (format-seconds): New function.
13873
13874 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * nnmail.el (nnmail-message-id-cache-file): Derive from
13877         `gnus-home-directory'.
13878
13879 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13882         Document negative prefix.
13883
13884         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13885
13886 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13887
13888         * message.el (message-unsent-separator): Add the Exim bounce
13889         separator.
13890
13891 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13892
13893         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13894         list.
13895         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13896         recipient/signer list.
13897
13898 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * Makefile.in (datarootdir): Define.
13901         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13902         name that might contain whitespace.
13903
13904 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13907         fbound (Emacs 23 unicode), signal an error.
13908
13909 2008-02-08  Glenn Morris  <rgm@gnu.org>
13910
13911         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13912
13913 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13914
13915         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13916         ports to the calls to `netrc-machine-user-or-password' in addition to
13917         "imap" and "imaps".
13918
13919 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13920
13921         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13922
13923         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13924
13925 2008-02-01  Kenichi Handa  <handa@m17n.org>
13926
13927         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13928         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13929         (rfc2104-hash): Convert the result of concat to unibyte string.
13930
13931 2008-02-01  Dave Love  <fx@gnu.org>
13932
13933         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13934         coding-system-for-read.
13935         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13936
13937 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13940         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13941         <hanche@math.ntnu.no>.
13942
13943 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13946
13947         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13948
13949 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13950
13951         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13952         * message.el (message-beginning-of-line): Use featurep instead of bound
13953         tests in order to resolve conditionals at compile time.
13954
13955 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13956
13957         * mail-source.el (mail-sources): Add `group' choice.
13958
13959         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13960         parameter `in-group' to control into which group the articles go.
13961         Add treatment of `group' mail-source.
13962
13963 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13966
13967         * mm-decode.el (mm-dissect-buffer): Decode description.
13968
13969         * mml.el (mml-to-mime): Encode message header first.
13970
13971 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13974         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13975
13976         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13977         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13978
13979 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13980
13981         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13982
13983 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13986         prefix keys.
13987         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13988         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13989         gnus-xmas.el.
13990
13991         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13992         (gnus-xmas-article-describe-bindings): New function.
13993         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13994         gnus-xmas-article-describe-bindings.
13995
13996         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13997
13998 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13999
14000         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14001         Add new variables for article mark management.
14002         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14003         list of extra data entries which, when present, will indicate that the
14004         article ID should not be trimmed from the registry.
14005         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14006         functions.
14007         (gnus-registry-read-mark): New function to read a mark name from the
14008         user.
14009         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14010         (gnus-registry-set-article-mark-internal): New functions to add and
14011         remove marks.
14012         (gnus-registry-get-article-marks): New function to show the marks for
14013         an article, or retrieve them for further use.
14014
14015 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14018         keys when no argument is given.
14019
14020 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * imap.el (imap-ping-server): New variable.
14023         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14024         (imap-ping-server): Minor doc string fixes.
14025
14026 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14027
14028         * imap.el (imap-ping-server): New function.
14029         (imap-opened): Call imap-ping-server.
14030
14031 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-sum.el (gnus-article-sort-by-random)
14034         (gnus-thread-sort-by-random): Fix doc strings.
14035         Reported by jidanni@jidanni.org.
14036
14037 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-art.el (gnus-article-describe-bindings): New function.
14040         (gnus-article-read-summary-keys): Use it.
14041         (gnus-article-mode-map): Bind `C-h b' to it.
14042
14043 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14046         XEmacs.
14047         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14048         Protect against non-character events.
14049
14050         * lpath.el: Fbind map-keymap for Emacs 21.
14051
14052 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14055         New command.
14056         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14057         instead of END.  Change name of the temp file.
14058         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14059         customizable.
14060
14061 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14064         bind `S W' to gnus-article-wide-reply-with-original; set default
14065         binding to gnus-article-read-summary-send-keys.
14066         (gnus-article-read-summary-keys): Fix the order of keys; display
14067         continuation keys correctly in the echo area; describe bindings
14068         correctly when keys end with `C-h'.
14069         (gnus-article-read-summary-send-keys): New function.
14070         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14071         Work for gnus-article-read-summary-send-keys; display continuation keys
14072         correctly in the echo area.
14073         (gnus-article-reply-with-original): Ignore prefix argument.
14074         (gnus-article-wide-reply-with-original): New function.
14075
14076         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14077         Emacs 21.
14078
14079 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14082         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14083
14084 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14087         (gnus-group-read-ephemeral-gmane-group): New command.
14088
14089 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14090
14091         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14092
14093 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * message.el (message-send-mail-function): Increase custom version.
14096
14097         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14098         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14099
14100 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14101
14102         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14103         for the cases where imap-authenticate is called with a nil buffer
14104         parameter.
14105
14106 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14109         html parts correctly; support forwarded messages.
14110         (gnus-article-browse-html-article): Remove work buffers.
14111
14112         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14113         compiling.
14114         (netrc-bound-and-true-p): New macro.
14115         (netrc-parse): Use it instead of bound-and-true-p that is not available
14116         in XEmacs 21.4.
14117
14118 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * gnus-registry.el (gnus-registry-mark-article)
14121         (gnus-registry-article-marks): Add functionality to mark articles
14122         through the Gnus registry.
14123
14124         * encrypt.el: Clarify documentation for the new pgg method.
14125         (encrypt-file-alist): Add PGG option.
14126         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14127         functionality.  Abstract password key and messaging to external
14128         functions.
14129         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14130         (encrypt-message-method-and-cipher): Add new convenience external
14131         functions.
14132         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14133         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14134
14135         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14136         (netrc-parse): Use encrypt-file-alist to determine if
14137         encrypt-find-model or encrypt-insert-file-contents should be used.
14138
14139         * encrypt.el: Clarify documentation.  Load password-cache or
14140         password, whichever one is found first, instead of autoloading.
14141
14142 2007-12-19  Glenn Morris  <rgm@gnu.org>
14143
14144         * mml.el (message-options-set, message-narrow-to-head)
14145         (message-in-body-p, message-mail-p, message-encode-message-body):
14146         Autoload.
14147         (message-remove-header, message-narrow-to-headers-or-head)
14148         (message-subscribed-p, message-make-mail-followup-to)
14149         (message-position-on-field, message-news-p)
14150         (message-options-set-recipient, message-generate-headers)
14151         (message-sort-headers): Declare as functions.
14152
14153 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14156         convention in doc string.
14157
14158 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14161         title to html parts.
14162         (gnus-article-browse-html-article): Pass message header to it.
14163
14164         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14165
14166 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14169         or password compatible with XEmacs.
14170
14171 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14174         format document.
14175         (gnus-mime-delete-part): Don't write description line if empty.
14176         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14177
14178 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14179
14180         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14181         (gnus-summary-mark-read-and-unread-as-read)
14182         (gnus-summary-mark-current-read-and-unread-as-read)
14183         (gnus-summary-mark-unread-as-ticked): Doc fix.
14184         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14185
14186 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14189         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14190
14191 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14194         yes-or-no-p.
14195
14196 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * mm-decode.el (mm-add-meta-html-tag): New function.
14199         (mm-save-part-to-file, mm-pipe-part): Use it.
14200
14201         * gnus-art.el (gnus-article-browse-delete-temp-files):
14202         Use gnus-y-or-n-p instead of y-or-n-p.
14203         (gnus-article-browse-html-parts): Work with message/external-body; use
14204         mm-add-meta-html-tag.
14205
14206 2007-12-11  Glenn Morris  <rgm@gnu.org>
14207
14208         * gnus-cache.el: Require gnus-sum not just when compiling.
14209
14210         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14211
14212         * gnus-int.el (gnus-server-opened, gnus-status-message):
14213         Move definitions before use.
14214
14215         * mm-decode.el: Require gnus-util.
14216         (mm-remove-part): Only call delete-annotation on XEmacs.
14217
14218         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14219
14220         * nnmail.el: Require gnus-int.
14221
14222         * spam.el: Move `require's before `eval-when-compile's.
14223
14224         * gnus-ems.el (gnus-alive-p):
14225         * gnus-fun.el (message-goto-eoh):
14226         * gnus-util.el (gnus-group-name-decode):
14227         * mail-source.el (gnus-compress-sequence):
14228         * message.el (Info-goto-node, format-spec):
14229         * mm-bodies.el (message-options-get):
14230         * mm-decode.el (mm-view-pkcs7):
14231         * mm-util.el (gmm-write-region):
14232         * mml-smime.el (mml-compute-boundary)
14233         (gnus-completing-read-with-default):
14234         * mml.el (widget-button-press, gnus-make-hashtable):
14235         * mml1991.el (mm-decode-content-transfer-encoding)
14236         (mm-encode-content-transfer-encoding)
14237         (message-options-get, message-options-set):
14238         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14239         * nnfolder.el (gnus-request-group):
14240         * nnheader.el (ietf-drums-unfold-fws):
14241         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14242         * smime.el (gnus-run-mode-hooks):
14243         * spam-stat.el (gnus-message): Autoload.
14244
14245         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14246         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14247         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14248         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14249         Add declare-function compatibility definition.
14250
14251         * gnus-cache.el (nnvirtual-find-group-art):
14252         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14253         (gnus-add-image, gnus-add-wash-type):
14254         * gnus-group.el (nnkiboze-score-file):
14255         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14256         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14257         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14258         (message-tokenize-header, gnus-get-buffer-create)
14259         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14260         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14261         * gnus.el (gnus-group-decoded-name):
14262         * mail-source.el (imap-capability):
14263         * mm-bodies.el (message-options-set):
14264         * mm-decode.el (gnus-configure-windows):
14265         * mm-extern.el (message-goto-body):
14266         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14267         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14268         (epg-sub-key-validity, message-options-set):
14269         * mml.el (widget-event-point, gnus-configure-windows):
14270         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14271         * mml2015.el (epg-check-configuration, epg-configuration)
14272         (message-options-set):
14273         * nndb.el (nndb-request-article):
14274         * nnfolder.el (gnus-request-create-group):
14275         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14276         * nnmaildir.el (gnus-group-mark-article-read):
14277         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14278         * rfc1843.el (message-fetch-field):
14279         * spam.el (gnus-extract-address-components):
14280         Declare as functions.
14281
14282 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14285
14286         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14287
14288         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14289         bind show-trailing-whitespace for XEmacs.
14290
14291 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14294         new no-op macro for backward compatibility.
14295
14296         * imap.el (imap-string-to-integer): New function.
14297
14298 2007-12-09  Glenn Morris  <rgm@gnu.org>
14299
14300         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14301
14302         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14303         * message.el, mm-view.el, sieve-manage.el, smime.el:
14304         Add declare-function compatibility definition.
14305
14306         * gnus-art.el (w3-region, w3m-region, Info-menu):
14307         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14308         * gnus-sum.el (gnus-get-predicate):
14309         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14310         * message.el (mail-abbrev-in-expansion-header-p):
14311         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14312         (w3m-detect-meta-charset, w3m-region):
14313         * sieve-manage.el (password-read, password-cache-add)
14314         (password-cache-remove):
14315         * smime.el (password-read-and-add): Declare as functions.
14316
14317 2007-12-08  David Kastrup  <dak@gnu.org>
14318
14319         * gnus-sum.el (gnus-summary-simplify-subject-query):
14320         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14321         `message'.
14322
14323 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14326         it to bind idna-program, installation-directory, defined-colors, and
14327         face-attribute for XEmacs of the version that compiles defcustom forms.
14328
14329 2007-12-07  Glenn Morris  <rgm@gnu.org>
14330
14331         * gnus-art.el (article-make-date-line): Revert previous change.
14332
14333 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14336
14337 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14338
14339         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14340         Call gnus-add-to-range ranges only once with a prepared article-list.
14341
14342 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14343
14344         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14345         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14346         group names with backslashes.
14347         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14348
14349 2007-12-06  Deepak Goel  <deego3@gmail.com>
14350
14351         * gnus-art.el (article-make-date-line):
14352         * gnus-start.el (gnus-load):
14353         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14354
14355 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-art.el (gnus-use-idna):
14358         * gnus-start.el (gnus-site-init-file):
14359         * message.el (message-use-idna):
14360         * mm-uu.el (mm-uu-hide-markers):
14361         * smiley.el (smiley-style): Revert changes that suppress warnings.
14362
14363 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14366         specify charset to html source.
14367         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14368
14369 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14372         idna-program in order to suppress byte compile warning issued by XEmacs
14373         that came to byte compile the default value section of defcustom forms
14374         recently.
14375
14376         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14377         value of installation-directory.
14378
14379         * message.el (message-use-idna): Don't directly refer to the value of
14380         idna-program.
14381
14382         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14383
14384         * smiley.el (smiley-style): Don't directly call face-attribute.
14385
14386 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14389
14390         * gnus-dired.el: Reduce Gnus dependencies.
14391         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14392         Don't require.  Use autoloads instead.
14393         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14394         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14395         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14396         (gnus-dired-mode): Adjust doc string.
14397         (gnus-dired-mail-mode): New variable.
14398         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14399         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14400         (gnus-dired-mail-buffers): New function.  Return mail or message
14401         composition buffers.
14402         (gnus-dired-attach): Use it.
14403         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14404         NO-DECODE.
14405         (gnus-dired-print): Use `gnus-print-buffer' depending on
14406         `gnus-dired-mail-mode'.
14407
14408 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * rfc2047.el (rfc2047-encoded-word-regexp)
14411         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14412         explaining what regexp patterns are for.
14413
14414 2007-12-04  Glenn Morris  <rgm@gnu.org>
14415
14416         * password.el: Move to password-cache.el.
14417
14418         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14419         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14420         * mml-smime.el (password-read, password-cache-add)
14421         (password-cache-remove):
14422         No need to autoload, since mml-sec requires password.
14423
14424         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14425         * message.el (gnus-extract-address-components):
14426         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14427
14428         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14429         password.
14430
14431 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * mailcap.el: Reduce dependencies.
14434         (mail-header-parse-content-type): Autoload.
14435         (mailcap-delete-duplicates): New alias.
14436         (mailcap-mime-info): Add optional argument NO-DECODE.
14437         (mailcap-mime-types): Use mailcap-delete-duplicates.
14438
14439         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14440
14441 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14442
14443         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14444         (imap-parse-status): Upcase status-att for servers that sends them
14445         lower-case (e.g., MS Exchange 2007).
14446
14447 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14448
14449         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14450         function.
14451
14452         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14453         (gnus-uu-yenc-article): New function.
14454
14455         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14456
14457         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14458
14459 2007-12-02  Glenn Morris  <rgm@gnu.org>
14460
14461         * binhex.el (binhex): New custom group.
14462         (binhex-decoder-program, binhex-decoder-switches)
14463         (binhex-use-external): Move to the binhex custom group.
14464
14465         * uudecode.el (uudecode): New custom group.
14466         (uudecode-decoder-program, uudecode-decoder-switches)
14467         (uudecode-use-external): Move to the uudecode custom group.
14468
14469         * netrc.el (top-level): Don't load `encrypt' features.
14470         (netrc-parse): Don't use encrypt.
14471         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14472
14473         * encrypt.el: Remove file.
14474
14475 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14478         matches on patches.
14479
14480         * gnus-art.el (gnus-article-browse-html-article):
14481         Mention `mm-text-html-renderer' in the doc string.
14482
14483         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14484         string.  Add comments.
14485
14486         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14487         if rhs is ASCII.
14488
14489 2007-12-01  Glenn Morris  <rgm@gnu.org>
14490
14491         * mail-source.el (top-level): Require format-spec before
14492         eval-when-compile.
14493
14494 2007-11-30  Glenn Morris  <rgm@gnu.org>
14495
14496         * encrypt.el: Require password, rather than autoloading password-read.
14497
14498 2007-11-29  Glenn Morris  <rgm@gnu.org>
14499
14500         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14501         (sasl-make-client, sasl-next-step, sasl-step-data)
14502         (sasl-step-set-data): Declare as functions.
14503
14504 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14507
14508 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14509
14510         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14511         certs should be verified and what is to be done in the event of a
14512         verification failure.
14513
14514         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14515         caller can indicate whether the cache should be disregarded for this
14516         call.  This way the result of the call is reproducible at all times and
14517         can be considered a canonical server name for the supplied method.
14518         (gnus-agent-method-p): Canonicalize server names by pushing their
14519         method through `gnus-method-to-server' using the no-cache argument.
14520
14521         * gnus-srvr.el (gnus-server-insert-server-line):
14522         Call `gnus-method-to-server' with `no-cache' argument.
14523
14524         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14525         gnus-agent-possibly-synchronize-flags as this should be called when the
14526         server is actually being opened.
14527         (gnus-agent-possibly-synchronize-flags)
14528         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14529         flags file of an agentized server to the latter function.
14530
14531         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14532         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14533         after a connection has been established successfully.
14534
14535 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-art.el (article-display-face): Force to display face if called
14538         interactively; check if gnus-article-x-face-too-ugly matches author.
14539         (article-display-x-face): Display face even if From header is missing
14540         as article-display-face does.
14541
14542 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14543
14544         * hashcash.el (message-narrow-to-headers-or-head)
14545         (message-fetch-field, message-goto-eoh)
14546         (message-narrow-to-headers): Declare as functions.
14547
14548 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * mail-source.el (mail-sources): Default to fetch from file for
14551         compatibility with default of nnmail-spool-file.
14552
14553 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14556         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14557         to look for encoded word that should be encoded again.
14558         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14559         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14560         encoding pattern.
14561         (rfc2047-decode-region): Switch strict regexp and loose one according
14562         to rfc2047-allow-irregular-q-encoded-words.
14563
14564 2007-11-25  Romain Francoise  <romain@orebokech.com>
14565
14566         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14567
14568 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * tls.el (tls-program): Provide more custom choices from
14571         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14572         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14573
14574 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14577         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14578
14579         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14580         `nnmail-spool-file'.
14581
14582         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14583         `nnmail-spool-file'.
14584
14585         * gnus-move.el (gnus-change-server): Ditto.
14586
14587         * gnus-kill.el (gnus-batch-score): Ditto.
14588
14589         * gnus-cache.el (gnus-jog-cache): Ditto.
14590
14591         * gnus-msg.el (gnus-summary-reply):
14592         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14593
14594 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14597         version.  Minor improvement to doc strings.
14598         (tls-program): Add comment.
14599
14600 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14601
14602         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14603         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14604         mismatch between the hostname provided in the certificate and the name
14605         of the host connnecting to.
14606         (open-tls-stream): Use them.  Check certificates against trusted root
14607         certificates.
14608
14609 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * gnus-cache.el (gnus-cache-generate-nov-databases):
14612         Use nnml-generate-nov-databases-directory instead of
14613         nnml-generate-nov-databases-1.
14614
14615 2007-11-24  Glenn Morris  <rgm@gnu.org>
14616
14617         * message.el (message-tool-bar-retro): Update for rename
14618         mail_send.xpm->mail-send.xpm.
14619
14620 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14623         `smime-ldap-search' for Emacs 22 and up.
14624
14625 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14626
14627         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14628
14629         * message.el (message-send-mail-function): Fix error convention.
14630         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14631         (message-widen-reply, message-send-mail, message-talkative-question)
14632         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14633         (message-clone-locals, message-send-news): Use with-current-buffer.
14634         (message-insert-or-toggle-importance): Remove unused var `valid'.
14635         (message-make-references): Remove unused var `new-references'.
14636         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14637
14638 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14639
14640         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14641         (spam-split-symbolic-return-positive): Reflow docstring.
14642         (spam-backends, spam-summary-exit-behavior)
14643         (spam-mark-ham-unread-before-move-from-spam-group)
14644         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14645         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14646         (spam-clear-cache, spam-backend-check, spam-install-backend)
14647         (spam-install-statistical-backend, spam-list-of-processors)
14648         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14649         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14650         (spam-check-crm114, spam-initialize, spam-unload-hook):
14651         Fix typos in docstrings.
14652
14653 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14656         been checked if they have never been read and those group levels are
14657         higher than the one that a user specified.
14658
14659 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14662         foreign groups unless a group level is specified by a user.
14663         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14664
14665 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * message.el (message-send-mail-function): Require sendmail.
14668
14669 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14670
14671         * message.el (message-send-mail-function): Check for smtpmail too.
14672
14673         * utf7.el (utf7-encode, utf7-decode): Use coding system
14674         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14675
14676         * message.el (message-send-mail-function): New function.
14677         (message-send-mail-function): Set default using
14678         message-send-mail-function.  Adjust doc string.
14679         (message-send-mail-with-mailclient): New function.
14680
14681 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14682
14683         * smime.el (from):
14684         * rfc2047.el (message-posting-charset):
14685         * qp.el (mm-use-ultra-safe-encoding):
14686         * pop3.el (parse-time-months):
14687         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14688         * nnml.el (files):
14689         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14690         (jka-compr-compression-info-list, ange-ftp-path-format)
14691         (efs-path-regexp):
14692         * nndiary.el (files):
14693         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14694         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14695         (epg-digest-algorithm-alist, inhibit-redisplay)
14696         (password-cache-expiry):
14697         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14698         (pgg-output-buffer, password-cache-expiry):
14699         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14700         (efs-path-regexp):
14701         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14702         (inhibit-redisplay):
14703         * mm-uu.el (file-name, start-point, end-point, entry)
14704         (gnus-newsgroup-name, gnus-newsgroup-charset):
14705         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14706         (latin-unity-ucs-list):
14707         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14708         (mm-uu-binhex-decode-function):
14709         * message.el (gnus-message-group-art, gnus-list-identifiers)
14710         (rmail-enable-mime-composing, gnus-local-organization)
14711         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14712         (gnus-read-active-file, facemenu-add-face-function)
14713         (facemenu-remove-face-function, gnus-article-decoded-p)
14714         (tool-bar-mode):
14715         * mail-source.el (display-time-mail-function):
14716         * gnus-util.el (nnmail-pathname-coding-system)
14717         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14718         (gnus-original-article-buffer, gnus-user-agent)
14719         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14720         (xemacs-codename, sxemacs-codename, emacs-program-version):
14721         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14722         * gnus-start.el (gnus-agent-covered-methods)
14723         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14724         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14725         (gnus-newsgroup-headers, gnus-group-list-mode)
14726         (gnus-group-mark-positions, gnus-newsgroup-data)
14727         (gnus-newsgroup-unreads, nnoo-state-alist)
14728         (gnus-current-select-method, mail-sources)
14729         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14730         (nnmail-spool-file, gnus-cache-active-hashtb):
14731         * gnus-mh.el (mh-lib-progs):
14732         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14733         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14734         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14735         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14736         (gnus-group-buffer):
14737         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14738         (font-lock-set-defaults):
14739         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14740         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14741         (gnus-summary-post-menu, total-parts, type, condition, length):
14742         * gnus-agent.el (gnus-agent-read-agentview):
14743         * flow-fill.el (show-trailing-whitespace):
14744         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14745         eval-and-compile wrappers for byte compiler pacifiers.
14746
14747         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14748         (mm-display-inline-fontify): Check for featurep 'xemacs not
14749         extent-list.
14750
14751         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14752         itimer-list.
14753         (mm-create-image-xemacs): Only do something for XEmacs.
14754         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14755
14756         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14757
14758         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14759         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14760
14761 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14762
14763         * nnimap.el (nnimap-split-download-body):
14764         * gnus-demon.el (gnus-demon):
14765         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14766
14767 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14770         New macros.
14771         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14772         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14773         copy data from unibyte buffer to multibyte current buffer.
14774         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14775         to copy data from unibyte current buffer to multibyte buffer.
14776         (nntp-make-process-buffer): Make process buffer unibyte.
14777
14778         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14779
14780 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14781
14782         * pop3.el (pop3-open-server): Accept and process data more robustly at
14783         connection start to avoid spurious "POP SSL connection failed" errors.
14784
14785 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14788         read group names.
14789
14790 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14793
14794 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14797         (nnmail-save-active): Use a unibyte buffer when saving active file,
14798         which may contain non-ASCII group names.
14799
14800         * nnml.el (nnml-request-group): Decode group names in messages.
14801
14802 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * message.el (message-citation-line-function)
14805         (message-insert-formatted-citation-line): Fix spelling of
14806         `message-insert-formated-citation-line'.
14807
14808 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14811
14812 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14815         nnmail-pathname-coding-system.
14816
14817         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14818         that a user enters; decode group names in messages.
14819
14820         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14821
14822 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14823
14824         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14825
14826         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14827
14828         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14829         risky local variable.
14830
14831         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14832
14833 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14834
14835         * encrypt.el: Improve documentation to fix function name typo.
14836         Reported by Daiki Ueno <ueno@unixuser.org>.
14837
14838 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14841         even if the point is not in the last page of an article.
14842         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14843         back to the previous page.
14844
14845 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14848
14849 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14852
14853 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14854
14855         * message.el (message-check-news-body-syntax):
14856         Avoid mm-string-as-multibyte.
14857         (message-hide-headers): Don't assume (point-min)==1.
14858
14859 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14860
14861         * message.el (message-remove-blank-cited-lines): Fix if remove is
14862         given.
14863         (message-bogus-address-regexp): New variable.
14864         (message-bogus-recipient-p): New function.
14865         (message-check-recipients): New command.
14866         (message-syntax-checks): Add `bogus-recipient'.
14867         (message-fix-before-sending): Add `bogus-recipient'.
14868
14869         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14870         (gnus-treat-body-boundary): Don't test window-system.
14871
14872 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14873
14874         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14875
14876 2007-10-28  Miles Bader  <miles@gnu.org>
14877
14878         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14879         at compile-time too.
14880
14881 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus-msg.el (gnus-message-setup-hook):
14884         Add `message-remove-blank-cited-lines' to options.
14885
14886 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * message.el (message-remove-blank-cited-lines): New function.
14889         Suggested by Karl Plästerer.
14890
14891 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14894         mapc.
14895
14896         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14897         (top-level): Use mapc to set functions to be traced for debugging.
14898
14899         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14900         called for effect with while loop.
14901
14902         * message.el (message-talkative-question): Replace mapcar called for
14903         effect with mapc.
14904
14905         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14906         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14907         called for effect with dolist.
14908
14909         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14910
14911         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14912         gnus-extra-headers and nnmail-extra-headers.
14913
14914         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14915         called for effect with dolist.
14916         (top-level): Use mapc to set functions to be traced for debugging.
14917
14918         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14919         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14920         dolist.
14921
14922         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14923         Replace mapcar called for effect with mapc.
14924         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14925         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14926         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14927         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14928
14929         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14930         remove-if that's a cl function.
14931
14932         * webmail.el (webmail-debug): Replace mapcar called for effect with
14933         dolist.
14934
14935         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14936         with mapc.
14937
14938 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14941         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14942         with while loop.
14943
14944         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14945         functions from article-* functions.
14946         (gnus-multi-decode-header): Replace mapcar called for effect with
14947         dolist.
14948
14949         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14950         (gnus-bookmark-show-details): Replace mapcar called for effect with
14951         while loop.
14952
14953         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14954         called for effect with while loop.
14955
14956         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14957         with dolist.
14958
14959         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14960         Replace mapcar called for effect with dolist.
14961
14962         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14963
14964         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14965         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14966         Replace mapcar called for effect with dolist.
14967         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14968         mapc.
14969
14970         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14971         Replace mapcar called for effect with dolist.
14972         (gnus-topic-list): Replace mapcar called for effect with mapc.
14973
14974         * gnus.el: Use mapc instead of mapcar to add autoloads.
14975
14976 2007-10-23  Richard Stallman  <rms@gnu.org>
14977
14978         * gnus-group.el (gnus-group-highlight): Mark as risky.
14979
14980 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus.el (gnus-server-to-method): Return method found first in
14983         gnus-newsrc-alist.
14984
14985         * gnus-art.el (gnus-article-highlight-signature)
14986         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14987         button overlay without the front stickiness.
14988
14989 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14990
14991         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14992         overview buffer needed a catch to receive its throw.
14993         (gnus-agent-flush-cache): Declare as interactive to make this function
14994         easier to use.
14995
14996 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14999         `next-line'.
15000
15001 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15004         exclude address matching message-dont-reply-to-names.
15005
15006 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-util.el (gnus-string<): New function.
15009
15010         * gnus-sum.el (gnus-article-sort-by-author)
15011         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15012
15013 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15016         the frame-focus tag is set in gnus-buffer-configuration.
15017
15018 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15021         the front stickiness.
15022
15023 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15026         url pattern; remove duplicate one.
15027         (gnus-article-extend-url-button): New function.
15028         (gnus-article-add-buttons): Use it.
15029         (gnus-button-push): Use concatenated url that it makes.
15030
15031 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15032
15033         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15034
15035 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15036
15037         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15038         Don't hardcode point-min==1.
15039
15040 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15043         Fix comment about "iso8859-1".
15044
15045 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15046
15047         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15048         ones returned from the verify-function.
15049
15050         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15051         Call mml2015-extract-cleartext-signature if extraction failed.
15052
15053 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15054
15055         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15056         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15057         failed.
15058
15059 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15062
15063 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15066         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15067         recommends to use EasyPG instead of PGG.
15068
15069         * pgg.el: Revert to revision 6.23.2.16.
15070
15071         * pgg-def.el: Revert to revision 6.6.2.14.
15072
15073         * pgg-gpg.el: Revert to revision 6.23.2.34.
15074
15075 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15078         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15079         thread for both the null and zero (kill/expire thread) universal prefix
15080         cases.
15081         (gnus-summary-expire-thread): Add new function to expire a thread,
15082         using gnus-summary-kill-thread.
15083         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15084         shortcuts for gnus-summary-expire-thread.
15085         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15086         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15087
15088 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15089
15090         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15091         extras value, so an extras entry can be deleted.
15092         (gnus-registry-delete-extra-entry): Use it.
15093         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15094         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15095         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15096         storage through the gnus-registry, and provide an appropriate API for
15097         it.
15098
15099 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15102         Suggested by Leo <sdl.web@gmail.com>.
15103
15104         * gnus.el: Do.
15105
15106 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15109         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15110
15111         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15112
15113         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15114         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15115
15116 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15119         newline.
15120         (nnmbox-request-accept-article): Don't change article in source buffer;
15121         narrow to header to use message-fetch-field rather than
15122         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15123         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15124         as delimiters; make sure article ends with newline.
15125         (nnmbox-delete-mail): Correct last position of article to be deleted;
15126         ignore X-Gnus-Newsgroup header in article body.
15127         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15128         positions; make sure article ends with newline.
15129
15130         * message.el (message-display-abbrev): Don't infloop when a user
15131         inserts SPC in the beginning of header.
15132
15133         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15134         coding-system-for-read and coding-system-for-write for XEmacs having no
15135         file-coding feature.
15136
15137         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15138
15139 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15140
15141         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15142         list of groups not followed by default.  Fix type to be regexp.
15143         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15144
15145 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15146
15147         * hmac-def.el (define-hmac-function): Switch from old-style to
15148         new-style backquotes.
15149
15150         * md4.el (md4-make-step): Likewise.
15151
15152 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15155         raw-text coding system when saving .newsrc file, which may contain
15156         non-ASCII group names.
15157
15158 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-cus.el (gnus-score-extra): New widget.
15161         (gnus-score-extra-convert): New function.
15162         (gnus-score-customize): Use it for Extra.
15163
15164 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15165
15166         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15167         (mml2015-mailcrypt-clear-verify): Use it.
15168         (mml2015-gpg-clear-verify): Use it.
15169         (mml2015-pgg-clear-verify): Use it.
15170         (mml2015-epg-clear-verify): Replace the current part with the output
15171         from GnuPG; don't extract the plaintext by itself.
15172
15173         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15174         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15175         mml2015-clear-verify-function; don't touch the armor headers or
15176         dash-escaped text here.
15177
15178 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15181         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15182         parts, or application/octet-stream as a last resort.
15183         (gnus-mime-view-part-as-type): Don't toggle display.
15184         (gnus-mime-view-part-as-charset): Don't turn off display before
15185         querying charset.
15186
15187         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15188         stuff to undisplayer function in Emacs.
15189         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15190
15191         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15192         text/calendar parts.
15193
15194 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15197         decoding text/calendar parts.
15198
15199         * message.el (message-forward-make-body-mime): Always mark body as
15200         having no illegible text; remove signed-or-encrypted argument.
15201         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15202
15203         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15204         (mml-generate-mime-1): Don't encode body if it is specified to be in
15205         raw form; don't make buffer be unibyte when inserting multibyte string.
15206
15207 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15208
15209         * sha1.el: Fix up comment style.
15210         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15211         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15212
15213         * hex-util.el: Fix up comment style.
15214         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15215
15216         * gnus-salt.el: Use with-current-buffer.
15217         (gnus-pick-setup-message): Fix long-standing typo.
15218
15219 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * imap.el (imap-logout-timeout): New variable.
15222         (imap-logout, imap-logout-wait): New functions.
15223         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15224
15225         * nnimap.el (nnimap-logout-timeout): New server variable.
15226         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15227         nnimap-logout-timeout.
15228
15229         * gnus-art.el (gnus-article-summary-command-nosave)
15230         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15231
15232 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus.el (gnus-maximum-newsgroup): New variable.
15235
15236         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15237         according to gnus-maximum-newsgroup.
15238
15239         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15240         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15241         Limit the range of articles according to gnus-maximum-newsgroup.
15242
15243 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15244
15245         * gnus-art.el (gnus-sticky-article): Fix problems described in
15246         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15247         Don't perform gnus-configure-windows here; reuse existing sticky
15248         article buffer.
15249
15250         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15251         it doesn't exist in gnus-article-mode.
15252
15253 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15256         (gnus-agent-decoded-group-name): New function.
15257         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15258         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15259
15260 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15261
15262         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15263         Add binding for gnus-sticky-article.
15264         (gnus-summary-exit): Don't kill sticky article buffers.
15265
15266         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15267         article buffer.
15268         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15269         (gnus-kill-sticky-article-buffers): New commands.
15270
15271 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * nntp.el (nntp-xref-number-is-evil): New server variable.
15274         (nntp-find-group-and-number): If it is non-nil, don't trust article
15275         numbers in the Xref header.
15276
15277 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-agent.el (gnus-agent-read-group): New function.
15280         (gnus-agent-flush-group, gnus-agent-expire-group)
15281         (gnus-agent-regenerate-group): Use it.
15282         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15283         nnmail-pathname-coding-system.
15284
15285 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15288
15289         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15290         that are unread as unread, and also as selected so that information of
15291         marks having been changed by a user may be updated when exiting group.
15292
15293 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15296
15297 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15300         calculated ignoring signature parts to gnus-treat-article.
15301
15302 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15305         a point here in order to keep the window start.
15306         (gnus-insert-mime-security-button): Make a button overlay without the
15307         front stickiness.
15308         (gnus-mime-display-security): Goto the end of a button.
15309
15310         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15311
15312 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15315         group-name-at-point.
15316         (gnus-group-completing-read): New function that offers decoded
15317         non-ASCII group names for completion.
15318         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15319         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15320         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15321         (gnus-group-fetch-control): Use it.
15322         (gnus-fetch-group): Use group-name-at-point for the initial value
15323         rather than the default value; use gnus-alive-p.
15324
15325         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15326         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15327         (gnus-summary-post-news): Use gnus-group-completing-read.
15328
15329         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15330         (gnus-read-move-group-name): Decode group name for completion.
15331
15332 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15333
15334         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15335         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15336         Yamaoka slightly modified the code).
15337
15338 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15341         (nnmail-split-incoming): Bind it.
15342
15343         * nnml.el (nnml-group-name-charset): New function.
15344         (nnml-decoded-group-name): Use it; don't decode group name if
15345         nnmail-group-names-not-encoded-p is non-nil.
15346         (nnml-encoded-group-name): New function.
15347         (nnml-group-pathname): Inline nnml-decoded-group-name.
15348         (nnml-request-expire-articles): Decode group name in message.
15349         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15350         nnmail-pathname-coding-system.
15351         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15352         not decoded ones according to nnmail-group-names-not-encoded-p.
15353         (nnml-generate-active-info): Use nnml-encoded-group-name.
15354
15355 2007-08-08  Glenn Morris  <rgm@gnu.org>
15356
15357         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15358         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15359         doc-strings and comments.
15360
15361 2007-07-25  Glenn Morris  <rgm@gnu.org>
15362
15363         * Relicense all FSF files to GPLv3 or later.
15364
15365 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-sum.el (gnus-summary-move-article):
15368         Make gnus-summary-respool-article work.
15369
15370 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15371
15372         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15373         string.
15374
15375 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15376
15377         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15378         that should be ignored when comparing distant RSS articles with local
15379         ones.
15380         (nnrss-make-hash-index): New function.  Create a hash index according
15381         to the ignored fields.
15382         (nnrss-check-group): Use it.
15383
15384 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15387
15388         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15389
15390         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15391         the new optional argument ENCODED is non-nil.
15392         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15393         coding system for encoding group name.
15394         (gnus-group-make-rss-group): Pass un-encoded group name to
15395         gnus-group-make-group.
15396         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15397         encoded.
15398
15399         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15400         Encode group name to which articles are moved or copied.
15401         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15402         coding system for encoding Newsgroup, Followup-To and Xref headers.
15403
15404         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15405         marks; use nnheader-file-coding-system to write a file.
15406         (nnagent-retrieve-headers): Bind file-name-coding-system to
15407         nnmail-pathname-coding-system.
15408
15409         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15410
15411         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15412         (nnml-request-article, nnml-request-create-group)
15413         (nnml-request-rename-group, nnml-find-id)
15414         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15415         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15416         (nnml-save-marks): Use nnml-group-pathname instead of
15417         nnmail-group-pathname.
15418
15419         (nnml-request-create-group, nnml-request-expire-articles)
15420         (nnml-request-move-article, nnml-request-delete-group)
15421         (nnml-deletable-article-p, nnml-possibly-create-directory)
15422         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15423         (nnml-open-marks): Bind file-name-coding-system to
15424         nnmail-pathname-coding-system.
15425
15426         (nnml-request-article): Pass server argument to nnml-find-group-number.
15427         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15428         Pass server argument to nnml-possibly-create-directory.
15429         (nnml-request-accept-article): Pass server argument to
15430         nnml-active-number and nnml-save-mail.
15431         (nnml-find-group-number): Pass server argument to nnml-find-id.
15432         (nnml-request-update-info): Pass server argument to
15433         nnml-marks-changed-p.
15434
15435         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15436         (nnml-save-mail, nnml-active-number): Add server argument.
15437
15438         (nnml-request-delete-group): Warn if group is missing.
15439         (nnml-get-nov-buffer): Decode group name.
15440         (nnml-generate-active-info): Encode group name.
15441         (nnml-open-marks): Decode group name in messages.
15442
15443 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15446         if it is not specified.
15447         (gnus-article-pipe-part, gnus-article-save-part)
15448         (gnus-article-interactively-view-part, gnus-article-copy-part)
15449         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15450         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15451         (gnus-article-replace-part, gnus-article-delete-part)
15452         (gnus-article-view-part-as-type): Pass raw prefix argument to
15453         gnus-article-part-wrapper.
15454
15455 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-agent.el (gnus-agent-save-active):
15458         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15459
15460         * gnus-cache.el (gnus-cache-save-buffers)
15461         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15462         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15463         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15464         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15465         (gnus-cache-generate-active, gnus-cache-rename-group)
15466         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15467         (gnus-cache-update-overview-total-fetched-for):
15468         Bind file-name-coding-system to nnmail-pathname-coding-system.
15469         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15470         New variables.
15471         (gnus-cache-decoded-group-name): New function.
15472         (gnus-cache-file-name): Use it.
15473         (gnus-cache-generate-active): Use non-decoded group name for active.
15474
15475         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15476         right place.
15477         (gnus-write-active-file): Don't break non-ASCII group names.
15478
15479         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15480         nnmail-pathname-coding-system.
15481
15482         * lpath.el: Bind default-file-name-coding-system,
15483         file-name-coding-system and language-info-alist for XEmacs.
15484
15485         * gnus-uu.el (gnus-uu-decode-save): Typo.
15486
15487 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15490
15491 2007-07-14  David Kastrup  <dak@gnu.org>
15492
15493         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15494         finishing actions if we did not edit the article.
15495
15496 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15499         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15500         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15501         (gnus-agent-flush-group, gnus-agent-flush-cache)
15502         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15503         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15504         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15505         (gnus-agent-regenerate-group)
15506         (gnus-agent-update-files-total-fetched-for)
15507         (gnus-agent-update-view-total-fetched-for):
15508         Bind file-name-coding-system to nnmail-pathname-coding-system.
15509         (gnus-agent-group-pathname): Don't encode file names by
15510         nnmail-pathname-coding-system.
15511         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15512         coding-system-for-write instead of buffer-file-coding-system to
15513         gnus-agent-file-coding-system.
15514
15515         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15516         Decode group name.
15517
15518         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15519
15520         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15521         (gnus-read-newsrc-el-file): Make group names unibyte.
15522
15523         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15524         nnmail-pathname-coding-system.
15525
15526         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15527         (nnrss-request-delete-group): Bind file-name-coding-system to
15528         nnmail-pathname-coding-system.
15529         (nnrss-read-server-data, nnrss-read-group-data):
15530         Bind file-name-coding-system correctly.
15531         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15532
15533         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15534         (nntp-server-to-method-cache): New variable.
15535         (nntp-group-pathname): New function that decodes non-ASCII group names.
15536         (nntp-possibly-create-directory, nntp-marks-changed-p)
15537         (nntp-save-marks, nntp-open-marks): Use it.
15538         (nntp-possibly-create-directory, nntp-open-marks):
15539         Bind file-name-coding-system to nnmail-pathname-coding-system.
15540         (nntp-open-marks): Decode group names when bootstrapping marks.
15541
15542         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15543         Newsgroups and Followup-To headers.
15544
15545 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15548         (gnus-server-closed-face, gnus-server-denied-face)
15549         (gnus-server-offline-face): Remove variable.
15550         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15551
15552         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15553         of modifying message-stack directly for XEmacs.
15554
15555         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15556         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15557         if the coding-system argument is nil for XEmacs.
15558
15559         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15560         mm-charset-override-alist.
15561
15562         * rfc2047.el: Don't require base64; require rfc2045 for the function
15563         rfc2045-encode-string.
15564         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15565         to quote the parameter value.
15566
15567 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15570         form in gnus-group-name-charset-method-alist.
15571
15572         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15573         overrides the default layout edit-form.
15574
15575         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15576
15577         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15578
15579 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15582         as unfetched articles.
15583
15584 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15587
15588 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15591         original back end that keeps marks in the local system.
15592
15593 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15596         arg of pop-to-buffer for XEmacs.
15597         (gnus-article-read-summary-keys): Ditto; don't restore window
15598         configuration if summary command ends up with neither article buffer
15599         nor summary buffer; describe bindings if summary keys end with C-h.
15600
15601 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * message.el (message-fix-before-sending): Skip raw message part to be
15604         forwarded while checking illegible text.
15605         (message-forward-make-body-mime, message-forward-make-body):
15606         Mark signed or encrypted raw message as having no illegible text.
15607
15608 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15611         (gnus-message-with-timestamp-1): New macro.
15612         (gnus-message-with-timestamp): New function.
15613         (gnus-message): Use them.
15614
15615         * nnheader.el (nnheader-message): Use them.
15616
15617 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15620         .newsrc.eld file.
15621
15622 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-agent.el (gnus-agent-fetch-headers)
15625         (gnus-agent-retrieve-headers):
15626         Bind gnus-decode-encoded-address-function to identity.
15627
15628         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15629         available also when the server returns simply a dot.
15630
15631         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15632
15633 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15636
15637 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * gnus-ems.el (gnus-x-splash): Make it work.
15640
15641         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15642         from being used.
15643
15644         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15645
15646 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15649         4th and the 5th arguments.
15650
15651         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15652         the front stickiness.
15653         (gnus-article-summary-command-nosave): Correct the order of the
15654         arguments passed to pop-to-buffer.
15655         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15656         summary command ends up with the article buffer.
15657
15658         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15659         the same faces.
15660
15661 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15662
15663         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15664
15665 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15666
15667         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15668         * gnus-sum.el (gnus-summary-highlight):
15669         * pgg.el (pgg-sign-region, pgg-sign):
15670         * mail-source.el (mail-source-delete-old-incoming-confirm):
15671         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15672
15673 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-art.el (gnus-mime-view-part-externally)
15676         (gnus-mime-view-part-internally): Fix predicate function passed to
15677         completing-read.
15678
15679         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15680
15681         * gnus.el (gnus-update-message-archive-method): Add :version.
15682
15683 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus.el (gnus-update-message-archive-method): New variable.
15686
15687         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15688         according to gnus-message-archive-method if
15689         gnus-update-message-archive-method is non-nil.
15690
15691 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15694         Suggested by Loic Dachary <loic@dachary.org>.
15695         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15696
15697 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * message.el (message-pop-to-buffer): Add switch-function argument.
15700         (message-mail): Pass switch-function argument to it.
15701
15702 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15705         Improve doc string.
15706
15707 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15710         (gnus-header-content):
15711         * gnus-cite.el (gnus-cite-10):
15712         * gnus-srvr.el (gnus-server-closed):
15713         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15714         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15715         (gnus-group-mail-3-empty, gnus-group-mail-low)
15716         (gnus-group-mail-low-empty, gnus-splash):
15717         * message.el (message-header-to, message-header-cc)
15718         (message-header-subject, message-header-other, message-header-name)
15719         (message-header-xheader, message-separator, message-cited-text)
15720         (message-mml): Lighten colors of faces used for dark background.
15721
15722 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15723
15724         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15725         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15726
15727 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * message.el (message-narrow-to-headers-or-head):
15730         Ignore mail-header-separator in the body.
15731
15732 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15735         same as window size.
15736
15737 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15738
15739         * message.el (message-font-lock-keywords): Use message-header-xheader
15740         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15741         ahead of the anything pattern, to get it recognized.
15742
15743 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15746         spam.el loads uses it in the compiled defadvice form.
15747
15748 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15749
15750         * gnus-sum.el (gnus-articles-to-read)
15751         (gnus-summary-insert-old-articles): Don't truncate group name for
15752         `read-string'.
15753
15754         * gnus-util.el (gnus-limit-string): Delete this function.
15755
15756         * gnus-sum.el (gnus-simplify-subject-fully):
15757         Use `truncate-string-to-width' instead.
15758
15759 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15760
15761         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15762         Tell if, on summary exit, the next group has to be selected.
15763         (gnus-summary-exit): Use it.
15764
15765 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15768         non-break space.
15769
15770 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15773         Check if group is not a directory.
15774         (nnfolder-request-expire-articles): Don't delete articles if the target
15775         group is not available.
15776
15777         * nnml.el (nnml-request-create-group): Properly check if group is not a
15778         file.
15779         (nnml-request-expire-articles): Don't delete articles if the target
15780         group is not available.
15781
15782         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15783         Don't quote characters that are within parentheses.
15784
15785 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15788         (gnus-handle-ephemeral-exit): Select article according to it.
15789
15790 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * message.el (message-insert-formated-citation-line): Remove newline.
15793         (message-citation-line-format): Add final \n here so that the user can
15794         avoid a blank line.
15795
15796 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15797
15798         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15799         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15800         Update lanl/arXiv support.
15801
15802 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * gnus.el: Bump version number.
15805
15806 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15807
15808         * gnus.el (gnus-version-number): Bump version.
15809
15810 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15811
15812         * gnus.el: No Gnus v0.6 is released.
15813
15814 2007-04-27  Didier Verna  <didier@xemacs.org>
15815
15816         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15817         * gmm-utils.el (gmm-regexp-concat): ... here.
15818         * message.el: Don't require 'gnus-util.
15819         (message-dont-reply-to-names): Handle name change above.
15820         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15821
15822 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15825         since the initial value varies according to the system.
15826
15827 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15830
15831 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15832
15833         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15834
15835 2007-04-24  Didier Verna  <didier@xemacs.org>
15836
15837         Improve the type of gnus-ignored-from-addresses.
15838         * gnus-util.el (gnus-orify-regexp): New function.
15839         * message.el (gnus-util): Require it.
15840         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15841         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15842         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15843
15844 2007-04-24  Didier Verna  <didier@xemacs.org>
15845
15846         * gnus-sum.el:
15847         * gnus-utils.el: Fix some trailing whitespaces.
15848
15849 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15852         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15853         article's Message-ID; refer parent article in summary buffer.
15854
15855         * message.el (message-bounce): Call mime-to-mml.
15856
15857         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15858         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15859         optimize and/or forms properly.
15860
15861 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15864         URL.
15865
15866 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15869
15870 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15873         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15874         displayed of multipart/alternative part if it is invoked from summary
15875         buffer.
15876
15877         * mm-view.el (mm-inline-text-html-render-with-w3m)
15878         (mm-inline-text-html-render-with-w3m-standalone)
15879         (mm-inline-render-with-function): Use mail-parse-charset by default.
15880
15881 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15882
15883         * parse-time.el (parse-time-string-chars): Check if CHAR
15884         is less than the length of parse-time-syntax.
15885
15886 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15889         from gnus-newsgroup-processable.
15890
15891 2007-04-16  Didier Verna  <didier@xemacs.org>
15892
15893         * gnus-msg.el (gnus-configure-posting-styles):
15894         Handle message-signature-directory properly with :file syntax.
15895         Reported by "Leo".
15896
15897 2007-04-11  Didier Verna  <didier@xemacs.org>
15898
15899         New user option: message-signature-directory.
15900         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15901         * message.el (message-insert-signature): Ditto.
15902         * message.el (message-signature-file): Doc update.
15903         * message.el (message-signature-directory): New.
15904
15905 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-msg.el (gnus-inews-yank-articles):
15908         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15909
15910 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * message.el (message-yank-original): Make sure cited text ends with
15913         newline; don't exchange point and mark.
15914
15915 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15916
15917         * tls.el (open-tls-stream): Properly handle case where there
15918         is no associated buffer.
15919
15920 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15921
15922         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15923         message-yank-original, make sure (< mark TEXT point).
15924
15925 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * message.el (message-fill-column): New variable.
15928         (message-mode): Use it.  Add comment on a possible new hook.
15929
15930         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15931         (nnmail-get-new-mail): Reformat.
15932
15933         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15934
15935         * gmm-utils.el: Fix Commentary.
15936         (gmm-tool-bar-from-list): Fix typo in doc string.
15937
15938 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15939
15940         * message.el (message-yank-original): Don't switch point and mark
15941         unnecessarily to put point and mark as documented.
15942
15943 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15944
15945         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15946         from the message heads.
15947
15948 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15949
15950         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15951         article buffer does not have a window.  This may not be the best
15952         solution but is certainly better than setting the start of the null,
15953         that is the current, window.
15954
15955 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15958         (gnus-draft-setup): Run it.
15959
15960         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15961         gnus-score-fast-scoring.  Allow regexp.
15962         (gnus-score-headers): Use it.
15963
15964         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15965         XEmacs.
15966
15967         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15968         string.
15969         (gnus-button-alist): Also catch `<f1> k ...'.
15970         (gnus-treat-display-x-face): Fix doc string.
15971
15972 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15973
15974         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15975         evaluation of gnus-extended-version to ensure correct generation of the
15976         User-Agent header when message-generate-headers-first is used.
15977
15978 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15979
15980         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15981         hashcash-path is nil.  Don't call callback with incorrect number of
15982         parameters if val is 0.
15983
15984 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15985
15986         * message.el (message-required-news-headers):
15987         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15988
15989 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15990
15991         * tls.el (open-tls-stream): In handshake-waiting loop,
15992         don't wait more if there is output available to process.
15993
15994 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15995
15996         * tls.el (tls-program): Doc fix.
15997
15998 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * message.el (message-generate-new-buffers): Change the meaning of the
16001         nil value; add `standard' to the choices; treat t as `unique'; improve
16002         doc string.
16003         (gnus-select-frame-set-input-focus): Autoload.
16004         (message-buffer-name): Search for the existing message buffer if
16005         message-generate-new-buffers is nil or `standard'; treat the value t of
16006         message-generate-new-buffers as `unique'.
16007         (message-pop-to-buffer): Raise the frame already displaying the message
16008         buffer; clear the echo area after querying.
16009         (message-setup): Pass the `continue' argument to compose-mail.
16010         (message-mail): Prefer `switch-function' if it is given; search for the
16011         existing message buffer if the `continue' argument is non-nil; pass
16012         continue and switch-function arguments to compose-mail by way of
16013         message-setup.
16014         (message-mail-other-window): Adjust argument of message-setup.
16015         (message-mail-other-frame): Ditto.
16016
16017 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16020         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16021         to turn font-lock on when turning gnus-message-citation-mode on.
16022
16023 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16024
16025         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16026         (mml-smime-function-alist): New variable; add epg as the backend.
16027         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16028         mml-smime- functions instead.
16029         * mm-view.el: Require smime.
16030
16031 2007-03-05  Didier Verna  <didier@xemacs.org>
16032
16033         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16034         instead of just inheritance for posting styles.
16035         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16036
16037 2007-02-24  Chris Moore  <dooglus@gmail.com>
16038
16039         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16040         * pgg-pgp.el (pgg-pgp-encrypt-region):
16041         * pgg-gpg.el (pgg-gpg-encrypt-region):
16042         Check pgg-encrypt-for-me if no other recipients.
16043
16044 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16045
16046         * tls.el (tls-certtool-program): Fix custom type.
16047
16048 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16051         and point-at-eol instead of line-(beginning|end)-position.
16052
16053         * assistant.el (assistant-parse-buffer): Ditto.
16054
16055         * netrc.el (netrc-parse-services): Ditto.
16056
16057 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16058
16059         * mml2015.el (mml2015-epg-find-usable-key): New function.
16060         (mml2015-epg-sign): Use it.
16061         (mml2015-epg-encrypt): Use it.
16062
16063 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * message.el (message-make-in-reply-to): Quote name containing
16066         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16067         if there are special characters.  Reported by NAKAJI Hiroyuki
16068         <nakaji@jp.freebsd.org>.
16069
16070 2007-02-27  Didier Verna  <didier@xemacs.org>
16071
16072         Include the group parameters as well as the topic ones in the
16073         inheritance filter process.
16074         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16075         argument GROUP-PARAMS-LIST.
16076         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16077
16078 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * nntp.el (nntp-never-echoes-commands)
16081         (nntp-open-connection-functions-never-echo-commands): New variables.
16082         (nntp-send-command): Use them.
16083
16084 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16085
16086         * mml2015.el (mml2015-epg-verify): Simplify.
16087
16088 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * mml.el (mml-content-disposition-alist): New user option.
16091         (mml-content-disposition): New function.
16092         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16093         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16094
16095 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16096
16097         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16098         verification.
16099
16100 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16101
16102         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16103         articles posted in the last 24 hours.
16104
16105 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16106
16107         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16108
16109 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16110
16111         * nntp.el (nntp-send-command): Don't wait for echoes when
16112         nntp-open-ssl-stream is used.
16113
16114 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16117         (gnus-message-add-citation-keywords)
16118         (gnus-message-remove-citation-keywords): Remove.
16119         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16120         directly, make the variables in font-lock-defaults buffer-local, add
16121         gnus-message-citation-keywords to them and then update the value of
16122         font-lock-keywords.
16123
16124 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * message.el (message-cite-original-1): Don't call
16127         gnus-article-highlight-citation.
16128
16129         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16130         citations; fix line count.
16131
16132 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16135         (gnus-message-add-citation-keywords)
16136         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16137         versions of font-lock-add-keywords and font-lock-remove-keywords to
16138         work with XEmacs correctly.
16139
16140 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-cite.el (gnus-cite-face-list): Set the values of
16143         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16144         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16145         (gnus-message-cite-prefix-regexp): New variable.
16146         (gnus-message-search-citation-line): Use it; protect against long
16147         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16148         the 0th match data for Emacs.
16149         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16150         (gnus-message-add-citation-keywords): Append keywords rather than
16151         prepending; emulate font-lock-add-keywords if it is not available.
16152         (gnus-message-remove-citation-keywords):
16153         Emulate font-lock-remove-keywords if it is not available.
16154
16155         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16156
16157         * message.el (message-cite-prefix-regexp): Set the value of
16158         gnus-message-cite-prefix-regexp.
16159
16160 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16161
16162         * nnweb.el (nnweb-google-parse-1): Update parser.
16163
16164 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16165
16166         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16167
16168 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16169
16170         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16171         regexp.
16172
16173 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16176         string-to-multibyte.
16177         (uudecode-decode-region-internal): Use it.
16178
16179         * lpath.el: Fbind string-as-multibyte for XEmacs.
16180
16181 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16184         Fix custom choice.
16185
16186         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16187
16188 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16189
16190         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16191
16192         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16193         `write-region' to respect `mm-inhibit-file-name-handlers'.
16194
16195 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16198         Use gnus-home-directory instead of "~/" or "$HOME".
16199
16200 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16201
16202         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16203         to mention filename.
16204         Add comments at beginning regarding usage.
16205         (encrypt-write-file-contents): Change interactive so a string is
16206         acceptable.  If the file has no associated model, show an error instead
16207         of a nonsense prompt.
16208
16209 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16210
16211         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16212         Thanks to Yoshihiko Yamada for kind notification of this typo.
16213
16214 2007-01-12  Kenichi Handa  <handa@m17n.org>
16215
16216         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16217         multibyte buffer.
16218
16219 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * gnus-score.el (gnus-score-fast-scoring): New variable.
16222         (gnus-score-headers): Use it.
16223
16224         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16225
16226         * message.el (message-cite-original-1):
16227         Call gnus-article-highlight-citation if requested.
16228         (message-make-from): Allow name and address as optional arguments.
16229
16230         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16231
16232         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16233         bugs to doc string.
16234         (gnus-button-alist): Add mid\\|message-id.
16235         (gnus-button-fetch-group): Extend for use in
16236         `browse-url-browser-function'.
16237         (gnus-button-url-regexp): Try to catch paired parentheses like in
16238         Wikipedia URLs.
16239
16240         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16241         Suggested by Simon Krahnke <overlord@gmx.li>.
16242
16243 2007-01-13  Romain Francoise  <romain@orebokech.com>
16244
16245         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16246         Update copyright.
16247
16248 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16249
16250         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16251
16252 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * gnus-registry.el (gnus-registry-unfollowed-groups)
16255         (gnus-registry-split-fancy-with-parent): Fix documentation.
16256
16257 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16258
16259         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16260         from nnweb groups.
16261
16262 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16263
16264         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16265         Xref urls.  Erase buffer before requesting head.
16266
16267         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16268
16269 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16272         customizable.
16273
16274 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16275
16276         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16277         no signing key is found.
16278         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16279         no encrypting and/or signing key is found.
16280
16281 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16284
16285 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16286
16287         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16288         headers read from disk with the ones newly found in the current search.
16289         This should no longer cause problems, because the article numbers in
16290         Gmane's `nov.php' output are ignored since the previous change.
16291
16292 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16293
16294         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16295
16296 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16299         replace-regexp-in-string; bind url-version; fbind display-images-p and
16300         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16301         find-face and set-itimer-function for Emacs; bind itimer-list for
16302         Emacs.
16303
16304         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16305
16306 2007-01-01  Romain Francoise  <romain@orebokech.com>
16307
16308         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16309
16310 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16311
16312         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16313         `define-minor-mode' macro definition expanded properly.
16314         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16315         exclude it there.
16316
16317         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16318         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16319         `fboundp' test.
16320         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16321         This is OK to autoload in (S)XEmacs now.
16322
16323 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16324
16325         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16326         keystroke.
16327         (gnus-summary-limit-to-singletons): Fix typo.
16328
16329         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16330         else fails.
16331
16332 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16333
16334         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16335         docstring.
16336
16337         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16338         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16339         (gnus-summary-insert-dormant-articles): Fix typo in message.
16340
16341 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16344         nil for XEmacs.
16345         (gnus-message-citation-mode): Don't autoload in XEmacs.
16346
16347         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16348
16349 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16350
16351         * nnimap.el (nnimap-expunge-search-string):
16352         Mention nnimap-search-uids-not-since-is-evil in docstring.
16353
16354 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * spam.el: Revert to make-obsolete-variable because
16357         define-obsolete-variable-alias is not supported in Emacs 21.
16358
16359         * spam.el (spam-ifile-path, spam-ifile-database-path)
16360         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16361         make-obsolete-variable.
16362         (spam-bsfilter-path, spam-bsfilter-program)
16363         (spam-spamassassin-path, spam-spamassassin-program)
16364         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16365         Don't use "path" inappropriately.
16366         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16367         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16368         variable names.
16369
16370 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16371
16372         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16373         summary buffer.
16374
16375         * password.el (password-cache-remove): Use clear-string to burn
16376         password, if available.
16377
16378 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16381
16382         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16383
16384         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16385         (gnus-message-highlight-citation): Move defcustom here from
16386         gnus-cite.el.
16387         (gnus-message-citation-mode): Autoload.
16388
16389         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16390         checks to make it compile with XEmacs.
16391         (gnus-message-citation-mode): New minor mode.
16392         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16393         (gnus-message-highlight-citation): New variables.
16394         (gnus-message-search-citation-line)
16395         (gnus-message-add-citation-keywords)
16396         (gnus-message-remove-citation-keywords)
16397         (turn-on-gnus-message-citation-mode)
16398         (turn-off-gnus-message-citation-mode): New functions.
16399
16400 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16401
16402         * gnus-cite.el: Enable highlighting of different citation levels in
16403         message-mode.
16404
16405 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * message.el (message-make-fqdn): Fix comment.
16408         (message-bogus-system-names): Add ".local".
16409
16410         * spam.el (spam-ifile-path, spam-ifile-program)
16411         (spam-ifile-database-path, spam-ifile-database)
16412         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16413         Don't use "path" inappropriately.
16414         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16415         strings.
16416         (spam-check-ifile, spam-ifile-register-with-ifile)
16417         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16418         Use new variable names.
16419
16420         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16421         (gnus-treat-display-smileys): Simplify using
16422         gnus-image-type-available-p.
16423
16424         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16425         available.
16426
16427         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16428         Use `display-images-p' if available.
16429
16430 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16433         one after turning on the buffer's multibyteness instead of decoding
16434         them directly in the unibyte buffer that causes unexpected conversion
16435         in Emacs 23 (unicode).
16436
16437 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16438
16439         * message.el (message-generate-hashcash): Fix custom type.
16440
16441 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16442
16443         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16444
16445 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16448         disconnect icons.  Add help text.
16449
16450 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16451
16452         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16453         negated to be consistent with the others we handle.
16454
16455 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16456
16457         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16458         version of gnus-summary-buffer to something, so that we can use two
16459         article buffers at the same time.
16460
16461 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16464         trigger all the extra headers.
16465         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16466         sorting.
16467
16468 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16469
16470         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16471         solid groups.
16472
16473 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16474
16475         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16476
16477 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * legacy-gnus-agent.el: Add Copyright notice.
16480
16481 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16482
16483         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16484
16485 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16486
16487         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16488
16489         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16490         to make it work reliably in CVS Emacs.
16491         (gnus-summary-limit-strange-charsets-predicate)
16492         (gnus-summary-limit-to-predicate): New functions.
16493
16494 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16495
16496         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16497         specifying array size.
16498         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16499         array if it is too small.
16500         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16501         (gnus-sort-threads-loop): New function.
16502
16503 2006-12-06  Chris Moore  <dooglus@gmail.com>
16504
16505         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16506         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16507
16508 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16509
16510         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16511         options.
16512
16513 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514
16515         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16516         DOS-ing the recipient.
16517
16518         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16519         the headers when creating the mapping to avoid mismappings.
16520         (nnweb-gmane-create-mapping): Always nix out old mapping.
16521
16522 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16525         and mm-verify-option to never.
16526
16527 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * message.el (message-signed-or-encrypted-p): New function.
16530         (message-forward-make-body): Use it.
16531
16532         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16533         Replace encode-coding-string with mm-encode-coding-string.
16534
16535 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * nneething.el (nneething-decode-file-name):
16538         Replace decode-coding-string with mm-decode-coding-string.
16539
16540         * gnus-int.el (gnus-open-server): Say failed server's name.
16541
16542 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16543
16544         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16545         strings to a single string.  Quote `errors-file-name'.
16546         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16547         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16548         Adjust calls.  Use `shell-quote-argument'.
16549
16550 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16551
16552         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16553         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16554
16555         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16556         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16557         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16558         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16559         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16560         (gnus-subscribe-newsgroup, gnus-1):
16561         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16562         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16563         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16564         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16565
16566 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16567
16568         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16569         keystroke.
16570         (gnus-summary-limit-to-bodies): Implement headersp.
16571
16572 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16573
16574         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16575
16576 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16579
16580 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16581
16582         * message.el (message-generate-hashcash): Expand range of values to
16583         include `opportunistic'.
16584         (message-send-mail): Use it.
16585
16586 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16587
16588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16589         and comment it.
16590
16591         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16592
16593 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * gnus-util.el (gnus-extract-address-components): Improve comment.
16596
16597 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-util.el (gnus-extract-address-components): Work with address in
16600         which the name portion contains @.
16601
16602         * lpath.el: Fbind custom-autoload.
16603
16604 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus.el (gnus-start): Move custom group up.
16607         (gnus-select-method): Don't autoload, but make it available for
16608         `customize-variable'.
16609         (gnus-getenv-nntpserver): Don't autoload.
16610
16611 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16614
16615 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16616
16617         * message.el (message-sendmail-extra-arguments): New variable.
16618         (message-send-mail-with-sendmail): Use it.
16619
16620 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16623         mm-with-unibyte-current-buffer to make string unibyte.
16624
16625         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16626         mm-string-as-multibyte.
16627
16628 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16629
16630         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16631         Reported by Werner Koch <wk@gnupg.org>.
16632
16633 2006-11-14  Daiki Ueno  <ueno@p360>
16634
16635         * mml2015.el: Autoload epa-select-keys when compiling.
16636
16637 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16638
16639         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16640         message-options.
16641         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16642
16643 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16644
16645         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16646         EasyPG (< 0.0.6).
16647         (mml2015-always-trust): New user option.
16648         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16649         prompt.
16650
16651 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * nntp.el (nntp-authinfo-force): New variable.
16654         (nntp-send-authinfo): Use it.
16655
16656 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16657
16658         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16659         decode encoded words.  Improve prompt.  Add comment about forwarding.
16660         (message-replacement-char): Move up.
16661
16662 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16663
16664         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16665         instead of gnus-intersection because arguments of gnus-sorted-nunion
16666         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16667
16668 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16671         (message-simplify-subject-functions):
16672         Enable message-strip-subject-encoded-words by default.
16673
16674 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * message.el (message-strip-subject-encoded-words): New function.
16677         (message-simplify-subject-functions): New variable.
16678         (message-simplify-subject): Use it.  Fix typo in doc string.
16679         Support message-strip-subject-encoded-words.
16680
16681 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16682
16683         * gnus-diary.el (gnus-diary-delay-format-function):
16684         * nndiary.el (nndiary-reminders):
16685         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16686
16687 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * gnus-art.el (article-hide-boring-headers): Fetch date from
16690         gnus-original-article-buffer to avoid problems with localized date
16691         strings.
16692
16693 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16696
16697 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16700         New variables.
16701         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16702         (mm-charset-synonym-alist): Move some entries to
16703         mm-codepage-iso-8859-list.
16704         (mm-charset-synonym-alist, mm-charset-override-alist):
16705         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16706
16707 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16710
16711 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16714         with Emacs 21 and XEmacs.
16715
16716 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * spam.el (spam-parse-address): New function for better parsing,
16719         catching errors, etc.
16720         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16721
16722 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * mm-view.el: Add interactive arg to html2text autoload.
16725
16726 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16729
16730 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16733         New variables.
16734         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16735         (mm-charset-synonym-alist): Move some entries to
16736         mm-codepage-iso-8859-list.
16737
16738         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16739
16740 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16741
16742         * message.el (message-citation-line-format)
16743         (message-insert-formated-citation-line): Fix implementation of %E, %N
16744         and %n according to the doc string.
16745
16746 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16747
16748         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16749         Use car-safe to avoid bad parses.
16750
16751 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16754         names.
16755
16756         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16757
16758 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16761         header.
16762
16763         * message.el (message-draft-headers): Add Date.
16764         (message-headers-to-generate): Fix typo in docstring.
16765
16766         * nndraft.el (nndraft-required-headers): New variable.
16767         (nndraft-generate-headers): Use it.
16768
16769         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16770
16771 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * gnus-registry.el (gnus-registry-wash-for-keywords)
16774         (gnus-registry-find-keywords): New functions to allow easy searching of
16775         articles that are in the registry.
16776
16777 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16778
16779         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16780         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16781         Reported by Damien Elmes <damien@repose.cx>.
16782
16783 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * gnus.el (gnus-mime): Remove unused custom group.
16786
16787 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16788
16789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16790         "blank line" when searching for end of armor headers.
16791
16792 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gmm-utils.el (gmm-write-region): Fix variable name.
16795
16796 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * gmm-utils.el (gmm-write-region): New function based on compatibility
16799         code from `mm-make-temp-file'.
16800
16801         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16802
16803         * nnmaildir.el (nnmaildir--update-nov)
16804         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16805         Use `gmm-write-region'.
16806
16807 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16810         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16811
16812         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16813
16814         * message.el (message-replacement-char): New variable.
16815         (message-fix-before-sending): Use it.
16816         (message-simplify-subject): New function to remove duplicate code.
16817         (message-reply, message-followup): Use it.
16818
16819         * gnus-sum.el (gnus-summary-make-menu-bar):
16820         Clarify gnus-summary-limit-to-articles.
16821
16822 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-util.el (gnus-with-local-quit): New macro.
16825
16826         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16827
16828 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16829
16830         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16831         ignore non-string data.
16832
16833 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16836         non-string data (needs to be done in the registry too).
16837
16838 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16839
16840         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16841         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16842         (gnus-registry-split-fancy-with-parent)
16843         (gnus-registry-fetch-simplified-message-subject-fast)
16844         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16845         Remove text properties on ingress into the registry and when it's saved.
16846         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16847         registry from entries with no groups.
16848
16849 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16852         function to remove string properties.
16853
16854 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * gmm-utils.el (gmm): Adjust custom version.
16857
16858         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16859         Adjust custom version.
16860
16861         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16862
16863 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-art.el (gnus-insert-prev-page-button)
16866         (gnus-insert-next-page-button): Simplify.  Reformat.
16867
16868 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16869
16870         * gnus-art.el (gnus-insert-prev-page-button)
16871         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16872
16873 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16874
16875         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16876
16877 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16878
16879         * gnus-art.el (gnus-insert-mime-button)
16880         (gnus-insert-mime-security-button):
16881         Apply gnus-article-button-face to MIME and security buttons.
16882
16883 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16886         readable.
16887
16888 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16891
16892 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16893
16894         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16895         `browse-url-of-file' instead of `browse-url'.
16896
16897 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16898
16899         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16900         regexp.  Articles containing quotation were cut prematurely.
16901
16902 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * message.el (message-cite-original-1): Use nobody by default for the
16905         value of From header.
16906         (message-reply): Ditto.
16907
16908 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16909
16910         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16911         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16912         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16913
16914 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16917         mails in the doc string.  Add some URLs in comment.
16918         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16919
16920 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16923         backslashes handling and the way to find boundaries of quoted strings.
16924
16925 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16926
16927         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16928         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16929         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16930         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16931
16932 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16935         doc string.
16936         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16937
16938 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * lpath.el: Fbind epg-check-configuration.
16941
16942 2006-09-06  Simon Josefsson  <jas@extundo.com>
16943
16944         * mml2015.el (mml2015-use): Doc fix, mention epg.
16945
16946 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16947
16948         * mml2015.el (mml2015-use): Default to epg, if available.
16949
16950 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16951
16952         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16953         message-sender.
16954         (mml1991-epg-encrypt): Ditto.
16955         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16956         message-sender.
16957         (mml2015-epg-encrypt): Ditto.
16958
16959 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16960
16961         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16962         several common directories.
16963
16964 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16965
16966         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16967         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16968
16969 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * gnus-art.el (article-decode-encoded-words): Make it fast.
16972
16973 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16976
16977         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16978         in quoted string into `\'.
16979
16980 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16983         Use standard-syntax-table.
16984
16985 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-art.el (gnus-decode-address-function): New variable.
16988         (article-decode-encoded-words): Use it to decode headers which are
16989         assumed to contain addresses.
16990         (gnus-mime-delete-part): Remove useless `or'.
16991
16992         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16993         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16994         (gnus-nov-parse-line): Use it to decode From header.
16995         (gnus-get-newsgroup-headers): Ditto.
16996         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16997
16998         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16999         (mail-decode-encoded-address-string): New alias.
17000
17001         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17002         New function.
17003         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17004         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17005         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17006         (rfc2047-decode-string): Ditto.
17007         (rfc2047-decode-address-region): New function.
17008         (rfc2047-decode-address-string): New function.
17009
17010 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * message.el (message-caesar-buffer-body): Allow rotating headers.
17013
17014         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17015
17016         * message.el (message-insert-formated-citation-line): Fix %f.
17017         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17018
17019 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17022         (gnus-bookmark-mouse-available-p): New macro.
17023         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17024         (gnus-bookmark-bmenu-show-infos): Use it.
17025         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17026         (gnus-bookmark-bmenu-hide-infos): Ditto.
17027         (gnus-bookmark-remove-properties): New function.
17028         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17029         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17030         (gnus-bookmark-write-file): Bind coding-system-for-write.
17031         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17032         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17033         group before selecting it.
17034         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17035         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17036         quit-window if it is not available; use gnus-mouse-2 and bind it to
17037         gnus-bookmark-bmenu-select-by-mouse.
17038         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17039         (gnus-bookmark-bmenu-select-by-mouse): New function.
17040
17041 2006-08-13  Romain Francoise  <romain@orebokech.com>
17042
17043         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17044         space.
17045
17046 2006-08-10  Romain Francoise  <romain@orebokech.com>
17047
17048         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17049         (dns-mode-soa-auto-increment-serial): New user option.
17050         (dns-mode-soa-maybe-increment-serial): New function.
17051         (dns-mode): Add the latter to `write-contents-functions'.
17052
17053 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * compface.el (uncompface): Use binary rather than raw-text-unix.
17056
17057 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * compface.el (uncompface): Make sure the eol conversion doesn't take
17060         place when communicating with the external programs.
17061         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17062
17063 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17066
17067 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17068
17069         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17070         Make it more robust by parsing author and date independently.
17071
17072 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17075
17076 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17077
17078         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17079         first matching secret key.
17080         (mml2015-epg-encrypt): Ditto.
17081
17082         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17083         first matching secret key.
17084         (mml1991-epg-encrypt): Ditto.
17085
17086         * mml2015.el (mml2015-encrypt-to-self): New user option.
17087         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17088         mml2015-epg-encrypt-to-self is set.
17089
17090         * mml1991.el (mml1991-encrypt-to-self): New variable.
17091         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17092         mml1991-epg-encrypt-to-self is set.
17093
17094         * mml2015.el (mml2015-signers): New user option.
17095         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17096         (mml2015-epg-encrypt): Allow to select signing keys.
17097
17098         * mml1991.el (mml1991-signers): New variable.
17099         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17100         (mml1991-epg-encrypt): Allow to select signing keys.
17101
17102 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * nnheader.el (nnheader-insert-head): Make it work even if the file
17105         uses CRLF for the line-break code.
17106
17107 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17108
17109         * mml2015.el: Require mml-sec instead of password.
17110         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17111         (mml2015-cache-passphrase): Inherit the default value from
17112         mml-secure-cache-passphrase.
17113         (mml2015-passphrase-cache-expiry): Inherit the default value from
17114         mml-secure-passphrase-cache-expiry.
17115
17116         * mml1991.el: Require mml-sec instead of password.
17117         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17118         (mml1991-cache-passphrase): Inherit the default value from
17119         mml-secure-cache-passphrase.
17120         (mml1991-passphrase-cache-expiry): Inherit the default value from
17121         mml-secure-passphrase-cache-expiry.
17122
17123         * mml-sec.el: Require password.
17124         (mml-secure-verbose): New user option.
17125         (mml-secure-cache-passphrase): New user option.
17126         (mml-secure-passphrase-cache-expiry): New user option.
17127
17128 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17129             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17130
17131         * pgg-def.el (pgg-truncate-key-identifier):
17132         Truncate the key ID to 8 letters from the end.
17133
17134 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17135
17136         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17137         workaround for the url package included with Emacs.
17138
17139         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17140
17141 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17144         correctly.  This fixes a bug caused by the 2006-05-12 change.
17145
17146 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17147
17148         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17149         some information about the error when saying that the `bogus' mail
17150         group will be used.
17151
17152 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17155         string.
17156
17157 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17158
17159         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17160
17161 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17162
17163         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17164
17165 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17166
17167         * mml1991.el (mml1991-function-alist): Add epg.
17168         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17169         (mml1991-epg-encrypt): New functions.
17170
17171 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17172
17173         * mml2015.el (mml2015-verbose): New variable.
17174         (mml2015-cache-passphrase): Ditto.
17175         (mml2015-passphrase-cache-expiry): Ditto.
17176         (mml2015-function-alist): Add epg.
17177         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17178         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17179         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17180         New functions.
17181
17182 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17183
17184         * message.el (message-cite-original-1): Preserve region when removing
17185         quoted text due to X-No-Archive in order to avoid bogus attribution
17186         when citing multiple messages.
17187
17188 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17189
17190         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17191         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17192
17193 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * gnus-diary.el (gnus-user-format-function-d)
17196         (gnus-user-format-function-D): Autoload.
17197
17198         * imap.el (Commentary): Fix typo.
17199
17200         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17201         2006-04-22 contribution.
17202
17203 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17204
17205         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17206         It didn't really fix the bogosity I'm seeing with solid web groups.
17207
17208 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17209
17210         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17211         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17212         created using server names.  If we use the feature without declaring
17213         it, Gnus does not properly manage server and group state.
17214
17215         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17216         bound.
17217
17218 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17219
17220         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17221         looking up the method using GROUP's prefix before inventing a new one.
17222         It is used on killed/unknown groups in various places where returning
17223         an all-new method isn't expected by the caller.
17224
17225         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17226         and match semantics of gnus-group-real-prefix.
17227
17228 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17229
17230         * nnmail.el (nnmail-broken-references-mailers): New variable.
17231         (nnmail-ignore-broken-references): New function generalizing
17232         nnmail-fix-eudora-headers.
17233         (nnmail-fix-eudora-headers): Now obsolete.
17234
17235         * gnus-art.el (gnus-button-handle-custom):
17236         Support `customize-apropos*'.
17237
17238 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17239
17240         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17241
17242         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17243         articles.
17244
17245 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17246
17247         * message.el (message-cite-reply-above): New variable.
17248         (message-yank-original): Use it.
17249
17250 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17253
17254 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17257         as read.
17258
17259         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17260
17261 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17264         (gnus-bookmark-default-file): Use gnus-directory.
17265         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17266         Remove "*" in doc string.
17267         (gnus-bookmark-write-file): Simplify.
17268         (gnus-bookmark-maybe-sort-alist): Use `when'.
17269         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17270         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17271         Add FIXME about Emacs 21 and XEmacs compatibility.
17272         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17273         compatibility.
17274         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17275         compatibility.
17276         (gnus-bookmark-menu-heading): Fix version.
17277
17278 2006-06-19  Bastien Guerry  <bzg@altern.org>
17279
17280         * gnus-bookmark.el: New file.
17281
17282 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * message.el (message-syntax-checks): Doc fix.
17285
17286 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17287
17288         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17289         unsubscribed groups as if they were killed ones.  It causes duplicate
17290         entries in gnus-newsrc-alist.
17291
17292 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * message.el (message-syntax-checks): Doc fix.
17295         (message-send-mail): Add check for continuation headers.
17296         (message-check-news-header-syntax): Fix regexp used to check for
17297         continuation headers.
17298
17299 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17302
17303 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17306
17307 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17310         default-truncate-lines.
17311
17312 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17315         to fill the utf-8 entry.
17316
17317         * lpath.el: Fbind unicode-precedence-list.
17318
17319 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17320
17321         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17322
17323 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17324
17325         * gnus-agent.el (directory-files-and-attributes): Move all the way
17326         forward (the third and final move).
17327         (gnus-agent-read-agentview): Trap reconstruction errors due to
17328         nonexistent directory.  Handle by returning nil.
17329
17330 2006-05-30  Didier Verna  <didier@xemacs.org>
17331
17332         * message.el (message-dont-reply-to-names): Update the custom type.
17333         * message.el (message-dont-reply-to-names): New defsubst: potentially
17334         convert a list of regexps into a single one.
17335         * message.el (message-get-reply-headers): Use it.
17336         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17337
17338 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-agent.el (directory-files-and-attributes): Move forward.
17341
17342 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * gnus-ml.el (gnus-mailing-list-subscribe)
17345         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17346         (gnus-mailing-list-message): Fix doc strings.
17347
17348 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17349
17350         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17351         of doing it manually.
17352
17353 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17356         comment.
17357
17358 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17359
17360         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17361         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17362         (gnus-agent-read-local): All symbols allocated in my-obarray.
17363         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17364         (gnus-agent-regenerate-group): Check numeric names to see if they are
17365         messages or groups.
17366         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17367         better way of do this...)
17368
17369         * gnus-cache.el (gnus-agent-total-fetched-for):
17370         Ignore 'dummy.group' (there should be a better way of do this...)
17371
17372 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17375         (gnus-saved-headers): Ditto.
17376         (gnus-default-article-saver): Mention functions may have properties.
17377         (gnus-article-save): Override gnus-save-all-headers and
17378         gnus-saved-headers by :headers property which saver function may have.
17379         (gnus-summary-save-in-file): Add :headers property.
17380         (gnus-summary-write-to-file): Ditto.
17381
17382         * gnus-sum.el (gnus-summary-save-article): Bind
17383         gnus-prompt-before-saving to t when saving many articles in a file;
17384         always show all headers.
17385
17386         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17387
17388 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17389
17390         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17391         marks.
17392
17393         * message.el (message-indent-citation): Add optional arguments to allow
17394         using it outside of message buffers.
17395
17396         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17397         (gnus-article-treat-unfold-headers): Use it.
17398         (gnus-article-truncate-lines): New variable.
17399         (gnus-article-mode): Use it.
17400         (gnus-article-toggle-truncate-lines): New function.
17401
17402         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17403         Add gnus-article-toggle-truncate-lines.
17404
17405         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17406         coding system in XEmacs, use binary.
17407
17408 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17411         after-load-alist.
17412
17413         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17414         this function should save decoded articles.
17415         (gnus-summary-write-to-file): Use property to specify this function
17416         should save decoded articles and specify gnus-summary-save-in-file
17417         should be used to save articles other than the first one when saving
17418         many articles.
17419         (gnus-summary-save-body-in-file): Use property to specify this
17420         function should save decoded articles.
17421         (gnus-summary-write-body-to-file): Use property to specify this
17422         function should save decoded articles and specify
17423         gnus-summary-save-body-in-file should be used to save articles other
17424         than the first one when saving many articles.
17425
17426         * gnus-sum.el (gnus-summary-save-article): Simplify.
17427
17428 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-art.el (gnus-default-article-saver):
17431         Add gnus-summary-write-body-to-file.
17432         (gnus-article-save-coding-system): Don't use coding system object
17433         in XEmacs.
17434         (gnus-read-save-file-name): Add optional `dir-var' argument which
17435         specifies directory in which files are saved; work even if optional
17436         `variable' argument is not specified.
17437         (gnus-summary-write-to-file): Read file name.
17438         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17439         (gnus-summary-write-body-to-file): New function.
17440
17441         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17442         (gnus-summary-local-variables): Add it.
17443         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17444         (gnus-summary-save-article): Remove optional `decode' argument;
17445         determine whether to decode articles by the value of
17446         gnus-default-article-saver; when saving many files using
17447         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17448         it first and use gnus-summary-save-in-file or
17449         gnus-summary-save-body-in-file thereafter unless
17450         gnus-prompt-before-saving is always; move point to article which
17451         will be saved.
17452         (gnus-summary-save-article-file): Revert.
17453         (gnus-summary-write-article-file): Revert.
17454         (gnus-summary-save-article-body-file): Revert.
17455         (gnus-summary-write-article-body-file): New function.
17456
17457 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * gnus-art.el (gnus-default-article-saver): Doc fix.
17460         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17461         from gnus-summary-save-article-coding-system, and default to a
17462         certain coding system.
17463         (gnus-output-to-file): Add coding cookie and encode text according
17464         to gnus-article-save-coding-system; don't use mm-append-to-file.
17465
17466         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17467         gnus-art.el and rename to gnus-article-save-coding-system.
17468         (gnus-summary-save-article): Require gnus-art; don't show all
17469         headers if it decodes articles; don't add coding cookie here;
17470         don't bind mm-text-coding-system-for-write.
17471         (gnus-summary-save-article-file): Save decoded articles.
17472         (gnus-summary-write-article-file): When saving many files, use
17473         gnus-summary-write-to-file first and gnus-summary-save-in-file
17474         thereafter unless gnus-prompt-before-saving is always.
17475         (gnus-summary-save-article-body-file): Save decoded articles.
17476
17477         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17478
17479 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17480
17481         * nnrss.el (nnrss-check-group): Bind hash-index.
17482
17483 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17484
17485         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17486         its hash index.  Store this hash in `nnrss-group-data'.
17487         (nnrss-read-group-data): Update accordingly.
17488
17489 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17492         entry.
17493
17494         * gnus-sum.el (gnus-summary-make-menu-bar):
17495         Add gnus-article-browse-html-article.
17496
17497 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17498
17499         * gnus-sum.el (gnus-summary-mime-map):
17500         Add gnus-article-browse-html-article.
17501
17502         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17503
17504 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17507         suitable coding systems in customize.
17508
17509 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * mail-source.el (mail-sources): Fix custom type.
17512
17513 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17516         (gnus-summary-expire-articles-now): Shorten prompt.
17517
17518         * gmm-utils.el (wid-edit): Require.
17519         (defun-gmm): Rename from `gmm-defun-compat'.
17520         (gmm-image-search-load-path): Use it.
17521         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17522
17523 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-sum.el (gnus-summary-save-article-coding-system):
17526         New variable.
17527         (gnus-summary-save-article): Add optional `decode' argument.
17528         If it is set and gnus-summary-save-article-coding-system is non-nil,
17529         save decoded article.
17530         (gnus-summary-write-article-file): Save decoded article if
17531         gnus-summary-save-article-coding-system is non-nil.
17532
17533         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17534         type.
17535
17536 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17539
17540 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17543         first to test gnus-single-article-buffer which may be buffer-local.
17544
17545         * gnus-sum.el (gnus-summary-setup-buffer):
17546         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17547         group; make gnus-article-buffer, gnus-article-current, and
17548         gnus-original-article-buffer always buffer-local.
17549         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17550         group.
17551         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17552
17553 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17554
17555         * nnml.el (nnml-request-compact-group): Compressed files might not
17556         have .gz extension.
17557
17558 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17559
17560         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17561         (mm-copy-to-buffer): Use with-current-buffer.
17562         (mm-display-part): Simplify.
17563         (mm-inlinable-p): Add optional arg `type'.
17564
17565 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17566
17567         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17568         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17569         Try harder to show the attachment internally or externally using
17570         gnus-mime-view-part-as-type.
17571
17572 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * message.el (message-from-style, message-signature-separator)
17575         (message-user-organization-file, message-send-mail-function)
17576         (message-citation-line-function, message-yank-prefix)
17577         (message-indent-citation-function, message-signature)
17578         (message-signature-file, message-signature-insert-empty-line):
17579         Remove autoloads.
17580
17581         * gnus-art.el (gnus-buttonized-mime-types):
17582         Remove "multipart/signed".  Revert 2006-04-26 change.
17583
17584 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17585
17586         * gnus.el (gnus-version-number): Bump version.
17587
17588 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17589
17590         * gnus.el: No Gnus v0.5 is released.
17591
17592 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17593
17594         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17595         fetching articles by message-id.
17596
17597 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17598
17599         * message.el (hashcash): Require hashcash as normal.
17600
17601         * ecomplete.el (ecomplete-highlight-match-line):
17602         Use point-at-eol.
17603         (ecomplete-highlight-match-line): Use `highlight', because that
17604         face exists in both Emacs and XEmacs.
17605
17606         * message.el (message-display-abbrev): Use point-at-bol.
17607
17608         * mail-source.el: Don't require timer/timer-funcs.
17609
17610         * gnus-async.el: Ditto.
17611
17612         * password.el: Ditto.
17613
17614         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17615
17616         * mm-url.el: Ditto.
17617
17618         * gnus-xmas.el: Don't require timer-funcs.
17619
17620         * mm-util.el: Require timer/timer-funcs.
17621
17622 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17623
17624         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17625         Close.
17626
17627 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17630         unibyte after clear-decrypt function runs.
17631
17632         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17633         returns as a unibyte string.
17634
17635 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * lpath.el: Revert.
17638
17639         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17640         (pgg-gpg-process-sentinel): Revert.
17641
17642         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17643         (pgg-pgp-lookup-key): Revert.
17644
17645         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17646         (pgg-pgp5-lookup-key): Revert.
17647
17648         * pgg.el (pgg-fetch-key): Revert.
17649
17650 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * lpath.el: Fbind string-as-multibyte for XEmacs.
17653
17654         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17655         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17656         (mml1991-pgg-encrypt): Ditto.
17657
17658         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17659         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17660         a multibyte buffer.
17661
17662         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17663         (pgg-pgp-lookup-key): Ditto.
17664
17665         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17666         (pgg-pgp5-lookup-key): Ditto.
17667
17668         * pgg.el (pgg-fetch-key): Ditto.
17669
17670 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17671
17672         * message.el (message-user-organization-file): Check several
17673         locations of the organization file.
17674
17675         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17676         Add gnus-article-view-part-as-type.
17677
17678         * gnus-art.el (gnus-article-view-part-as-type): New function.
17679
17680         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17681         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17682
17683         * mml.el: Simplify autoload.
17684         (mml-mode): defvar dnd-protocol-alist instead of using
17685         symbol-value.
17686         (mml-default-directory): New variable.
17687         (mml-minibuffer-read-file): Use it.
17688         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17689
17690         * message.el (message-citation-line-format): New variable.
17691         (message-insert-formated-citation-line): New function.
17692         (message-citation-line-function):
17693         Add `message-insert-formated-citation-line' to custom type.
17694
17695         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17696         to doc string.
17697
17698         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17699         depending on mm-verify-option.
17700
17701 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17704         binding pgg-* variables; reimplement the section which prevents
17705         MIME header from being signed.
17706         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17707         pgg-text-mode; remove a blank line at the top of body.
17708
17709         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17710         lines at the top of body; use gnus-newsgroup-charset if there's no
17711         Charset header.
17712
17713 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * message.el (message-self-insert-commands): Doc fix.
17716
17717         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17718         (mm-uu-pgp-encrypted-test): Ditto.
17719         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17720         between header and body; return application/pgp-encrypted handle
17721         if decryption failed; decode decrypted body by charset.
17722
17723         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17724         element match to application/pgp-*.
17725
17726 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17727
17728         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17729         HTML.
17730
17731 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17732
17733         * mail-source.el (mail-source-call-script): Message the error
17734         string.
17735
17736 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17737
17738         * gnus-util.el (gnus-byte-compile): Use it.
17739
17740 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17741
17742         * gnus-util.el (kill-empty-logs): New function.
17743
17744 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17745
17746         * message.el (message-mail-alias-type): Doc fix.
17747         (message-mail-alias-type-p): New function.
17748         (message-send): Use it.
17749         (message-mode): Ditto.
17750         (message-strip-forbidden-properties): Ditto.
17751
17752         * ecomplete.el (ecomplete-database-file-coding-system):
17753         New variable.
17754         (ecomplete-save): Use it.
17755         (ecomplete-setup): Use it.
17756
17757 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * message.el (message-self-insert-commands): New variable.
17760         (message-strip-forbidden-properties): Use it.
17761
17762 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17763
17764         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17765         that doesn't make XEmacs choke.
17766
17767 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17768
17769         * gnus-util.el (gnus-replace-in-string):
17770         Prefer replace-regexp-in-string over of replace-in-string.
17771
17772 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-util.el (gnus-select-frame-set-input-focus):
17775         Use select-frame-set-input-focus if it is available in XEmacs; use
17776         definition defined in Emacs 22 for old Emacsen.
17777
17778         * dgnushack.el: Autoload unmorse-region for XEmacs.
17779
17780         * lpath.el: Bind cursor-in-non-selected-windows and
17781         select-frame-set-input-focus for XEmacs.
17782
17783 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17786
17787 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17788
17789         * gnus-registry.el (gnus-registry-cache-save): Remove text
17790         properties when saving via the temp buffer.
17791
17792 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * message.el (message-generate-hashcash): Honor custom type.
17795
17796 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17797
17798         * message.el (message-generate-hashcash): Default to non-nil when
17799         hashcash is found.
17800
17801         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17802         (gnus-refer-thread-limit): Increase default to 500.
17803
17804         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17805
17806         * flow-fill.el (fill-flowed): Allow delete-space.
17807
17808 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17811         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17812         Remove autoloads.
17813
17814 2006-04-18  Simon Josefsson  <jas@extundo.com>
17815
17816         * message.el (message-generate-hashcash): Default to.
17817
17818 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17821         concatenating segments rather than before concatenating them.
17822
17823 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17826
17827 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17828
17829         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17830
17831         * message.el (message-forward-make-body-plain):
17832         Allow message-forward-ignored-headers to be a list.
17833         (message-remove-ignored-headers): Factor out into function.
17834         (message-forward-make-body-mml): Use it.
17835
17836         * imap.el (imap-quote-specials): New function.
17837         (imap-login-auth): Quote specials.
17838
17839         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17840         (rfc2231-parse-string): Allow concatanation of parameters that
17841         aren't contiguous.  The test case is
17842           (mail-header-parse-content-type "message/external-body;
17843             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17844             access-type=LOCAL-FILE;
17845             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17846
17847 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17848
17849         * nntp.el (nntp-accept-process-output): Return the value of
17850         `nnheader-accept-process-output'.
17851
17852 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17853
17854         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17855         (gnus-button-alist): Recognize more diff formats.
17856         (gnus-button-patch): Strip directory.
17857
17858 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17859
17860         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17861         Emacs 22 when setting focus.
17862
17863 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17864
17865         * gnus-art.el (gnus-article-treat-types): Do treatment of
17866         text/x-verbatim parts.
17867         (gnus-button-patch): New command.
17868
17869         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17870         addresses that contain invalid characters.
17871
17872 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * message.el (message-put-addresses-in-ecomplete):
17875         Use gnus-replace-in-string.
17876         (message-is-yours-p): Use the more correct
17877         mail-header-parse-address instead of
17878         mail-extract-address-components.
17879         (message-put-addresses-in-ecomplete): Fix typo.
17880
17881         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17882         keystroke.
17883
17884         * gnus-art.el (gnus-treatment-function-alist): Change order of
17885         newsgroups/generic header folding to avoid double-folding.
17886
17887         * message.el (message-hidden-headers): Add X-Draft-From.
17888
17889         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17890         New command.
17891         (gnus-summary-repeat-search-article-backward): New command.
17892
17893         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17894         groups in the parent topic.
17895
17896 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17897
17898         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17899         (spam-extra-header-to-number): Return the CRM114 number as a
17900         number instead of a string.
17901
17902 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * gnus-art.el (gnus-face-properties-alist): Move here from
17905         gnus-fun.
17906
17907         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17908
17909 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17910
17911         * message.el (message-strip-forbidden-properties): Only display on
17912         self-insert-command.
17913
17914         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17915         reindent.
17916         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17917
17918 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17919
17920         * smiley.el (smiley-style): Fix typo.
17921
17922 2006-03-23  Kenichi Handa  <handa@m17n.org>
17923
17924         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17925         instead of set-buffer-multibyte.
17926
17927 2006-03-23  Kenichi Handa  <handa@m17n.org>
17928
17929         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17930         buffer and then decode the buffer text if necessary.
17931         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17932         first, and after mm-encode-body, change the buffer to unibyte.
17933
17934 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17935
17936         * hashcash.el (hashcash-insert-payment-async-2):
17937         Use message-goto-eoh instead of doing it manually.
17938         (mail-add-payment): Use message-narrow-to-header instead of trying
17939         to do the same itself.
17940
17941         * message.el (message-hidden-headers): Add Face.
17942
17943         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17944         reparenting code.
17945         (gnus-summary-reparent-children): Refactored out code.
17946         (gnus-summary-thread-map): New keystroke.
17947         (gnus-summary-reparent-children): Make into command.
17948
17949         * smiley.el (smiley-style): Default to `medium' if using a large
17950         font.
17951
17952         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17953         does it itself.
17954
17955         * message.el (message-point-in-header-p): Simplify definition.
17956
17957 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17958
17959         * nnagent.el (nnagent-request-set-mark): Silence log file
17960         writing.
17961         (nnagent-request-set-mark): Use write-region instead of
17962         append-to-file.
17963
17964         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17965         strange select method.
17966
17967         * ecomplete.el (ecomplete-display-matches): Get highlightling
17968         right.
17969         (ecomplete-display-matches): Use literals.
17970         (ecomplete-display-matches): Disable message logging.
17971
17972         * message.el (message-display-abbrev): Small optimization.
17973
17974         * ecomplete.el (ecomplete-display-matches): Allow automatic
17975         display.
17976
17977         * message.el (message-strip-forbidden-properties):
17978         Display abbrevs.
17979         (message-display-abbrev): Get automatic display right.
17980
17981         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17982         keystrokes.
17983
17984 2006-04-13  Romain Francoise  <romain@orebokech.com>
17985
17986         TODO: Backport to v5-10!
17987
17988         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17989         Move here (and rename) from gnus-registry.el.
17990
17991         * gnus-registry.el: Require gnus-util.
17992         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17993
17994 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995
17996         * gnus-group.el (gnus-group-catchup-current):
17997         Change if-then-else-if-then-else into cond.
17998         (gnus-group-catchup): Indent.
17999         (group-name-at-point): New function.
18000         (gnus-fetch-group): Provide default from thing at point.
18001
18002 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18003
18004         * message.el (message-display-abbrev): Fix regexp.
18005
18006         * ecomplete.el (ecomplete-highlight-match-line):
18007         Reimplement choosing.
18008         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18009         dead variables.
18010
18011         * message.el (message-newline-and-indent): Remove debugging.
18012         (message-display-abbrev): Use new implementation.
18013
18014 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18015
18016         * gnus-art.el (gnus-article-mode):
18017         Set cursor-in-non-selected-windows to nil.
18018
18019         * smiley.el: Revert previous change.
18020         (smiley-data-directory): defvar it before using it in the
18021         defcustom of `smiley-style'.
18022
18023 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * message.el (message-newline-and-indent): New function.
18026
18027         * ecomplete.el: Implement more bits.
18028
18029         * message.el (message-put-addresses-in-ecomplete): Clean up the
18030         string.
18031
18032         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18033
18034         * gnus-sum.el (gnus-summary-save-parts):
18035         Bind gnus-summary-save-parts-counter and use it to make unique file
18036         names.
18037
18038         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18039
18040         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18041         parameter to say whether to actually parse the individual
18042         addresses.
18043
18044         * message.el (message-put-addresses-in-ecomplete): New function.
18045         (ecomplete): Require.
18046         (message-mail-alias-type): Add ecomplete as an option.
18047
18048 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18049
18050         * flow-fill.el (fill-flowed): Remove trailing space from blank
18051         quoted lines.
18052
18053 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18054
18055         * smiley.el (smiley-style): Move definition later to avoid a
18056         compilation warning.
18057
18058 2006-04-12  Kenichi Handa  <handa@m17n.org>
18059
18060         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18061         buffer and then decode the buffer text if necessary.
18062         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18063         first, and after mm-encode-body, change the buffer to unibyte.
18064         Use mm-disable-multibyte instead of set-buffer-multibyte.
18065
18066 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18069         Content-Type header instead of Content-Disposition header.
18070         (gnus-mime-inline-part): Ditto.
18071         (gnus-mime-view-part-as-charset): Ignore charset that the part
18072         specifies.
18073
18074         * mm-decode.el (mm-display-part): Work with external parts and
18075         usual parts similarly.
18076
18077         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18078         instead of gnus-display-mime.
18079
18080         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18081         instead of with-temp-buffer.
18082
18083         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18084         tag to summarized topics part in order to encode non-ASCII text.
18085
18086 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18087
18088         * smiley.el (smiley-style): New variable.
18089         (smiley-directory): New function.
18090         (smiley-data-directory): Derive from `smiley-style' using
18091         `smiley-directory'.
18092         (smiley-regexp-alist): Add new entries.
18093
18094         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18095         (gnus-article-browse-delete-temp): Add :version.
18096
18097 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18098
18099         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18100         the sieve region.
18101
18102 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18103
18104         * gnus.el (gnus-version-number): Bump version.
18105
18106 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18107
18108         * gnus.el: No Gnus v0.4 is released.
18109
18110 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18111
18112         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18113         layout.
18114
18115         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18116         unknown charset.
18117
18118         * message.el (message-header-synonyms): Add Original-To to the
18119         default.
18120
18121         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18122         optional parameter.
18123
18124 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18125
18126         * gnus-fun.el (gnus): Require it for gnus-directory.
18127
18128 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18131
18132 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18133
18134         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18135
18136 2006-04-05  Simon Josefsson  <jas@extundo.com>
18137
18138         * password.el (password-reset): New function.
18139
18140 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18141
18142         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18143         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18144
18145 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18146
18147         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18148         Some whitespace was matched into the url, which broke browsing hits
18149         > 100 when mm-url-use-external was nil.
18150
18151 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18154         Check gnus-extra-headers for 'Newsgroups.
18155
18156         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18157         bound.
18158
18159 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18160
18161         * pgg-gpg.el: Clean up process buffers every time gpg processes
18162         complete.
18163
18164 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18167         doc string.
18168
18169 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18170
18171         * pgg-gpg.el (pgg-gpg-process-filter)
18172         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18173
18174         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18175         lines, temporary fix.
18176
18177 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18180
18181 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18182
18183         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18184         default-enable-multibyte-characters.  This reverts the change from
18185         revision 6.17 which is no longer necessary because the passphrase
18186         is sent separately now.  GnuPG messages are unreadable under
18187         multibyte locales with default-enable-multibyte-characters set to
18188         nil.
18189
18190 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18191
18192         * message.el (message-tool-bar-gnome): Move "spell".
18193
18194 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18195
18196         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18197         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18198         instead.
18199
18200 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18201
18202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18203         Improve newsgroups handling for NNTP overviews which don't include
18204         Newsgroups.
18205
18206 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18207
18208         * message.el (message-resend): Bind message-generate-hashcash to nil.
18209
18210 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18211
18212         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18213         when searching for already-paid recipients.
18214
18215 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18216
18217         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18218         passphrases when it is not needed.
18219         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18220         passphrase stuff from gpg, should only be necessary when you use
18221         gpg with a smartcard.
18222
18223 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * mml.el (mml-insert-mime): Ignore cached contents of
18226         message/external-body part.
18227
18228         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18229         (mm-insert-part): Ditto.
18230
18231 2006-03-23  Simon Josefsson  <jas@extundo.com>
18232
18233         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18234         Reiner.
18235         (pgg-gpg-use-agent-p): Use it again.
18236
18237 2006-03-23  Simon Josefsson  <jas@extundo.com>
18238
18239         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18240         older emacsen.
18241         (pgg-gpg-use-agent-p): Don't use it.
18242
18243 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18246         if we can.
18247
18248 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18249
18250         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18251         (pgg-gpg-update-agent): New function.
18252         (pgg-gpg-use-agent-p): New function.
18253         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18254         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18255         (pgg-gpg-sign-region): Use it.
18256
18257 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18260         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18261
18262 2006-03-21  Simon Josefsson  <jas@extundo.com>
18263
18264         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18265         <wilde@sha-bang.de>.
18266         (pgg-gpg-use-agent): New variable.
18267         (pgg-gpg-process-region): Use it.
18268         (pgg-gpg-encrypt-region): Likewise.
18269         (pgg-gpg-encrypt-symmetric-region): Likewise.
18270         (pgg-gpg-decrypt-region): Likewise.
18271         (pgg-gpg-sign-region): Likewise.
18272         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18273
18274 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18277
18278         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18279         Add comment on version.
18280
18281 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * smiley.el: Add missing test smiley.
18284
18285 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * mm-decode.el (mm-with-part): New macro.
18288         (mm-get-part): Use it; work with message/external-body as well.
18289         (mm-save-part): Treat name and filename equally.
18290
18291         * mm-extern.el (mm-extern-cache-contents): New function.
18292         (mm-inline-external-body): Use it; force the part to be displayed;
18293         move undisplayer added to the cached handle to the parent.
18294
18295         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18296         (gnus-mime-view-part-as-type): Work with message/external-body.
18297
18298         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18299
18300 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18301
18302         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18303         images in image-load-path.  [Sync with image.el, revision 1.60, in
18304         Emacs.]
18305
18306 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18307
18308         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18309         path rather than symbol.  Always return list of directories.
18310         Guarantee that image directory comes first.  [Sync with image.el,
18311         revision 1.59, in Emacs.]
18312
18313         * message.el (message-make-tool-bar): Adjust to new API of
18314         `gmm-image-load-path-for-library'.
18315
18316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18317
18318         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18319
18320 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18321
18322         * gnus-art.el (gnus-article-only-boring-p):
18323         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18324         intangible text.
18325         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18326
18327 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18328
18329         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18330         Use `defun' instead of `gmm-defun-compat'.
18331
18332 2006-03-14  Simon Josefsson  <jas@extundo.com>
18333
18334         * message.el (message-unique-id): Don't use message-number-base36
18335         if (user-uid) is a float.
18336         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18337
18338 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18341
18342         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18343         empty line between a part and a message part.
18344
18345 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18346
18347         * smiley.el: Add more test smileys.
18348         (smiley-data-directory, smiley-regexp-alist)
18349         (gnus-smiley-file-types): Fix doc strings.
18350         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18351         adding new elements.
18352         (smiley-mouse-map): Unused code.  Make it a comment.
18353
18354 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18357         scan latest NoCeM messages instead of old ones.
18358         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18359         delimiters that are recently used.
18360         (gnus-nocem-load-cache): Add autoload cookie.
18361
18362         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18363
18364         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18365         level which is larger than gnus-use-nocem is specified.
18366
18367         * gnus-group.el (gnus-group-get-new-news): Ditto.
18368
18369 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * gnus-util.el (gnus-tool-bar-update): New function.
18372
18373         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18374         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18375
18376         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18377
18378         * gnus-group.el (gnus-group-redraw-when-idle)
18379         (gnus-group-redraw-check): Remove.
18380         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18381
18382 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18385         if optional last element is specified in splits (FIELD VALUE...).
18386
18387 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18390         to gmm-image-load-path-for-library.  Call with no-error argument.
18391         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18392
18393         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18394
18395         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18396
18397         * gmm-utils.el (gmm-image-load-path): Remove alias.
18398
18399 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * gmm-utils.el (gmm-image-load-path): Add alias.
18402
18403         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18404         nnml-generate-nov-databases-1.
18405         (nnml-generate-nov-databases): Use it.
18406         (nnml-generate-nov-databases-directory): Document no-active
18407         argument.
18408
18409         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18410         directory if path is t.  Add no-error.
18411
18412         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18413         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18414
18415         * gnus-art.el (gnus-article-browse-delete-temp-files):
18416         Simplify resetting gnus-article-browse-html-temp-list.
18417
18418         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18419         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18420         Add example to docstring.  Rename local variables.  Move error
18421         checks to default case in cond and simplify.
18422
18423 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18424
18425         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18426         handle is multipart when calling it recursively.
18427         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18428
18429 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18430
18431         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18432         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18433
18434 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18437         is loaded.
18438
18439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18440         loaded.
18441
18442 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18445         to "Emacs 23 (unicode)" in doc string.
18446
18447         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18448         "Emacs 23 (unicode)" in comment.
18449
18450 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18453
18454         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18455         characters 160 through 255 in Emacs 23.
18456
18457 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18460         gnus-article-browse-html-temp.
18461         (gnus-article-browse-delete-temp): Make it customizable.
18462         Add `file'.  Adjust doc string.
18463         (gnus-article-browse-delete-temp-files): Add argument.
18464         Allow query for each file.  Adjust doc string.
18465         (gnus-article-browse-html-parts):
18466         Add `gnus-article-browse-delete-temp-files' to
18467         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18468
18469 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18470
18471         * gnus-art.el (gnus-article-browse-html-temp)
18472         (gnus-article-browse-delete-temp): New variables.
18473         (gnus-article-browse-delete-temp-files): New function.
18474         (gnus-article-browse-html-parts): Use it.
18475
18476 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18479
18480         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18481         string.
18482
18483         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18484         gnus-summary-insert-new-articles when unplugged.
18485         Remove gnus-summary-search-article-forward.
18486
18487         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18488         display-visual-class instead of display-color-cells.
18489
18490 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * dgnushack.el: Autoload customize-group for XEmacs.
18493
18494         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18495         message/* containing non-ASCII text properly.
18496
18497 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * message.el: Require gmm-utils, remove autoloads.
18500         (message-tool-bar): Set default based on
18501         gmm-tool-bar-style.
18502         (message-tool-bar-gnome): Add gmm-customize-mode.
18503
18504         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18505         gmm-tool-bar-style.
18506         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18507
18508         * gnus-group.el (gnus-group-tool-bar): Set default based on
18509         gmm-tool-bar-style.
18510         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18511
18512         * gmm-utils.el (gmm-image-directory): Rename variable from
18513         gmm-image-load-path.
18514         (gmm-image-load-path): Use gmm-image-directory.
18515         (gmm-customize-mode): New function.
18516         (gmm-tool-bar-style): New variable.
18517
18518         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18519         gnus-group-redraw-line-number.
18520         (gnus-group-redraw-check): Simplify.
18521         (gnus-group-tool-bar-update): Remove redraw check.
18522         (gnus-group-make-tool-bar): Add redraw check.
18523
18524 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18525
18526         * gnus-art.el (gnus-button): Add missing parentheses.
18527
18528 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * lpath.el: Fbind line-number-at-pos.
18531
18532 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18535
18536 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * gnus-art.el (gnus-button): New face.
18539         (gnus-article-button-face): Use it.
18540
18541         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18542         Add gnus-summary-next-page.  Re-order.
18543
18544         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18545         next-node are now included.
18546         (gnus-group-redraw-line-number): New internal variable.
18547         (gnus-group-redraw-check): Helper function for updating the tool
18548         bar.
18549         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18550
18551         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18552
18553         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18554         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18555         Use it to match format of Spamassassin 3.0 and later.
18556         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18557         (spam-check-bogofilter)
18558         (spam-bogofilter-register-with-bogofilter): Fix args of
18559         `gnus-error' calls.
18560
18561 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18564         unnecessary interaction when sending queued mails.
18565         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18566
18567 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18568
18569         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18570         first or last are nil.
18571
18572 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18573
18574         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18575
18576 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18577
18578         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18579
18580 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581
18582         * dns.el (query-dns): Protect more against buggy tcp output.
18583
18584 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18585
18586         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18587         nov.php.
18588
18589 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18590
18591         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18592         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18593         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18594         output on the server side.
18595         (nnweb-google-create-mapping): Update regexps and add some
18596         progress indication.
18597
18598 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * gnus-group.el (gnus-group-tool-bar-gnome):
18601         Fix gnus-agent-toggle-plugged.  Re-order icons.
18602         (gnus-group-tool-bar-gnome):
18603         Add gnus-group-{prev,next}-unread-group.
18604         (gnus-group-tool-bar-gnome): Re-order icons.
18605
18606         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18607         Move gnus-summary-insert-new-articles.
18608
18609         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18610         Fix comments.
18611
18612         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18613         also available in Emacs 21.3.
18614
18615         * message.el (message-fix-before-sending): Change "Emacs 22" to
18616         "Emacs 23 (unicode)" in comment.
18617
18618         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18619         "Emacs 23 (unicode)" in comment.
18620
18621         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18622         comment.
18623         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18624
18625         * mm-view.el (mm-fill-flowed): Add :version.
18626
18627 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18630         and load-path.
18631
18632 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * message.el: Autoload gmm-image-load-path.
18635         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18636         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18637         consitency.
18638
18639         * gmm-utils.el (gmm-image-load-path): Also search in
18640         "../etc/images".  Don't set gmm-image-load-path if we don't find
18641         the image.
18642
18643 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gmm-utils.el (gmm-image-load-path): Don't make
18646         `gmm-image-load-path' include subdirectories which the second arg
18647         `image' might specify.
18648
18649         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18650         subdirectory to icon file names.
18651
18652         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18653
18654 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18655
18656         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18657         gmm-image-load-path calls.
18658
18659         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18660
18661         * message.el (message-make-tool-bar): Ditto.
18662
18663         * mml.el (mml-preview): Add comment concerning tool bar icons.
18664
18665         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18666         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18667
18668         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18669         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18670
18671         * message.el (message-tool-bar-gnome): Use new icon names.
18672         (message-make-tool-bar): Use `gmm-image-load-path'.
18673
18674         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18675         New functions from MH-E.
18676         (gmm-image-load-path): New variable from MH-E.
18677         (gmm-image-load-path): New function from MH-E.  Add arguments
18678         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18679         *-image-load-path-called-flag.
18680
18681 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18682
18683         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18684
18685 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18686
18687         * nnimap.el (nnimap-request-move-article): Change folder back to
18688         source group before deleting.
18689
18690 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18693
18694         * gnus-art.el (mm-url-insert-file-contents-external):
18695         Autoload mm-url.
18696
18697         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18698
18699 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18702         coding system which mm-charset-to-coding-system returns for a
18703         given charset is valid.
18704
18705 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18706
18707         * html2text.el (html2text-remove-tag-list):
18708         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18709
18710 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18711
18712         * gnus-cus.el: Revert 2005-10-17 change.
18713
18714 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * gnus-art.el (article-strip-banner):
18717         Call article-really-strip-banner only when the regexp match is made.
18718
18719 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-art.el (article-strip-banner):
18722         Use gnus-extract-address-components instead of
18723         mail-header-parse-addresses to make it work with non-ASCII text;
18724         remove mail-encode-encoded-word-string.
18725
18726         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18727         values which are surrounded with \"...\"; make it never cause a
18728         Lisp error; give up parsing of parameters if it failed in
18729         extracting type.
18730
18731 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18732
18733         * smime.el (smime-cert-by-ldap-1): Fix bug where
18734         `smime-ldap-search' returns results without userCertificates.
18735
18736 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18739
18740 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18741
18742         * spam.el (spam-check-spamassassin-headers): Adapt format for
18743         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18744         <ari@mbf.ocn.ne.jp>.
18745         (spam-list-of-processors): Add spam-use-gmane.
18746
18747 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18750         make-temp-file; make it work with XEmacs as well.
18751
18752         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18753         mm-make-temp-file.
18754
18755         * mm-decode.el (mm-display-external): Use the 3rd arg of
18756         mm-make-temp-file.
18757         (mm-create-image-xemacs): Ditto.
18758
18759 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18762         with message-narrow-to-headers.
18763         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18764         (gnus-draft-check-draft-articles): New function.
18765         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18766
18767 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * gnus-art.el (gnus-article-browse-html-parts):
18770         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18771         Don't use suffix argument for mm-make-temp-file for Emacs 21
18772         compatibility.  Remove useless `format'.
18773
18774 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18775
18776         * nnweb.el (nnweb-google-wash-article): Update regexps.
18777         (nnweb-group-alist): Use defvoo instead of defvar.
18778
18779 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18782         re-loading nn* modules.
18783
18784 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18785
18786         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18787         for `tool-bar-mode' and don't check it's default-value.
18788
18789         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18790
18791         * message.el (message-make-tool-bar): Ditto.
18792
18793         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18794         `substring'.  Shorten tmp-file name.
18795
18796         * gnus.el: Remove bogus comment.
18797
18798 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18799
18800         * gnus-art.el (gnus-article-browse-html-parts): New function.
18801         (gnus-article-browse-html-article): New function for viewing html
18802         articles with a browser.
18803
18804 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18805
18806         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18807         in elisp.
18808         (pgg-gpg-encrypt-symmetric-region): Ditto.
18809         (pgg-gpg-sign-region): Ditto.
18810
18811         * pgg-def.el (pgg-text-mode): New variable.
18812
18813         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18814         (mml2015-pgg-encrypt): Ditto.
18815
18816         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18817         (mml1991-pgg-encrypt): Ditto.
18818
18819 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * nnfolder.el (nnfolder-insert-newsgroup-line):
18822         Use message-make-date instead of current-time-string.
18823
18824         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18825         to gnus-decoded which mm-uu might set.
18826
18827 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18830         don't decode quoted parameters; remove misimported Emacs code.
18831         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18832         (rfc2231-decode-encoded-string): Don't use split-string which
18833         behaves differently according to Emacs version; use
18834         mm-decode-coding-region to convert charset to coding-system.
18835         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18836         (rfc2231-encode-string): Remove misimported Emacs code.
18837
18838 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18841         when calling mail-header-parse-content-type.
18842         (article-de-quoted-unreadable): Ditto.
18843         (article-de-base64-unreadable): Ditto.
18844         (article-wash-html): Ditto.
18845
18846         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18847         calling mail-header-parse-content-type and
18848         mail-header-parse-content-disposition.
18849         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18850         mail-header-parse-content-type.
18851
18852         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18853         insert charset and format parameters; encode description after
18854         inserting it to buffer.
18855         (mml-insert-parameter): Fold lines properly even if a parameter is
18856         segmented into two or more lines; change the max column to 76.
18857
18858         * rfc1843.el (rfc1843-decode-article-body): Don't use
18859         ignore-errors when calling mail-header-parse-content-type.
18860
18861         * rfc2231.el (rfc2231-parse-string): Return at least type if
18862         possible; don't cause an error even if it fails in parsing of
18863         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18864         (rfc2231-encode-string): Don't break lines at the beginning, leave
18865         it to mml-insert-parameter.
18866
18867         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18868         calling mail-header-parse-content-type.
18869
18870 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * spam-report.el (spam-report-gmane-use-article-number):
18873         Improve doc string.
18874         (spam-report-gmane-internal): Check if a suitable header was found
18875         in the article.
18876
18877 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18880         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18881
18882 2006-02-05  Romain Francoise  <romain@orebokech.com>
18883
18884         Update copyright notices of all files in the gnus directory.
18885
18886 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18887
18888         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18889
18890 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18893         segmented lines of parameter value to cope with Thunderbird 1.5
18894         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18895         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18896         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18897
18898 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18899
18900         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18901         parts.
18902
18903 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18904
18905         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18906         there's only one active file for all servers.
18907         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18908         solid groups.  Gnus might have used a FAST request to select the group.
18909         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18910         and nnweb-search redundantly in the active file.
18911         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18912         (nnweb-request-create-group): Don't use ARGS.
18913         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18914         initializations.  Let nnoo do the work.
18915
18916 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18919         Say the part has been decoded.
18920
18921         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18922
18923 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18924
18925         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18926         mailcap-viewer-test-cache when there's no 'test clause, since that
18927         will invert the meaning of a "nil" test previously determined by
18928         mailcap-mailcap-entry-passes-test.
18929
18930 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18933         compiling.
18934
18935         * gnus-sum.el: Ditto.
18936
18937         * message.el: Don't bind tool-bar-map when compiling.
18938
18939 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18940
18941         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18942
18943 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18944
18945         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18946         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18947         current Google Groups.
18948
18949 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18952         and tool-bar-mode.
18953
18954         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18955         and tool-bar-mode.
18956
18957         * message.el (message-tool-bar-update): Simplify.
18958         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18959
18960         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18961         gnus-summary-buffer.
18962         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18963         gnus-summary-reply.
18964
18965         * gmm-utils.el (gmm): Add :version.
18966
18967 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * Makefile.in (clean): New rule.
18970         (distclean): Use it.
18971
18972 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18973
18974         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18975         Don't autoload.
18976
18977 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * gmm-utils.el (gmm-verbose): Add :group.
18980
18981 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * message.el: Change some comments WRT tool-bars.
18984
18985         * gnus-sum.el (gnus-summary-tool-bar)
18986         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18987         (gnus-summary-tool-bar-zap-list): New variables.
18988         (gnus-summary-make-tool-bar): Complete rewrite using
18989         `gmm-tool-bar-from-list'.
18990
18991         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18992         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18993         New variables.
18994         (gnus-group-make-tool-bar): Complete rewrite using
18995         `gmm-tool-bar-from-list'.
18996         (gnus-group-tool-bar-update): New function.
18997
18998         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18999
19000 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19003         is dissected into a single part of which the type is the same as
19004         the given one; decode charset.
19005
19006 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19007
19008         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19009         into alists as symbol not string, since that's what
19010         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19011         look for.
19012
19013 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19014
19015         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19016         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19017
19018         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19019
19020 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19023         (gnus-xmas-mime-security-button-menu): New function.
19024
19025         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19026         (gnus-mime-security-button-menu): New definition.
19027         (gnus-mime-security-button-map): Use them.
19028         (gnus-mime-security-button-menu): New function.
19029         (gnus-insert-mime-security-button): Addition to help echo.
19030         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19031         (gnus-mime-security-pipe-part): New functions.
19032
19033         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19034         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19035
19036         * mm-decode.el (mm-handle-set-disposition): Remove.
19037         (mm-handle-set-description): Remove.
19038
19039 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19042         (mm-w3m-standalone-supports-m17n-p): New function.
19043         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19044         w3m usage.
19045
19046         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19047         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19048
19049 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19050
19051         * message.el (message-tool-bar-zap-list):
19052         Use gmm-tool-bar-zap-list as custom type.
19053         (message-tool-bar-update): New function.
19054         (message-tool-bar, message-tool-bar-gnome)
19055         (message-tool-bar-retro): Add message-tool-bar-update.
19056         (message-tool-bar-gnome): Add flyspell-buffer.
19057
19058         * gnus-util.el (gnus-error): Describe `args'.
19059
19060         * gmm-utils.el (gmm-error): Describe `args'.
19061         (gmm-tool-bar-zap-list): New widget.
19062         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19063
19064 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19067         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19068         the number of recursive calls.
19069
19070         * mm-decode.el (mm-handle-set-disposition): New macro.
19071         (mm-handle-set-description): New macro.
19072
19073 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19076         encoding.
19077
19078 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19079
19080         * message.el (message-tool-bar-zap-list, message-tool-bar)
19081         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19082         (message-tool-bar-local-item-from-menu): Remove.
19083         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19084         (message-make-tool-bar): New function.
19085         (message-mode): Use `message-make-tool-bar'.
19086
19087         * gmm-utils.el: New file.
19088         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19089         (gmm-lazy): New widget copied from `nnmail.el'.
19090         (gmm-tool-bar-from-list): New function for creating customizable
19091         tool bars.
19092         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19093         output.
19094         (gmm): Add :prefix to defgroup.
19095
19096 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19097
19098         * gmm-utils.el (gmm-widget-p): New function.
19099
19100 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19101
19102         * mml.el (mml-attach-file): Describe `description' in doc string.
19103         (mml-menu): Add Emacs MIME manual and PGG manual.
19104
19105 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19106
19107         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19108
19109 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19110
19111         * nntp.el (nntp-end-of-line): Doc fix.
19112
19113 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19114
19115         * imap.el (imap-open): Handle case where buffer is a buffer
19116         object.
19117
19118 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19119
19120         * gnus-delay.el (gnus-delay): Don't autoload.
19121         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19122         to be re-loaded when customizing the `gnus-delay' group.
19123
19124 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19125
19126         * message.el (message-insert-citation-line): Use newlines.
19127
19128 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19129
19130         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19131         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19132         these routines, so the passphrase can be managed externally and
19133         passed in to the system.
19134         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19135         pgg-add-passphrase-to-cache function.
19136
19137         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19138         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19139         these routines, so the passphrase can be managed externally and
19140         passed in to the system.
19141         (pgg-pgp5-sign-region): Use new name of
19142         pgg-add-passphrase-to-cache function.
19143
19144 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19145
19146         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19147         part of the decoded armor to find the key-identifier.
19148         (pgg-gpg-lookup-key-owner): New function to return the
19149         human-readable identifier of a key owner.
19150         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19151         itself.
19152         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19153         the key value) if we have a key and can match it against a secret
19154         key.  Also, added a note pointing out fact that the prompt only
19155         indicates the first matching key.
19156
19157         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19158         pgg-decrypt-region.
19159         (pgg-add-passphrase-to-cache): Rename from
19160         `pgg-add-passphrase-cache' to reduce confusion (all callers
19161         changed).
19162         (pgg-remove-passphrase-from-cache): Rename from
19163         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19164         changed).
19165         (pgg-read-passphrase, pgg-add-passphrase-cache)
19166         (pgg-remove-passphrase-cache): Add informative docstrings.
19167         (pgg-decrypt): Convey provided passphrase in subordinate call to
19168         pgg-decrypt-region.
19169
19170 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19171
19172         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19173         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19174         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19175         'passphrase' argument, so the passphrase can be managed externally
19176         and then passed in to the system.
19177
19178         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19179         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19180         so the passphrase cache can be used reliably with identifiers
19181         besides a pgp packet's key id.
19182
19183         * pgg-gpg.el (pgg-gpg-encrypt-region)
19184         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19185         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19186         these routines, so the passphrase can be managed externally and
19187         passed in to the system.
19188
19189         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19190         'notruncate' argument, so the passphrase cache can be used
19191         reliably with identifiers besides a pgp packet's key id.
19192
19193 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19194
19195         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19196         symmetric encryption.
19197         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19198         encrypted session key.
19199         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19200         message ask for the passphrase in a proper way.
19201
19202         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19203         New user commands for symmetric encryption.
19204
19205 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19208
19209         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19210
19211 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19212
19213         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19214
19215 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * mm-decode.el (mm-inlined-types): Add application/pgp.
19218         (mm-automatic-display): Ditto.
19219
19220         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19221         part as text.
19222
19223 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * nnrss.el: Update copyright.
19226         (nnrss-opml-import): Query whether to subscribe to each entry.
19227
19228         * gnus-art.el:
19229         * gnus-sum.el:
19230         * gnus-xmas.el:
19231         * messagexmas.el:
19232         * mm-uu.el:
19233         * mm-view.el: Update copyright.
19234
19235 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * message.el (message-info): New function.
19238         (message-mode-menu): Add it.
19239         Update copyright.
19240
19241         * ChangeLog: Fix and update copyright.
19242
19243 2006-01-13  Romain Francoise  <romain@orebokech.com>
19244
19245         * message.el (message-forward-subject-name-subject): Prefer the
19246         address to 'nowhere' if the sender has no name.
19247         Fix typo.  Update copyright year.
19248
19249 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * gnus-art.el (article-wash-html):
19252         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19253         (gnus-article-wash-html-with-w3m-standalone): New function.
19254
19255         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19256         mm-inline-text-html-render-with-w3m-standalone.
19257         (mm-text-html-washer-alist): Map w3m-standalone to
19258         gnus-article-wash-html-with-w3m-standalone.
19259         (mm-inline-text-html-render-with-w3m-standalone): New function.
19260
19261 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19262
19263         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19264         Improve LaTeX.
19265
19266 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19269         (nnrss-request-article): Render text/plain parts as HTML.
19270
19271         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19272         the buffer.
19273
19274 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19275
19276         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19277         custom definition of `gnus-posting-styles'.
19278
19279         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19280         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19281
19282 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19285         Use nntp for bug archive.
19286
19287 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19290         parts.
19291         (nnrss-normalize-date): New function converts ISO 8601 date into
19292         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19293         (nnrss-check-group): Use it.
19294
19295 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19298
19299         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19300         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19301         (nnrss-insert-w3): Ditto.
19302
19303 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19306         the articles to be forwarded including the case where neither a
19307         number of articles nor a region is specified.
19308
19309 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * nnrss.el (nnrss-request-article): Fix last change; fill
19312         text/plain parts.
19313
19314 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19317         in text/plain part.
19318         (nnrss-check-group): Don't add excessive newline to dc:subject.
19319
19320 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19321
19322         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19323         article.
19324
19325 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19326
19327         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19328         (nnml-use-compressed-files, nnml-save-mail): Support other
19329         comression programs such as bzip2.
19330
19331 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19332
19333         * dns.el (query-dns): Make sure we check the buffer size before
19334         removing tcp headers.
19335
19336 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19337
19338         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19339         remove MIME buttons associated with multipart/alternative parts.
19340         (gnus-mime-display-alternative): Tag buttons using `article-type'
19341         text property.
19342
19343         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19344         associated with multipart/alternative parts.
19345
19346         * gnus-art.el (gnus-signature-separator): Fix custom type.
19347
19348         * mm-decode.el (mm-inlined-types): Fix custom type.
19349         (mm-keep-viewer-alive-types): Ditto.
19350         (mm-automatic-display): Ditto.
19351         (mm-attachment-override-types): Ditto.
19352         (mm-inline-override-types): Ditto.
19353         (mm-automatic-external-display): Ditto.
19354
19355 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19356
19357         * spam-report.el (spam-report-user-mail-address)
19358         (spam-report-user-agent): New variables.
19359         (spam-report-url-ping-plain): Use spam-report-user-agent.
19360
19361 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19362
19363         * gnus-art.el (gnus-button-handle-custom): Do not just use
19364         `customize-apropos' for any "M-x customize-*" button but the
19365         function called for.  Accept both the function name and its
19366         argument in order to achieve this.
19367         (gnus-button-alist): Remove support for "custom:" URL's.
19368         Pass function name to `gnus-button-handle-custom' in case of "M-x
19369         customize-*" buttons.
19370
19371 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19374         multipart/alternative and add xref to mm-discouraged-alternatives
19375         in doc string.
19376
19377         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19378         gnus-buttonized-mime-types in doc string.
19379
19380 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19383         Suggest image/.* in the doc string.
19384
19385 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19388         message-marks (Debian bug #342521).
19389
19390 2005-12-12  Simon Josefsson  <jas@extundo.com>
19391
19392         * password.el (password-read-from-cache): Add.
19393         (password-read): Use it.
19394
19395 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * rfc2047.el (rfc2047-charset-to-coding-system):
19398         Recognize us-ascii as a MIME charset.
19399
19400         * mm-bodies.el (mm-decode-content-transfer-encoding):
19401         Protect against the case where the 2nd arg TYPE is nil.
19402
19403 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19404
19405         * pop3.el (pop3-stream-type): Fix custom version.
19406
19407         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19408
19409 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19410
19411         * mm-decode.el (mm-display-external): Add missing cdr.
19412
19413 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19416         RFC1524) if it is in mailcap or add a suffix according to
19417         mailcap-mime-extensions when generating a temp filename; postpone
19418         deleting a temp file for 2 seconds for some wrappers, shell
19419         scripts, and so on, which might exit right after having started a
19420         viewer command as a background job.
19421
19422 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19423
19424         * nntp.el (nntp-marks-directory): Fix custom group.
19425
19426         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19427         steps when < 10.
19428
19429         * gnus-start.el (gnus-no-server-1):
19430         Mention `gnus-level-default-subscribed' in doc string.
19431
19432 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19433
19434         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19435         parens.
19436
19437 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * gnus-xmas.el (gnus-use-toolbar): Revert.
19440         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19441         gnus-use-toolbar is default.
19442
19443         * messagexmas.el (message-use-toolbar): Revert.
19444         (message-setup-toolbar): Use global default-toolbar if
19445         message-use-toolbar is default.
19446
19447 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19450         according to default-toolbar-visible-p.
19451
19452         * messagexmas.el (message-use-toolbar): Ditto.
19453
19454 2005-11-26  Dave Love  <fx@gnu.org>
19455
19456         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19457         (tls-program, tls-success): Provide openssl alternative.
19458
19459         * starttls.el: Doc fixes.
19460         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19461         SERVICE to PORT.
19462
19463         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19464         port null or service name.
19465         (starttls-negotiate): Autoload.
19466
19467 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * message.el (message-kill-to-signature): Fix interactive spec.
19470
19471 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * pop3.el (pop3-open-server): Recognize a string as a service name.
19474
19475 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19476
19477         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19478
19479 2005-11-23  Dave Love  <fx@gnu.org>
19480
19481         Add pop3s, pop3/starttls.
19482
19483         * pop3.el (pop3-authentication-scheme): Clarify doc.
19484         (open-tls-stream, starttls-open-stream): Autoload.
19485         (pop3-stream-type): New.
19486         (pop3-open-server): Use it.
19487
19488         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19489         for POP.
19490         (mail-source-keyword-map): Add :stream for POP.
19491         (mail-source-fetch-pop): Use pop3-stream-type.
19492
19493 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19496         of current-time-string.
19497
19498 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19499
19500         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19501         date header.
19502
19503 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19504
19505         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19506         it can seriously impact performance as it bypasses the agent's
19507         local caches.
19508
19509 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19510
19511         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19512         must be explicitly online rather than "not explicitly offline" for
19513         its flags to be synchronized.
19514
19515         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19516         that gnus-uu-unmark-thread will function correctly.
19517
19518         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19519         1024K is instead displayed as 1M.
19520
19521 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19522
19523         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19524
19525 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19526
19527         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19528
19529 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19530
19531         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19532         error message to display actual error condition.
19533         (gnus-agent-save-local): Avoid saving symbols that are bound to
19534         nil as they simply result in a warning message in
19535         gnus-agent-read-local.
19536
19537 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19538
19539         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19540         rather than make-variable-buffer-local for file-precious-flag.
19541
19542 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19543
19544         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19545         for duplicates which are removed.  The invalid sort check then
19546         triggers a rescan after the sort as sorting may have moved
19547         duplicate entries such that they can be cheaply detected.
19548
19549 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19552
19553 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19554
19555         * gnus-agent.el (gnus-agent-article-alist-save-format):
19556         Change internal variable to a custom variable.  Change default value
19557         from compressed(2) to uncompressed(1).
19558         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19559         support for uncompressed agentview files.  Taken together, reading
19560         the agentview file should now be 6-7 times faster.
19561
19562 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19563
19564         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19565         as a buffer-local variable.  This avoids creating truncated
19566         dribble files as a result of a hang up, eg.
19567
19568 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19569
19570         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19571         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19572         XEmacs.
19573
19574 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * gnus-start.el (gnus-start-draft-setup):
19577         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19578
19579         * gnus.el (gnus-splash): Change custom group.
19580         (gnus-group-get-parameter, gnus-group-parameter-value):
19581         Describe allow-list argument.
19582
19583         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19584         string.
19585
19586 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19587
19588         * gnus-art.el (gnus-default-article-saver): Add user-defined
19589         `function' to custom type.
19590
19591 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19592
19593         * imap.el (imap-open): Handle case where buffer is a buffer
19594         object.
19595
19596 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19599         long lines.
19600         (gnus-cache-delete-group): Wrap doc strings.
19601
19602         * gnus-agent.el (gnus-agent-rename-group)
19603         (gnus-agent-delete-group): Wrap doc strings.
19604
19605 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * messagexmas.el (message-use-toolbar): Change the valid values
19608         into default, top, bottom, left, and right.
19609         (message-toolbar-thickness): New variable.
19610         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19611         well.
19612         (message-setup-toolbar): Make it work.
19613
19614         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19615         (gnus-use-toolbar): Change the valid values into default, top,
19616         bottom, left, and right.
19617         (gnus-toolbar-thickness): New variable.
19618         (gnus-xmas-setup-toolbar): New function.
19619         (gnus-xmas-setup-group-toolbar): Use it.
19620         (gnus-xmas-setup-summary-toolbar): Use it.
19621
19622 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19623
19624         * gnus-start.el (gnus-1): Add "native" to
19625         gnus-predefined-server-alist.
19626
19627         * gnus.el (gnus-method-to-server): Don't add "native" to the
19628         lists here, because that leads to problems when
19629         gnus-select-method is bound.
19630
19631 2005-11-09  Simon Josefsson  <jas@extundo.com>
19632
19633         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19634         use (not sort-by-date) instead.
19635
19636 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19637
19638         * gnus-delay.el (gnus-delay-group): Don't autoload.
19639         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19640         to be re-loaded when customizing the `gnus-delay' group.
19641
19642 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19643
19644         * message.el: Revert last changes.
19645         (message-insert-citation-line): Use newlines.
19646
19647 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19648
19649         * message.el (message-courtesy-message)
19650         (message-mark-insert-begin, message-mark-insert-end)
19651         (message-elide-ellipsis, message-cancel-message)
19652         (message-add-header, message-change-subject)
19653         (message-cross-post-followup-to-header)
19654         (message-cross-post-insert-note, message-reduce-to-to-cc)
19655         (message-widen-reply, message-delete-not-region)
19656         (message-kill-to-signature, message-insert-signature)
19657         (message-insert-importance-high, message-insert-importance-low)
19658         (message-insert-or-toggle-importance)
19659         (message-insert-disposition-notification-to)
19660         (message-indent-citation, message-yank-original)
19661         (message-cite-original-without-signature, message-cite-original)
19662         (message-insert-citation-line, message-position-on-field)
19663         (message-fix-before-sending, message-send-mail-partially)
19664         (message-send-mail, message-send-mail-with-sendmail)
19665         (message-send-mail-with-qmail, message-send-news)
19666         (message-check-news-header-syntax, message-generate-headers)
19667         (message-insert-courtesy-copy, message-fill-address)
19668         (message-fill-header, message-shorten-references)
19669         (message-setup-1, message-cancel-news)
19670         (message-forward-make-body-plain, message-forward-make-body-mime)
19671         (message-forward-make-body-mml, message-encode-message-body)
19672         (message-forward-make-body-digest-plain)
19673         (message-forward-make-body-digest-mime)
19674         (message-use-alternative-email-as-from): Insert `hard-newline'
19675         instead of ordinary newlines.
19676
19677 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * message.el (message-generate-headers): Downcase the argument
19680         given to message-check-element.
19681
19682 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19683
19684         * nntp.el (nntp-authinfo-rejected): New error condition.
19685         (nntp-wait-for): Use new error condition to signal authentication
19686         error.
19687         (nntp-retrieve-data): Rethrow new error condition to break out of
19688         recursive call to nntp-send-authinfo.
19689
19690 2005-11-08  Romain Francoise  <romain@orebokech.com>
19691
19692         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19693         (gnus-summary-exit-map): Bind to `Z p'.
19694         (gnus-summary-make-menu-bar): Add menu item.
19695
19696 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19697
19698         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19699         (gnus-treat-*): Add `first' in all doc strings.
19700
19701         * gnus-group.el (gnus-group-compact-group): Fix typo.
19702
19703 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19704
19705         * gnus.el (gnus-parameters-case-fold-search): New variable.
19706         (gnus-parameters-get-parameter): Use it.
19707
19708         * gnus-score.el (gnus-home-score-file): Doc fix.
19709
19710 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19711
19712         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19713
19714 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * mm-util.el (mm-special-display-p): New function.
19717
19718         * mml.el (mml-preview): Use it; doc fix.
19719
19720 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19721
19722         * imap.el (imap-open): Handle case where buffer is a buffer object.
19723
19724 2005-10-29  Romain Francoise  <romain@orebokech.com>
19725
19726         * message.el (message-fix-before-sending): Fix comment.
19727
19728 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19729
19730         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19731
19732 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19733
19734         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19735         Used in gnus-score.el.
19736
19737 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19738
19739         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19740
19741 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19744         whitespace removed in revision 7.8.  Use concatenated string to
19745         protect trailing whitespace.
19746
19747 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19748
19749         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19750         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19751         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19752         Courier IMAP ("some version from 2004").  Mostly based on similar
19753         code in the same function.
19754
19755 2005-10-26  Didier Verna  <didier@xemacs.org>
19756
19757         * gnus-group.el (gnus-group-compact-group): Invalidate original
19758         article buffer.
19759         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19760         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19761         NOV database and in article itself.
19762         Invalidate article backlog.
19763
19764 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19765
19766         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19767
19768 2005-10-26  Simon Josefsson  <jas@extundo.com>
19769
19770         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19771         part of 2004-07-25 change.
19772
19773 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * message.el (message-display-completion-list): New function.
19776         (message-expand-group): Use it; make sure the Completions buffer
19777         is modifiable.
19778 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19779
19780         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19781         user-mail-name is an empty string.
19782
19783 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19784
19785         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19786         depending on gnus-score-decay-constant.
19787
19788         * encrypt.el (encrypt-insert-file-contents)
19789         (encrypt-write-file-contents): Don't use `gnus-message'.
19790
19791         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19792         arguments.
19793         (mm-uu-type-alist): Add message-marks and insert-marks.
19794         Pass arguments to mm-uu-verbatim-marks-extract.
19795         (mm-uu-hide-markers): New variable.
19796         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19797
19798         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19799         (gnus-convert-image-to-face-command): Use "convert" by default to
19800         allow other input image formats.
19801         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19802         accordingly.
19803
19804 2005-10-23  Simon Josefsson  <jas@extundo.com>
19805
19806         * imap.el (imap-gssapi-program): Align command line parameters
19807         with latest GNU SASL.
19808         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19809
19810 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19811
19812         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19813         HTML.
19814         (nnslashdot-request-article): Ditto.
19815
19816         * lpath.el (featurep): Add nobreak-char-display.
19817
19818 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19819
19820         * mail-source.el (mail-source-fetch-pop): Require pop3.
19821         (mail-source-check-pop): Ditto.
19822
19823 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19826         errors.
19827
19828 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19829
19830         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19831         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19832
19833         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19834
19835         * mm-bodies.el (mm-decode-string):
19836         Call `mm-charset-to-coding-system' with allow-override argument.
19837
19838 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19841         (rfc2047-charset-to-coding-system): New function.
19842         (rfc2047-decode-encoded-words): New function.
19843         (rfc2047-decode-region): Use them.
19844         (rfc2047-decode-cte): Remove.
19845         (rfc2047-parse-and-decode): Remove.
19846         (rfc2047-decode): Remove.
19847
19848 2005-10-15  Kenichi Handa  <handa@m17n.org>
19849
19850         * rfc2047.el (rfc2047-decode-cte): New function.
19851         (rfc2047-decode-region): Change the way to decode successive
19852         encoded-words: decode B- or Q-encoding in each encoded-word,
19853         concatenate them, and decode it as charset.
19854
19855 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * lpath.el: Fbind codepage-setup for XEmacs.
19858
19859 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19860
19861         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19862         widget-move-and-invoke.
19863         (gnus-custom-mode): Use gnus-custom-map.
19864
19865 2005-10-15  Bill Wohler  <wohler@newt.com>
19866
19867         * message.el (message-tool-bar-map): Rename image file from
19868         mail_send to mail/send.
19869
19870 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19871
19872         * message.el (message-expand-group): Pass the common
19873         prefix substring of completion to `display-completion-list'.
19874
19875 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19876
19877         * mml-sec.el (mml-secure-method): New internal variable.
19878         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19879         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19880         New functions using mml-secure-method.
19881
19882         * mml.el (mml-mode-map): Add key bindings for those functions.
19883         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19884         Harder <harder@myrealbox.com>.
19885         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19886         Goto end of message if point is the headers of the message.
19887
19888         * message.el (message-in-body-p): New function.
19889
19890         * assistant.el: Autoload gnus-util and netrc.
19891
19892         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19893         Use `mm-charset-override-alist' only when decoding.
19894
19895         * mm-bodies.el (mm-decode-body):
19896         Call `mm-charset-to-coding-system' with allow-override argument.
19897
19898         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19899         `filename' from Content-Disposition if Content-Type doesn't
19900         provide `name'.
19901         (gnus-mime-view-part-as-type): Set default instead of
19902         initial-input.
19903
19904 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19905
19906         * format-spec.el (format-spec): Propagate text properties of % spec.
19907
19908 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19909
19910         * gnus-art.el (gnus-treat-predicate): Add `first'.
19911
19912 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19915         (mm-charset-override-alist): New variable.
19916         (mm-charset-to-coding-system): Use it.
19917         (mm-codepage-setup): New helper function.
19918         (mm-charset-eval-alist): New variable.
19919         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19920         Warn about unknown charsets.
19921
19922         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19923
19924 2005-10-04  David Hansen  <david.hansen@gmx.net>
19925
19926         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19927         (nnrss-check-group): Ditto.
19928
19929 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19930
19931         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19932         Rename x-gnus-verbatim to x-verbatim.
19933         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19934
19935         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19936         x-verbatim.
19937
19938         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19939
19940         * gnus-util.el (gnus-remove-duplicates): Remove.
19941
19942         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19943         instead of gnus-remove-duplicates.
19944
19945         * message.el (message-remove-duplicates): Remove.
19946         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19947         message-remove-duplicates.
19948
19949         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19950         available, else use implementation from `delete-dups'.
19951
19952         * message.el (message-insert-expires): New function.
19953         (message-mode-map): Add key binding.
19954         (message-mode-field-menu): Add menu entry.
19955         (message-mode): Document it.
19956         (message-make-expires-date): Use `message-make-date'.
19957
19958 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19959
19960         * message.el (message-make-expires-date): New function.
19961
19962 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * Makefile.in (list-installed-shadows): New entry.
19965         (install): Use it.
19966         (remove-installed-shadows): New entry.
19967
19968         * dgnushack.el (dgnushack-default-load-path): New variable.
19969         (dgnushack-find-lisp-shadows): New function.
19970         (dgnushack-remove-lisp-shadows): New function.
19971
19972 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * Makefile.in (install-el-elc): New entry.
19975         (install): Use it so that .el files are necessarily installed.
19976
19977 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19978
19979         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19980
19981 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19982
19983         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19984         function rather than the diff-mode.el package.
19985         (mm-display-external): Use with-current-buffer.
19986         (mm-viewer-completion-map, mm-viewer-completion-map):
19987         Move initialization inside declaration.
19988
19989 2005-09-29  Simon Josefsson  <jas@extundo.com>
19990
19991         * spam.el: Load hashcash when compiling, to avoid warnings.
19992         Don't autoload mail-check-payment.
19993         (spam-check-hashcash): Define unconditionally, since hashcash.el
19994         is part of Gnus now.  Ignore errors from payment checking.
19995
19996 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19997
19998         * message.el (message-bold-region, message-unbold-region):
19999         Rename from `bold-region' and `unbold-region'.
20000
20001         * message.el: Remove useless autoloads.
20002
20003 2005-09-28  Simon Josefsson  <jas@extundo.com>
20004
20005         * message.el (message-use-idna): Default to t.
20006         (message-use-idna): Test whether encoding works too.  Doc fix.
20007
20008 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * nntp.el (nntp-warn-about-losing-connection): Remove.
20011
20012 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20013
20014         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20015         customizable.  Change default value.
20016         (mm-uu-diff-groups-regexp): Change default value.
20017         (mm-uu-type-alist): Add doc string.
20018         (mm-uu-configure): Add doc string.  Make it interactive.
20019         (mm-uu-tex-groups-regexp): New variable.
20020         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20021         (mm-uu-type-alist): Add LaTeX documents.
20022         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20023         of "text/verbatim".
20024         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20025
20026         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20027         instead of "text/verbatim".
20028
20029         * message.el (message-mark-inserted-region)
20030         (message-mark-insert-file): Use slrn style marks when called with
20031         prefix argument.
20032
20033 2005-09-27  Simon Josefsson  <jas@extundo.com>
20034
20035         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20036
20037 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20038
20039         * message.el (message-remove-duplicates): New function.
20040         Implementation borrowed from `gnus-remove-duplicates'.
20041         (message-idna-to-ascii-rhs): Also encode idna addresses in
20042         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20043         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20044         only ask about the same idna domain once per header and also tell
20045         in what header to replace the idna domain.
20046
20047         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20048         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20049         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20050         a header is decoded and not just the last one.
20051
20052 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20053
20054         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20055         has been decoded.
20056
20057         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20058         (mm-insert-part): Don't modify text if it has been decoded.
20059
20060         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20061         decoded.
20062
20063         * mm-view.el (mm-inline-text): Don't strip text props unless
20064         decoding enriched or richtext parts.
20065
20066 2005-09-25  Romain Francoise  <romain@orebokech.com>
20067
20068         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20069         * gnus-start.el (gnus-subscribe-interactively):
20070         * gnus-uu.el (gnus-uu-grab-articles):
20071         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20072         space.
20073
20074 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20075
20076         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20077         * mm-view.el (mm-view-pkcs7-decrypt):
20078         * gnus-sum.el (gnus-summary-limit-to-extra)
20079         (gnus-summary-respool-article, gnus-read-move-group-name):
20080         * gnus-score.el (gnus-summary-increase-score):
20081         * gnus-util.el (gnus-completing-read-with-default):
20082         * gnus-art.el (gnus-read-save-file-name)
20083         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20084         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20085         * message.el (message-check-news-header-syntax):
20086         Follow convention for reading with the minibuffer.
20087
20088 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * spam-report.el (spam-report-url-ping-plain):
20091         Use gnus-extended-version as User-Agent.
20092
20093         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20094         default value is nil.
20095
20096         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20097         (mm-uu-verbatim-marks-extract): New function.
20098         (mm-uu-extract): New face.
20099         (mm-uu-copy-to-buffer): Use it.
20100
20101         * spam-report.el (spam-report-gmane-ham): Rename from
20102         `spam-report-gmane-unspam'.
20103         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20104         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20105
20106         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20107         Autoload.
20108         (spam-report-gmane-unregister-routine):
20109         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20110
20111 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20112
20113         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20114         (spam-report-gmane-unregister-routine): Add support for gmane
20115         unregistration.
20116
20117         * spam-report.el (spam-report-gmane-unspam)
20118         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20119         (spam-report-gmane): Change to take a single article and do unspam
20120         registration.
20121
20122 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * mm-url.el (mm-url-decode-entities): Fix regexp.
20125
20126 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20127
20128         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20129         default to nil, to be able to use Gnus at all.  If the default
20130         switches to something else, then the function should be fixed not
20131         be exceedingly slow.
20132
20133 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20134
20135         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20136         fail hard.
20137
20138         * spam-report.el: Add better Keywords line.
20139
20140         * spam.el: Add Maintainer and better Keywords line.
20141
20142 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20143
20144         * gnus-art.el (gnus-article-replace-part)
20145         (gnus-mime-replace-part): New functions.
20146         (gnus-mime-action-alist, gnus-mime-button-commands)
20147         (gnus-mime-save-part-and-strip): Add file argument.
20148         (gnus-article-part-wrapper): Add interactive argument.
20149
20150         * gnus-sum.el (gnus-summary-mime-map):
20151         Add `gnus-article-replace-part'.
20152
20153 2005-09-19  Didier Verna  <didier@xemacs.org>
20154
20155         The nnml compaction feature:
20156         * nnml.el (nnml-request-compact-group): New function.
20157         * nnml.el (nnml-request-compact): New function.
20158         * gnus-int.el (gnus-request-compact-group): New function.
20159         * gnus-int.el (gnus-request-compact): New function.
20160         * gnus-group.el (gnus-group-compact-group): New function.
20161         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20162         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20163         * gnus-srvr.el (gnus-server-compact-server): New function.
20164         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20165         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20166
20167 2005-09-18  Deepak Goel  <deego@gnufans.org>
20168
20169         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20170         format spec.
20171
20172 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20175
20176 2005-09-15  Romain Francoise  <romain@orebokech.com>
20177
20178         * message.el (message-fill-paragraph): Clarify docstring.
20179
20180 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * gnus-art.el (gnus-mime-display-part): Protect against broken
20183         MIME messages.
20184
20185 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20186
20187         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20188         before parsing header.
20189
20190 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20191
20192         * html2text.el (html2text-replace-list): Add new entities.
20193
20194 2005-09-11  Romain Francoise  <romain@orebokech.com>
20195
20196         * message.el (message-alternative-emails): Improve docstring.
20197         (message-setup-1): Call `message-use-alternative-email-as-from'
20198         after `message-setup-hook' to give it precedence over posting
20199         styles, etc.
20200         (message-use-alternative-email-as-from): Add docstring.
20201         Remove the original From header if present.
20202
20203         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20204         (nnml-save-mail): Use it.
20205
20206         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20207         articles.  Add new argument `silent'.
20208         (gnus-uu-mark-all): Report the total number of marked articles.
20209
20210 2005-09-10  Romain Francoise  <romain@orebokech.com>
20211
20212         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20213         (gnus-uu-mark-series): Likewise.
20214
20215 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20216
20217         * spam-report.el (spam-report-gmane): Fix generation of spam
20218         report URL.
20219
20220 2005-09-10  Simon Josefsson  <jas@extundo.com>
20221
20222         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20223         t, based on discussion on the ding list with Robert Epprecht
20224         <epprecht@solnet.ch>.
20225
20226 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * spam-report.el (spam-report-gmane): Make it work without
20229         X-Report-Spam header.  Gmane now only provides Archived-At.
20230         This is only used if `spam-report-gmane-use-article-number' is nil.
20231         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20232
20233         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20234         make `gnus-summary-sort-by-recipient' work with threading.
20235
20236         * nnweb.el (nnweb-google-wash-article): Print a message if article
20237         is not available.
20238
20239 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20240
20241         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20242         change.  Decode text/* parts content before displaying.
20243
20244 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20247
20248 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20251
20252         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20253         url-package-name, url-package-version,
20254         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20255         w3m-display-inline-images, and w3m-minor-mode-map.
20256
20257 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * message.el (message-tab-body-function): Fix mismatched custom type.
20260
20261         * gnus.el (gnus-group-change-level-function): Ditto.
20262
20263         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20264
20265         * gnus-art.el (gnus-signature-limit)
20266         (gnus-article-mime-part-function): Ditto.
20267
20268 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * mml.el (mml-mode): Silence the byte compiler.
20271
20272         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20273         using `(sit-for 0)' before moving the point to the specified part;
20274         skip unbuttonized parts.
20275         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20276         return to the summary window if gnus-auto-select-part is non-nil.
20277
20278 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20279
20280         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20281         New variables.
20282         (mml-dnd-attach-file, mml-mode): Use them.
20283
20284         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20285         Make fetching article by MID work again for Google Groups.
20286         Add FIXME concerning gnus-group-make-web-group.
20287
20288         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20289         Don't depend on Gnus by using mail-extract-address-components if
20290         gnus-extract-address-components is not bound.
20291
20292 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20293
20294         * gnus-art.el (gnus-mime-display-security): Don't display the
20295         signature, but only the signed part.
20296
20297 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20300
20301         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20302         list, not listp.
20303
20304 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20305
20306         * mm-encode.el (mm-encode-content-transfer-encoding):
20307         Likewise when encoding.
20308
20309         * mm-bodies.el (mm-decode-content-transfer-encoding):
20310         De-canonicalize CRLF for all text content types, not just
20311         text/plain.
20312
20313 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20316         valid article; point arrow and cursor at the MIME button.
20317
20318 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20321         Suggested by Dan Christensen <jdc@uwo.ca>.
20322
20323         * mm-decode.el (mm-save-part): Enable change of prompt.
20324
20325 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20326
20327         * gnus-msg.el (gnus-inews-add-send-actions):
20328         Make `message-post-method' lambda parameter ARG `&optional'.
20329
20330 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20331
20332         * gnus-sum.el (gnus-summary-mime-map):
20333         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20334         gnus-article-jump-to-part.
20335
20336         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20337         (gnus-article-edit-part): Use it.
20338         (gnus-article-part-wrapper): Add no-handle argument.
20339         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20340         New functions.
20341
20342 2005-08-29  Romain Francoise  <romain@orebokech.com>
20343
20344         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20345         docstring.
20346         (gnus-face-from-file): Likewise.
20347
20348 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20349
20350         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20351         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20352         non-nil.
20353         (gnus-auto-select-part): New variable.
20354         (gnus-article-jump-to-part): New function.
20355         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20356         (gnus-mime-delete-part): Allow selecting specified part after
20357         deleting or stripping parts.
20358         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20359         part if argument is bogus.
20360
20361 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20362
20363         * gnus-art.el (w3m-minor-mode-map):
20364         * gnus-spec.el (gnus-newsrc-file-version):
20365         * gnus-util.el (nnmail-active-file-coding-system)
20366         (gnus-original-article-buffer, gnus-user-agent):
20367         * gnus.el (gnus-ham-process-destinations)
20368         (gnus-parameter-ham-marks-alist)
20369         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20370         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20371         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20372         * mm-decode.el (gnus-current-window-configuration):
20373         * mm-extern.el (gnus-article-mime-handles):
20374         * mm-url.el (url-current-object, url-package-name)
20375         (url-package-version):
20376         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20377         (smime-keys, w3m-cid-retrieve-function-alist)
20378         (w3m-current-buffer, w3m-display-inline-images)
20379         (w3m-minor-mode-map):
20380         * mml-smime.el (gnus-extract-address-components):
20381         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20382         (gnus-newsrc-hashtb, message-default-charset)
20383         (message-deletable-headers, message-options)
20384         (message-posting-charset, message-required-mail-headers)
20385         (message-required-news-headers):
20386         * mml1991.el (mc-pgp-always-sign):
20387         * mml2015.el (mc-pgp-always-sign):
20388         * nnheader.el (nnmail-extra-headers):
20389         * rfc1843.el (gnus-decode-encoded-word-function)
20390         (gnus-decode-header-function, gnus-newsgroup-name):
20391         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20392
20393 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20394
20395         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20396         the end of the date treatments.
20397
20398 2005-08-15  Simon Josefsson  <jas@extundo.com>
20399
20400         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20401         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20402         Capello and Romain Francoise.
20403         (pgg-fetch-key-function): Remove, not used?
20404         (pgg-insert-url-with-w3): Require url, to get
20405         url-insert-file-contents regardless of where it is defined.
20406
20407 2005-08-13  Romain Francoise  <romain@orebokech.com>
20408
20409         * message.el (message-cite-original-1): New function.
20410         (message-cite-original): Use it.
20411         (message-cite-original-without-signature): Ditto.
20412
20413 2005-08-08  Romain Francoise  <romain@orebokech.com>
20414
20415         * message.el (message-yank-empty-prefix): New variable.
20416         (message-indent-citation): Use it.
20417         (message-cite-original-without-signature): Respect X-No-Archive.
20418
20419 2005-08-08  Simon Josefsson  <jas@extundo.com>
20420
20421         * pgg.el: Autoload url-insert-file-contents instead of loading
20422         w3/url.
20423         (pgg-insert-url-with-w3): Don't load url here.
20424
20425 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20426
20427         * message.el (message-kill-to-signature): Don't insert newline at
20428         bol.
20429         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20430
20431 2005-08-06  Romain Francoise  <romain@orebokech.com>
20432
20433         * message.el (message-user-fqdn): Fix typo in docstring.
20434
20435 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20436
20437         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20438
20439         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20440
20441 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * mm-bodies.el (mm-encode-body): Use coding system rather than
20444         charset to encode text.
20445
20446         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20447         number of charsets if utf-8 is available (XEmacs).
20448
20449 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20450
20451         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20452         taken from `gnus-button-mid-or-mail-regexp'.
20453         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20454         (gnus-button-alist): Improve regexp for domain part of the MIDs
20455         for news:localpart@domain buttons.
20456         (gnus-button-ctan-directory-regexp): Update.
20457
20458 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * sieve-manage.el (sieve-manage-interactive-login):
20461         Use make-local-variable rather than make-variable-buffer-local.
20462         (sieve-manage-open): Ditto.
20463         (sieve-manage-authenticate): Ditto.
20464
20465         * mml.el (mml-generate-mime-1): Make the content type default to
20466         text/plain if the filename is not specified.
20467
20468 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20471         instead of insert-buffer.
20472
20473         * message.el (message-yank-original): Ditto; set the mark at the
20474         end of the yanked message.
20475
20476 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20477
20478         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20479         lines to scroll rather than to stop it.
20480
20481         * mml.el (mml-generate-default-type): Add doc string.
20482         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20483         default to application/octet-stream when determining the content
20484         type if it is not specified for the part or the mml contents; add
20485         a comment about mml-generate-default-type.
20486
20487 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20488
20489         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20490         make it default to application/octet-stream when determining the
20491         content type if it is not specified for the external contents.
20492
20493 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20496         segmented parameter but also other parameters might be there.
20497
20498 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20499
20500         * mm-decode.el (mm-display-external): Delete temp file, directory
20501         and buffer immediately if the external process is exited.
20502
20503 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20506         fewer lines than that of scroll-margin.
20507         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20508
20509 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * gnus-art.el (gnus-article-next-page): Revert.
20512         (gnus-article-beginning-of-window): New macro.
20513         (gnus-article-next-page-1): Use it.
20514         (gnus-article-prev-page): Ditto.
20515         (gnus-article-edit-part): Use insert-buffer-substring instead of
20516         insert-buffer.
20517         (gnus-article-edit-exit): Ditto.
20518
20519         * gnus-util.el (gnus-beginning-of-window): Remove.
20520         (gnus-end-of-window): Remove.
20521
20522         * lpath.el: Don't bind header-line-format and scroll-margin.
20523
20524 2005-07-25  Simon Josefsson  <jas@extundo.com>
20525
20526         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20527         to have the url package without w3.  Reported by Daiki Ueno
20528         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20529
20530 2005-07-20  Didier Verna  <didier@xemacs.org>
20531
20532         * gnus-diary.el: Remove the description comment (nndiary is now
20533         properly documented in the Gnus manual).
20534         Fix the spelling of "Back End".
20535         * nndiary.el: Ditto.
20536         Fix the copyright notice.
20537
20538 2005-07-18  Romain Francoise  <romain@orebokech.com>
20539
20540         * gnus-sum.el (gnus-summary-to-prefix)
20541         (gnus-summary-newsgroup-prefix): New variables.
20542         (gnus-summary-from-or-to-or-newsgroups): Use them.
20543
20544 2005-07-17  Romain Francoise  <romain@orebokech.com>
20545
20546         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20547         space as it's generally not especially interesting to the user.
20548
20549 2005-07-16  Romain Francoise  <romain@orebokech.com>
20550
20551         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20552         nil to avoid prompting and file modification if one of the
20553         messages at the top of the nnfolder file contains a copyright
20554         notice.
20555         Update copyright notice.
20556
20557         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20558         instead of `current-time-string' as the latter creates a time
20559         string that is not RFC 2822 compliant (it lacks the zone).
20560         Update copyright notice.
20561
20562 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20563
20564         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20565         for text/rtf.  Display default in prompt.  Pass default for M-n.
20566
20567         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20568
20569 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20570
20571         * gnus-msg.el (gnus-button-mailto):
20572         Remove save-selected-window-window hackery because it relies on
20573         save-selected-window internals.
20574
20575 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20578         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20579         (gnus-article-prev-page): Ditto.
20580
20581         * gnus-util.el (gnus-beginning-of-window): New function.
20582         (gnus-end-of-window): New function.
20583
20584         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20585
20586 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20587
20588         * gnus-score.el (gnus-score-edit-all-score):
20589         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20590         gnus-message.
20591
20592 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20593
20594         * gnus-msg.el (gnus-button-mailto):
20595         Remove save-selected-window-window hackery because it relies on
20596         save-selected-window internals.
20597
20598 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20601         add-minor-mode.
20602         (gnus-binary-mode): Ditto.
20603
20604         * gnus-topic.el (gnus-topic-mode): Ditto.
20605
20606 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20607
20608         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20609         (gnus-article-prev-page): Take scroll-margin into consideration.
20610
20611 2005-07-04  Lute Kamstra  <lute@gnu.org>
20612
20613         Update FSF's address in GPL notices.
20614
20615 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20616
20617         * gnus.el (gnus-exit):
20618         * gnus-group.el (gnus-group-icons):
20619         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20620
20621         * gnus-nocem.el (gnus-nocem):
20622         * message.el (message-various, message-buffers, message-sending)
20623         (message-interface, message-forwarding, message-insertion)
20624         (message-headers, message-news, message-mail):
20625         * pgg-gpg.el (pgg-gpg):
20626         * pgg-parse.el (pgg-parse):
20627         * pgg-pgp.el (pgg-pgp):
20628         * pgg-pgp5.el (pgg-pgp5):
20629         * pop3.el (pop3): Finish `defgroup' description with period.
20630
20631 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * gnus-art.el (article-display-face): Improve the efficiency.
20634         (article-display-x-face): Ditto; remove gray x-face stuff.
20635
20636 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * gnus-art.el (article-display-face): Correct the position in
20639         which Faces are inserted.
20640
20641 2005-06-29  Didier Verna  <didier@xemacs.org>
20642
20643         * gnus-art.el (article-display-face): Display faces in correct
20644         order.
20645
20646 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20649         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20650         (gnus-nocem-check-article): Fetch the Type header.
20651         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20652         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20653         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20654         make sure gnus-nocem-hashtb is initialized.
20655         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20656         (gnus-nocem-unwanted-article-p): Ditto.
20657
20658         * pgg.el (pgg-verify): Return the verification result.
20659
20660 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20661
20662         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20663         is ascii.
20664
20665 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20666
20667         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20668         `show-nonbreak-escape'.
20669
20670 2005-06-23  Lute Kamstra  <lute@gnu.org>
20671
20672         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20673
20674         * dig.el (dig-mode):
20675         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20676
20677 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20678
20679         * nnimap.el (nnimap-split-download-body): Fix spellings.
20680
20681 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20682
20683         * gnus-art.el (gnus-article-encrypt-body):
20684         * gnus-cus.el (gnus-score-customize):
20685         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20686         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20687
20688 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20689
20690         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20691         header by looking for magic "MII" at the beginning.
20692
20693 2005-06-16  Miles Bader  <miles@gnu.org>
20694
20695         * gnus-xmas.el (gnus-xmas-group-startup-message):
20696         Use renamed gnus-splash face.
20697
20698         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20699         (assistant-field-face): New backward-compatibility alias for renamed
20700         face.
20701         (assistant-render-text): Use renamed assistant-field face.
20702
20703         * spam.el (spam): Remove "-face" suffix from face name.
20704         (spam-face): New backward-compatibility alias for renamed face.
20705         (spam-face, spam-initialize): Use renamed spam face.
20706
20707         * message.el (message-header-to, message-header-cc)
20708         (message-header-subject, message-header-newsgroups)
20709         (message-header-other, message-header-name)
20710         (message-header-xheader, message-separator, message-cited-text)
20711         (message-mml): Remove "-face" suffix from face names.
20712         (message-header-to-face, message-header-cc-face)
20713         (message-header-subject-face, message-header-newsgroups-face)
20714         (message-header-other-face, message-header-name-face)
20715         (message-header-xheader-face, message-separator-face)
20716         (message-cited-text-face, message-mml-face):
20717         New backward-compatibility aliases for renamed faces.
20718         (message-font-lock-keywords): Use renamed message faces.
20719
20720         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20721         (sieve-test-commands, sieve-tagged-arguments):
20722         Remove "-face" suffix from face names.
20723         (sieve-control-commands-face, sieve-action-commands-face)
20724         (sieve-test-commands-face, sieve-tagged-arguments-face):
20725         New backward-compatibility aliases for renamed faces.
20726         (sieve-control-commands-face, sieve-action-commands-face)
20727         (sieve-test-commands-face, sieve-tagged-arguments-face):
20728         Use renamed sieve faces.
20729
20730         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20731         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20732         (gnus-group-news-3-empty, gnus-group-news-4)
20733         (gnus-group-news-4-empty, gnus-group-news-5)
20734         (gnus-group-news-5-empty, gnus-group-news-6)
20735         (gnus-group-news-6-empty, gnus-group-news-low)
20736         (gnus-group-news-low-empty, gnus-group-mail-1)
20737         (gnus-group-mail-1-empty, gnus-group-mail-2)
20738         (gnus-group-mail-2-empty, gnus-group-mail-3)
20739         (gnus-group-mail-3-empty, gnus-group-mail-low)
20740         (gnus-group-mail-low-empty, gnus-summary-selected)
20741         (gnus-summary-cancelled, gnus-summary-high-ticked)
20742         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20743         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20744         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20745         (gnus-summary-low-undownloaded)
20746         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20747         (gnus-summary-low-unread, gnus-summary-normal-unread)
20748         (gnus-summary-high-read, gnus-summary-low-read)
20749         (gnus-summary-normal-read, gnus-splash):
20750         Remove "-face" suffix from face names.
20751         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20752         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20753         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20754         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20755         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20756         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20757         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20758         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20759         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20760         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20761         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20762         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20763         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20764         (gnus-summary-normal-ticked-face)
20765         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20766         (gnus-summary-normal-ancient-face)
20767         (gnus-summary-high-undownloaded-face)
20768         (gnus-summary-low-undownloaded-face)
20769         (gnus-summary-normal-undownloaded-face)
20770         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20771         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20772         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20773         (gnus-splash-face):
20774         New backward-compatibility aliases for renamed faces.
20775         (gnus-group-startup-message): Use renamed gnus faces.
20776
20777         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20778         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20779         (gnus-server-agent): Remove "-face" suffix from face names.
20780         (gnus-server-agent-face, gnus-server-opened-face)
20781         (gnus-server-closed-face, gnus-server-denied-face)
20782         (gnus-server-offline-face):
20783         New backward-compatibility aliases for renamed faces.
20784         (gnus-server-agent-face, gnus-server-opened-face)
20785         (gnus-server-closed-face, gnus-server-denied-face)
20786         (gnus-server-offline-face): Use renamed gnus faces.
20787
20788         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20789         Remove "-face" suffix from face names.
20790         (gnus-picon-xbm-face, gnus-picon-face):
20791         New backward-compatibility aliases for renamed faces.
20792
20793         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20794         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20795         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20796         (gnus-cite-11): Remove "-face" suffix from face names.
20797         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20798         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20799         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20800         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20801         New backward-compatibility aliases for renamed faces.
20802         (gnus-cite-attribution-face, gnus-cite-face-list)
20803         (gnus-article-boring-faces): Use renamed gnus faces.
20804
20805         * gnus-art.el (gnus-signature, gnus-header-from)
20806         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20807         (gnus-header-content): Remove "-face" suffix from face names.
20808         (gnus-signature-face, gnus-header-from-face)
20809         (gnus-header-subject-face, gnus-header-newsgroups-face)
20810         (gnus-header-name-face, gnus-header-content-face):
20811         New backward-compatibility aliases for renamed faces.
20812         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20813
20814         * gnus-sum.el (gnus-summary-selected-face)
20815         (gnus-summary-highlight): Use renamed gnus faces.
20816         * gnus-group.el (gnus-group-highlight): Likewise.
20817
20818 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20819
20820         * gnus-sieve.el (gnus-sieve-article-add-rule):
20821         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20822         * spam-stat.el (spam-stat-buffer-change-to-spam)
20823         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20824
20825         * message.el (message-is-yours-p):
20826         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20827
20828 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * mm-view.el (mm-inline-text): Withdraw the last change.
20831
20832 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20835         executing enriched-decode.
20836
20837 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20840         charset of tar files.
20841
20842 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20843
20844         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20845
20846 2005-06-04  Lute Kamstra  <lute@gnu.org>
20847
20848         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20849         information is never recorded.
20850
20851 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20852
20853         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20854
20855 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * pop3.el (pop3-apop): Run md5 in the binary mode.
20858
20859         * starttls.el (starttls-set-process-query-on-exit-flag):
20860         Use eval-and-compile.
20861
20862 2005-05-31  Simon Josefsson  <jas@extundo.com>
20863
20864         * smime.el (smime-replace-in-string): Define.
20865         (smime-cert-by-ldap-1): Use it.
20866
20867 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20868
20869         * gnus-art.el (article-display-x-face): Replace
20870         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20871
20872         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20873         set-process-query-on-exit-flag or process-kill-without-query.
20874
20875         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20876         loop instead of replace-regexp.
20877
20878         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20879         instead of process-kill-without-query if it is available.
20880
20881         * lpath.el: Fbind ldap-search-entries.
20882
20883         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20884         instead of find-file-hooks if it is available.
20885
20886         * mml1991.el: Bind pgg-default-user-id when compiling.
20887
20888         * mml2015.el: Bind pgg-default-user-id when compiling.
20889
20890         * nndraft.el (nndraft-request-associate-buffer):
20891         Use write-contents-functions instead of write-contents-hooks if it is
20892         available.
20893
20894         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20895         instead of find-file-hooks if it is available.
20896
20897         * nntp.el (nntp-open-connection): Replace
20898         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20899         (nntp-open-ssl-stream): Ditto.
20900         (nntp-open-tls-stream): Ditto.
20901
20902         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20903         set-process-query-on-exit-flag or process-kill-without-query.
20904         (starttls-open-stream-gnutls): Use it instead of
20905         process-kill-without-query.
20906         (starttls-open-stream): Ditto.
20907
20908 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20909
20910         * smime.el (smime-cert-by-ldap-1): Don't use
20911         replace-regexp-in-string.
20912
20913 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20914
20915         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20916
20917         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20918         in PEM format.  Adjust to the XEmacs compatibility.
20919
20920 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20921
20922         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20923         by `string-to-number'.
20924         * gnus-agent.el (gnus-agent-regenerate-group)
20925         (gnus-agent-fetch-articles): Ditto.
20926         * gnus-art.el (gnus-button-fetch-group): Ditto.
20927         * gnus-cache.el (gnus-cache-generate-active)
20928         (gnus-cache-articles-in-group): Ditto.
20929         * gnus-group.el (gnus-group-set-current-level)
20930         (gnus-group-insert-group-line): Ditto.
20931         * gnus-score.el (gnus-score-set-expunge-below)
20932         (gnus-score-set-mark-below, gnus-summary-score-effect)
20933         (gnus-summary-score-entry): Ditto.
20934         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20935         (gnus-soup-pack): Ditto.
20936         * gnus-spec.el (gnus-xmas-format): Ditto.
20937         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20938         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20939         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20940         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20941         * nndb.el (nndb-get-remote-expire-response): Ditto.
20942         * nndiary.el (nndiary-parse-schedule-value)
20943         (nndiary-string-to-number, nndiary-request-replace-article)
20944         (nndiary-request-article): Ditto.
20945         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20946         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20947         * nneething.el (nneething-make-head): Ditto.
20948         * nnfolder.el (nnfolder-request-article)
20949         (nnfolder-retrieve-headers): Ditto.
20950         * nnheader.el (nnheader-file-to-number): Ditto.
20951         * nnkiboze.el (nnkiboze-request-article): Ditto.
20952         * nnmail.el (nnmail-process-unix-mail-format)
20953         (nnmail-process-babyl-mail-format): Ditto.
20954         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20955         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20956         (nnmh-request-create-group, nnmh-request-list-1)
20957         (nnmh-request-group, nnmh-request-article): Ditto.
20958         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20959         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20960         * nnsoup.el (nnsoup-make-active): Ditto.
20961         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20962         * nntp.el (nntp-find-group-and-number)
20963         (nntp-retrieve-headers-with-xover): Ditto.
20964         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20965         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20966         (pgg-format-key-identifier): Ditto.
20967         * pop3.el (pop3-last, pop3-stat): Ditto.
20968         * qp.el (quoted-printable-decode-region): Ditto.
20969
20970         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20971         of concat.
20972
20973 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20976
20977         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20978
20979         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20980
20981         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20982
20983         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20984
20985         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20986
20987         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20988         (gnus-carpal-mode): Ditto.
20989
20990         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20991         (gnus-browse-mode): Ditto.
20992
20993         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20994
20995         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20996
20997 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20998
20999         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21000
21001 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21002
21003         * gnus-util.el (gnus-run-mode-hooks): New function.
21004
21005         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21006
21007         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21008         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21009
21010 2005-05-27  Lute Kamstra  <lute@gnu.org>
21011
21012         * dns-mode.el (dns-mode): Specify customization group.
21013
21014 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21015
21016         * gnus-agent.el (gnus-agent-make-mode-line-string):
21017         Use mode-line-highlight as mouse-face.
21018
21019 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * canlock.el (canlock): Change the parent group to news.
21022
21023         * deuglify.el (gnus-outlook-deuglify): Add :group.
21024
21025         * dig.el (dig): Add :group.
21026
21027         * dns-mode.el (dns-mode): Add :group.
21028
21029         * encrypt.el (encrypt): Add :group.
21030
21031         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21032         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21033         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21034         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21035         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21036
21037         * gnus-diary.el (gnus-diary): Add :group.
21038
21039         * gnus.el (gnus-group-news-1-face): Add :group.
21040         (gnus-group-news-1-empty-face): Ditto.
21041         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21042         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21043         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21044         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21045         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21046         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21047         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21048         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21049         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21050         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21051         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21052         (gnus-summary-high-ticked-face): Ditto.
21053         (gnus-summary-low-ticked-face): Ditto.
21054         (gnus-summary-normal-ticked-face): Ditto.
21055         (gnus-summary-high-ancient-face): Ditto.
21056         (gnus-summary-low-ancient-face): Ditto.
21057         (gnus-summary-normal-ancient-face): Ditto.
21058         (gnus-summary-high-undownloaded-face): Ditto.
21059         (gnus-summary-low-undownloaded-face): Ditto.
21060         (gnus-summary-normal-undownloaded-face): Ditto.
21061         (gnus-summary-high-unread-face): Ditto.
21062         (gnus-summary-low-unread-face): Ditto.
21063         (gnus-summary-normal-unread-face): Ditto.
21064         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21065         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21066
21067         * hashcash.el (hashcash): New custom group.
21068         (hashcash-default-payment): Add :group.
21069         (hashcash-payment-alist): Ditto.
21070         (hashcash-default-accept-payment): Ditto.
21071         (hashcash-accept-resources): Ditto.
21072         (hashcash-path): Ditto.
21073         (hashcash-extra-generate-parameters): Ditto.
21074         (hashcash-double-spend-database): Ditto.
21075         (hashcash-in-news): Ditto.
21076
21077         * message.el (message-minibuffer-local-map): Add :group.
21078
21079         * netrc.el (netrc): Add :group.
21080
21081         * sieve-manage.el (sieve-manage-log): Add :group.
21082         (sieve-manage-default-user): Diito.
21083         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21084         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21085         (sieve-manage-authenticators): Ditto.
21086         (sieve-manage-authenticator-alist): Ditto.
21087         (sieve-manage-default-port): Ditto.
21088
21089         * sieve-mode.el (sieve-control-commands-face): Add :group.
21090         (sieve-action-commands-face): Ditto.
21091         (sieve-test-commands-face): Ditto.
21092         (sieve-tagged-arguments-face): Ditto.
21093
21094         * smime.el (smime): Add :group.
21095
21096         * spam-report.el (spam-report): Add :group.
21097
21098         * spam.el (spam, spam-face): Add :group.
21099
21100 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21101
21102         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21103         return \n.\n.\n at the end of articles.  Protect against that.
21104         (nntp-with-open-group): Allow debugging.
21105
21106         * nnheader.el (mail-header-set-extra): Make into a function
21107         because I just could't understand how to quote the list properly.
21108
21109         * dns.el (query-dns-cached): New function.
21110
21111 2005-05-26  Lute Kamstra  <lute@gnu.org>
21112
21113         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21114
21115 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21116
21117         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21118
21119         * gnus-art.el: Don't autoload mail-extract-address-components.
21120
21121         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21122         eval-and-compile to evaluate it.
21123
21124         * hashcash.el: Don't autoload executable-find.
21125
21126         * nndb.el: Don't declare the nndb back end two or more times; don't
21127         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21128
21129         * nntp.el: Autoload format-spec instead of format; use
21130         eval-and-compile to evaluate autoload forms.
21131
21132 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21133
21134         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21135
21136 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21137
21138         * gnus.el (gnus-version-number): Bump version.
21139
21140 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21141
21142         * gnus.el: No Gnus v0.3 is released.
21143
21144 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21145
21146         * lpath.el (featurep): Bind show-nonbreak-escape.
21147
21148 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * gnus-art.el (gnus-article-edit-part): Disable undo.
21151
21152 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21155         gnus-article-date-lapsed-new-header is t if date timer is active;
21156         skip headers in which the original date value is empty.
21157         (gnus-article-save-original-date): Redefine it as a macro.
21158         (gnus-display-mime): Use it.
21159
21160 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * gnus-art.el (article-date-ut): Support converting date in
21163         forwarded parts as well.
21164         (gnus-article-save-original-date): New function.
21165         (gnus-display-mime): Use it.
21166
21167 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21168
21169         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21170         enclosure element of <item>.
21171
21172 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21173
21174         * message.el (message-kill-buffer-query): Rename from
21175         `message-kill-buffer-query-if-modified'.  Add :version.
21176
21177 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21180         window layout.
21181
21182 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21183
21184         * mml.el: Autoload dnd when compiling.
21185
21186 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21187
21188         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21189         x-dnd-*.
21190
21191 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * qp.el (quoted-printable-encode-region): Save excursion.
21194
21195 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21196
21197         * message.el (message-kill-buffer-query-if-modified): Add new variable
21198         so the user can kill a modified message buffer quickly.
21199         (message-kill-buffer): Use it.
21200
21201 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21202
21203         * lpath.el: Fbind display-time-event-handler; don't fbind
21204         string-to-multibyte.
21205
21206         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21207
21208 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21211         contained in text because xml.el decodes entities) with LFs.
21212
21213 2005-04-11  Lute Kamstra  <lute@gnu.org>
21214
21215         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21216         differently.
21217
21218 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21219
21220         * mm-util.el (mm-detect-coding-region): Typo.
21221
21222 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21225
21226 2005-04-06  Deepak Goel  <deego@gnufans.org>
21227
21228         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21229         user-function allow user modifications of the scores.
21230         (spam-stat-score-buffer-user): New function, to allow
21231         user-computed modifications to the score.
21232         (spam-stat-score-buffer-user-functions): List of additional
21233         scoring functions.
21234         (spam-stat-error-holder): Global temporary error holder.
21235         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21236         variable.
21237
21238 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21239
21240         * gnus-registry.el (gnus-registry-clean-empty-function)
21241         (gnus-registry-trim, gnus-registry-fetch-groups)
21242         (gnus-registry-delete-group): Groups that match
21243         `gnus-registry-ignored-groups' are removed from the registry
21244         entries, not just ignored for splitting.  This helps clean up the
21245         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21246         to get all the groups a message ID is in.
21247
21248         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21249         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21250         (spam-stat-score-buffer-user-functions): Add :number custom type.
21251
21252 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21255         argument in XEmacs.
21256
21257         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21258         (nnrss-request-group): Decode group name first.
21259         (nnrss-request-article): Make a text/plain article if mml-to-mime
21260         failed.
21261         (nnrss-get-encoding): Return a compatible encoding according to
21262         nnrss-compatible-encoding-alist.
21263         (nnrss-find-el): Use consp instead of listp.
21264         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21265
21266 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21267
21268         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21269         which Emacs 20 doesn't support.
21270         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21271
21272 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21273
21274         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21275         silence the byte compiler inside the defun.
21276
21277         * gnus-demon.el (parse-time-string): Add autoload.
21278
21279         * gnus-delay.el (parse-time-string): Add autoload.
21280
21281         * gnus-art.el (parse-time-string): Add autoload.
21282
21283         * nnultimate.el (parse-time): Require for `parse-time-string'.
21284
21285 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21286
21287         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21288
21289         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21290
21291         * smime.el (smime-ldap-host-list): Add :version.
21292
21293 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21296         pass it to `gnus-browse-read-group'.
21297         (gnus-browse-read-group): Add NUMBER argument and pass it to
21298         `gnus-group-read-ephemeral-group'.
21299
21300         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21301         argument and pass it to `gnus-group-read-group'.
21302
21303 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21304
21305         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21306         mm-xemacs-find-mime-charset-1 if we have the mule feature
21307         available at runtime.
21308
21309 2005-03-25  Werner Lemberg  <wl@gnu.org>
21310
21311         * nnmaildir.el: Replace `illegal' with `invalid'.
21312
21313 2005-03-23  Lute Kamstra  <lute@gnu.org>
21314
21315         * time-date.el: Add comment on time value formats.
21316         Don't require parse-time.
21317         (with-decoded-time-value): New macro.
21318         (encode-time-value): New function.
21319         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21320         (days-to-time): Return a valid time value when arg is huge.
21321         (time-since): Use time-subtract.
21322         (time-to-number-of-days): Use time-to-seconds.
21323
21324 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21325
21326         * gnus-start.el (gnus-display-time-event-handler):
21327         Check display-time-timer at runtime rather than only at load time
21328         in case display-time-mode is turned off in the mean time.
21329
21330 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21331
21332         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21333         used.
21334
21335         * nneething.el (nneething-map-file-directory): Derive from
21336         `gnus-directory'.
21337
21338         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21339         the To/Cc button.
21340
21341 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21342
21343         * nnmaildir.el (nnmaildir-request-accept-article):
21344         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21345
21346 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21347
21348         * gnus-async.el: Require timer-funcs at compile time when in
21349         XEmacs for `run-with-idle-timer'.
21350
21351 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21352
21353         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21354         autoloaded function.
21355
21356 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21357
21358         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21359
21360 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21361
21362         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21363
21364 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21365
21366         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21367         Add gnus-expert-user to default.
21368
21369 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21370
21371         * nnimap.el (nnimap-open-server): Ditto.
21372
21373         * imap.el (imap-authenticate): Fix typo.
21374
21375 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21376
21377         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21378         buffer (since IMAP server might return FETCH response out of
21379         order, and the nntp buffer must be sorted).
21380
21381 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21382
21383         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21384         comparison on string.
21385
21386         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21387         (gnus-agent-score): Rename category keywords to match gnus-cus.
21388         (gnus-agent-summary-fetch-series): Modify to protect against
21389         gnus-agent-summary-fetch-group clearing processable flags.
21390         (gnus-agent-synchronize-group-flags): Update live group buffer as
21391         synchronization may occur due to the user toggle the plugged
21392         status.
21393         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21394         successfully downloaded.
21395         (gnus-agent-expire-group-1): Avoid using markers when the overview
21396         is in ascending order; greatly improves performance.
21397         (gnus-agent-regenerate-group):
21398         Use gnus-agent-synchronize-group-flags to reset read status in both
21399         gnus and server.
21400         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21401
21402 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21403
21404         * message.el: Don't autoload former message-utils variables.
21405         (message-strip-subject-trailing-was): Change doc string.
21406
21407         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21408         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21409         (nnweb-google-search): Add "hl=en" here.
21410         (nnweb-google-parse-1, nnweb-google-create-mapping):
21411         Don't hardcode URL.
21412
21413 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21414
21415         * message.el (message-get-reply-headers, message-followup):
21416         Mention related variables `message-use-followup-to' and
21417         `message-use-mail-followup-to', in the information buffer.
21418
21419         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21420         of broken groups(-beta).google.com.
21421
21422 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21423
21424         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21425         parameter to invoked gnus-request-move-article; remove the
21426         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21427         all at once instead of once per article.
21428         (gnus-summary-remove-process-mark): Accept a list of articles as
21429         well as a single article for processing.
21430
21431         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21432         parameter.
21433
21434         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21435
21436         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21437
21438         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21439         parameter.
21440
21441         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21442         parameter.
21443
21444         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21445         parameter and remove the gnus-sum-hint-move-is-internal variable.
21446
21447         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21448         parameter.
21449
21450         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21451         parameter.
21452
21453         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21454         parameter.
21455
21456         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21457
21458         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21459         parameter.
21460
21461         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21462         parameter.
21463
21464 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21465
21466         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21467         a more conservative way.
21468
21469 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21470
21471         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21472         buffer, so it moves the window's cursor.
21473
21474 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21475
21476         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21477         `mm-dissect-multipart' and receive the from field as an (optional)
21478         argument from `mm-dissect-multipart'.
21479         (mm-dissect-multipart): Receive the from field as an argument and
21480         pass it on when we call `mm-dissect-buffer' on MIME parts.
21481         Fixes verification/decryption of signed/encrypted MIME parts.
21482
21483 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21484
21485         * gnus-sum.el (gnus-summary-move-article):
21486         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21487         whatever it calls (right now, only nnimap-request-move article
21488         respects it).
21489
21490         * nnimap.el (nnimap-request-move-article):
21491         When gnus-sum-hint-move-is-internal is set, don't do the extra
21492         nnimap-request-article.
21493
21494 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21495
21496         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21497
21498         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21499         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21500
21501         * gnus-sum.el (gnus-summary-caesar-message):
21502         Apply `gnus-treat-article' after rotation.
21503
21504         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21505         doc string.
21506
21507 2005-02-22  Simon Josefsson  <jas@extundo.com>
21508
21509         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21510         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21511         <arne@arnested.dk>.
21512         (encrypt): Add password-cache and password-cache-expiry as group
21513         members.
21514
21515 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21516
21517         * smime.el (smime-ldap-host-list): Doc fix.
21518         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21519         cache) password.
21520         (smime-sign-region): Use it.
21521         (smime-decrypt-region): Use it.
21522         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21523         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21524         fails.
21525         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21526         certificate from DER to PEM format rather than calling openssl.
21527
21528         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21529
21530         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21531         for signing/encryption.
21532
21533         * mml.el (mml-parse-1): Use them.
21534
21535 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21536
21537         * nnrss.el (nnrss-verbose): Remove.
21538         (nnrss-request-group): Use `nnheader-message' instead.
21539
21540 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21541
21542         * nnrss.el (nnrss-verbose): New variable.
21543         (nnrss-request-group): Make it say nnrss is requesting a group.
21544
21545 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21546
21547         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21548         Handle news URL with given port correctly.
21549
21550 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21553         containing special characters.
21554
21555         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21556
21557         * mml.el (mime-to-mml): Ditto.
21558
21559         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21560         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21561         (rfc2047-decode-region): Quote decoded words containing special
21562         characters when rfc2047-quote-decoded-words-containing-tspecials
21563         is non-nil.
21564
21565 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21566
21567         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21568
21569         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21570
21571 2005-02-15  Simon Josefsson  <jas@extundo.com>
21572
21573         * nnimap.el (nnimap-debug): Doc fix.
21574
21575         * imap.el (imap-debug): Doc fix.
21576
21577 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21578
21579         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21580
21581 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21582
21583         * gnus.el (spam-contents): Improve docs for spam-contents
21584         parameter in its variable incarnation.
21585
21586 2005-02-14  Simon Josefsson  <jas@extundo.com>
21587
21588         * smime-ldap.el: Use require instead of load-library for ldap.
21589         (smime-ldap-search): Indent.
21590         (smime-ldap-search-internal): Shorten line.
21591
21592         * smime.el (smime-cert-by-dns): Add doc-string.
21593         (smime-cert-by-ldap-1): Indent.
21594
21595         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21596         mml-smime-get-dns-ldap.
21597         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21598
21599 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21600
21601         * smime.el: Require smime-ldap.
21602         (smime-ldap-host-list): New variable.
21603         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21604
21605         * mml-smime.el (mml-smime-encrypt-query): New function.
21606         (mml-smime-encrypt-query): Use it.
21607
21608         * smime-ldap.el: New file.
21609
21610 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21611
21612         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21613
21614 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21615
21616         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21617         argument in doc string.  Make query for type more clear.
21618
21619 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21620
21621         * gnus.el (gnus-group-startup-message): Search for gnus images in
21622         etc/images/gnus.
21623         * mm-util.el (mm-image-load-path): Likewise.
21624         * smiley.el (smiley-data-directory): Search for smilies in
21625         etc/images/smilies.
21626
21627 2005-02-09  Kim F. Storm  <storm@cua.dk>
21628
21629         Change Emacs release version from 21.4 to 22.1 throughout.
21630         Change Emacs development version from 21.3.50 to 22.0.50.
21631
21632 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21635
21636         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21637         non-Mule XEmacs as well.
21638         (mm-decompress-buffer): Signal an error intentionally if it does
21639         not decompress compressed data because auto-compression-mode is
21640         disabled.
21641
21642 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21643
21644         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21645         an ID in the registry even if it has no groups.
21646
21647 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21650         merge it into mm-decompress-buffer.
21651         (gnus-mime-copy-part): Use the MIME part charset, the value which
21652         a user specified or gnus-newsgroup-charset for decoding, like
21653         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21654         save-buffer what was used.  Suggested by Kevin Ryde
21655         <user42@zip.com.au>.
21656         (gnus-mime-inline-part): Allow the name parameter as well as the
21657         filename parameter; force decompressing of compressed data; always
21658         display contents being not decoded as unibyte.
21659
21660         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21661         as well as the filename parameter.
21662
21663         * mm-util.el (mm-decompress-buffer):
21664         Merge gnus-mime-jka-compr-maybe-uncompress.
21665         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21666         of compressed data.
21667
21668 2005-02-08  Simon Josefsson  <jas@extundo.com>
21669
21670         * imap.el (imap-log): Doc fix.
21671
21672 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21673
21674         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21675         the coding cookies; decompress compressed parts.
21676
21677         * mml.el (mml-generate-mime-1): Add the charset parameter according
21678         to the value which a user specified manually or the coding cookie.
21679
21680         * mm-util.el (mm-string-to-multibyte): New function.
21681         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21682         (mm-coding-system-to-mime-charset): New function.
21683         (mm-decompress-buffer): New function.
21684         (mm-find-buffer-file-coding-system): New function.
21685
21686         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21687         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21688         parts.
21689
21690 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21691
21692         * mm-view.el (mm-display-inline-fontify): Decode a part according
21693         to the charset parameter.
21694
21695 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21696
21697         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21698         prefix arg is neither nil nor a number, as info specifies.
21699
21700 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21703         timestamps.
21704
21705 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21706
21707         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21708         groups error checking and notify user.
21709
21710 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21711
21712         * message.el (message-send-mail-function): Check existence of
21713         sendmail-program first before using default value
21714         `message-send-mail-with-sendmail'.  Otherwise use more generic
21715         `smtpmail-send-it'.
21716
21717 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21718
21719         * nntp.el (nntp-request-update-info): Always return nil.
21720
21721 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21722
21723         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21724
21725 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21726
21727         * message.el (message-beginning-of-line): Change the behavior when
21728         invoked between BOL and : so that it first moves backward.
21729
21730 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21731
21732         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21733         article buffer when editing of the article is discarded.
21734         (gnus-article-prepare): Revert.
21735
21736 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21737
21738         * gnus-art.el (gnus-article-prepare):
21739         Remove message-strip-forbidden-properties from the local hook.
21740
21741 2005-01-27  Simon Josefsson  <jas@extundo.com>
21742
21743         * password.el (password-cache-add): Only start one timer per key.
21744         Reported by Derek Atkins <warlord@MIT.EDU>.
21745
21746 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21747
21748         * run-at-time.el: Remove.  It is no longer needed as
21749         timer-funcs.el in the xemacs-base package has a working version of
21750         `run-at-time'.
21751
21752         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21753
21754         * password.el: Require timer-funcs instead of run-at-time in
21755         XEmacs.
21756         Remove `password-run-at-time' macro.
21757         (password-cache-add): Use `run-at-time' instead of
21758         `password-run-at-time'.
21759
21760         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21761         Remove `nnheader-cancel-function-timers' alias,
21762         `cancel-function-timers' exists in XEmacs in timer-funcs.
21763
21764         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21765         for `run-with-idle-timer'.
21766
21767         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21768         for `run-at-time'.
21769
21770         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21771         for `with-timeout'.
21772
21773         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21774         the same as for XEmacs 21.4.
21775         No need to ignore `run-with-idle-timer', this function exists in
21776         XEmacs now in timer-funcs.el in the xemacs-base package.
21777         (dgnushack-compile): No need to delete
21778         run-at-time.el from the list of files to compile because it
21779         doesn't exist anymore.
21780
21781 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21784         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21785
21786 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21787
21788         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21789         sensitively.
21790
21791 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21792
21793         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21794
21795 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21796
21797         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21798         which will be inserted according to the multibyteness of a buffer
21799         rather than the type of contents.  Suggested by ARISAWA Akihiro
21800         <ari@mbf.ocn.ne.jp>.
21801
21802         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21803         of string which old xml.el may return rather than a string.
21804
21805 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21806
21807         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21808
21809 2005-01-16  Simon Josefsson  <jas@extundo.com>
21810
21811         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21812         idn/idna.el isn't available.
21813         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21814         <michael@waxrat.com>.
21815
21816         * hashcash.el: Remove non-FSF copyright header.
21817
21818         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21819         (hashcash-generate-payment): Use it.
21820         (hashcash-generate-payment-async): Use it.
21821
21822 2005-01-15  Simon Josefsson  <jas@extundo.com>
21823
21824         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21825         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21826
21827         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21828         gnus-summary-idna-message.
21829         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21830         (gnus-summary-idna-message): New function.
21831
21832 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21833
21834         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21835         gnus-novice-user.
21836
21837 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * nnrss.el (nnrss-request-delete-group): Delete entries in
21840         nnrss-group-alist as well.
21841         (nnrss-save-server-data): Insert newline.
21842
21843 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21844
21845         * gnus.el (gnus-user-agent): Use list of symbols instead of
21846         symbols.  Display full version number for (S)XEmacs.
21847         Optionally display (S)XEmacs codename.
21848
21849         * gnus-util.el (gnus-emacs-version): Update for new
21850         `gnus-user-agent'.
21851
21852         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21853         Gnus version.
21854
21855 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21858         which is unreadable in some setups.
21859
21860 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * gnus-spec.el (gnus-update-format-specifications): Flush the
21863         group format spec cache if it doesn't support decoded group names.
21864
21865 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21866
21867         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21868         Allow to apply decay on score files matching a regexp.
21869
21870 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21873         compatibility in %g and %c.
21874
21875 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21878         name for only %g and %c.
21879         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21880         of gnus-tmp-group to decoded group name.
21881         (gnus-group-make-rss-group): Exclude `/'s from group names.
21882
21883 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * nnrss.el (nnrss-get-encoding): Fix regexp.
21886
21887 2004-12-27  Simon Josefsson  <jas@extundo.com>
21888
21889         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21890         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21891         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21892
21893 2004-12-17  Kim F. Storm  <storm@cua.dk>
21894
21895         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21896
21897         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21898
21899 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21900
21901         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21902
21903 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21904
21905         * nnrss.el: Require rfc2047 and mml.
21906         (nnrss-file-coding-system): New variable.
21907         (nnrss-format-string): Redefine it as an inline function.
21908         (nnrss-decode-group-name): New function.
21909         (nnrss-string-as-multibyte): Remove.
21910         (nnrss-retrieve-headers): Decode group name; don't use
21911         nnrss-format-string.
21912         (nnrss-request-group): Decode group name.
21913         (nnrss-request-article): Decode group name; allow a Message-ID as
21914         well as an article number; don't use nnrss-format-string; encode a
21915         Message-ID string which may contain non-ASCII characters; use
21916         mml-to-mime to compose a MIME article.
21917         (nnrss-request-expire-articles): Decode group name.
21918         (nnrss-request-delete-group): Decode group name.
21919         (nnrss-fetch): Clarify error message.
21920         (nnrss-read-server-data): Use insert-file-contents instead of load;
21921         bind file-name-coding-system; use multibyte buffer.
21922         (nnrss-save-server-data): Bind coding-system-for-write to the
21923         value of nnrss-file-coding-system; bind file-name-coding-system;
21924         add coding cookie.
21925         (nnrss-read-group-data): Use insert-file-contents instead of load;
21926         bind file-name-coding-system; use multibyte buffer.
21927         (nnrss-save-group-data): Bind coding-system-for-write to the
21928         value of nnrss-file-coding-system; bind file-name-coding-system.
21929         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21930         make it work with non-ASCII text.
21931         (nnrss-find-el): Make it work with old xml.el as well.
21932
21933 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21934
21935         * nnrss.el (nnrss-get-encoding): New function.
21936         (nnrss-fetch): Use unibyte buffer initially; bind
21937         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21938         decode contents according to the encoding attribute.
21939         (nnrss-save-group-data): Add coding cookie.
21940         (nnrss-mime-encode-string): New function.
21941         (nnrss-check-group): Use it to encode subject and author.
21942
21943 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21944
21945         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21946         imaginary variable.
21947
21948 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21949
21950         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21951         correctly even if there are wide characters.
21952
21953 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21954
21955         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21956         downcased symbol names; make a new cache instead of reusing
21957         bbdb-hashtable.
21958
21959 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21960
21961         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21962         concatenating segments rather than before concatenating them.
21963         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21964
21965         * message.el (message-get-reply-headers): Bind `extra'.
21966
21967 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21968
21969         * message.el (message-extra-wide-headers): New variable.
21970         (message-get-reply-headers): Use it.
21971
21972 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21973
21974         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21975         (gnus-agent-group-pathname): Ditto.
21976
21977         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21978
21979         * gnus-group.el (gnus-group-make-group): Decode group name.
21980         (gnus-group-make-rss-group): Register the group data after opening
21981         the nnrss group.
21982
21983 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21984
21985         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21986         by expiry now get marked as read.
21987
21988 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21989
21990         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21991
21992 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21993
21994         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21995         unify Latin characters in XEmacs.
21996         (mm-find-mime-charset-region): Use it.
21997
21998 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21999
22000         * gnus-util.el (gnus-delete-directory): New function.
22001
22002         * gnus-agent.el (gnus-agent-delete-group): Use it.
22003
22004         * gnus-cache.el (gnus-cache-delete-group): Use it.
22005
22006 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22007
22008         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22009         names.
22010
22011 2004-12-16  Simon Josefsson  <jas@extundo.com>
22012
22013         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22014
22015 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22016
22017         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22018
22019         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22020         (gnus-group-set-current-level): Decode group name.
22021
22022 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22023
22024         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22025         failed.
22026
22027 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * gnus-group.el (gnus-group-delete-group): Decode group name.
22030         (gnus-group-make-rss-group): Encode group name.
22031         (gnus-group-catchup-current): Decode group name.
22032         (gnus-group-kill-group): Decode group name.
22033
22034 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22035
22036         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22037
22038 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * gnus-group.el (gnus-group-make-rss-group):
22041         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22042
22043         * gnus-start.el (gnus-setup-news): Honor user's setting to
22044         gnus-message-archive-method.  Suggested by Lute Kamstra
22045         <lute@gnu.org>.
22046
22047 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22048
22049         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22050         global counterparts of the buffer-local variables.
22051
22052 2004-11-16  Romain Francoise  <romain@orebokech.com>
22053
22054         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22055         counterparts of the buffer-local variables.
22056
22057 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22058
22059         * message.el (message-forbidden-properties): Fix typo in doc
22060         string.
22061
22062 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22063
22064         * gnus-util.el (gnus-replace-in-string): Add doc string.
22065
22066         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22067         to avoid problems when splitting mails with many recipients.
22068
22069 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22070
22071         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22072         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22073
22074 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22075
22076         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22077         if there is no hashtable in memory or file modification time is
22078         newer than cached timestamp.
22079
22080 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22081
22082         * gnus-sum.el (gnus-summary-limit-to-recipient):
22083         Implement not-matching option.
22084
22085 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22086
22087         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22088         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22089         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22090         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22091         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22092         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22093
22094 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22095
22096         * message.el (message-forward-make-body-mml): Remove headers
22097         according to message-forward-ignored-headers if a message is decoded.
22098
22099 2004-12-02  Romain Francoise  <romain@orebokech.com>
22100
22101         * message.el (message-forward-make-body-plain): Always remove
22102         headers according to message-forward-ignored-headers.
22103
22104 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22105
22106         * spam.el (spam-summary-prepare-exit): Remove the
22107         gnus-summary-limit pop for now, it has problems with ham marks for
22108         me.
22109
22110 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22111
22112         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22113         correctly.
22114
22115 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22116
22117         * format-spec.el (format-spec): Message the char.
22118
22119 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22120
22121         * gnus-art.el (gnus-split-methods): Reformat comments.
22122
22123         * spam.el (spam-summary-prepare-exit): Remove article limits
22124         before exiting the summary buffer.
22125
22126 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22129         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22130
22131         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22132         order to silence the byte compiler.
22133
22134         * spam.el: Fix the way to silence the byte compiler, which
22135         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22136         bbdb-search-simple, spam-BBDB-register-routine,
22137         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22138         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22139         spam-stat-buffer-is-spam, spam-stat-load,
22140         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22141         spam-stat-save and spam-stat-split-fancy.
22142
22143 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22144
22145         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22146         which may confuse users.
22147         (canlock-password-for-verify): Ditto.
22148
22149         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22150
22151         * gnus-art.el (gnus-emphasis-alist): Ditto.
22152
22153         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22154
22155         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22156
22157         * gnus-start.el (gnus-save-killed-list): Ditto.
22158
22159         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22160         (gnus-sum-thread-tree-root): Ditto.
22161         (gnus-sum-thread-tree-false-root): Ditto.
22162         (gnus-sum-thread-tree-single-indent): Ditto.
22163
22164         * message.el (message-courtesy-message): Ditto.
22165         (message-archive-note): Ditto.
22166         (message-subscribed-address-file): Ditto.
22167         (message-user-fqdn): Ditto.
22168
22169         * spam-report.el (spam-report-gmane-regex): Ditto.
22170
22171         * spam.el (spam-blackhole-good-server-regex): Ditto.
22172
22173 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * mml.el (mml-preview): Widen the message buffer before copying
22176         the contents to the preview buffer; sort headers before previewing.
22177
22178         * message.el (message-hidden-headers): Fix the way to avoid a bug
22179         in the `repeat' widget in Emacs 21.3 or earlier.
22180
22181 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * message.el (message-hidden-headers): Default to "^References:".
22184         Improve customization type.  Suggested by Reiner Steib
22185         <Reiner.Steib@gmx.de>.
22186
22187 2004-11-25  Romain Francoise  <romain@orebokech.com>
22188
22189         * message.el (message-strip-forbidden-properties): Remove check for
22190         obsolete `message-hidden' text property, hidden headers are not
22191         accessible in the buffer anymore.
22192
22193 2004-11-22  Romain Francoise  <romain@orebokech.com>
22194
22195         * message.el (message-header-format-alist): Add `From' in list
22196         so that it can be sorted.
22197         (message-fix-before-sending): Widen and sort headers before
22198         sending.
22199         (message-hide-headers): Use narrowing to hide headers by moving
22200         them to the top of the buffer and narrowing to the region
22201         underneath.
22202
22203 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22204
22205         * message.el (message-strip-forbidden-properties):
22206         Bind buffer-read-only (etc) to nil.
22207
22208 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22209
22210         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22211         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22212
22213 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22214
22215         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22216
22217 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22218
22219         * dns.el (query-dns): Use sit-for to time instead of
22220         accept-process-output, since that doesn't seem to work on udp
22221         sockets.
22222
22223 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22226
22227 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22228
22229         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22230         doc string.  Improve doc string.
22231
22232 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22233
22234         * nntp.el (nntp-request-update-info): Return nil if
22235         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22236         may not call gnus-activate-group which uselessly issues the GROUP
22237         commands for all nntp groups and wastes time.  Reported by Romain
22238         Francoise <romain@orebokech.com>.
22239
22240         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22241
22242 2004-11-15  Simon Josefsson  <jas@extundo.com>
22243
22244         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22245         headers separately.
22246         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22247         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22248
22249 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22250
22251         * gnus-start.el (gnus-convert-old-newsrc):
22252         Assign legacy-gnus-agent to 5.10.7.
22253
22254 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22255
22256         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22257         start of the lines.
22258
22259 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22260
22261         * hashcash.el (hashcash-default-payment): Change default to 20.
22262         (hashcash-default-accept-payment): Change default to 20.
22263         (hashcash-process-alist): New variable.
22264         (hashcash-generate-payment-async): Add.
22265         (hashcash-already-paid-p): Add.
22266         (hashcash-insert-payment): Don't generate payments twice.
22267         (hashcash-insert-payment-async): Add.
22268         (hashcash-insert-payment-async-2): Add.
22269         (hashcash-cancel-async): Add.
22270         (hashcash-wait-async): Add.
22271         (hashcash-processes-running-p): Add.
22272         (hashcash-wait-or-cancel): Add.
22273         (mail-add-payment): New optional argument.  Conditionally start
22274         asynchronous calculation.
22275         (mail-add-payment-async): Add.
22276
22277         * message.el (message-send-mail): Wait for asynchronous hashcash
22278         results.  Don't clobber existing X-Hashcash headers.
22279         (message-setup-1): Call mail-add-payment-async when
22280         message-generate-hashcash is non-nil.
22281
22282 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22283
22284         * message.el (message-use-alternative-email-as-from): Examine the
22285         From header as well; use message-make-from in order to include a
22286         user's full name.
22287
22288 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22291         default; improve customization type.
22292         (gnus-emphasis-custom-with-format): New macro.
22293         (gnus-emphasis-custom-value-to-external): New function.
22294         (gnus-emphasis-custom-value-to-internal): New function.
22295
22296 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22297
22298         * dns.el (query-dns): Resolve reverse addresses.
22299
22300 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22301
22302         * gnus-group.el (gnus-group-get-new-news): Use it.
22303
22304         * gnus-start.el (gnus-check-reasonable-setup): New function.
22305
22306 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22309         "Args out of range" error.  Reported by Arnaud Giersch
22310         <arnaud.giersch@free.fr>.
22311
22312 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22313
22314         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22315
22316 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22317
22318         * spam.el (spam group): Add :version.
22319
22320         * pgg-def.el (pgg group): Add :version.
22321
22322 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-art.el (gnus-article-edit-article): Don't associate the
22325         article buffer with a draft file.  This is a temporary measure
22326         against the 2004-08-22 change to gnus-article-edit-mode.
22327
22328 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22331         (html2text-format-tags): Remove unused variable `attr'.
22332
22333 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22334
22335         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22336
22337         * tls.el (tls-process-connection-type, tls-success)
22338         (tls-certtool-program): Add :version.
22339
22340         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22341         (starttls-extra-arguments, starttls-process-connection-type)
22342         (starttls-connect, starttls-failure, starttls-success): Add :version.
22343
22344         * spam-stat.el (spam-stat): Add :version.
22345
22346         * sieve.el (sieve): Add :version.
22347
22348         * sha1.el (sha1): Add :version.
22349         (sha1-use-external): Remove redundant version.
22350
22351         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22352         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22353         (nnmail-split-fancy-match-partial-words)
22354         (nnmail-split-lowercase-expanded): Add :version.
22355
22356         * nndiary.el (nndiary): Add :version.
22357
22358         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22359
22360         * mml-sec.el (mml-default-sign-method)
22361         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22362         Add :version.
22363
22364         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22365
22366         * mm-url.el (mm-url-use-external, mm-url-program)
22367         (mm-url-arguments): Add :version.
22368
22369         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22370         (mm-attachment-file-modes, mm-decrypt-option)
22371         (mm-w3m-safe-url-regexp): Add :version.
22372
22373         * message.el (message-cite-prefix-regexp)
22374         (message-sendmail-envelope-from, message-minibuffer-local-map)
22375         (message-user-fqdn, message-completion-alist): Add :version.
22376
22377         * gnus-win.el (gnus-configure-windows-hook)
22378         (gnus-use-frames-on-any-display): Add :version.
22379
22380         * gnus-art.el (gnus-article-address-banner-alist)
22381         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22382         (gnus-treat-from-picon, gnus-treat-mail-picon)
22383         (gnus-treat-x-pgp-sig): Add :version.
22384
22385         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22386         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22387         (gnus-summary-article-delete-hook)
22388         (gnus-summary-display-while-building): Add :version.
22389
22390         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22391         (gnus-get-top-new-news-hook): Add :version.
22392
22393         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22394         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22395
22396         * gnus-registry.el (gnus-registry): Add :version.
22397
22398         * gnus-spec.el (gnus-use-correct-string-widths)
22399         (gnus-make-format-preserve-properties): Add :version.
22400
22401         * gnus.el (gnus-group-charter-alist)
22402         (gnus-group-fetch-control-use-browse-url)
22403         (gnus-install-group-spam-parameters): Add :version.
22404
22405         * gnus-diary.el (gnus-diary): Add :version.
22406
22407         * gnus-delay.el (gnus-delay): Add :version.
22408
22409         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22410         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22411         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22412         Add :version.
22413
22414         * gnus-agent.el (gnus-agent-max-fetch-size)
22415         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22416         (gnus-agent-prompt-send-queue): Add :version.
22417
22418         * deuglify.el (gnus-outlook-deuglify): Add :version.
22419
22420         * html2text.el: Beautify code.  Improve doc strings.
22421         Some checkdoc cleanup.
22422         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22423
22424 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22425
22426         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22427
22428 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22429
22430         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22431         when package is loaded.
22432
22433         * spam.el (spam-summary-score-preferred-header): Add global preference
22434         for people who want to override the default SpamAssassin over
22435         Bogofilter preference (when both are set).
22436         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22437         (spam-user-format-function-S):
22438         Check spam-summary-score-preferred-header.
22439         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22440         (spam-user-format-function-S): Format the score correctly.
22441
22442 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22443
22444         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22445         signature file.  Suggested by Manoj Srivastava
22446         <srivasta@golden-gryphon.com>.
22447
22448         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22449         iso-2022-jp even in the Japanese language environment.
22450         Suggested by Jason Rumney <jasonr@gnu.org>.
22451
22452 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22453
22454         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22455         use the same characters as the dummy marks; make it free from
22456         getting affected by the language environment.
22457         (gnus-summary-read-group-1): Update mark positions only when the
22458         format spec is updated.
22459
22460         * gnus-spec.el (gnus-update-format-specifications): Return a list
22461         of updated types.
22462
22463 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22464
22465         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22466         of boundp to check if display-warning is available.
22467
22468 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22469
22470         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22471
22472 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * nnspool.el (nnspool-spool-directory): Use news-path if the
22475         news-directory variable is not bound.
22476
22477         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22478         function instead of display-warning if it is not available.
22479
22480 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22481
22482         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22483         v5-10: Use `point-at-bol'.
22484
22485 2004-10-26  Simon Josefsson  <jas@extundo.com>
22486
22487         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22488         <chenggao@gmail.com>.
22489
22490 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22491
22492         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22493         instead.
22494
22495 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22496
22497         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22498         to remove a server from the nnimap-server-buffer-alist.
22499         (nnimap-open-connection, nnimap-close-server): Use it.
22500
22501         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22502
22503 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22504
22505         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22506         running the major-mode function.
22507
22508 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22509
22510         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22511         dummy marks in the right way.
22512
22513 2004-10-18  David Edmondson  <dme@dme.org>
22514
22515         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22516         excessively.
22517
22518 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22519
22520         * gnus-util.el (gnus-split-references): Accept a nil references
22521         string and go on blissfully.
22522
22523         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22524         cases where the references string is non-nil but has no references.
22525
22526         * encrypt.el: Add autoload tags.
22527
22528         * spam.el (spam-resolve-registrations-routine): Remove article
22529         from unregistration list too.  Reported by David Hanak
22530         <dhanak@isis.vanderbilt.edu>
22531
22532 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22533
22534         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22535         nil.  Change custom type.
22536
22537 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22538
22539         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22540
22541         * gnus-sum.el (gnus-summary-move-article): Use it.
22542
22543 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22544
22545         * encrypt.el: Add autoload cookies.
22546
22547         * spam.el (spam-backend-article-list-property)
22548         (spam-backend-get-article-todo-list)
22549         (spam-backend-put-article-todo-list)
22550         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22551         Resolve registrations separately.
22552         (spam-register-routine): Format comments.
22553         (spam-unregister-routine, spam-register-routine): Always call with
22554         specific-articles, no default list.
22555         (spam-summary-prepare-exit): Use the spam-classifications function.
22556
22557         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22558         gnus-encrypt.el.
22559
22560         * encrypt.el: Copied from gnus-encrypt.el.
22561
22562         * gnus-encrypt.el: Commented that it's obsolete.
22563
22564 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22565
22566         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22567         (gnus-score-save): Use it.
22568
22569         * message.el (message-bury): Use `window-dedicated-p'.
22570
22571 2004-10-15  Simon Josefsson  <jas@extundo.com>
22572
22573         * pop3.el (top-level): Don't require nnheader.
22574         (pop3-read-timeout): Add.
22575         (pop3-accept-process-output): Add.
22576         (pop3-read-response, pop3-retr): Use it.
22577
22578 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22579
22580         * spam.el (spam-register-routine): Move comment.
22581         (spam-verify-bogofilter): Use 'unknown for the initial
22582         spam-bogofilter-valid state, not 'never.
22583
22584         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22585         for netrc-machine.
22586
22587         * nnimap.el (nnimap-open-connection):
22588         Use netrc-machine-user-or-password.
22589
22590 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22591
22592         * gnus-registry.el (gnus-registry-unload-hook):
22593         Set as a variable with add-hook.
22594
22595         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22596         of news-path.
22597
22598         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22599
22600         * spam.el: Delete duplicate `provide'.
22601         (spam-unload-hook): Set as a variable with add-hook.
22602
22603 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22604
22605         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22606         in the doc string.
22607
22608         * message.el (message-ignored-news-headers)
22609         (message-ignored-supersedes-headers)
22610         (message-ignored-resent-headers)
22611         (message-forward-ignored-headers): Improve custom type.
22612
22613 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22614
22615         * message.el (message-tokenize-header): Fix 2004-09-06 change
22616         which used point-min in the wrong place.
22617
22618 2004-10-12  Simon Josefsson  <jas@extundo.com>
22619
22620         * tls.el (tls-certtool-program): New variable.
22621         (tls-certificate-information): New function, based on
22622         ssl-certificate-information.
22623
22624 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22625
22626         * compface.el: Move the version of ELisp-based uncompface program
22627         to the contrib directory because of the copyright problem.
22628
22629 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * message.el (message-kill-buffer): Raise the current frame.
22632
22633 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22634
22635         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22636
22637         * gnus.el (message-y-or-n-p): Autoload.
22638
22639         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22640         (pop3-password-required, pop3-authentication-scheme)
22641         (pop3-leave-mail-on-server): Make customizable.
22642         (pop3): New custom group.
22643         (pop3-retr): Remove `sleep-for' statements.
22644         Suggested by Dave Love <fx@gnu.org>.
22645
22646         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22647         Windows/DOS.
22648
22649         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22650         (imap-parse-body): Fix incorrect use of `assert'.
22651         Suggested by Dave Love <fx@gnu.org>.
22652
22653         * mml.el (mml-minibuffer-read-disposition): Require match.
22654         Suggested by Dave Love <fx@gnu.org>.
22655
22656 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22657
22658         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22659         doc string.
22660
22661 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22662
22663         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22664
22665 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22666
22667         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22668         instead of calling `mm-insert-inline', to decode text/* parts
22669         before displaying them.
22670
22671 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22672
22673         * mm-uu.el (mm-uu-text-plain-type): New variable.
22674         (mm-uu-pgp-signed-extract-1): Use it.
22675         (mm-uu-pgp-encrypted-extract-1): Use it.
22676         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22677         bind mm-uu-text-plain-type with that value.
22678         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22679         mm-uu-dissect.
22680
22681 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * gnus-group.el (gnus-update-group-mark-positions):
22684         * gnus-sum.el (gnus-update-summary-mark-positions):
22685         * message.el (message-check-news-body-syntax):
22686         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22687         of string-as-multibyte.
22688
22689 2004-10-05  Juri Linkov  <juri@jurta.org>
22690
22691         * gnus-group.el (gnus-update-group-mark-positions):
22692         * gnus-sum.el (gnus-update-summary-mark-positions):
22693         * message.el (message-check-news-body-syntax):
22694         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22695         8-bit unibyte values to a multibyte string for search functions.
22696
22697 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22700         (mm-uu-dissect-text-parts): New function.
22701
22702         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22703         dissect text parts.
22704
22705         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22706         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22707
22708         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22709
22710         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22711         Use gnus-current-topics instead of gnus-current-topic.
22712
22713 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22714
22715         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22716
22717 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22718
22719         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22720         where appropriate.
22721
22722         * nnml.el (nnml-generate-active-info): do.
22723
22724         * nndiary.el (nndiary-generate-active-info): do.
22725
22726         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22727         (gnus-topic-move): do.
22728
22729         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22730         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22731
22732         * gnus-srvr.el (gnus-server-prepare)
22733         (gnus-server-open-all-servers): do.
22734
22735         * gnus-msg.el (gnus-summary-cancel-article)
22736         (gnus-summary-resend-message)
22737         (gnus-summary-mail-crosspost-complaint): do.
22738
22739         * gnus-move.el (gnus-change-server): do.
22740
22741         * gnus-group.el (gnus-group-unmark-all-groups)
22742         (gnus-group-set-current-level): do.
22743
22744 2004-10-04  Simon Josefsson  <jas@extundo.com>
22745
22746         * message.el (message-generate-hashcash): Doc fix.
22747
22748 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22749
22750         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22751         avoid infinite recursion via gnus-get-function.
22752
22753 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22754
22755         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22756
22757         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22758
22759         * nnmail.el (nnmail-split-history): do.
22760
22761         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22762         (nnml-request-delete-group): do.
22763
22764         * nnslashdot.el (nnslashdot-read-groups): do.
22765
22766         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22767         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22768
22769         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22770         (nnspool-sift-nov-with-sed): Use last.
22771         (nnspool-retrieve-headers-with-nov): Use mapc.
22772         (nnspool-request-newgroups): Use dolist.
22773         (nnspool-request-group): Use last.
22774
22775         * nntp.el (nntp-read-server-type): Use dolist.
22776
22777         * nnvirtual.el (nnvirtual-create-mapping)
22778         (nnvirtual-update-read-and-marked): Use dolist.
22779         (nnvirtual-convert-headers): Simplify.
22780
22781 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22782
22783         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22784         Add support for sync'ing tick marks.
22785
22786 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22787
22788         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22789         there's no visible header.
22790
22791 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22792
22793         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22794         When necessary, pass full group name to gnus-request-set-marks.
22795
22796 2004-10-01  Simon Josefsson  <jas@extundo.com>
22797
22798         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22799         acroread.
22800
22801 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22802
22803         * spam-report.el (spam-report-gmane): Fix interactive.
22804
22805         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22806
22807         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22808         when writing file.
22809         (gnus-agent-synchronize-flags): Don't default to being
22810         interactive.
22811
22812 2004-09-30  Simon Josefsson  <jas@extundo.com>
22813
22814         * message.el (message-generate-hashcash): Add.
22815         (message-send-mail): Use it, call mail-add-payment.
22816
22817 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22818
22819         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22820
22821 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22822
22823         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22824         gnus-requst-update-info with explicit code to sync the in-memory
22825         info read flags with the marks being sync'd to the backend.
22826
22827         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22828
22829 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22830
22831         * spam.el (spam-verify-bogofilter): Add new function.
22832         (spam-check-bogofilter)
22833         (spam-bogofilter-register-with-bogofilter): Use it.
22834         (spam-verify-bogofilter): Add small fixes.
22835
22836 2004-09-28  Simon Josefsson  <jas@extundo.com>
22837
22838         * hashcash.el (hashcash-generate-payment): Revert.
22839
22840 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22841
22842         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22843         Use gnus-extract-references instead of gnus-split-references.
22844
22845         * gnus-util.el (gnus-extract-references): Add new function, analogous
22846         to gnus-split-references but extracts only the message-ID without
22847         anything extra.
22848
22849         * hashcash.el (hashcash-generate-payment)
22850         (hashcash-check-payment): Do the right thing if hashcash-path is
22851         nil (because the hashcash program could not be found).
22852
22853         * spam.el (spam-use-hashcash): Remove comment.
22854
22855 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22856
22857         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22858         (gnus-cache-enter-article, gnus-cache-remove-article)
22859         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22860
22861         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22862
22863         * gnus-art.el (article-hide-boring-headers)
22864         (article-translate-strings, article-display-face)
22865         (gnus-article-mime-match-handle-first)
22866         (gnus-article-highlight-headers)
22867         (gnus-article-add-buttons-to-head): do.
22868
22869 2004-09-27  Simon Josefsson  <jas@extundo.com>
22870
22871         * hashcash.el: New version, from
22872         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22873         ../contrib/.
22874
22875 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22878
22879 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22880
22881         * gnus-dup.el (gnus-dup-open): Use mapc.
22882         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22883
22884         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22885         Reported by Stefan Wiens <s.wi@gmx.net>.
22886
22887         * gnus.el (gnus-shutdown): Use dolist.
22888
22889         * gnus-undo.el (gnus-undo): Use mapc.
22890
22891         * nnrss.el (nnrss-generate-active): do.
22892
22893         * message.el (message-cite-original-without-signature)
22894         (message-cite-original): Use mapc.
22895         (message-do-actions, message-make-forward-subject): Use dolist.
22896
22897 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22898
22899         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22900         deletion to remove entire duplicate line.  Fixes merged article
22901         number bug.
22902
22903 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22904
22905         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22906         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22907         first ask if you want to open a server and then, even when you
22908         responded with no, asking if you want to synchronize the server's
22909         flags.
22910         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22911         multi-line expressions.
22912         (gnus-agent-synchronize-group-flags): New internal function.
22913         Updates marks in memory (in the info structure) AND in the
22914         backend.
22915
22916         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22917
22918         * nnagent.el (nnagent-request-set-mark):
22919         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22920         method, to ensure that synchronization updates marks in the
22921         backend and in the info (in memory) structure.
22922
22923 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22924
22925         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22926         convention fully; don't miss the root article of a thread; make
22927         the X-Draft-From header with correct article numbers.
22928
22929 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22930
22931         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22932         unless plugged.  Disable the agent so that an open failure causes
22933         an error.
22934
22935         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22936         Revert 2004-09-21 change.  The backend must be opened while
22937         synchronizing flags even when the backend stores the flags
22938         locally.
22939
22940 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22941
22942         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22943         in `header' match.  Reported by Svend Tollak Munkejord.
22944
22945         * message.el (message-cite-original): Fix use of
22946         `message-cite-articles-with-x-no-archive'.
22947
22948 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22951         (gnus-window-to-buffer): Ditto.
22952
22953         * mml.el (mml-preview-buffer): New variable.
22954         (mml-preview): Manage window layout with gnus-buffer-configuration.
22955
22956         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22957         X-Draft-From header even if those articles aren't quoted.
22958
22959 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22960
22961         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22962         (gnus-request-set-mark, gnus-request-update-mark): Use new
22963         g-s-t-u-l-m to decide to use backend even when unplugged.
22964
22965 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22966
22967         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22968         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22969
22970 2004-09-20  Simon Josefsson  <jas@extundo.com>
22971
22972         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22973         "utf-16-le".
22974
22975 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22976
22977         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22978
22979 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22980
22981         * uudecode.el (uudecode-use-external): Add :version.
22982
22983         * smime.el (smime-CA-file, smime-encrypt-cipher)
22984         (smime-dns-server): Add :version.
22985
22986         * smiley.el (gnus-smiley-file-types): Add :version.
22987
22988         * sha1.el (sha1-use-external): Add :version.
22989
22990         * pgg-def.el (pgg-query-keyserver): Add :version.
22991
22992         * nnmail.el (nnmail-fancy-expiry-targets)
22993         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22994         Add :version.
22995
22996         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22997         (nnimap-retrieve-groups-asynchronous): Add :version.
22998         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22999
23000         * mml.el (mml-content-disposition-parameters)
23001         (mml-insert-mime-headers-always): Add :version.
23002
23003         * mm-util.el (mm-coding-system-priorities): Add :version.
23004
23005         * mm-decode.el (mm-inline-text-html-with-images)
23006         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23007         (mm-verify-option): Add :version.
23008         (mm-text-html-renderer): Change :version.
23009
23010         * message.el (message-fcc-externalize-attachments)
23011         (message-required-headers, message-draft-headers)
23012         (message-subject-trailing-was-query)
23013         (message-subject-trailing-was-ask-regexp)
23014         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23015         (message-mark-insert-end, message-archive-header)
23016         (message-archive-note, message-cross-post-default)
23017         (message-cross-post-note, message-followup-to-note)
23018         (message-cross-post-note-function, message-use-mail-followup-to)
23019         (message-subscribed-address-functions)
23020         (message-subscribed-address-file, message-subscribed-addresses)
23021         (message-subscribed-regexps, message-allow-no-recipients)
23022         (message-yank-cited-prefix, message-signature-insert-empty-line)
23023         (message-hidden-headers, message-hierarchical-addresses)
23024         (message-mail-user-agent, message-use-idna)
23025         (message-valid-fqdn-regexp)
23026         (message-strip-special-text-properties, message-header-synonyms)
23027         (message-beginning-of-line, message-tab-body-function): Add :version.
23028         (message-insert-canlock, message-wide-reply-confirm-recipients):
23029         Change :version.
23030
23031         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23032         and :version.
23033         (mail-source-delete-old-incoming-confirm)
23034         (mail-source-movemail-program): Add :version.
23035
23036         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23037         (gnus-agent-cache, gnus-agent): Change :version.
23038
23039         * gnus-util.el (gnus-use-byte-compile): Change :version.
23040
23041         * gnus-sum.el (gnus-summary-make-false-root-always)
23042         (gnus-summary-default-high-score)
23043         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23044         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23045         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23046         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23047         (gnus-sum-thread-tree-single-indent)
23048         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23049         (gnus-sum-thread-tree-leaf-with-other)
23050         (gnus-sum-thread-tree-single-leaf): Add :version.
23051         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23052         (gnus-article-loose-mime): Change :version.
23053
23054         * gnus-start.el (gnus-backup-startup-file)
23055         (gnus-save-startup-file-via-temp-buffer): Add :version.
23056
23057         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23058         (gnus-server-offline-face): Add :version.
23059
23060         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23061
23062         * gnus-msg.el (gnus-gcc-externalize-attachments)
23063         (gnus-debug-files, gnus-debug-exclude-variables)
23064         (gnus-discouraged-post-methods): Change :version.
23065         (gnus-confirm-mail-reply-to-news)
23066         (gnus-confirm-treat-mail-like-news): Add :version.
23067
23068         * gnus-int.el (gnus-server-unopen-status): Add :version.
23069
23070         * gnus-group.el (gnus-group-jump-to-group-prompt)
23071         (gnus-large-ephemeral-newsgroup)
23072         (gnus-fetch-old-ephemeral-headers): Add :version.
23073
23074         * gnus-fun.el (gnus-x-face-directory)
23075         (gnus-convert-pbm-to-x-face-command)
23076         (gnus-convert-image-to-x-face-command)
23077         (gnus-convert-image-to-face-command): Add :version.
23078
23079         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23080
23081         * gnus-cite.el (gnus-cite-blank-line-after-header)
23082         (gnus-article-boring-faces): Add :version.
23083
23084         * gnus-art.el (gnus-buttonized-mime-types)
23085         (gnus-inhibit-mime-unbuttonizing)
23086         (gnus-treat-display-face)
23087         (gnus-treat-body-boundary): Change :version.
23088         (gnus-body-boundary-delimiter, gnus-picon-databases)
23089         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23090         (gnus-treat-date-english, gnus-treat-fold-headers)
23091         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23092         (gnus-treat-mail-picon, gnus-treat-wash-html)
23093         (gnus-article-encrypt-protocol)
23094         (gnus-use-idna, gnus-article-over-scroll)
23095         (gnus-mime-display-multipart-alternative-as-mixed)
23096         (gnus-mime-display-multipart-related-as-mixed)
23097         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23098         (gnus-ctan-url, gnus-button-ctan-handler)
23099         (gnus-button-handle-ctan-bogus-regexp)
23100         (gnus-button-ctan-directory-regexp)
23101         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23102         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23103         (gnus-button-man-level, gnus-button-emacs-level)
23104         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23105
23106         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23107         (gnus-agent-go-online): Change :version.
23108         (gnus-agent-expire-unagentized-dirs)
23109         (gnus-agent-auto-agentize-methods): Add :version.
23110
23111         * flow-fill.el (fill-flowed-display-column)
23112         (fill-flowed-encode-column): Add :version.
23113
23114         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23115         (gnus-outlook-deuglify-unwrap-max)
23116         (gnus-outlook-deuglify-cite-marks)
23117         (gnus-outlook-deuglify-unwrap-stop-chars)
23118         (gnus-outlook-deuglify-no-wrap-chars)
23119         (gnus-outlook-deuglify-attrib-cut-regexp)
23120         (gnus-outlook-deuglify-attrib-verb-regexp)
23121         (gnus-outlook-deuglify-attrib-end-regexp)
23122         (gnus-outlook-display-hook): Add :version.
23123
23124         * binhex.el (binhex-use-external): Add :version.
23125
23126 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23127
23128         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23129         and `invisible'.
23130
23131 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23132
23133         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23134         in gnus-registry-trim.
23135
23136 2004-09-13  Simon Josefsson  <jas@extundo.com>
23137
23138         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23139
23140         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23141
23142         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23143         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23144         <yamaoka@jpl.org>.
23145         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23146         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23147         <yamaoka@jpl.org>.
23148
23149         * sieve.el (sieve-manage-mode): Ditto.
23150
23151 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23152
23153         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23154
23155 2004-09-11  Simon Josefsson  <jas@extundo.com>
23156
23157         * dns-mode.el: Add.
23158
23159         * mm-view.el (mm-display-dns-inline): Add.
23160
23161         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23162         (mm-automatic-display): Ditto.
23163
23164         * mailcap.el (mailcap-mime-data): Add text/dns.
23165         (mailcap-mime-extensions): Map .soa to text/dns.
23166
23167 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23168
23169         * gnus-art.el (article-decode-mime-words, article-babel)
23170         (gnus-article-highlight-signature, gnus-article-add-buttons)
23171         (gnus-signature-toggle): Remove unnecessary bindings of
23172         `inhibit-read-only' inherited from v5.10 merge.
23173
23174 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23175
23176         * nntp.el (nntp): New customization group.
23177         (nntp-authinfo-file): Add customization group.
23178
23179         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23180
23181         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23182
23183         * gnus.el (to-address, to-list, subscribed)
23184         (large-newsgroup-initial): Ditto.
23185
23186         * flow-fill.el (fill-flowed-display-column)
23187         (fill-flowed-encode-column): Ditto.
23188
23189 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23190
23191         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23192         Use point-min rather than 1.
23193         (message-send-mail): Use buffer-size rather than point-max.
23194
23195         * gnus-sum.el (gnus-summary-search-article-forward):
23196         Signal a specific `search-failed' rather than a generic `error'.
23197
23198         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23199         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23200         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23201
23202 2004-09-10  Simon Josefsson  <jas@extundo.com>
23203
23204         * nndb.el (require): Remove tcp and duplicate cl.
23205
23206 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23207
23208         * gnus-agent.el (directory-files-and-attributes): Move forward.
23209
23210 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23211
23212         * gnus-agent.el (directory-files-and-attributes):
23213         Optionally defined to support XEmacs.
23214
23215 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23216
23217         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23218         to avoid run-time CL dependencies.
23219         (gnus-agent-unfetch-articles): New function.
23220         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23221         article numbers even when local .overview file is missing.
23222         (gnus-agent-read-article-number): New function.  Only accepts
23223         27-bit article numbers.
23224         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23225         Use gnus-agent-read-article-number.
23226         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23227         from backend while recognizing that article numbers in .overview
23228         must be valid.
23229         (gnus-agent-update-files-total-fetched-for):
23230         Use directory-files-and-attributes to improve performance.
23231         * gnus-int.el (gnus-request-move-article):
23232         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23233         improve performance.
23234
23235         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23236         some users confused by references to .newsrc when they only have a
23237         .newsrc.eld file.
23238         (gnus-convert-mark-converter-prompt)
23239         (gnus-convert-converter-needs-prompt): Fix use of property list.
23240         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23241         New function.  Used internally to only display 'gnus converting
23242         files' message when actually necessary.
23243
23244         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23245         methods now autoloaded.
23246
23247 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23248
23249         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23250         identifiers.
23251
23252 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23253
23254         * gnus-picon.el: Fix indentation and closing parenthesis.
23255
23256 2004-09-01  Simon Josefsson  <jas@extundo.com>
23257
23258         * message.el (message-canlock-generate): Require sha1, not
23259         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23260         to require within a function.  Sadly, if sha1.el isn't loaded, the
23261         let binding in m-c-g will hide the defcustom definition, which is
23262         bad.)
23263
23264         * canlock.el: Require sha1, not sha1-el.
23265
23266         * message.el: Don't autoload sha1 (there is a autoload cookie in
23267         sha1.el).
23268
23269         * sha1-el.el: Rename to sha1.el.
23270
23271 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23272
23273         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23274
23275 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23276
23277         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23278
23279 2004-08-30  Kim F. Storm  <storm@cua.dk>
23280
23281         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23282
23283         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23284         Add :group 'nnimap.
23285
23286 2004-08-30  Andreas Schwab  <schwab@suse.de>
23287
23288         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23289         ?* and ?\;.
23290
23291         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23292         and ?\' to symbol instead of whitespace.
23293
23294 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23297
23298         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23299         instead of re-search-forward.
23300
23301         * gnus-uu.el (gnus-uu-save-article): Ditto.
23302         (gnus-uu-post-encode-uuencode): Ditto.
23303
23304         * html2text.el (html2text-clean-list-items): Ditto.
23305         (html2text-clean-dtdd): Ditto.
23306         (html2text-format-tags): Ditto.
23307
23308         * message.el (message-send-mail-with-sendmail): Fix regexp.
23309         (message-fill-field-general): Use search-forward instead of
23310         re-search-forward.
23311         (unbold-region): Ditto.
23312
23313         * nnrss.el (nnrss-request-article): Ditto.
23314
23315         * nnslashdot.el (nnslashdot-request-article): Ditto.
23316
23317         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23318
23319         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23320         "Unrecognized menu descriptor" error in XEmacs.
23321
23322 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23323
23324         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23325         parent article of a sparse article in the thread hashtb.
23326
23327 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23328
23329         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23330         (nnmail-expand-newtext): Lowercase expanded entries if
23331         nnmail-split-lowercase-expanded is non-nil.
23332
23333 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23336
23337         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23338         of gnus-tmp-news-method into string under XEmacs.  It will be
23339         passed to gnus-correct-length which takes only a string argument.
23340
23341 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * gnus-util.el (gnus-bind-print-variables): New macro.
23344         (gnus-prin1): Use it.
23345         (gnus-prin1-to-string): Use it.
23346         (gnus-pp): New function.
23347         (gnus-pp-to-string): New function.
23348
23349         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23350         Replace pp-to-string with gnus-pp-to-string.
23351         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23352         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23353         * gnus-msg.el (gnus-debug): Ditto.
23354         * gnus-score.el (gnus-score-save): Ditto.
23355         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23356         gnus-pp-to-string.
23357         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23358         with gnus-pp.
23359         * score-mode.el (gnus-score-pretty-print): Ditto.
23360         * webmail.el (webmail-debug): Ditto.
23361
23362 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23363
23364         * gnus-art.el (article-display-face, article-display-x-face):
23365         Use buffer-read-only.
23366
23367 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23368
23369         * gnus-art.el (article-hide-list-identifiers):
23370         Bind inhibit-read-only as t.
23371
23372 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23373
23374         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23375
23376 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23377
23378         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23379         (gnus-narrow-to-page): Don't assume point-min == 1.
23380         (gnus-article-edit-mode): Derive from message-mode.
23381
23382         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23383         point-min == 1.
23384
23385         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23386         Disable incorrect use of `assert'.
23387
23388         * message.el (message-mode): Set comment-start-skip.
23389
23390
23391 2004-08-22  Sam Steingold  <sds@gnu.org>
23392
23393         * pop3.el (pop3-leave-mail-on-server): New user variable.
23394         (pop3-movemail): Delete mail only when it is nil.
23395
23396 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23397
23398         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23399
23400         * mml.el (mml-preview): Use `pop-to-buffer'.
23401
23402         * message.el (message-goto-mail-followup-to): Insert after "To".
23403         (message-carefully-insert-headers): Add comment.
23404
23405         * gnus.el: Remove unused variable `gnus-article-check-size'.
23406
23407         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23408
23409         * gnus-art.el (gnus-button-alist):
23410         Improve `gnus-button-handle-library' entry.
23411
23412 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23413
23414         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23415         Use downcase, since XEmacs capitalizes error messages differently.
23416
23417 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23418
23419         * nntp.el: Add (require 'gnus) due to reference to
23420         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23421
23422 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23423
23424         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23425         Bind `mm-fill-flowed'.
23426
23427         * mm-decode.el (mm-dissect-singlepart): Check it.
23428
23429 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23430
23431         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23432         'imap' for netrc parsing.
23433
23434 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23435
23436         * mailcap.el (mailcap-mime-data): Mark as risky.
23437
23438 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23439
23440         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23441         may be included in the encoded word.
23442         (rfc2047-encode): Don't append a space if the encoded word
23443         includes close parenthesis.
23444
23445 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23446
23447         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23448         of text within parentheses.
23449
23450 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23451
23452         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23453         (gnus-encrypt-write-file-contents): Make the password key the file
23454         name PLUS the cipher, not just the cipher.  Also remove failed
23455         passwords from the cache.
23456
23457 2004-08-06  Simon Josefsson  <jas@extundo.com>
23458
23459         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23460         Doc fix.
23461
23462 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23463
23464         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23465         LWSP.
23466
23467 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23468
23469         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23470         Try to append in-reply-to: data to the references: header.
23471
23472         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23473         (netrc-parse): Use gnus-encrypt.el functions.
23474
23475         * gnus-encrypt.el: Add new file for encryption support; currently
23476         does only a few GPG ciphers and an internal XOR cipher.
23477
23478         * password.el: Add comments on using password-read-and-add.
23479         (password-read-and-add): Add function to read and add the
23480         password to the cache at once.
23481
23482 2004-07-28  Simon Josefsson  <jas@extundo.com>
23483
23484         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23485         parameter (but don't use it, for now).
23486
23487         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23488         instead of hard coding to nil.
23489
23490 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23491
23492         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23493         as mm-inline-image-xemacs does.
23494
23495 2004-07-26  Simon Josefsson  <jas@extundo.com>
23496
23497         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23498         Revert part of 2004-07-17 change below.
23499
23500 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23501
23502         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23503         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23504
23505 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23506
23507         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23508         quotes that actually start with ">" at the beginning of the
23509         lines.
23510
23511 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * rfc2047.el (rfc2047-encode-region): Fix last change.
23514         (rfc2047-encode-parameter): Remove useless concat.
23515
23516 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23517
23518         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23519         encode special characters; fix some kind of misconfigured headers;
23520         signal a real error if debug-on-quit or debug-on-error is non-nil.
23521         (rfc2047-encode-max-chars): New variable.
23522         (rfc2047-encode-1): Use it.
23523         (rfc2047-encode-parameter): New function.
23524
23525         * mml.el (mml-insert-parameter): Remove an excessive space.
23526
23527 2004-07-17  Simon Josefsson  <jas@extundo.com>
23528
23529         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23530         Kai Grossjohann <kai@emptydomain.de>.
23531         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23532         (gnus-group-make-menu-bar): Ditto.
23533
23534         * gnus-util.el (gnus-group-server): Add.
23535
23536 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23537
23538         * message.el (message-clone-locals): Clone sendmail and smtp
23539         variables.
23540
23541 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23542
23543         * rfc2047.el (rfc2047-encode-region): Fix last change.
23544
23545 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23546
23547         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23548         characters as non-special.
23549
23550 2004-07-09  Simon Josefsson  <jas@extundo.com>
23551
23552         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23553         Users will lose all flag changes made while unplugged with
23554         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23555         good default.  See numerous reports on ding mailing list.
23556
23557 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23558
23559         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23560         add generate-head-function and generate-article-function to the
23561         rfc822-forward entry.
23562         (nndoc-rfc822-forward-generate-article): New function.
23563         (nndoc-rfc822-forward-generate-head): New function.
23564
23565         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23566
23567 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23568
23569         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23570         respect display group parameter and gnus-summary-expunge-below.
23571         (gnus-articles-to-read): Remove unused reference to display group
23572         parameter.
23573
23574 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23575
23576         * nnheader.el (nnheader-uniquify-message-id): New experimental
23577         variable.
23578         (nnheader-nov-read-message-id): Use it.
23579
23580         * spam-report.el (spam-report-gmane): Add interactive.
23581
23582 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23583
23584         * mm-encode.el (mm-content-transfer-encoding-defaults):
23585         Use qp-or-base64 for the application/* types.
23586
23587 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23588
23589         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23590
23591 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23592
23593         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23594         trim value.
23595
23596 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23597
23598         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23599         New macro and function.
23600         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23601
23602 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23603
23604         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23605         after-load-alist.
23606
23607 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23608
23609         * gnus-group.el (gnus-group-get-new-news-this-group):
23610         Don't update info that isn't there.
23611
23612 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23613
23614         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23615         entry.
23616
23617 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23618
23619         * mm-view.el (mm-inline-render-with-function): Use multibyte
23620         buffer; decode html source by charset.
23621
23622         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23623
23624         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23625         Mule-UCS is loaded under XEmacs.
23626         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23627
23628 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23629
23630         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23631
23632 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * mm-util.el (mm-coding-system-p): Return a coding-system.
23635         (mm-mime-mule-charset-alist): Use shift_jis instead of
23636         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23637         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23638         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23639         instead of japanese-shift-jis and iso-latin-1 respectively in
23640         order to share the default value with both Emacs and XEmacs-mule.
23641         (mm-mule-charset-to-mime-charset):
23642         Make mm-coding-system-priorities effective.
23643         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23644         while predicating of candidates upon the priorities.
23645
23646 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23647
23648         * gnus-sum.el (gnus-summary-make-menu-bar):
23649         Add gnus-uu-invert-processable.
23650
23651         * gnus.el: Autoload gnus-uu-invert-processable.
23652
23653 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23654
23655         * mm-util.el (mm-with-multibyte-buffer): New macro.
23656
23657         * rfc2047.el (rfc2047-encode-string): Use it.
23658         (rfc2047-encode-region): Move point to the end of the region after
23659         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23660
23661 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23664         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23665
23666 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23667
23668         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23669         (gnus-cite-parse): Ignore quoted envelope From_.
23670         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23671
23672 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23673
23674         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23675         invalid addresses.
23676
23677 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23678
23679         * spam.el: Change section markers, revise TODO list.
23680         (spam-backends): Make new master list of all installed backends.
23681         (spam-summary-exit-behavior): Add new variable to determine how
23682         messages moves are done at summary exit.
23683         (spam-move-spam-nonspam-groups-only)
23684         (spam-process-ham-in-nonham-groups)
23685         (spam-process-ham-in-spam-groups): Remove variables, the
23686         spam-summary-exit-behavior variable should be used to manage this
23687         behavior.
23688         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23689         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23690         and spam-old-spam-articles.
23691         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23692         Add empty variables, placeholders for the backends they represent.
23693         (spam-set-difference): Move, unchanged.
23694         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23695         unless the user has a processor variable.
23696         (spam-classifications, spam-classification-valid-p)
23697         (spam-backend-properties, spam-backend-property-valid-p)
23698         (spam-backend-function-type-valid-p)
23699         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23700         (spam-report-articles-gmane, spam-report-articles-resend):
23701         Remove functions, they are not needed.
23702         (spam-install-backend-super, spam-backend-list)
23703         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23704         (spam-backend-function, spam-backend-ham-registration-function)
23705         (spam-backend-spam-registration-function)
23706         (spam-backend-ham-unregistration-function)
23707         (spam-backend-spam-unregistration-function)
23708         (spam-backend-statistical-p, spam-backend-mover-p)
23709         (spam-install-backend-alias, spam-install-checkonly-backend)
23710         (spam-install-mover-backend, spam-install-nocheck-backend)
23711         (spam-install-backend, spam-install-statistical-backend)
23712         (spam-install-statistical-checkonly-backend): Add backend installation
23713         support.
23714         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23715         (spam-group-processor-p): Use the new backend code and respect the
23716         summary exit behavior.
23717         (spam-mark-spam-as-expired-and-move-routine): Remove.
23718         (spam-summary-prepare): Change to use the new spam-old-articles
23719         variable.
23720         (spam-copy-or-move-routine, spam-copy-spam-routine)
23721         (spam-move-spam-routine, spam-copy-ham-routine)
23722         (spam-move-ham-routine): Add code to copy/move ham or spam.
23723         (spam-fetch-field-fast): Improve doc and code, plus allow the
23724         'number request.
23725         (spam-list-of-checks, spam-list-of-statistical-checks):
23726         Remove variables.
23727         (spam-split, spam-find-spam): Use the new backend code.
23728         (spam-registration-functions): Remove variable.
23729         (spam-unregister-routine): Add convenience wrapper.
23730         (spam-log-undo-registration, spam-register-routine)
23731         (spam-log-processing-to-registry)
23732         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23733         where possible.
23734         (spam-check-gmane-xref, spam-check-regex-headers)
23735         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23736         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23737         (spam-check-bogofilter-headers, spam-check-spamoracle)
23738         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23739         (spam-check-crm114-headers): Use the spam-split-group that
23740         spam-split prepares, no need to determine it every time.
23741
23742         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23743         to the nnheader-parse-naked-head call.
23744
23745         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23746
23747         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23748         the nnheader-nov-read-message-id call.
23749
23750 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23751
23752         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23753         gnus-activate-group twice.  Suggested by Markus Peter
23754         <warp@spin.de>.
23755
23756 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23757
23758         * gnus-art.el (gnus-article-time-format): Exchange the order of
23759         day and month in the default value; fix customization type.
23760         (article-date-ut): Use add-text-properties.
23761         (article-make-date-line): Use message-make-date instead of
23762         current-time-string.
23763
23764         * message.el (message-fetch-field): Don't use set-text-properties.
23765         (message-make-date): Simplify.
23766
23767         * messagexmas.el (message-xmas-make-date): New function.
23768         (message-xmas-redefine): Defalias message-make-date to it.
23769
23770 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23773         (rfc2047-encode-region): Treat text within parentheses as special;
23774         show the original text when error has occurred.
23775
23776         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23777         already-computed method to gnus-activate-group.
23778
23779         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23780         same select-methods identical Lisp objects.
23781
23782         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23783         object when modifying the info.
23784
23785 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23786
23787         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23788         gnus-opened-servers since it has never been opened with the new
23789         configuration yet.
23790
23791 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23792
23793         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23794         arg to nnheader-generate-fake-message-id.
23795
23796 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23797
23798         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23799         number and build a fake message ID localized to a group and
23800         article number (so it's repeatable from that point on).
23801         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23802         ID format.
23803
23804         * gnus-sum.el (gnus-get-newsgroup-headers):
23805         Call nnheader-generate-fake-message-id with the article number.
23806
23807 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23808
23809         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23810         end-of-buffer.
23811
23812 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23813
23814         * message.el (message-ignored-supersedes-headers): Add Approved.
23815
23816 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23819         goto-char.
23820         (rfc2047-encode): Fold the line before encoding.
23821
23822 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23823
23824         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23825         folding -- not all headers can be folded, and this should be done
23826         by the message composition mode.  Probably.  I think.
23827
23828 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23829
23830         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23831         fast.
23832
23833         * gnus-ems.el (gnus-remove-image): Don't use
23834         message-text-with-property; remove only the image found first.
23835
23836         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23837         found first.
23838
23839 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23840
23841         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23842
23843 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23844
23845         * message.el (message-text-with-property): Make it fast and accept
23846         optional arguments.
23847         (message-strip-forbidden-properties): Use it.
23848         (message-fix-before-sending): Follow the m-t-w-p change.
23849
23850         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23851
23852 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23853
23854         * gnus-art.el (article-hide-headers): Don't change the buffer
23855         mistakenly when performing mml-preview even if
23856         gnus-single-article-buffer is nil.
23857
23858 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23859
23860         * message.el (message-expand-name-databases): New user option.
23861         (message-expand-name): Use it.
23862
23863 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23864
23865         * spam.el (spam-report-articles-resend)
23866         (spam-report-resend-register-routine): Allow ham reporting.
23867         (spam-report-resend-register-ham-routine): Add wrapper.
23868         (spam-registration-functions): Add ham resending functions.
23869         (spam-list-of-processors): Add ham resend processor.
23870
23871         * gnus.el (ham-resend-to): Add new group parameter.
23872         (spam-process): Add ham resend option.
23873
23874         * spam-report.el (spam-report-resend): Allow reporting ham.
23875         (spam-report-resend-ham): Add wrapper.
23876
23877 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23878
23879         * message.el (message-cite-articles-with-x-no-archive):
23880         New variable.
23881         (message-cite-original): Use it.
23882
23883 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23884
23885         * message.el (message-cite-original): Respect X-No-Archive.
23886
23887 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * gnus-art.el (article-hide-headers): Refer to the values for
23890         gnus-ignored-headers and gnus-visible-headers in the summary
23891         buffer since a user may have set them as group parameters.
23892
23893 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23894
23895         * assistant.el (assistant-node-name): Add convenience function.
23896         (assistant-render-text, assistant-render-node): Add error handling,
23897         plus handle multiple next nodes.
23898         (assistant-find-next-node): Comment out for now.
23899         (assistant-find-next-nodes): Add function, returns list of next
23900         nodes.
23901
23902 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23903
23904         * mail-source.el (mail-source-directory): Fix doc-string.
23905
23906 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23907
23908         * assistant.el (assistant-render-text, assistant-eval): Add :set
23909         widget type, which is different because it takes and returns a
23910         list.  Much hilarity ensues.
23911
23912 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23913
23914         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23915
23916         * gnus-group.el (gnus-group-get-new-news-this-group):
23917         Add doc-string.
23918
23919         * gnus-start.el (gnus-activate-group): Add doc-string.
23920
23921 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23922
23923         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23924
23925 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23926
23927         * assistant.el (assistant-render-text): Try to add a :set
23928         widget, more to come.
23929
23930         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23931         strings.
23932         (spam-report-articles-resend)
23933         (spam-register-routine): Do registration iff any articles warrant
23934         it.
23935         (spam-summary-prepare-exit): Change log message for nil group
23936         destinations.
23937
23938 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23939
23940         * spam.el (spam-report-resend-register-routine):
23941         Allow spam-report-resend-to to be a group parameter or a global value.
23942
23943 2004-05-26  Simon Josefsson  <jas@extundo.com>
23944
23945         * starttls.el: Merge with my GNUTLS based starttls.el.
23946         (starttls-gnutls-program, starttls-use-gnutls)
23947         (starttls-extra-arguments, starttls-process-connection-type)
23948         (starttls-connect, starttls-failure, starttls-success):
23949         New variables.
23950         (starttls-program, starttls-extra-args): Doc fix.
23951         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23952         New functions.
23953         (starttls-negotiate, starttls-open-stream):
23954         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23955         function if it is set.
23956
23957 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23960         structured fields.
23961
23962 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23963
23964         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23965
23966 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23967
23968         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23969         Add variable.
23970         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23971         assigning the spam-mark to new messages.
23972
23973 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23974
23975         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23976
23977 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23978
23979         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23980
23981         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23982         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23983         default.
23984
23985 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23986
23987         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23988         correct data.
23989
23990 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23991
23992         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23993         (spam-group-processor-p): Fix function.
23994         (spam-group-processor-multiple-p)
23995         (spam-group-spam-processor-report-gmane-p)
23996         (spam-group-spam-processor-report-resend-p)
23997         (spam-group-spam-processor-bogofilter-p)
23998         (spam-group-spam-processor-blacklist-p)
23999         (spam-group-spam-processor-ifile-p)
24000         (spam-group-ham-processor-ifile-p)
24001         (spam-group-spam-processor-spamoracle-p)
24002         (spam-group-spam-processor-crm114-p)
24003         (spam-group-ham-processor-bogofilter-p)
24004         (spam-group-spam-processor-stat-p)
24005         (spam-group-ham-processor-stat-p)
24006         (spam-group-ham-processor-whitelist-p)
24007         (spam-group-ham-processor-BBDB-p)
24008         (spam-group-ham-processor-spamoracle-p)
24009         (spam-group-ham-processor-copy-p): Remove functions with some
24010         prejudice against unneeded code.
24011         (spam-report-articles-resend)
24012         (spam-report-resend-register-routine): Allow the group/topic
24013         spam-resend-to value to override spam-report-resend-to.
24014         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24015         properly now.
24016
24017         * gnus.el (spam-resend-to): Add group/topic parameter.
24018         (spam-process): Move the OBSOLETE processors to the end of the
24019         choices.
24020
24021 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24022
24023         * spam-report.el (spam-report-resend-to, spam-report-resend):
24024         Start with resend-to set to nil, and then ask the user if necessary.
24025         (spam-report-resend): spam-report-resend takes a list of articles, not
24026         separate article numbers.
24027
24028 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24029
24030         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24031         addition to emacs-w3m.
24032
24033 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24034
24035         * assistant.el (assistant-authinfo-data): New function.
24036         (assistant-eval): Eval for entire assistant.
24037
24038         * netrc.el (netrc-services-file): New variable.
24039         (netrc-parse-services): New function.
24040         (netrc-find-service-name): New function.
24041         (netrc-find-service-number): New function.
24042         (netrc-port-equal): New function.
24043         (netrc-machine): Use it.
24044
24045         * nnimap.el (nnimap-open-connection): Use netrc.
24046
24047         * gnus-util.el (gnus-netrc-get): Remove aliases.
24048
24049         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24050
24051         * assistant.el (wid-edit): Fix compilation.
24052
24053         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24054
24055 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24056
24057         * gnus-util.el (gnus-set-file-modes): New function.  (small
24058         patch).
24059
24060 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24061
24062         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24063
24064         * assistant.el (assistant-render-node): Fix up rendering and
24065         read-only text.
24066         (assistant-render-node): Reset.
24067         (assistant-make-read-only): Not sticky.
24068
24069 2004-05-20  Danny Siu  <dsiu@adobe.com>
24070
24071         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24072         centered even when gnus-auto-center-summary is t.
24073
24074 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24075
24076         * dns.el (dns-get-txt-answer): New function.
24077         (dns-read-txt): Ditto.
24078         (query-dns): Use it.
24079
24080 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24081
24082         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24083         active for foreign groups even if the group level is higher than
24084         the specified value.
24085
24086 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24087
24088         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24089         non-active groups.
24090
24091         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24092
24093 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24094
24095         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24096
24097 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24098
24099         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24100         (spam-crm114-header, spam-crm114-spam-switch)
24101         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24102         (spam-crm114-positive-spam-header)
24103         (spam-crm114-database-directory, spam-list-of-processors)
24104         (spam-group-spam-processor-crm114-p)
24105         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24106         (spam-generic-score, spam-list-of-checks)
24107         (spam-list-of-statistical-checks, spam-registration-functions)
24108         (spam-check-crm114-headers, spam-crm114-score)
24109         (spam-check-crm114, spam-crm114-register-with-crm114)
24110         (spam-crm114-register-spam-routine)
24111         (spam-crm114-unregister-spam-routine)
24112         (spam-crm114-register-ham-routine)
24113         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24114
24115 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24116
24117         * gnus.el: Add spam-use-crm114.
24118
24119         * spam.el (spam-list-of-processors, spam-registration-functions):
24120         Add spam-use-resend.
24121         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24122         (spam-report-articles-gmane): Add doc fix.
24123         (spam-report-articles-resend, spam-report-resend-register-routine):
24124         Add wrappers around spam-report-resend-to.
24125
24126         * spam-report.el (spam-report-resend-to, spam-report-resend):
24127         Add support for resending spam.
24128         (spam-report-gmane): Fix line length >80.
24129
24130         * gnus.el (spam-process): Add spam-use-resend.
24131
24132 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24133
24134         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24135         number of processed spam messages.
24136         (spam-ham-copy-or-move-routine): Return the number of processed
24137         ham messages.
24138         (spam-summary-prepare-exit): Use the above values to decide
24139         whether status messages shouled be displayed.
24140
24141 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24142
24143         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24144         `rfc2047-encoding-function-alist' in order to avoid conflicting
24145         with the old version.
24146         (rfc2047-encode-region): Concatenate words containing non-ASCII
24147         characters in structured fields; don't encode space-delimited
24148         ASCII words even in unstructured fields; don't break words at
24149         char-category boundaries.
24150         (rfc2047-encode-1): New function.
24151         (rfc2047-encode): Use it; encode text so that it occupies the
24152         maximum width within 76-column; work correctly on Q encoding for
24153         iso-2022-* charsets.
24154         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24155         sure not to break a line just after the header name.
24156         (rfc2047-b-encode-region): Remove.
24157         (rfc2047-b-encode-string): New function.
24158         (rfc2047-q-encode-region): Remove.
24159         (rfc2047-q-encode-string): New function.
24160
24161         * mm-util.el (mm-replace-in-string): New function.
24162
24163 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24164
24165         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24166         Really get it right.
24167         (gnus-inews-make-draft): Really.
24168
24169 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24170
24171         * nnmh.el (nnmh-request-list-1): Don't check the link count
24172         before descending.  (small patch)
24173
24174 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24175
24176         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24177         stuff.
24178
24179         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24180         Match on real group name.
24181
24182         * gnus-art.el (gnus-signature-limit): Doc fix.
24183
24184         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24185
24186         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24187
24188 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24189
24190         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24191         isn't a string.
24192
24193 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24194
24195         * gnus-draft.el (gnus-draft-send):
24196         Bind rfc2047-encode-encoded-words.
24197
24198         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24199         (rfc2047-encodable-p): Say that =? needs encoding.
24200         (rfc2047-encode-encoded-words): New variable.
24201
24202         * gnus-group.el (gnus-group-select-group): Doc fix.
24203
24204         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24205
24206         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24207         to nil.
24208
24209         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24210
24211         * nnheader.el (nnheader-get-lines-and-char): New function.
24212
24213 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24214
24215         * gnus-msg.el (gnus-summary-followup-with-original):
24216         Document yanking of region when active.
24217
24218 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24219
24220         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24221         groups if the group level is higher than the specified value.
24222
24223 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24224
24225         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24226         (gnus-group-jump-to-group): Add prefix argument using
24227         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24228         non-active group.
24229
24230         * compface.el (uncompface): Be verbose when changing
24231         `uncompface-use-external'.
24232
24233         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24234         handle manual section.
24235
24236 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24237
24238         * gnus-art.el (gnus-button-alist): Revert previous change.
24239
24240 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24241
24242         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24243
24244 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24245
24246         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24247         whether backend can accept message.
24248
24249         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24250
24251 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24252
24253         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24254         Avoid creating directory when nntp-marks-is-evil is true.
24255         Reported by Reiner Steib.
24256
24257 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24258
24259         * gnus-picon.el (gnus-picon-insert-glyph):
24260         Add optional `nostring' argument.
24261
24262 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24263
24264         * gnus-picon.el (gnus-picon-style): New variable.
24265         (gnus-picon-transform-address): Support `gnus-picon-style'.
24266
24267 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24268
24269         * message.el (message-fill-field): Return point.
24270         (message-generate-headers): Go to end of field.
24271
24272         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24273         stuff for non-living groups.
24274
24275 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24276
24277         * gnus-art.el (gnus-article-followup-with-original)
24278         (gnus-article-reply-with-original): gnus-mark-active-p ->
24279         gnus-region-active-p.
24280
24281 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24282
24283         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24284         only when there is spam or ham to be processed.
24285
24286 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24287
24288         * mail-source.el (mail-source-delete-crash-box): Refactor.
24289         (mail-source-fetch): Use it.
24290         (mail-source-fetch-file): Ditto.
24291         (mail-source-fetch-directory): Run postscript in loop.
24292         (mail-source-fetch-pop): Delete.
24293         (mail-source-fetch-maildir): Ditto.
24294         (mail-source-fetch-imap): Ditto.
24295
24296         * imap.el (imap-authenticators): Comment out sasl.
24297
24298         * message.el (message-skip-to-next-address): New function.
24299         (message-fill-header-address): Refactor.
24300         (message-fill-address): Use it.
24301         (message-delete-address): Use it.
24302         (message-fill-header-general): Refactor.
24303         (message-fill-field-address): Rename.
24304         (message-narrow-to-field): Find the start of the header.
24305         (message-header-format-alist): Don't pre-fill.
24306         (message-fill-header): Remove.
24307         (message-insert-header): New function.
24308         (message-shorten-references): Use it.
24309
24310         * rfc2047.el (rfc2047-field-value): Strip props.
24311
24312         * mail-parse.el (mail-header-make-address): New alias.
24313
24314         * ietf-drums.el (ietf-drums-make-address): New function.
24315
24316         * imap.el: Add compiler directives.
24317
24318         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24319
24320         * gnus-art.el (article-decode-idna-rhs): Don't use
24321         message-idna-inside-rhs-p.
24322
24323 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24324
24325         * message.el (message-idna-inside-rhs-p): Remove.
24326         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24327
24328         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24329         false positives.
24330
24331 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24332
24333         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24334
24335 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24336
24337         * nneething.el (nneething-file-name): Don't create spurious
24338         files.
24339
24340         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24341         (gnus-inews-do-gcc): Remove sleep.
24342
24343         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24344         part under point.
24345
24346         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24347         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24348
24349 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24350
24351         * spam.el (spam-summary-prepare-exit): Fix (length).
24352
24353 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24354
24355         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24356         as expired without moving it" message when there are spam
24357         messages left.
24358
24359 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24360
24361         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24362         header is not nil.
24363
24364 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24365
24366         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24367         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24368         (nntp-marks-changed-p): New arg SERVER.
24369         (nntp-request-update-info): Adjust caller.
24370
24371 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24372
24373         * nntp.el (nntp-save-marks): Pass missing arg.
24374
24375 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24376
24377         * nntp.el: Support marks.
24378         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24379         (nntp-marks-modtime, nntp-marks-directory): New variables.
24380         (nntp-request-set-mark, nntp-request-update-info)
24381         (nntp-possibly-create-directory, nntp-marks-changed-p)
24382         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24383         New functions.
24384
24385 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24386
24387         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24388         (gnus-xmas-redefine): Rename.
24389
24390         * gnus-score.el (gnus-score-insert-help):
24391         Use gnus-select-lowest-window.
24392
24393         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24394         appt-select-lowest-window and rename to gnus-select-lowest-window.
24395
24396         * gnus.el: do.
24397
24398 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24399
24400         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24401         encodings of MIME-encoded words, in order to improve
24402         interoperability with several broken MUAs.
24403
24404 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24405
24406         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24407         tags, only when charsets are not specified in headers.
24408         (mm-inline-text-html-render-with-w3m): Ditto.
24409
24410         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24411         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24412
24413 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24414
24415         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24416         instead of MIME-decoded from fields when checking
24417         `gnus-article-address-banner-alist'.
24418
24419 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24420
24421         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24422         description rather than subject.
24423
24424 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24425
24426         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24427
24428 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24429
24430         * gnus.el (gnus-version-number): Bump.
24431
24432 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24433
24434         * gnus.el: No Gnus v0.2 is released.
24435
24436 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24437
24438         * gnus-agent.el (gnus-agent-read-agentview):
24439         Inline gnus-uncompress-range.
24440
24441 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24442
24443         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24444         `exec-installed-p'.
24445
24446 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24447
24448         * gnus.el (spam-process, spam-autodetect-methods):
24449         Add bsfilter and bsfilter-headers.
24450
24451         * spam.el (spam-bsfilter): New customize group.
24452         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24453         (spam-bsfilter-header, spam-bsfilter-probability-header)
24454         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24455         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24456         (spam-bsfilter-database-directory): New options.
24457         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24458         (spam-list-of-statistical-checks, spam-registration-functions):
24459         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24460         (spam-bsfilter-score): New command.
24461         (spam-check-bsfilter-headers, spam-check-bsfilter)
24462         (spam-bsfilter-register-with-bsfilter)
24463         (spam-bsfilter-register-spam-routine)
24464         (spam-bsfilter-unregister-spam-routine)
24465         (spam-bsfilter-register-ham-routine)
24466         (spam-bsfilter-unregister-ham-routine): New functions.
24467         (spam-generic-score): Support bsfilter; Accept an optional argument
24468         to recalcurate spam score even if scoring header has already been
24469         added.
24470         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24471         optional argument to recalcurate spam score even if scoring header
24472         has already been added.
24473
24474 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24475
24476         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24477         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24478         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24479         link is missing.
24480
24481 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24482
24483         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24484         (html2text-get-attr): Rewrite.
24485
24486         * message.el (message-setup-1): Remove redundant put-text-property
24487         on mail-header-separator.
24488
24489 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24490
24491         * gnus-registry.el (gnus-registry-cache-whitespace)
24492         (gnus-registry-action, gnus-registry-spool-action)
24493         (gnus-registry-split-fancy-with-parent): Change message levels
24494         from 5 to 3 or 7, as needed.
24495
24496         * spam.el (spam-summary-prepare-exit)
24497         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24498         (spam-split, spam-find-spam, spam-log-undo-registration)
24499         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24500         level from 5 to 6.
24501
24502 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24503
24504         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24505         2004-03-04 change).
24506
24507 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24508
24509         * sieve-manage.el (sieve-manage-open):
24510         * nnweb.el (nnweb-insert-html):
24511         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24512         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24513         * nnspool.el (nnspool-request-group):
24514         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24515         * nnml.el (nnml-request-update-info):
24516         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24517         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24518         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24519         (nnimap-request-set-mark):
24520         * nnfolder.el (nnfolder-request-update-info):
24521         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24522         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24523         * gnus-uu.el (gnus-uu-find-articles-matching):
24524         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24525         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24526         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24527         * gnus-nocem.el (gnus-nocem-scan-groups):
24528         * gnus-int.el (gnus-start-news-server):
24529         * gnus-group.el (gnus-group-make-kiboze-group)
24530         (gnus-group-browse-foreign-server):
24531         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24532         Use mapc when appropriate.
24533
24534 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24535             Adam Sjøgren  <asjo@koldfront.dk>
24536             Wes Hardaker  <wes@hardakers.net>
24537             Michael Shields  <shields@msrl.com>
24538
24539         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24540         may need for spam sorting and scoring.
24541         (spam-user-format-function-S): Add user format function suitable for
24542         general use.
24543         (spam-article-sort-by-spam-status): Add sorting function for summary
24544         sorting.
24545         (spam-extra-header-to-number): Add function to get a score from a
24546         header.
24547         (spam-summary-score): Add function to get a numeric score from the
24548         headers.
24549         (spam-generic-score): Fix function doc, was in wrong place.
24550         (spam-initialize): Take symbols when it's run, and install the
24551         extra headers that spam-necessary-extra-headers thinks we need.
24552
24553 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24554
24555         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24556         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24557
24558 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24559
24560         * gnus-sum.el (gnus-set-global-variables)
24561         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24562         (gnus-article-get-xrefs, gnus-summary-best-group)
24563         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24564         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24565         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24566         Use with-current-buffer.
24567
24568 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24569
24570         * spam.el (spam-summary-prepare-exit): Simplify logic.
24571         (spam-fetch-article-header): Read the article header if it's not
24572         available.
24573         (spam-list-articles): Simplify logic.
24574         (spam-filelist-register-routine): Fix bug with unregister-list.
24575
24576         * gnus-registry.el: Fix comments at beginning.
24577
24578 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24579
24580         * message.el (message-cater-to-broken-inn): Remove.
24581         (message-shorten-references): Make sure the total folded length of
24582         References is shorter than 998 characters to cater to a bug in INN
24583         2.3.  Also, don't pretend that references aren't folded -- this
24584         hasn't worked for a while.
24585
24586 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24587
24588         * gnus-agent.el (gnus-agentize):
24589         gnus-agent-send-mail-real-function no longer set to current value
24590         of message-send-mail-function but rather a lambda that calls
24591         message-send-mail-function.  The change makes the agent real-time
24592         responsive to user changes to message-send-mail-function.
24593
24594 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24595
24596         * legacy-gnus-agent.el
24597         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24598         help from Florian Weimer <fw@deneb.enyo.de>
24599
24600 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24601
24602         * nnmail.el (nnmail-cache-insert): Revert last change.
24603
24604 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24605
24606         * nnmail.el (nnmail-cache-insert): Always check whether
24607         nnmail-cache-ignore-groups matches a group name.
24608
24609 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24610
24611         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24612         (spam-find-spam, spam-log-processing-to-registry)
24613         (spam-log-registered-p, spam-log-unregistration-needed-p)
24614         (spam-log-undo-registration): Use gnus-message instead of
24615         gnus-error, none of these errors are fatal.
24616
24617         * gnus-registry.el (gnus-registry-clean-empty-function)
24618         (gnus-registry-clean-empty): Remove only empty entries without
24619         extra data.
24620
24621 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24622
24623         * spam-stat.el (spam-stat-buffer-change-to-spam)
24624         (spam-stat-buffer-change-to-non-spam): Change (error) to
24625         (gnus-message 8) invocation.
24626
24627 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24628
24629         * nntp.el (nntp-via-netcat-command): New variable.
24630         (nntp-via-netcat-switches): New variable.
24631         (nntp-open-via-rlogin-and-netcat): New function.
24632         (nntp-open-connection-function): Doc fix.
24633         (nntp-telnet-command): Doc fix.
24634         (nntp-end-of-line): Doc fix.
24635         (nntp-via-rlogin-command): Doc fix.
24636         (nntp-via-user-name): Doc fix.
24637         (nntp-via-address): Doc fix.
24638
24639 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24640
24641         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24642         error in Emacs 21.1.
24643
24644 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24645
24646         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24647
24648 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24649
24650         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24651         (gnus-agent-with-refreshed-group): New macro.
24652         (gnus-agent-rename-group): New function.
24653         (gnus-agent-delete-group): New function.
24654         (gnus-agent-save-group-info): Use gnus-command-method when
24655         `method' parameter is nil.  Don't write nil entries into the
24656         active file.
24657         (gnus-agent-get-group-info): New function.
24658         (gnus-agent-fetch-articles):
24659         Use gnus-agent-update-files-total-fetched-for to increment disk space
24660         used.
24661         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24662         Use gnus-agent-update-view-total-fetched-for to increment disk space
24663         used.
24664         (gnus-agent-get-local): Add optional parameters to avoid calling
24665         gnus-group-real-name and gnus-find-method-for-group.
24666         (gnus-agent-set-local): Delete stored entry if either min, or max,
24667         are nil.
24668         (gnus-agent-fetch-session): Reworded error/quit messages.
24669         On quit, use gnus-agent-regenerate-group to record existance of any
24670         articles fetched to disk before the quit occurred.
24671         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24672         gnus-agent-update-view-total-fetched-for, and
24673         gnus-agent-update-files-total-fetched-for to decrement disk space
24674         used.
24675         (gnus-agent-retrieve-headers):
24676         Use gnus-agent-update-view-total-fetched-for to increment disk space
24677         used.
24678         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24679         with gnus-agent-update-files-total-fetched-for to decrement disk
24680         space and fresh group buffer.
24681         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24682         (gnus-agent-need-update-total-fetched-for): New variable.
24683         (gnus-agent-update-files-total-fetched-for): New function.
24684         (gnus-agent-update-view-total-fetched-for): New function.
24685         (gnus-agent-total-fetched-for): New function.
24686
24687         * gnus-cache.el (gnus-cache-save-buffers):
24688         Use gnus-cache-update-overview-total-fetched-for to change disk space
24689         used by this group.
24690         (gnus-cache-possibly-enter-article):
24691         Use gnus-cache-update-file-total-fetched-for to increment disk space
24692         used by this group.
24693         (gnus-cache-possibly-remove-article):
24694         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24695         used by this group.
24696         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24697         (gnus-cache-rename-group): New function.
24698         (gnus-cache-delete-group): New function.
24699         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24700         (gnus-cache-need-update-total-fetched-for): New variable.
24701         (gnus-cache-with-refreshed-group): New macro.
24702         (gnus-cache-update-file-total-fetched-for): New function.
24703         (gnus-cache-update-overview-total-fetched-for): New function.
24704         (gnus-cache-rename-group-total-fetched-for): New function.
24705         (gnus-cache-delete-group-total-fetched-for): New function.
24706         (gnus-cache-total-fetched-for): New function.
24707
24708         * gnus-group.el: Require gnus-sum and autoload functions to
24709         resolve warnings when gnus-group.el compiled alone.
24710         (gnus-group-line-format): Documented new %F.
24711         (size of Fetched data) group line format; identifies disk space
24712         used by agent and cache.
24713         (gnus-group-line-format-alist): Defined new F format.
24714         (gnus-total-fetched-for): New function.
24715         (gnus-group-delete-group): No longer update
24716         gnus-cache-active-altered as gnus-request-delete-group now keeps
24717         the cache in sync.
24718         (gnus-group-list-active): Let the agent store a server's active
24719         list if currently plugged.
24720
24721         * gnus-int.el (gnus-request-delete-group):
24722         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24723         local disk in sync with the server.
24724         (gnus-request-rename-group):
24725         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24726         local disk in sync with the server.
24727
24728         * gnus-start.el (gnus-get-unread-articles):
24729         Cosmetic simplification to logic.
24730
24731         * gnus-util.el (gnus-rename-file): New function.
24732
24733 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24734
24735         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24736
24737 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24738
24739         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24740         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24741
24742 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24743
24744         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24745         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24746
24747 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24748
24749         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24750
24751 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24752
24753         * spam.el (spam-set-difference): Add function to replace
24754         gnus-set-difference in spam.el.
24755         (spam-summary-prepare-exit): Use spam-set-difference.
24756
24757 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24758
24759         * gnus-registry.el (gnus-registry-cache-file): Update to use
24760         gnus-dribble-directory OR gnus-home-directory OR ~.
24761         (gnus-registry-split-fancy-with-parent): Fix doc.
24762
24763 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24764
24765         * message.el (message-exchange-point-and-mark):
24766         Use message-mark-active-p.  Suggested by Jesper Harder
24767         <harder@ifa.au.dk>.
24768
24769 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24770
24771         * message.el (message-exchange-point-and-mark): Don't activate
24772         region if it was inactive.  Suggested by Hiroshi Fujishima
24773         <pooh@nature.tsukuba.ac.jp>.
24774
24775 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24776
24777         * gnus-art.el (article-display-face): Display Faces in the same
24778         order as X-Faces.
24779
24780 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24781
24782         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24783
24784 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24785
24786         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24787         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24788         (gnus-article-mime-hierarchy): Remove.
24789         (gnus-article-mime-hierarchy-next): Remove.
24790         (gnus-article-mode): Revert 2004-03-19 change.
24791         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24792         (gnus-insert-mime-button): Revert 2004-03-19 change.
24793         (gnus-mime-accumulate-hierarchy): Remove.
24794         (gnus-mime-enter-multipart): Remove.
24795         (gnus-mime-leave-multipart): Remove.
24796         (gnus-mime-display-part): Revert 2004-03-19 change.
24797         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24798
24799         * mml.el (mml-preview): Revert 2004-03-19 change.
24800
24801 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24802
24803         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24804
24805 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24808         t while entering a file name using the mm-with-multibyte macro.
24809         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24810
24811         * mm-util.el (mm-with-multibyte): New macro.
24812
24813 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24814
24815         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24816         New user option.
24817         (gnus-mime-multipart-functions): Doc and customization fix.
24818         (gnus-article-mime-hierarchy): New variable.
24819         (gnus-article-mime-hierarchy-next): New variable.
24820         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24821         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24822         gnus-article-mime-hierarchy-next to nil.
24823         (gnus-insert-mime-button): Show hierarchy numbers.
24824         (gnus-mime-accumulate-hierarchy): New function.
24825         (gnus-mime-enter-multipart): New function.
24826         (gnus-mime-leave-multipart): New function.
24827         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24828         (gnus-mime-display-alternative): Show hierarchy numbers.
24829
24830         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24831         gnus-article-mime-hierarchy-next to nil.
24832
24833 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24834
24835         * dns.el: Don't require gnus-xmas.
24836
24837 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24838
24839         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24840         inline PGP.
24841         (mml-menu): Disable mml-quote-region if mark is inactive.
24842
24843 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24844
24845         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24846         when the group's active is not available.
24847
24848 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24849
24850         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24851         error.
24852
24853 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24854
24855         * imap.el (imap-store-password): New variable.
24856         (imap-interactive-login): Use it.
24857         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24858
24859 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24860
24861         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24862         window-start and hscroll to summary window.
24863
24864 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24865
24866         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24867         conversion message to newsrc-dribble when an actual conversion is
24868         performed.
24869
24870 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24871
24872         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24873
24874 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24875
24876         * mm-decode.el (mm-complicated-handles): New function reviving
24877         former definition of mm-multiple-handles.
24878
24879         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24880         (gnus-mime-delete-part): Use it.
24881
24882 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24883
24884         * gnus-agent.el (gnus-agent-read-local):
24885         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24886         avoid the implicit assumption that they will always be equal.
24887         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24888         coding-system-for-write, as the with-temp-file macro first prints
24889         to a buffer then saves the buffer.
24890
24891 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24892
24893         * gnus-art.el (gnus-article-edit-part): New function.
24894         (gnus-mime-save-part-and-strip): Use it; do query instead of
24895         signaling an error; don't use mm-multiple-handles.
24896         (gnus-mime-delete-part): Ditto.
24897
24898 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24899
24900         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24901         old file versions.
24902         (gnus-group-prepare-hook): Remove function that converted list
24903         form of gnus-agent-expire-days to group properties.
24904
24905         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24906         (gnus-request-accept-article): Re-indented.
24907
24908         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24909         converters to handle old agent file formats.  Add logic for a
24910         "backup before upgrading warning".
24911         (gnus-convert-mark-converter-prompt): Developers can mark
24912         functions as needing (default), or not needing,
24913         gnus-convert-old-newsrc's "backup before upgrading warning".
24914         (gnus-convert-converter-needs-prompt): Tests whether the user
24915         should be protected from potentially irreversable changes by the
24916         function.
24917
24918         * legacy-gnus-agent.el: New.  Provides converters that are only
24919         loaded when gnus-convert-old-newsrc needs to call them.
24920
24921 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24922
24923         * mail-source.el (mail-source-touch-pop): Doc fix.
24924
24925         * message.el (message-smtpmail-send-it): Doc fix.
24926
24927 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24928
24929         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24930
24931         * nnmail.el (nnmail-split-fancy): do.
24932
24933         * gnus-kill.el (gnus-kill, gnus-execute): do.
24934
24935 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24936
24937         * gnus-sum.el (gnus-widget-reversible-match)
24938         (gnus-widget-reversible-to-internal)
24939         (gnus-widget-reversible-to-external): New functions.
24940         (gnus-widget-reversible): New widget.
24941         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24942
24943 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24944
24945         * gnus-sum.el (gnus-thread-sort-functions)
24946         (gnus-article-sort-functions): Document `(not F)' items.
24947
24948 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24949
24950         * spam.el (spam-use-gmane-xref): Add new backend.
24951         (spam-gmane-xref-spam-group): Add variable to control the name of the
24952         Gmane spam group.
24953         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24954         (spam-regex-headers-spam, spam-regex-headers-ham)
24955         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24956         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24957         backends and checks.
24958         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24959
24960         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24961         an autodetect method.
24962
24963 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24964
24965         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24966         articles are being added to a group.
24967         (gnus-request-replace-article): Inform the agent that articles
24968         need to be uncached as the cached contents are no longer valid.
24969
24970 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24971
24972         * binhex.el: Don't autoload executable-find.
24973
24974         * canlock.el: Don't autoload mail-fetch-field.
24975
24976         * dgnushack.el: Autoload c-mode for XEmacs.
24977
24978         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24979
24980         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24981         rmail-dont-reply-to and rmail-output.
24982
24983         * gnus-score.el: Don't autoload ffap-string-at-point.
24984
24985         * gnus-setup.el: Don't autoload sc-cite-original.
24986
24987         * imap.el: Don't autoload base64-decode-string,
24988         base64-encode-string and md5.
24989
24990         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24991         and rmail-msg-restore-non-pruned-header.
24992
24993         * mm-decode.el: Don't autoload executable-find.
24994
24995         * mm-url.el: Don't autoload executable-find.
24996
24997         * mm-view.el: Don't autoload diff-mode.
24998
24999         * nndb.el: Don't autoload news-reply-mode, news-setup,
25000         cancel-timer and telnet.
25001
25002         * password.el: Don't autoload run-at-time for Emacs.
25003
25004         * sha1-el.el: Don't autoload executable-find.
25005
25006         * sieve-mode.el: Don't autoload c-mode.
25007
25008         * uudecode.el: Don't autoload executable-find.
25009
25010 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25011
25012         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25013         (gnus-agent-possibly-alter-active): Avoid null in numeric
25014         comparison.
25015         (gnus-agent-set-local): Refuse to save null in local object table.
25016         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25017         list of articles that will be marked as unread.
25018
25019 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25020
25021         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25022
25023 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25024
25025         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25026         language tags.
25027
25028 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25029
25030         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25031         Don't bind "obarray".
25032
25033         * gnus-sum.el (gnus-thread-sort-functions):
25034         Add `gnus-thread-sort-by-most-recent-number' and
25035         `gnus-thread-sort-by-most-recent-date'.
25036         Reported by Kai Grossjohann <kai@emptydomain.de>.
25037
25038 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25041
25042 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25043
25044         * gnus-cus.el (gnus-agent-customize-category):
25045         Remove ignore-errors macro reference that required cl to be loaded at
25046         run-time.
25047
25048         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25049         single-interval range of the form (min . max).  Previously the
25050         range had to look like ((min . max)).  Likewise, return
25051         (min . max) rather than ((min . max)).
25052         (gnus-range-map): Use gnus-range-normalize to accept
25053         single-interval range.
25054
25055         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25056         the cache, but not the agent, now appear with their usual face.
25057
25058         * dgnushack.el (loaddir): New variable that is bound to the
25059         directory containing the dgnushack.el file. Use loaddir, rather
25060         than srcdir, to update load-path. Change lets dgnushack compile
25061         code in directories other than GNUS/lisp.
25062
25063 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25064
25065         * lpath.el: Don't bind w3m-safe-url-regexp.
25066
25067         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25068         w3m-safe-url-regexp variable buffer-local.
25069
25070         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25071
25072 2004-02-27  Simon Josefsson  <jas@extundo.com>
25073
25074         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25075         gnus-group-real-prefix.
25076         (gnus-summary-move-article): Use it, instead of
25077         gnus-group-real-prefix.
25078
25079 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25080
25081         * lpath.el: Bind w3m-safe-url-regexp.
25082
25083         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25084         w3m-safe-url-regexp variable buffer-local and set it as the value
25085         of mm-w3m-safe-url-regexp.
25086
25087         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25088
25089         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25090         parsing gnus-posting-styles when the message is not for replying.
25091
25092         * dgnushack.el: Autoload sgml-mode for XEmacs.
25093
25094         * nnrss.el (nnrss-opml-export):
25095         Use mm-set-buffer-file-coding-system instead of
25096         set-buffer-file-coding-system.
25097
25098 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25099
25100         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25101         of checkdoc.el).
25102         * nnrss.el: do.
25103         * gnus-mlspl.el: do.
25104         * gnus-ml.el: do.
25105         * gnus-srvr.el: do.
25106
25107         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25108
25109 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25110
25111         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25112         Corrections to custom-manual links.
25113
25114         * gnus-art.el (gnus-article): Ditto.
25115
25116         * mm-decode.el (mime-display, mime-security): Ditto.
25117
25118 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25119
25120         * flow-fill.el: Typo.
25121
25122 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25123
25124         * spam-wash.el: New file.
25125
25126 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25127
25128         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25129
25130 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25131
25132         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25133         to be run with new-articles as LIST1, not LIST2.
25134         (spam-registration-functions): Add spam-use-ham-copy as a nil
25135         registration backend.
25136
25137 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25138
25139         * spam-stat.el (spam-stat-washing-hook): New option.
25140         (spam-stat-buffer-words): Use it.
25141         (spam-stat-process-directory, spam-stat-test-directory):
25142         Use insert-file-contents-literally.
25143         (spam-stat-coding-system): New variable.
25144         (spam-stat-load, spam-stat-save): Use it.
25145
25146 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25147
25148         * spam-report.el (spam-report-plug-agent):
25149         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25150
25151 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25152
25153         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25154         Allow / in mailto URLs.
25155
25156 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25157
25158         * spam-report.el (spam-report-process-queue): Fix interactive use.
25159         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25160         (spam-report-unplug-agent): Doc fixes.
25161         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25162         (spam-report-agentize, spam-report-deagentize): Autoload.
25163
25164 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25167
25168         * message.el (message-setup-fill-variables): Add mml tags to
25169         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25170         <ajk@iu.edu>.
25171         (message-mode): Don't modify paragraph-separate there.
25172
25173 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25174
25175         * compface.el (uncompface-use-external): Default to undecided.
25176         (uncompface-use-external-threshold): New variable.
25177         (uncompface-float-time): New macro.
25178         (uncompface): Determine whether to use the external decoder if
25179         uncompface-use-external is undecided.
25180
25181 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25182
25183         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25184         after images.
25185
25186         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25187
25188 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25189
25190         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25191
25192         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25193
25194         * gnus-sum.el (gnus-summary-limit-to-age)
25195         (gnus-summary-limit-children): do.
25196
25197         * gnus-int.el (gnus-request-scan): do.
25198
25199         * gnus-group.el (gnus-group-suspend): do.
25200
25201         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25202
25203         * gnus-cite.el (gnus-cite-parse-attributions): do.
25204
25205         * gnus-agent.el (gnus-summary-set-agent-mark)
25206         (gnus-agent-regenerate-group): do.
25207
25208         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25209
25210         * binhex.el (binhex-decode-region-internal): do.
25211
25212 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25213
25214         * gnus-fun.el (gnus-face-properties-alist): New user option.
25215         (gnus-display-x-face-in-from): Use it.
25216
25217         * gnus-art.el (article-display-face): Ditto.
25218
25219         * compface.el (uncompface-use-external): Default to nil.
25220
25221 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25222
25223         * nntp.el (nntp-erase-buffer): New function.
25224         (nntp-retrieve-data, nntp-send-command)
25225         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25226         (nntp-possibly-change-group): Use it.
25227
25228         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25229         Use with-current-buffer.
25230
25231 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25232
25233         * compface.el: Merge the ELisp-based uncompface program.
25234         (compface): New customization group.
25235         (uncompface-use-external): New user option.
25236         (uncompface): Call uncompface-internal if uncompface-use-external
25237         is nil.
25238         (uncompface-internal): New function.  Note that there are also
25239         some other functions and variables added for this function.
25240
25241 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25242
25243         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25244         if necessary.
25245
25246 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25247
25248         * spam-report.el (spam-report-unplug-agent)
25249         (spam-report-plug-agent, spam-report-deagentize)
25250         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25251         Add support for the Agent in spam-report: when unplugged, report to a
25252         file; when plugged, submit all the requests.
25253
25254         * spam.el (spam-register-routine): Fix message about
25255         registration.
25256
25257 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25258
25259         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25260         dependencies.
25261         (rfc2047-encode): Use it.
25262
25263         * gnus-art.el (gnus-button-marker-list): Move before first
25264         reference.
25265
25266         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25267         (imap-parse-body): Fix format string mismatch.
25268
25269         * gnus-score.el (gnus-summary-increase-score): do.
25270
25271         * nnrss.el (nnrss-close): New function.
25272
25273 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25274
25275         * nnrss.el (nnrss-make-filename): New function.
25276         (nnrss-request-delete-group, nnrss-read-server-data)
25277         (nnrss-save-server-data, nnrss-read-group-data)
25278         (nnrss-save-group-data): Use it.
25279         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25280         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25281         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25282
25283 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25284
25285         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25286
25287 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25288
25289         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25290         files.
25291
25292         * message.el (message-generate-headers-first): Don't quote nil
25293         and t in docstrings.
25294
25295         * imap.el (imap-id): do.
25296
25297         * gnus-agent.el (gnus-agent-consider-all-articles)
25298         (gnus-agent-queue-mail): do.
25299
25300 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25301
25302         * spam-report.el (spam-report-process-queue): New function.
25303         Process requests from `spam-report-requests-file'.
25304         (spam-report-process-queue): Doc fix.
25305
25306 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25307
25308         * spam.el (spam-register-routine)
25309         (spam-log-processing-to-registry, spam-log-registered-p)
25310         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25311         Change "check" to "spam-check" for semi-clarity.
25312
25313 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25314
25315         * pop3.el: Require nnheader.
25316
25317         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25318
25319         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25320
25321         * gnus-picon.el: Require cl.
25322
25323         * gnus-fun.el: Require gnus-ems and gnus-util.
25324
25325         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25326
25327         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25328
25329         * gnus-art.el (gnus-article-edit-mode): Define before first
25330         reference.
25331
25332 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25333
25334         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25335         (gnus-uu-post-encoded): Use point-at-bol.
25336
25337         * gnus-topic.el (gnus-group-active-topic-p): do.
25338
25339         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25340
25341         * gnus-group.el (gnus-group-kill-region): do.
25342
25343         * gnus-art.el (article-date-ut): do.
25344
25345         * message.el (message-fetch-field): Remove redundant
25346         case-fold-search binding.
25347         (message-narrow-to-field): Simplify.
25348
25349 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25350
25351         * spam.el (spam-directory): Derive from `gnus-directory'.
25352
25353         * spam-report.el (spam-report-url-to-file)
25354         (spam-report-requests-file): New function and variable for offline
25355         reporting.
25356         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25357         and user defined function.
25358         (spam-report-url-ping-mm-url): Remove doubled slash.
25359
25360 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25361
25362         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25363
25364 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25365
25366         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25367         Fix format string mismatch.
25368
25369         * sieve.el (sieve-deactivate-all): do.
25370
25371         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25372
25373         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25374
25375         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25376
25377         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25378
25379 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25380
25381         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25382         the list of checks.
25383
25384 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25385
25386         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25387         padding.
25388
25389 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25390
25391         * mm-view.el (mm-fill-flowed): New variable.
25392         (mm-inline-text): Use it.
25393
25394 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25395
25396         * spam.el (spam-spamassassin-register-ham-routine)
25397         (spam-spamassassin-register-spam-routine): Fix function names.
25398
25399 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25400
25401         * gnus.el (gnus-tmp-grouplens): Remove.
25402         (gnus-summary-line-format): Remove grouplens.
25403
25404         * gnus-group.el (gnus-group-line-format): Ditto.
25405
25406         * gnus-spec.el (gnus-format-specs): Ditto.
25407         (gnus-update-format-specifications): Flush the group format spec
25408         cache if there's the grouplens stuff.
25409         (gnus-parse-simple-format): Replace %l with the empty string.
25410
25411 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25412
25413         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25414         omission.
25415
25416 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25417
25418         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25419         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25420
25421 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25422
25423         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25424         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25425         New macros and functions.
25426         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25427         Handle > NLINK_MAX messages.
25428         * nnmaildir.el (nnmaildir-request-set-mark):
25429         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25430
25431 2004-01-25  Alex Schroeder  <alex@gnu.org>
25432
25433         * spam-stat.el (spam-stat-process-directory-age): New option.
25434         (spam-stat-process-directory): Use it.
25435
25436 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25437
25438         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25439         (spam-stat-save): Accept prefix argument.
25440
25441 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25442
25443         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25444         links" error.
25445
25446 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25447
25448         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25449         the rest of the and/or forms.
25450
25451 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25452
25453         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25454         compatibility with old .newsrc.eld files.
25455
25456         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25457
25458         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25459
25460         * gnus-start.el (gnus-1): do.
25461
25462         * gnus-group.el (gnus-group-line-format-alist): do.
25463
25464         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25465
25466         * gnus-gl.el: Remove.
25467
25468 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25469
25470         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25471         marks consisting of a single range {for example, (3 . 5)} rather
25472         than a list of a single range { ((3 . 5)) }.
25473
25474 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25475
25476         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25477         Use with-current-buffer.
25478         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25479         avoid consing a string.
25480
25481         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25482         Remove obsolete entries for big5 and gb2312.
25483
25484 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25485
25486         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25487         uncompressed list.
25488
25489 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25490
25491         * spam-stat.el (spam-stat-strip-xref): New function.
25492         (spam-stat-process-directory): Use it.
25493
25494         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25495         here -- it's done in message-fetch-field.
25496
25497 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25498
25499         * gnus-agent.el (gnus-agent-queue-mail)
25500         (gnus-agent-prompt-send-queue): New variables.
25501         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25502         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25503         "nndraft:queue" along to gnus-draft-send.
25504         Use gnus-agent-prompt-send-queue.
25505         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25506         is "nndraft:queue".  Suggested by Gaute Strokkenes
25507         <gs234@srcf.ucam.org>
25508
25509         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25510         (agent-enable-undownloaded-faces): Add.
25511         (gnus-agent-cat-groups): Use eval-and-compile, not
25512         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25513         method of gnus-agent-cat-groups even when the buffer has been
25514         evaled.
25515         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25516         delete gnus-agent-save-active-1.
25517         (gnus-agent-save-groups): Delete.  Identical to
25518         gnus-agent-save-active.
25519         (gnus-agent-write-active): No longer adjust agent's copy of active
25520         file as agent's adjustments are now stored in their own
25521         file.  Remove optional parameter.
25522         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25523         servers.  Add use of min/max range limits from server's local
25524         file.
25525         (gnus-agent-save-alist): Remove unused optional argument.
25526         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25527         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25528         (gnus-agent-set-local): A per-server file that keeps min/max range
25529         limits for articles known to the agent.  Provides a fast mechanism
25530         for altering many active ranges.
25531         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25532         active file (local makes it unnecessary).
25533         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25534
25535         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25536         (agent-enable-undownloaded-faces): Add.
25537
25538         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25539         disable it when sending to "nndraft:queue".
25540         (gnus-group-send-queue): Add safety check to avoid sending queue
25541         when unplugged.
25542
25543         * gnus-group.el (gnus-group-catchup): Use new
25544         gnus-sequence-of-unread-articles, not
25545         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25546         numbers of articles.  Use gnus-range-map to avoid having to
25547         uncompress the unread list.
25548         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25549         Fix invalid ange-ftp reference.
25550
25551         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25552         (gnus-sorted-range-intersection): Intersection of two ranges
25553         without requiring that they first be uncompressed.
25554
25555         * gnus-start.el (gnus-activate-group): Unless blocked by the
25556         caller, possibly expand the active range to include both cached
25557         and agentized articles.
25558         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25559         multiple version-dependent converters.
25560         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25561         gnus-agent-save-active.
25562         (gnus-save-newsrc-file): Save dirty agent range limits.
25563
25564         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25565         gnus-agent-possibly-alter-active.
25566         (gnus-adjust-marked-articles): Faster handling of simple lists.
25567
25568 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25569
25570         * spam-stat.el (spam-stat-test-directory): New optional argument
25571         displays a list of files detected.  Suggested by Andrew Cohen
25572         <cohen@andy.bu.edu>.
25573         (spam-stat-buffer-words-with-scores): Don't narrow and change
25574         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25575
25576 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25577
25578         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25579         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25580         (spam-spamassassin-arguments)
25581         (spam-spamassassin-spam-flag-header)
25582         (spam-spamassassin-positive-spam-flag-header)
25583         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25584         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25585         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25586         (spam-list-of-processors, spam-list-of-checks)
25587         (spam-list-of-statistical-checks, spam-registration-functions)
25588         (spam-check-spamassassin-headers, spam-check-spamassassin)
25589         (spam-spamassassin-score)
25590         (spam-spamassassin-register-with-sa-learn)
25591         (spam-spamassassin-register-spam-routine)
25592         (spam-spamassassin-register-ham-routine)
25593         (spam-assassin-register-spam-routine)
25594         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25595         (spam-bogofilter-score): Fix to show article before scoring.
25596
25597 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25598
25599         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25600         default scoring function.
25601         (spam-generic-score): Call spam-spamassassin-score if
25602         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25603         spam-bogofilter-score otherwise.
25604
25605         * gnus.el (spam-process, spam-autodetect-methods):
25606         Add spamassassin and spamassassin-headers.
25607
25608 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25609
25610         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25611         Suppress unnecessary messages.
25612
25613 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25614
25615         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25616         make-hash-table.
25617
25618 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25619
25620         * canlock.el (base64-encode-string): Don't autoload it.
25621
25622 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25623
25624         * run-at-time.el: Remove useless (require 'itimer),
25625         eval-and-compile and (featurep 'xemacs).
25626
25627 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25628
25629         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25630         GROUP is a virtual group.
25631
25632 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25633
25634         * gnus.el: Autoload `message-y-or-n-p'.
25635
25636 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25637
25638         * pgg-parse.el: Remove unnecessary (require 'custom).
25639
25640         * pgg-def.el: do.
25641
25642         * nnmail.el: do.
25643
25644         * gnus-undo.el: do.
25645
25646         * gnus-picon.el: do.
25647
25648         * gnus-util.el: do.
25649
25650 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25651
25652         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25653
25654 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25655
25656         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25657         handle, as well as a list.
25658
25659         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25660         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25661         (mm-w3m-cid-retrieve): Simplify.
25662
25663 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25664
25665         * message.el (message-kill-to-signature): Allow prefix arg to
25666         specify number of lines to keep before signature.
25667
25668 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25669
25670         * message.el (message-kill-to-signature): Change docstring.
25671
25672 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25673
25674         * canlock.el: Always require sha1-el.
25675         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25676
25677         * message.el: Autoload sha1 only when compiling.
25678
25679         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25680         eudc-expand-inline for XEmacs.
25681
25682 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25683
25684         * message.el (message-canlock-generate): Require sha1-el.
25685
25686 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25687
25688         * message.el (message-expand-name): Silence the byte compiler.
25689
25690         * lpath.el: Add detect-coding-system.
25691
25692         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25693         cus-edit.
25694
25695 2004-01-13  Simon Josefsson  <jas@extundo.com>
25696
25697         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25698         Invoke gnus-score-mode.
25699         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25700
25701         * gnus-range.el (gnus-compress-sequence): Doc fix.
25702         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25703
25704 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25705
25706         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25707
25708 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25709
25710         * spam.el (spam-get-article-as-string): Update to use
25711         gnus-request-article-this-buffer, much simpler.
25712         (spam-get-article-as-buffer): Remove.
25713
25714 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25715
25716         * message.el (message-expand-name): Use EUDC if the user uses that.
25717
25718 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25719
25720         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25721         character for the encoding to avoid consing a string.
25722
25723         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25724         unnecessarily.
25725
25726         * mm-util.el (mm-replace-chars-in-string): Remove.
25727
25728         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25729         of mm-replace-chars-in-string.
25730
25731 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25732
25733         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25734
25735         * mm-util.el (mm-subst-char-in-string): Support inplace.
25736
25737         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25738         a new string in every iteration.  Use shy groups.
25739
25740 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25741
25742         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25743         * gnus-soup.el (gnus-soup-group-brew):
25744         * gnus-msg.el (gnus-put-message):
25745         * gnus-move.el (gnus-group-move-group-to-server):
25746         * gnus-kill.el (gnus-batch-score):
25747         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25748         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25749         (gnus-group-update-group, gnus-group-read-group)
25750         (gnus-group-make-group, gnus-group-make-help-group)
25751         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25752         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25753         (gnus-group-sort-by-unread, gnus-group-catchup)
25754         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25755         (gnus-group-yank-group, gnus-group-set-info)
25756         (gnus-group-list-groups):
25757         * gnus.el (gnus-generate-new-group-name):
25758         * gnus-delay.el (gnus-delay-send-queue):
25759         * nnvirtual.el (nnvirtual-catchup-group):
25760         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25761         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25762         (gnus-group-prepare-topics, gnus-topic-check-topology):
25763         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25764         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25765         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25766         (gnus-group-make-articles-read):
25767         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25768         (gnus-group-change-level, gnus-kill-newsgroup)
25769         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25770         (gnus-get-unread-articles, gnus-make-articles-unread)
25771         (gnus-make-ascending-articles-unread): Use accessor
25772         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25773         to get group information for improved readability.
25774
25775
25776 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25777
25778         * gnus-art.el (article-decode-mime-words, article-babel)
25779         (gnus-article-highlight-signature, gnus-article-add-buttons)
25780         (gnus-signature-toggle): Use gnus-with-article-buffer.
25781
25782         * gnus-art.el (gnus-article-highlight-headers)
25783         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25784
25785         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25786         (gnus-article-set-globals, gnus-request-article-this-buffer)
25787         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25788         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25789         (gnus-mime-display-alternative): Use with-current-buffer.
25790
25791 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25792
25793         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25794         also under 80 char limit, and call gnus-error if needed.
25795         (spam-fetch-article-header): Fix - it was a
25796         buffer-local variable (gnus-newsgroup-data).
25797         (spam-find-spam): Use spam-generate-fake-headers, forget about
25798         spam-insert-fake-headers.
25799         (spam-insert-fake-headers): Remove.
25800
25801 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25802
25803         * deuglify.el (gnus-article-outlook-unwrap-lines)
25804         (gnus-outlook-rearrange-article)
25805         (gnus-outlook-repair-attribution-outlook)
25806         (gnus-outlook-repair-attribution-block)
25807         (gnus-outlook-repair-attribution-other): Remove redundant
25808         save-excursion.
25809
25810 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25811
25812         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25813         (spam-fetch-field-subject-fast)
25814         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25815         (spam-fetch-article-header): Add functions to deal with Gnus
25816         internals for fast retrieval of article header data.
25817         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25818
25819 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25820
25821         * pop3.el (pop3-md5): Remove.
25822         (pop3-apop): Replace pop3-md5 with md5.
25823
25824         * mm-bodies.el: base64 is always built-in.
25825
25826         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25827         Use with-current-buffer.
25828
25829 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25830
25831         * canlock.el (canlock-insert-header): Remove excessive grouping in
25832         regexp.
25833
25834         * gnus-sum.el (gnus-summary-read-document): Ditto.
25835
25836         * gnus-uu.el (gnus-uu-part-number): Ditto.
25837
25838         * html2text.el (html2text-remove-tags): Ditto.
25839         (html2text-format-tags): Ditto.
25840         (html2text-format-single-elements): Ditto.
25841
25842         * mml.el (mml-parse-1): Ditto.
25843
25844 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25845
25846         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25847
25848         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25849
25850         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25851
25852         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25853
25854 2003-11-15  Simon Josefsson  <jas@extundo.com>
25855
25856         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25857         (pgg-gpg-lookup-key): Use regexp match instead of
25858         split-string (split-string is different between emacs 21.2 and
25859         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25860
25861 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25862
25863         * gnus-art.el (gnus-mime-view-all-parts)
25864         (gnus-article-part-wrapper, gnus-article-view-part):
25865         Use with-current-buffer.
25866
25867 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25868
25869         * spam.el (spam-disable-spam-split-during-ham-respool)
25870         (spam-spamoracle-database, spam-cache-lookups)
25871         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25872         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25873         (spam-group-ham-marks, spam-group-spam-marks)
25874         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25875         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25876         also add spam-use-blackholes to the statistical checks.
25877         (spam-fetch-field-fast): Add interface to fetching fields, may
25878         become a macro.
25879         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25880         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25881         (spam-insert-fake-headers): Fake an article when needed.
25882         (spam-find-spam): Fake article when possible.
25883         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25884         (spam-check-bogofilter-headers): Use message-fetch-field instead
25885         of nnmail-fetch-field.
25886
25887 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25888
25889         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25890
25891 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25892
25893         * spam.el (spam-split): Do not require spam-use-CHECK to be
25894         enabled if that check is passed to spam-split explicitly; also
25895         fix so 'spam doesn't get converted to spam-split-group when
25896         spam-split-symbolic-return is t.
25897         (spam-find-spam): Find registrations of the article and use those
25898         instead of re-running spam-split to find the spam/ham
25899         classification of the article.
25900         (spam-log-processing-to-registry, spam-log-registered-p)
25901         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25902         Use gnus-error instead of gnus-message.
25903         (spam-log-registration-type): Add function to determine the
25904         classification of a message based on registry entries; will
25905         return nil if both 'spam and 'ham are found.
25906         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25907         a reasonably fast local cache without the loading errors.
25908         (spam-cache-lookups): Set to t by default.
25909         (spam-find-spam): Don't try to guess spam-cache-lookups.
25910         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25911         spam-caches entry.
25912         (spam-filelist-build-cache, spam-filelist-check-cache):
25913         Fix caching of whitelist/blacklist entries.
25914         (spam-check-whitelist, spam-check-blacklist):
25915         Invoke spam-from-listed-p with a type, not a cache variable.
25916         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25917
25918 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25919
25920         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25921
25922         * nnmail.el (nnmail-split-fancy): do.
25923
25924         * mml.el (mml-parse): do.
25925
25926         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25927         (gnus-score-adaptive): do.
25928
25929 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25930
25931         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25932         (gnus-mime-button-map): Don't set keymap parent.
25933         (gnus-button-ctan-directory-regexp): Use shy grouping.
25934         (gnus-prev-page-map): Don't set keymap parent.
25935         (gnus-prev-page-map): Remove duplicated one.
25936         (gnus-next-page-map): Don't set keymap parent.
25937         (gnus-mime-security-button-map): Ditto.
25938
25939         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25940         version number.
25941
25942         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25943
25944 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25945
25946         * canlock.el (canlock-sha1-function): Remove.
25947         (canlock-sha1-function-for-verify): Remove.
25948         (canlock-openssl-program): Remove.
25949         (canlock-openssl-args): Remove.
25950         (canlock-ignore-errors): Remove.
25951         (canlock-sha1-with-openssl): Remove.
25952         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25953         (canlock-verify): Don't use canlock-ignore-errors.
25954
25955         * sha1-el.el (sha1-string-external): Make it can return a string
25956         in binary form.
25957         (sha1-region-external): Ditto.
25958         (sha1-string-internal): Ditto.
25959         (sha1-region-internal): Ditto.
25960         (sha1-region): Ditto.
25961         (sha1-string): Ditto.
25962         (sha1): Ditto.
25963
25964 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25965
25966         * spam.el (spam-report-articles-gmane): New command.
25967
25968 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25969
25970         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25971
25972         * run-at-time.el (run-at-time-saved): Remove.
25973         (run-at-time): Doc fix.
25974
25975 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25976
25977         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25978         (gnus-summary-limit-map): Add it.
25979         (gnus-summary-make-menu-bar): do.
25980
25981 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25982
25983         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25984         Make attempt at some caching support (done for BBDB only now).
25985         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25986         addresses to be checked.
25987         (spam-clear-cache-BBDB): Add function, to be invoked by
25988         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25989         (spam-check-BBDB): Check and use the caches, if
25990         spam-cache-lookups is on, remove superfluous (provide).
25991
25992 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25993
25994         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25995
25996 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25997
25998         * run-at-time.el (run-at-time-saved): Move to after the definition
25999         of `run-at-time'.
26000
26001         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26002
26003 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26004
26005         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26006         mm-w3m-local-map-property.
26007
26008         * mm-view.el (mm-w3m-mode-map): Remove.
26009         (mm-w3m-local-map-property): Remove.
26010         (mm-inline-text-html-render-with-w3m): Don't use
26011         mm-w3m-local-map-property.
26012
26013 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26014
26015         * run-at-time.el: New file.
26016
26017         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26018         under Emacs.
26019
26020         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26021         of gnus-set-text-properties.
26022
26023         * gnus-uu.el (gnus-uu-save-article): Ditto.
26024
26025         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26026
26027         * gnus-cite.el (gnus-cite-parse): Ditto.
26028
26029         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26030         of gnus-.
26031
26032         * gnus-xmas.el (run-at-time): Require run-at-time.
26033
26034         * gnus.el: Change calls to nnheader-run-at-time and
26035         password-run-at-time throughout to use run-at-time directly.
26036
26037         * password.el: Remove definition of run-at-time.
26038
26039         * nnheaderxm.el: Remove definition of run-at-time.
26040
26041 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26042
26043         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26044         in prompt.
26045
26046 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26047
26048         * messagexmas.el (message-xmas-redefine): Alias
26049         `message-make-caesar-translation-table' to
26050         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26051         version.
26052
26053         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26054         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26055         `gnus-xmas-set-text-properties'.
26056         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26057         `gnus-xmas-completing-read'.
26058         (gnus-xmas-completing-read): Removed.
26059         (gnus-xmas-open-network-stream): Removed.
26060
26061         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26062         XEmacs version.
26063
26064         * dns.el (dns-make-network-process): Use `open-network-stream'
26065         instead of `gnus-xmas-open-network-stream'.
26066
26067         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26068
26069         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26070
26071 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26072
26073         * gnus-art.el (gnus-mime-display-alternative)
26074         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26075         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26076         Don't use gnus-local-map-property.
26077
26078         * gnus-util.el (gnus-local-map-property): Remove.
26079
26080         * mm-view.el (mm-view-pkcs7-decrypt):
26081         Replace gnus-completing-read-maybe-default with completing-read.
26082
26083         * gnus-util.el (gnus-completing-read): do.
26084         (gnus-completing-read-maybe-default): Remove.
26085
26086 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26087
26088         * password.el: Only autoload `run-at-time' if not XEmacs.
26089         Only autoload the itimer functions if XEmacs.
26090
26091 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26092
26093         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26094         XEmacsen.
26095
26096         * dgnushack.el: Autoload executable-find for XEmacs.
26097
26098 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26099
26100         * gnus-art.el (gnus-read-string): Remove.
26101         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26102         read-string.
26103
26104 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26105
26106         * netrc.el: Autoload password-read.
26107         (netrc): Add configuration group.
26108         (netrc-encoding-method, netrc-openssl-path):
26109         Add variables for encoding and decoding of files with symmetric
26110         ciphers.
26111         (netrc-encode): Add assistant function to encode a file with
26112         netrc-encoding-method.
26113         (netrc-parse): Add interactive parameter, added optional
26114         decoding if netrc-encoding-method is non-nil but otherwise
26115         behavior is standard.
26116         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26117         Do s/encode/encrypt/ everywhere.
26118
26119         * spam.el: Remove executable-find autoload.
26120
26121 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26122
26123         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26124
26125         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26126
26127 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26128
26129         * gnus-art.el (gnus-treat-ansi-sequences)
26130         (article-treat-ansi-sequences): New variable and function.
26131         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26132
26133         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26134         Use it.
26135
26136 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26137
26138         * mm-util.el (mm-quote-arg): Remove.
26139
26140         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26141         shell-quote-argument.
26142
26143         * gnus-uu.el (gnus-uu-command): do.
26144
26145         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26146
26147         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26148         with make-char.
26149
26150         * mm-util.el (mm-make-char): Remove.
26151
26152         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26153         add-minor-mode.
26154
26155         * gnus-undo.el (gnus-undo-mode): do.
26156
26157         * gnus-topic.el (gnus-topic-mode): do.
26158
26159         * gnus-sum.el (gnus-dead-summary-mode): do.
26160
26161         * gnus-start.el (gnus-slave-mode): do.
26162
26163         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26164
26165         * gnus-ml.el (gnus-mailing-list-mode): do.
26166
26167         * gnus-gl.el (gnus-grouplens-mode): do.
26168
26169         * gnus-draft.el (gnus-draft-mode): do.
26170
26171         * gnus-dired.el (gnus-dired-mode): do.
26172
26173         * gnus-ems.el (gnus-add-minor-mode): Remove.
26174
26175         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26176         Replace gnus-char-width with char-width.
26177
26178         * gnus-ems.el (gnus-char-width): Remove.
26179
26180         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26181         Replace gnus-char-width with char-width.
26182
26183         * gnus-ems.el (gnus-char-width): Remove.
26184
26185         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26186         definition.
26187         Remove Emacs 20 hash table compatibility code.
26188
26189         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26190         20 compatibility code.
26191
26192         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26193
26194         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26195
26196         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26197         Replace with point-at-{eol,bol}.
26198
26199         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26200
26201         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26202
26203         * flow-fill.el (fill-flowed-point-at-bol)
26204         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26205
26206         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26207         Replace with point-at-{eol,bol} throughout all files.
26208
26209 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26210
26211         * ntlm.el (ntlm-string-as-unibyte): New macro.
26212         (ntlm-build-auth-response): Use it.
26213
26214         Remove Emacs 20 stuff:
26215         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26216         (butlast, mapc, remove): Remove the compiler macros.
26217         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26218         of delq and copy-sequence.
26219         * gnus-art.el (popup-menu): Remove the compiler macro.
26220         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26221         Emacs 20.
26222
26223 2004-01-05  Simon Josefsson  <jas@extundo.com>
26224
26225         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26226         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26227         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26228         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26229         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26230         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26231         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26232         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26233         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26234         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26235         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26236         string-xor into ntlm-string-xor.
26237         Suggested by Jesper Harder <harder@myrealbox.com>.
26238
26239         * ntlm.el: Don't include poem.
26240
26241         * md4.el (print-int32, print-string-hexa): Remove.
26242         Suggested by Jesper Harder <harder@myrealbox.com>.
26243
26244         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26245
26246         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26247         probably breaks emacs with DL patch, but do we care? Is anyone
26248         still using the DL stuff?)
26249
26250         * sieve-manage.el: Use the password package.
26251         (sieve-manage-read-passwd): Remove.
26252         (sieve-manage-interactive-login): Use password.  Re-add
26253         condition-case around loop.
26254
26255         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26256         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26257         Use the password package.
26258
26259 2003-02-19  Simon Josefsson  <jas@extundo.com>
26260
26261         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26262         token.
26263
26264 2002-08-07  Simon Josefsson  <jas@extundo.com>
26265
26266         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26267         (sieve-manage-authenticators):
26268         (sieve-manage-authenticator-alist): Add some SASL mechs.
26269         (sieve-sasl-auth): New function.
26270         (sieve-manage-cram-md5-auth):
26271         (sieve-manage-plain-auth): Rewrite using SASL library.
26272         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26273         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26274         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26275         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26276
26277 2004-01-05  Simon Josefsson  <jas@extundo.com>
26278
26279         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26280         New files.
26281
26282 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26283
26284         * gnus-group.el (gnus-no-groups-message): Update.
26285
26286         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26287
26288 2003-11-09  Simon Josefsson  <jas@extundo.com>
26289
26290         * imap.el: Support for ID IMAP extension (RFC 2971).
26291         (imap-local-variables): Add imap-id.
26292         (imap-id): New variable.
26293         (imap-id): New function.
26294         (imap-parse-response): Parse untagged ID response.
26295         * nnimap.el (nnimap-id): New variable.
26296         (nnimap-open-connection): Use it.
26297
26298 2003-12-28  Simon Josefsson  <jas@extundo.com>
26299
26300         * gnus-score.el (gnus-score-edit-all-score): New.
26301         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26302
26303 2004-01-04  Simon Josefsson  <jas@extundo.com>
26304
26305         * password.el: Add.
26306
26307 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26308
26309         * dns.el (dns-query-types): Fix typo.
26310         (dns-query-types): New function.
26311         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26312         PTR and SOA replies, see RFC 1035.
26313
26314 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26315
26316         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26317
26318         * Move to Changelog.2.
26319
26320 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26321
26322         * gnus.el (gnus-version-number): Bump version.
26323
26324 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26325
26326         * gnus.el: No Gnus v0.1 is released.
26327
26328 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26329
26330         * gnus.el: No Gnus v0.0 is released.
26331
26332 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26333
26334         * gnus.el (gnus-version-number): Bump.
26335         (gnus-version): No.
26336
26337 See ChangeLog.2 for earlier changes.
26338
26339   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26340
26341   This file is part of GNU Emacs.
26342
26343   GNU Emacs is free software: you can redistribute it and/or modify
26344   it under the terms of the GNU General Public License as published by
26345   the Free Software Foundation, either version 3 of the License, or
26346   (at your option) any later version.
26347
26348   GNU Emacs is distributed in the hope that it will be useful,
26349   but WITHOUT ANY WARRANTY; without even the implied warranty of
26350   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26351   GNU General Public License for more details.
26352
26353   You should have received a copy of the GNU General Public License
26354   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26355
26356 ;; Local Variables:
26357 ;; coding: utf-8
26358 ;; fill-column: 79
26359 ;; add-log-time-zone-rule: t
26360 ;; End: