* eww.el (eww-tag-textarea): Support <textarea>.
[gnus] / lisp / ChangeLog
1 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * eww.el (eww-tag-textarea): Support <textarea>.
4
5 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6
7         * shr.el (shr-dom-to-xml): Fixed function call.
8
9         * eww.el (eww): New group.
10         (eww-header-line-format): New custom variable.
11         (eww-current-title): New variable.
12         (eww-display-html): Update header and handle title tag.
13         (eww-update-header-line-format): New function.
14         (eww-tag-title): New function.
15
16         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
17         (shr-tag-svg): Add support for the SVG tag.
18         (shr-bullet): New custom variable.
19         (shr-tag-li): Support custom bullet in unordered lists.
20
21 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * shr.el (shr-expand-url): Respect // URLs.
24
25         * eww.el (eww-tag-body): Override the shr body rendering so that we can
26         put a background colour onto the entire buffer.
27         (eww-render): When being redirected, use the redirect URL as the new
28         base URL.
29
30         * shr.el (shr-parse-base): Fix parsing error.
31
32         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
33
34         * shr.el (shr-parse-base): New function.
35         (shr-expand-url): Use it to expand relative URLs reliably.
36
37 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
38
39         * auth-source.el (auth-source-search-collection): Fix docstring.
40         (auth-source-netrc-parse): Refactor and improve netrc parser to support
41         single-quoted strings and multiline entries.
42         (auth-source-netrc-parse-next-interesting)
43         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
44         functions to support parser.
45
46 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * eww.el (eww-submit): Get submit button logic right when hitting RET
49         on non-submit buttons.
50
51         * shr.el: Remove shr-preliminary-table-render, since that can't really
52         be used for anything in practice.
53
54 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
55
56         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
57         (sieve-manage-quit).
58
59 2013-06-14  Glenn Morris  <rgm@gnu.org>
60
61         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
62
63 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
64
65         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
66         control the maximum size of photo ID image.
67         (mml2015-epg-key-image-to-string): Respect it.
68
69 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
72         instead of the final one so that we can more easily distinguish them.
73
74         * eww.el (eww-submit): Compute the submission URL correctly.
75
76 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
77
78         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
79         Use plist-get rather than CL's getf.
80         (sieve-manage-parse-capability): Avoid CL's remove-if.
81
82 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
83
84         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
85         (sieve-manage-quit).
86
87 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * shr.el (shr-expand-url): Expansion should chop off the bits after the
90         last slash.
91
92         * eww.el (eww-tag-select): Use the first value as the default value.
93
94 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
95
96         * eww.el (eww): Prepend urls with http:// if scheme is missing.
97         (eww-mode): Use `define-derived-mode'.
98         (eww-parse-headers): Parse headers from beginning of buffer so that
99         file:// links work.
100
101 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
104
105 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
108         to handle them at all.
109
110 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
113         work, too.
114         (eww-tag-select): Implement <select>.
115
116 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
117
118         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
119         stream managing functions by using open-protocol-stream to do most of
120         the work. Has the nice benefit of enabling STARTTLS.
121         Wait for capabilities after STARTTLS: following RFC5804, the server
122         sends new capabilities after successfully establishing a TLS connection
123         with the client. The client should update the cached list of
124         capabilities, but we just ignore the answer for now.
125         (sieve-manage-network-p, sieve-manage-network-open)
126         (sieve-manage-starttls-p, sieve-manage-starttls-open)
127         (sieve-manage-forward, sieve-manage-streams)
128         (sieve-manage-stream-alist): Remove unneeded functions neither in the
129         API, nor called by any other function.
130         Enable Multibyte for SieveManage buffers: The parser won't properly
131         handle umlauts and line endings unless multibyte is turned on in the
132         process buffer.
133
134 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * eww.el (eww-tag-input): Support password fields.
137         (eww-submit): Support POST.
138
139 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * eww.el (eww-tag-form): Protect against degenerate forms.
142
143         * shr.el (shr-expand-url): Expand URLs that start with a slash
144         correctly.
145
146         * eww.el (eww-submit): Get submit button logic right.
147
148         * shr.el (shr-final-table-render): New variable to signal when we're
149         doing the final table rendering so that we can collect more data at
150         that point.
151
152         * eww.el (eww-submit): Make form submission work.
153         (eww-tag-input): Implement submit buttons.
154         (eww-click-radio): Implement radio and checkboxes.
155         (eww-submit): Handle hidden elements.
156
157         * shr.el (shr-descend): Allow other packages to override (or provide)
158         rendering of elements.
159         (shr-expand-url): Strip query strings from URLs before expanding them.
160
161         * eww.el: Don't require cl-lib.
162         (eww-tag-form): Start form support.
163
164         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
165
166         * eww.el: Start writing a new, tiny web browser.
167         (eww-previous-url): New command.
168         (eww-quit): New command.
169
170 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
171
172         * sieve.el: Put point at beginning of buffer when viewing a script.
173         (sieve-open-server): respect the PORT parameter. Show the correct port
174         number in sieve-buffer's header. Fixed code to also work with a string
175         as port specifier. Properly close the connection on pressing 'q'. Make
176         sieve-manage-quit close the connection and process buffer. Also, remove
177         duplicate keybinding for 'q'.
178
179 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
180
181         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
182         make it easier to read.
183         (mm-pkcs7-enveloped-magic): Ditto.
184
185 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
186
187         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
188         before `image-type-available-p' to avoid loading the image libraries
189         needlessly.
190
191 2013-06-05  David Engster  <deng@randomsample.de>
192
193         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
194         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
195         to see whether the group was synced before.
196
197 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
200         when opening the connection.
201         Suggested by João Távora <joaotavora@gmail.com> in
202         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
203
204 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
207         assume Date header begins with "Date", that may be customized into
208         something like "X-Sent" using gnus-article-time-format.
209         (article-transform-date): Allow multi-line Date header.
210
211 2013-06-02  David Engster  <deng@randomsample.de>
212
213         * registry.el (initialize-instance, registry-lookup)
214         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
215         (registry-lookup-secondary-value, registry-search, registry-delete)
216         (registry-insert, registry-reindex, registry-size, registry-prune): Do
217         not wrap methods in `eval-and-compile'.  This breaks due to latest
218         changes in EIEIO (introduction of eieio-core.el).
219
220 2013-05-30  Glenn Morris  <rgm@gnu.org>
221
222         * nnmail.el (nnmail-fancy-expiry-target):
223         Also bind mail-dont-reply-to-names.
224
225         * spam-stat.el (spam-stat-save):
226         No need to tweak font-lock in temp buffers.
227
228         * shr.el (shr-put-image): Silence compiler.
229
230 2013-05-29  Glenn Morris  <rgm@gnu.org>
231
232         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
233
234         * gnus-group.el (gnus-sequence-of-unread-articles)
235         (gnus-summary-add-mark, gnus-mark-article-as-read)
236         (gnus-group-make-articles-read): Declare.
237
238         * gnus-sum.el (gnus-parameter-list-identifier)
239         (gnus-article-stop-animations, gnus-stop-downloads)
240         (gnus-article-only-boring-p, article-goto-body)
241         (gnus-flush-original-article-buffer, article-narrow-to-head)
242         (gnus-article-hidden-text-p, gnus-delete-wash-type)
243         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
244
245         * gnus.el: No need to eval-and-compile autoloads.
246
247         * gravatar.el (help-function-arglist): Autoload.
248
249         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
250
251         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
252
253         * spam.el: No need to load spam-report when compiling.
254         No need to eval-and-compile autoloads.
255         (spam-report-resend-to): Declare.
256         (spam-report-resend-register-routine): Require 'spam-report.
257
258 2013-05-24  Julien Danjou  <julien@danjou.info>
259
260         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
261         setup.
262
263 2013-05-23  Glenn Morris  <rgm@gnu.org>
264
265         * gnus-util.el (rmail-swap-buffers-maybe)
266         (rmail-maybe-set-message-counters, rmail-count-new-messages)
267         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
268         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
269
270         * mm-decode.el: No need to load term when compiling.
271         (term-mode, term-char-mode): Declare.
272
273         * mm-util.el: No need to load jka-compr when compiling.
274         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
275
276         * nnmaildir.el: Require is automatically eval-and-compile.
277         (nnmail): Require at run-time too.
278
279         * registry.el (registry-size): Move definition before use.
280
281 2013-05-22  Daiki Ueno  <ueno@gnu.org>
282
283         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
284         signed data to conform the standard.  (Bug#14232)
285
286 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
287
288         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
289         double angle quotation mark.
290
291 2013-05-20  Glenn Morris  <rgm@gnu.org>
292
293         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
294
295 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
296
297         * message.el (message-insert-formatted-citation-line): handle finding
298         first/lastname when more than 2 names appear.
299
300 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
301
302         * shr.el (shr-tag-span): New function.
303
304 2013-05-18  Glenn Morris  <rgm@gnu.org>
305
306         * message.el (message-mode): Use message-mode-abbrev-table,
307         with text-mode-abbrev-table as parent.  (Bug#14413)
308
309 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * message.el (message-expand-group): Decode group names.
312
313 2013-05-16  Julien Danjou  <julien@danjou.info>
314
315         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
316         app-icon.
317
318 2013-05-15  Glenn Morris  <rgm@gnu.org>
319
320         * shr-color.el (shr-color-visible-luminance-min)
321         (shr-color-visible-distance-min): Use shr-color group.
322
323 2013-05-11  Glenn Morris  <rgm@gnu.org>
324
325         * gnus-vm.el: Make it loadable without VM.
326         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
327         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
328
329 2013-05-09  Glenn Morris  <rgm@gnu.org>
330
331         * mml1991.el: Make it loadable.  (Bug#13456)
332
333         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
334         * gnus-async.el (gnus-async-post-fetch-function):
335         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
336         * gnus-html.el (gnus-html-image-cache-ttl):
337         * gnus-notifications.el (gnus-notifications-timeout):
338         * gnus-picon.el (gnus-picon-properties):
339         * gnus-util.el (gnus-completion-styles):
340         * gnus.el (gnus-other-frame-resume-function):
341         * message.el (message-user-organization-file)
342         (message-cite-reply-position):
343         * nnir.el (nnir-summary-line-format)
344         (nnir-retrieve-headers-override-function):
345         * shr-color.el (shr-color-visible-luminance-min):
346         * shr.el (shr-blocked-images):
347         * spam-report.el (spam-report-resend-to):
348         * spam.el (spam-summary-exit-behavior): Fix custom types.
349
350         * gnus-salt.el (gnus-selected-tree-face): Fix default.
351
352 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
355         because of let-binding help-xref-following.  (Bug#14356)
356
357 2013-05-06  Glenn Morris  <rgm@gnu.org>
358
359         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
360
361 2013-05-04  Andrew Cohen  <cohen@bu.edu>
362
363         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
364         entering into the registry.
365
366 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
367
368         * gnus.el: Ma Gnus v0.7 is released.
369
370 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
373         (Bug#14304)
374
375 2013-04-27  Glenn Morris  <rgm@gnu.org>
376
377         * gnus.el (gnus-list-debbugs):
378         Use require rather than autoload.  (Bug#14262)
379
380 2013-04-27  Julien Danjou  <julien@danjou.info>
381
382         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
383         port to "sieve" now that it has an official IANA port assigned.
384
385 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
388         Don't set the MAILHOST environment variable permanently (Bug#14271).
389
390 2013-04-26  Glenn Morris  <rgm@gnu.org>
391
392         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
393
394 2013-04-25  Andrew Cohen  <cohen@bu.edu>
395
396         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
397         string values of 'gcc-self. Thanks to Saroj Thirumalai.
398
399 2013-04-24  Andrew Cohen  <cohen@bu.edu>
400
401         * nnir.el (nnir-close-group): Make sure we are in the right group.
402
403         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
404         dependency table from all newly retrieved headers.
405
406 2013-04-16  David Edmondson  <dme@dme.org>
407
408         Support <img src="data:...">.
409
410         * shr.el (shr-image-from-data): New function.
411         (shr-tag-img): Use it.
412
413 2013-04-14  Andrew Cohen  <cohen@bu.edu>
414
415         * nnir.el (nnir-request-set-mark): Make sure we are in the right
416         group.
417
418 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
421         corresponding to any existing group (Bug#14166).
422
423 2013-04-10  Andrew Cohen  <cohen@bu.edu>
424
425         * nnir.el (number-sequence): No longer used.
426         (nnir-request-set-mark): New function.
427         (nnir-request-update-info): Improve marks updating.
428         (nnir-request-scan): Don't duplicate marks updating.
429         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
430         Use 'assq rather than 'assoc. Quote anonymous function.
431         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
432         Use 'gnus-group-prefixed-p.
433         (gnus-summary-create-nnir-group): Make sure server for method is open.
434
435 2013-04-04  Andrew Cohen  <cohen@bu.edu>
436
437         * nnir.el (gnus-nnir-group-p): New function.
438         (nnir-possibly-change-group): Use it.
439
440         * gnus-msg.el (gnus-setup-message): Use it.
441
442 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * mml.el (mml-minibuffer-read-description): Use `default' insted of
445         `initial-input' for the argument name.
446         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
447
448 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
449
450         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
451         (used by MH-E).
452
453 2013-04-01  Andrew Cohen  <cohen@bu.edu>
454
455         * nnir.el (nnir-request-update-mark): Improve mark updating in original
456         group.
457
458         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
459         fix compilation.
460
461 2013-03-31  Andrew Cohen  <cohen@bu.edu>
462
463         * nnir.el (nnir-method-default-engines): And another typo.
464
465 2013-03-30  Andrew Cohen  <cohen@bu.edu>
466
467         * nnir.el (nnir-method-default-engines): Fix typo.
468
469 2013-03-29  Andrew Cohen  <cohen@bu.edu>
470
471         * nnir.el: Define 'number-sequence for xemacs.
472         (gnus-summary-create-nnir-group): New function to create an nnir group
473         from an nnir summary buffer based on the current query.
474         (nnir-request-create-group): Update to allow nnir group creation based
475         on the current query.
476
477 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * nndraft.el (nndraft-request-expire-articles):
480         Make expiry target always `delete'.
481
482 2013-03-27  Andrew Cohen  <cohen@bu.edu>
483
484         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
485         buffer use the posting-style and gcc of the original article group.
486         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
487
488         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
489         after other deffoos.
490
491 2013-03-25  Andrew Cohen  <cohen@bu.edu>
492
493         * nnir.el: Major rewrite. Cleaner separation between searches and group
494         management. Marks are now shown in nnir summary buffers. Rudimentary
495         support for real (i.e. not ephemeral) nnir groups.
496         (gnus-summary-make-nnir-group): New function for initiating searches
497         from a summary buffer.
498
499 2013-03-18  Sam Steingold  <sds@gnu.org>
500
501         * message.el (message-bury): Minor cleanup.
502
503 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
504
505         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
506
507 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * nndir.el (nndir-request-list): Remove 2nd argument passed to
510         nnml-request-list.  (Bug#13873)
511         (nndir-request-newsgroups): Remove, unused.
512
513         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
514
515 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
516
517         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
518         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
519         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
520
521 2013-03-03  Ted Phelps  <phelps@gnusto.com>
522
523         * shr.el: Make all the overlays set the `evaporate' property so that
524         they're removed properly.
525
526 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
527
528         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
529         shell-quote-argument.
530
531 2013-02-22  David Engster  <deng@randomsample.de>
532
533         * gnus-registry.el (gnus-registry-save): Provide class name when
534         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
535         `condition-case' to stay compatible with older EIEIO versions which
536         only accept one argument.
537
538 2013-02-17  Daiki Ueno  <ueno@gnu.org>
539
540         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
541         (epg-user-id-validity): Autoload.
542         (mml2015-epg-check-user-id): New function.
543         (mml2015-epg-check-sub-key): New function split from
544         mml2015-epg-find-usable-key.
545         (mml2015-epg-find-usable-key): Accept context, name, usage, and
546         optional name-is-key-id, to handle the case when user-id is unusable.
547         Reported by Łukasz Stelmach <stlman@poczta.fm>.
548
549 2013-02-17  Glenn Morris  <rgm@gnu.org>
550
551         * shr.el (shr-put-image): Use image-multi-frame-p if available.
552
553 2013-02-16  Glenn Morris  <rgm@gnu.org>
554
555         * shr.el (shr-put-image): Only animate images that specify a delay.
556         This is consistent with the old image-animated-p behavior.
557
558 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
561         for XEmacs.
562
563 2013-02-13  Juri Linkov  <juri@jurta.org>
564
565         * gnus-art.el (gnus-article-mode-map):
566         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
567         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
568
569 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
570
571         * auth-source.el (auth-source-format-prompt): Don't get confused by
572         any "\" in replacement text.  (Bug#13637)
573
574 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
575
576         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
577         (gnus-backend-trace): Honour gnus-backend-trace.
578
579         * mml.el (mml-insert-part): Insert closing tag.
580
581         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
582
583 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
586         able to find the article, which can happen in debbugs groups,
587         apparently.
588
589 2013-01-16  Glenn Morris  <rgm@gnu.org>
590
591         * smiley.el (smiley-style): Make the file loadable in batch mode.
592
593 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
594
595         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
596         imap process running.
597
598 2013-01-14  Julien Danjou  <julien@danjou.info>
599
600         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
601         Compare addresses against addresses, not against the full From field.
602
603 2013-01-13  Richard Stallman  <rms@gnu.org>
604
605         * message.el (message-forward-make-body-mime): New args BEG, END
606         specify what part of FORWARD-BUFFER to use.  Do the work directly
607         instead of calling `mml-insert-buffer'.
608
609 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
610
611         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
612         cross-reference(s).
613
614         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
615         cross-reference(s).
616
617 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
618
619         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
620         and point-max-marker.
621         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
622
623 2013-01-11  Julien Danjou  <julien@danjou.info>
624
625         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
626         max are almost equal. Also return the correct value for V which is
627         already between 0 and 1.
628
629 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
630
631         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
632         to mml2015-encrypt-to-self.
633         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
634
635 2013-01-09  Daiki Ueno  <ueno@gnu.org>
636
637         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
638         mml-smime-epg-find-usable-secret-key.
639
640 2013-01-08  Glenn Morris  <rgm@gnu.org>
641
642         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
643
644 2013-01-07  Daiki Ueno  <ueno@gnu.org>
645
646         * mml-smime.el: Support signing by sender.
647         Requested by Uwe Brauer.
648         (mml-smime-sign-with-sender): New user option analogous
649         to mml2015-sign-with-sender.
650         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
651         (mml-smime-epg-find-usable-secret-key): New helper function copied from
652         mml2015.el.
653
654 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
657         isn't running, because Gnus will probably not know how to handle the
658         Gcc header (bug#11941).
659
660         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
661         articles.
662
663 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * nnfolder.el (nnfolder-recursive-directory-files): New function.
666         (nnfolder-generate-active-file): Make this function work with recursive
667         folder names.
668
669 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
670
671         * nntp.el (nntp-open-connection): Use HELP as the capability command
672         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
673         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
674
675 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
676
677         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
678         place holder since this gives `Invalid face reference: nil' messages.
679         Use the `default' face instead.  It has the same effect here, even
680         though it is not no-op.
681
682         * gnus-util.el
683         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
684
685 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
688         non-string posting styles (bug#13285).
689
690 2012-12-27  Glenn Morris  <rgm@gnu.org>
691
692         * plstore.el (plstore-passphrase-callback-function):
693         Use plstore-get-file.
694
695 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
696
697         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
698         stderr.
699
700 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
703
704         * gnus-compat.el (set-buffer-multibyte): Remove.
705
706 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
707
708         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
709         temporary file to get PGP key image. Pass no-show-photos when extracting
710         image to avoid having it pop up twice.
711
712 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
715         eligible for treatment.
716
717         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
718         lines.  This makes summary commands with hidden threads work more
719         reliably.
720
721         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
722         button to mark the hidden citations (bug#9395).
723
724 2012-12-26  Daiki Ueno  <ueno@gnu.org>
725
726         * mml2015.el (mml2015-epg-signature-to-string): New function.
727         (mml2015-epg-verify-result-to-string): New function.
728         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
729         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
730         instead of epg-verify-result-to-string.
731         (epg-signature-key-id, epg-signature-to-string): Autoload.
732         (epg-verify-result-to-string): Remove autoload.
733
734 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
735
736         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
737         ID image from GPG public key.
738         (mml2015-epg-key-image-to-string): New function.
739
740 2012-12-25  Leo Liu  <sdl.web@gmail.com>
741
742         * plstore.el (plstore-passphrase-callback-function): Fix error when
743         error when plstore-cache-passphrase-for-symmetric-encryption is set
744         (bug#13264).
745
746 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
749         buffer to the article buffer here, because that clobbers multiple
750         article buffers.
751
752         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
753         buffer always points to the right summary buffer.
754
755 2012-12-25  John Wiegley  <jwiegley@gmail.com>
756
757         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
758         the password (bug#12097).
759
760 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
761
762         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
763         (bug#13263).
764
765         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
766         buffer exists before using it (bug#12475).
767
768         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
769         offline groups (bug#11937).
770
771         * message.el (message-yank-original): When using customize to set the
772         value of `message-cite-style', the variable it set to a symbol that's
773         the name of the variable, which must then be dereferenced (bug#12616).
774
775 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
776
777         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
778         the `face' property with a list whose car is the face specified in the
779         format string and whose cdr is (nil).
780         * lisp/gnus-util.el
781         (gnus-put-text-property-excluding-characters-with-faces):
782         Change accordingly.
783         (gnus-get-text-property-excluding-characters-with-faces): New function.
784         * lisp/gnus-sum.el (gnus-summary-highlight-line):
785         * lisp/gnus-salt.el (gnus-tree-highlight-node):
786         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
787
788 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
789
790         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
791         login methods.
792         (nnimap-login): Respect the `nnimap-authenticator' variable.
793
794         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
795         mark state when moving articles.  Otherwise unticked articles will get
796         their ticks back after moving.
797
798 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
801
802         * message.el (message-ignored-news-headers): Always remove
803         X-Message-SMTP-Method to avoid information leakage if the user
804         mistakenly inserts the header into news messages.
805
806         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
807
808         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
809         right than four characters, this command would move point to
810         `point-max'.  Don't do that.
811
812         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
813         to nil to allow re-selecting groups that gain articles.
814         (gnus-bug-group-download-format-alist): Update the URL.
815
816 2012-12-23  Andreas Schwab  <schwab@suse.de>
817
818         * shr.el (shr-tag-em): Render em as italic, not bold.
819
820 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-int.el (gnus-backend-trace): Factor out into its own function
823         for reuse.
824         (gnus-open-server): Use it to add more tracing.
825         (gnus-finish-retrieve-group-infos): Add backend tracing.
826         (gnus-backend-trace): Also note the elapsed seconds.
827
828 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
829
830         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
831         Set epa-file-encrypt-to from variable to avoid querying.
832
833 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
834
835         * sieve-mode.el (sieve-font-lock-keywords):
836         Keywords should be word delimited.  (Bug#13173)
837
838 2012-12-13  Andreas Schwab  <schwab@suse.de>
839
840         * tls.el (tls-program): Update customize type.
841
842 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
845         instead of <pre> to align message header.
846
847 2012-12-12  Sam Steingold  <sds@gnu.org>
848
849         * gnus.el (gnus-other-frame-resume-function): Add user option.
850         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
851
852 2012-12-06  Sam Steingold  <sds@gnu.org>
853
854         * gnus-start.el (gnus-before-resume-hook): Add.
855         (gnus-1): Run it when Gnus is alive.
856
857 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
860         * gnus-art.el (article-unsplit-urls)
861         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
862         * gnus-registry.el (gnus-registry-get-article-marks)
863         * message.el (message-goto-body): Use it.
864         (message-called-interactively-p): Remove.
865
866         * spam-stat.el (spam-stat-called-interactively-p): New macro.
867         (spam-stat-score-buffer): Use it.
868
869         * spam.el: Silence the warnings against BBDB functions when compiling.
870
871         * gnus-score.el (gnus-score-decode-text-parts):
872         Use append+mapcar instead of the cl function mapcan.
873
874 2012-12-05  Sam Steingold  <sds@gnu.org>
875
876         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
877         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
878         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
879
880 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * gmm-utils.el (gmm-called-interactively-p): Revert.
883         This seems to cause Emacs to get stuck!
884         * gnus-art.el (article-unsplit-urls)
885         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
886         * gnus-registry.el (gnus-registry-get-article-marks)
887         * message.el (message-goto-body)
888         (message-called-interactively-p): Revert.
889
890         * gmm-utils.el (gmm-called-interactively-p): New function.
891         * gnus-art.el (article-unsplit-urls)
892         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
893         * gnus-registry.el (gnus-registry-get-article-marks)
894         * message.el (message-goto-body): Use it.
895         (message-called-interactively-p): Remove.
896
897         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
898         * gnus-sync.el (gnus-sync-lesync-call)
899         * message.el (message-read-from-minibuffer): Use it.
900
901 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gmm-utils.el (gmm-flet): Remove.
904         * gnus-sync.el (gnus-sync-lesync-call)
905         * message.el (message-read-from-minibuffer): Don't use it.
906
907 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * gmm-utils.el (gmm-labels): Use cl-labels if available.
910
911 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
914
915         * gnus-sync.el (gnus-sync-lesync-call)
916         * message.el (message-read-from-minibuffer): Use gmm-flet.
917
918         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
919
920         * gnus-util.el (gnus-macroexpand-all): Remove.
921
922 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
923
924         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
925         to TAB, not [tab].
926         (gnus-summary-article-map): Likewise.
927
928         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
929         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
930
931 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
932
933         * time-date.el: Commentary fix.
934
935 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
936
937         * color.el: Don't require cl.
938         (color-complement): `caddr' -> `nth 2'.
939
940         * time-date.el (time-to-seconds): De-obsolete.
941
942 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * message.el (message-get-reply-headers):
945         Make sure the reply goes to the author if it is a wide reply.
946
947 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
948
949         * gnus-score.el (gnus-score-body):
950         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
951         scoring by body.
952
953 2012-11-16  Glenn Morris  <rgm@gnu.org>
954
955         * gnus-diary.el (nndiary-request-create-group-functions)
956         (nndiary-request-update-info-functions)
957         (gnus-subscribe-newsgroup-functions)
958         (nndiary-request-accept-article-functions):
959         Use new names for hooks rather than obsolete aliases.
960
961 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * dgnushack.el (define-obsolete-variable-alias): Simplify.
964
965 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
968         in meta tag with the one the part specifies in its header.
969
970 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
971
972         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
973         by default.
974
975 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
978         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
979
980 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
983         and a runtime function for it, of which the XEmacs version takes only
984         two arguments.
985
986 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
987
988         * nndiary.el (nndiary-request-create-group-functions)
989         (nndiary-request-update-info-functions)
990         (nndiary-request-accept-article-functions):
991         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
992         "-hooks" suffix.
993
994 2012-10-19  Julien Danjou  <julien@danjou.info>
995
996         * gnus-art.el: Require gnus-util because it uses
997         `gnus-timer--function'.
998
999 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1000
1001         * starttls.el (starttls-extra-arguments): Doc fix.
1002
1003 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1006         it.
1007
1008 2012-10-06  Glenn Morris  <rgm@gnu.org>
1009
1010         * gnus-notifications.el (gnus-notifications):
1011         Add missing group :version tag.
1012         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1013         (gnus-gcc-post-body-encode-hook):
1014         * gnus-sync.el (gnus-sync-lesync-name)
1015         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1016
1017 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1018
1019         * color.el (color-hsl-to-rgb): Fix incorrect results for
1020         small and large hue values.  (Bug#12559)
1021
1022 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         New UIDL implementation.
1025
1026         * mail-source.el (mail-sources, mail-source-keyword-map):
1027         Add :leave as a pop3 keyword.
1028         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1029
1030         * pop3.el (pop3-leave-mail-on-server): Allow number.
1031         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1032         (pop3-movemail): Add UIDL support.
1033         (pop3-send-streaming-command): Take a list of mail numbers instead of
1034         the number of mails.
1035         (pop3-write-to-file): Add X-UIDL header.
1036         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1037         (pop3-uidl-add-xheader): New functions.
1038
1039         * message.el (message-ignored-resent-headers):
1040         Add X-Content-Length and X-UIDL headers.
1041
1042 2012-10-05  Glenn Morris  <rgm@gnu.org>
1043
1044         * color.el (color-name-to-rgb, color-rgb-to-hex)
1045         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1046         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1047         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1048         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1049
1050 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1053         a user about whether to delete temp files if once a user answered as n.
1054
1055 2012-09-25  Chong Yidong  <cyd@gnu.org>
1056
1057         * password-cache.el (password-read-and-add): Use a declare form to mark
1058         this function obsolete.
1059
1060 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * lpath.el: Bind mail-encode-mml for old Emacsen.
1063
1064 2012-09-17  Richard Stallman  <rms@gnu.org>
1065
1066         * message.el (message-in-body-p): Don't set mark or modify buffer.
1067
1068         * mml.el (mml-attach-file): Doc fix.
1069         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1070         Set mail-encode-mml when in Mail mode.
1071         Simplify code to set HEAD and move back to HEAD.
1072         (mml-insert-multipart, mml-insert-part):
1073         Set mail-encode-mml when in Mail mode.
1074
1075 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-util.el (gnus-timer--function): New function.
1078
1079         * gnus-art.el (gnus-article-stop-animations): Use it.
1080
1081 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1082
1083         Fix glitches caused by addition of psec to timers.
1084         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1085         rather than raw access to timer vector.
1086
1087 2012-09-11  Julien Danjou  <julien@danjou.info>
1088
1089         * gnus-notifications.el (gnus-notifications): Check for nil values in
1090         ignored addresses check.
1091
1092 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1093
1094         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1095
1096 2012-09-07  Chong Yidong  <cyd@gnu.org>
1097
1098         * gnus-util.el
1099         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1100
1101         * gnus-salt.el (gnus-tree-highlight-node):
1102         * gnus-sum.el (gnus-summary-highlight-line):
1103         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1104
1105 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1106
1107         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1108
1109 2012-09-06  Juri Linkov  <juri@jurta.org>
1110
1111         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1112         scheme for buffer names to be more consistent with other group and
1113         article buffer names in Gnus.
1114
1115 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-util.el
1118         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1119
1120         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1121         Jenkner.
1122
1123         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1124
1125         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1126
1127         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1128
1129 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1132         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1133
1134         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1135         string-prefix-p in Emacs >=23.2.
1136
1137         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1138         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1139         instead of string-match-p.
1140         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1141
1142 2012-09-06  Kenichi Handa  <handa@gnu.org>
1143
1144         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1145         lowercase a..f.
1146
1147 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1148
1149         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1150
1151 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1152
1153         * nnimap.el (nnimap-request-move-article): Decode the group name when
1154         doing internal moves to avoid charset issues.
1155
1156         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1157         TIME is set.
1158
1159 2012-09-05  Juri Linkov  <juri@jurta.org>
1160
1161         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1162         than one group at a time (bug#11961).
1163
1164 2012-09-05  Julien Danjou  <julien@danjou.info>
1165
1166         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1167         this hide the real reason with a message giving absolutely no hint.
1168
1169 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1172         to the backend (bug#11804).
1173
1174         * message.el (message-insert-newsgroups): Don't insert newsgroup
1175         duplicates (bug#12275).
1176
1177 2012-09-05  John Wiegley  <johnw@newartisans.com>
1178
1179         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1180         sieve rules.
1181
1182 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1183
1184         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1185         function.
1186
1187         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1188
1189         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1190
1191 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1192
1193         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1194         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1195         This should make nnmaildir more usable with offlineimap.
1196
1197 2012-09-05  Julien Danjou  <julien@danjou.info>
1198
1199         * nnimap.el (nnimap-request-list): Revert change that made listing
1200         synchronous.
1201         (nnimap-get-responses): Restore.
1202
1203 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1204
1205         * dgnushack.el: XEmacs 21.5 compilation fix.
1206
1207         * gnus-notifications.el (gnus-notifications-notify): Use it.
1208
1209         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1210         warnings on XEmacs.
1211
1212 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1213
1214         Better seeds for (random).
1215         * gnus-sync.el (gnus-sync-lesync-setup):
1216         * message.el (message-canlock-generate, message-unique-id):
1217         Change (random t) to (random), now that the latter is more random.
1218
1219 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1220
1221         * nnimap.el (nnimap-change-group): Document result value
1222
1223         * auth-source.el (auth-sources): Fix macos keychain access.
1224
1225         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1226         allow the backend `request-head' function to determine the group
1227         name on its own.
1228         (gnus-request-expire-articles): Filter out negative article numbers
1229         during expiry (Bug#11980).
1230
1231         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1232         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1233
1234         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1235         you've found the article when you haven't.
1236
1237         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1238         that nnimap-change-group can return t.
1239
1240 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1241
1242         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1243
1244 2012-08-30  Julien Danjou  <julien@danjou.info>
1245
1246         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1247         `gnus-notifications-timeout'.
1248         (gnus-notifications-timeout): Add.
1249         (gnus-notifications-action): New function.
1250         (gnus-notifications-notify): Add :action using
1251         `gnus-notifications-action'.
1252         (gnus-notifications-id-to-msg): New variable.
1253         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1254         notifications id to messages.
1255
1256 2012-08-30  Kenichi Handa  <handa@gnu.org>
1257
1258         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1259         once.
1260
1261 2012-08-29  Julien Danjou  <julien@danjou.info>
1262
1263         * gnus-notifications.el: New file.
1264         (gnus-notifications-notify): New function.
1265         (gnus-notifications): Use `gnus-notifications-notify'.
1266
1267 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1270         transfer encoding first; bind gnus-newsgroup-charset to the charset
1271         that the article specifies (Bug#12209).
1272
1273 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1276         (gnus-group-customize-done): Encode values posting-style holds.
1277
1278         * gnus-msg.el (gnus-summary-resend-message)
1279         (gnus-configure-posting-styles): Decode values posting-style group
1280         parameter holds.
1281
1282 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1285         `name' and `address' in Resent-From header.
1286
1287 2012-08-14  Chong Yidong  <cyd@gnu.org>
1288
1289         * gnus-art.el (article-display-face): Handle failure in
1290         gnus-create-image (Bug#11802).
1291
1292 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1293
1294         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1295         Use defsetf.
1296
1297 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1298
1299         * auth-source.el: (auth-source-plstore-search)
1300         (auth-source-secrets-search): Ignore :require and :type in search spec.
1301
1302 2012-08-06  Julien Danjou  <julien@danjou.info>
1303
1304         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1305         `nnimap-request-move-article'.
1306
1307         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1308         Remove autoload, already handled by gnus.el.
1309
1310         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1311
1312         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1313         supported by nnimap actually. Reverts previous change.
1314
1315         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1316         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1317         to-buffer argument that is already supported.
1318
1319 2012-08-05  Julien Danjou  <julien@danjou.info>
1320
1321         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1322         Add autoload.
1323
1324 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus.el (gnus-valid-select-methods): Fix custom type.
1327
1328 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1329
1330         * auth-source.el (auth-sources, auth-source-backend-parse)
1331         (auth-source-macos-keychain-search)
1332         (auth-source-macos-keychain-search-items)
1333         (auth-source-macos-keychain-result-append)
1334         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1335         auth-source.el through the /usr/bin/security utility.
1336         (auth-sources): Fix syntax error.
1337         (auth-source-macos-keychain-result-append): Fix variable name.
1338         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1339
1340 2012-07-27  Julien Danjou  <julien@danjou.info>
1341
1342         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1343         Emacs < 24.1
1344
1345 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * message.el (message-kill-address): Don't kill last newline.
1348         (message-skip-to-next-address): Don't move to the next header.
1349         (message-fill-field-address): Work properly.
1350
1351 2012-07-25  Julien Danjou  <julien@danjou.info>
1352
1353         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1354
1355 2012-07-24  Julien Danjou  <julien@danjou.info>
1356
1357         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1358
1359         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1360         (nntp-async-timer-handler): Remove, unused.
1361
1362         * nnimap.el (nnimap-get-responses): Remove, unused.
1363
1364         * nnheader.el (mail-header-set-extra): Remove, unused.
1365
1366         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1367         unused.
1368
1369         * mm-view.el (mm-view-sound-file): Remove, unused.
1370
1371         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1372         (mm-url-encode-multipart-form-data): Remove, unused.
1373
1374         * message.el (message-remove-signature, message-make-host-name)
1375         (message-fill-address): Remove, unused.
1376
1377         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1378         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1379         unused.
1380
1381         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1382         (gnus-xmas-call-region): Remove, unused.
1383
1384         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1385
1386         * gnus-util.el (gnus-extract-address-component-name)
1387         (gnus-extract-address-component-email, gnus-sortable-date)
1388         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1389         (gnus-process-live-p): Remove, unused.
1390
1391         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1392
1393         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1394         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1395         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1396         function.
1397
1398         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1399
1400         * gnus-score.el (gnus-summary-score-crossposting)
1401         (gnus-score-regexp-bad-p): Remove, unused.
1402
1403         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1404
1405         * gnus-range.el (gnus-sublist-p): Remove, unused.
1406
1407         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1408         unused.
1409
1410         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1411
1412         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1413         (gnus-request-associate-buffer): Remove, unused.
1414
1415         * gnus-group.el (gnus-group-set-method-info)
1416         (gnus-group-set-params-info): Remove, unused.
1417
1418         * gnus-fun.el (gnus-shell-command-to-string)
1419         (gnus-shell-command-on-region): Remove, unused.
1420
1421         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1422
1423         * gnus-art.el (gnus-article-text-type-exists-p)
1424         (article-translate-characters, gnus-article-hide-text-of-type)
1425         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1426         Remove, unused.
1427
1428 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1429
1430         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1431
1432 2012-07-21  Julien Danjou  <julien@danjou.info>
1433
1434         * message.el (message-dont-reply-to-names): Replace deprecated
1435         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1436         (message-get-reply-headers): Ditto.
1437
1438 2012-07-18  Julien Danjou  <julien@danjou.info>
1439
1440         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1441         `sieve-upload-and-kill'.
1442
1443         * sieve.el (sieve-bury-buffer): Remove function.
1444         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1445         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1446
1447 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1448
1449         * shr.el (shr-expand-url): Handle URL starting with `//'.
1450
1451 2012-07-13  Chong Yidong  <cyd@gnu.org>
1452
1453         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1454         instead of calling toggle-read-only with a (bogus) argument.
1455
1456 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1457
1458         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1459         of initial input when reading the author to restrict the summary to.
1460
1461 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * mm-decode.el (mm-shr):
1464         Allow overriding charset by mm-charset-override-alist.
1465
1466 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-art.el (gnus-article-view-part):
1469         Toggle subparts of multipart/alternative part.
1470
1471 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1472
1473         * shr.el (shr-render-buffer): New command.
1474         (shr-visit-file): Use it.
1475
1476 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1479         Set no-byte-compile and no-update-autoloads.
1480
1481 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1484
1485 2012-06-25  Julien Danjou  <julien@danjou.info>
1486
1487         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1488         `nnimap-request-move-articles-find-limit' since we do not use it only
1489         for move operations.
1490         (nnimap-request-accept-article): Use
1491         `nnimap-request-articles-find-limit' to limit search by message-id.
1492
1493 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1494
1495         Support higher-resolution time stamps (Bug#9000).
1496
1497         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1498         VARLIST.  It's optional, for backward compatibility.
1499         (encode-time-value): New optional arg PICO.  New type 3.
1500         (time-to-seconds) [!float-time]: Support the new picoseconds
1501         component if it's used.
1502         (seconds-to-time, time-subtract, time-add):
1503         Support ps-resolution time stamps as well.
1504
1505 2012-06-19  Julien Danjou  <julien@danjou.info>
1506
1507         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1508
1509         * nnimap.el (nnimap-log-buffer): Check that
1510         `window-point-insertion-type' is boundp, since it's not available in
1511         XEmacs.
1512
1513 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1514
1515         * nnimap.el (nnimap-log-buffer): Add this, setting
1516         `window-point-insertion-type' in the buffer to t.
1517         (nnimap-log-command): Use nnimap-log-buffer.
1518
1519 2012-06-19  Julien Danjou  <julien@danjou.info>
1520
1521         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1522         argument to be able to limit the search.
1523         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1524         (nnimap-request-move-articles-find-limit): Add this to limit the search
1525         by Message-Id after a message move.
1526         (nnimap): Add defgroup.
1527
1528 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1529
1530         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1531
1532 2012-06-15  Julien Danjou  <julien@danjou.info>
1533
1534         * nnimap.el (nnimap-find-article-by-message-id): Use
1535         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1536         (nnimap-possibly-change-group): Add read-only argument.
1537         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1538         issuing EXAMINE manually.
1539         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1540         with read-only argument.
1541         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1542         cannot possibly change because we need to be sure that it's either
1543         read-write or read-only.
1544
1545 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1548         being bound to a lambda form.
1549
1550 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1551
1552         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1553         articles when fetch-old is non-nil (bug#11370).
1554
1555 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1556
1557         * gnus-picon.el (gnus-picon-properties): New defcustom.
1558         (gnus-picon-create-glyph): Use it.
1559
1560 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-group.el (gnus-group-get-new-news): Respect
1563         `gnus-group-use-permanent-levels', as documented (bug#11638).
1564
1565 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1566
1567         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1568         groups (bug#11641).
1569
1570 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1571
1572         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1573         is an integer to avoid later problems.
1574
1575 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1578         locales.
1579
1580         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1581         on a handle.
1582
1583         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1584         address as the default.
1585         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1586
1587         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1588         makes no sense to query the user about internal files.
1589
1590         * gnus-spec.el: Remove all the byte-compilation stuff, since
1591         benchmarking shows that it doesn't help when entering large summary
1592         buffers.
1593
1594         * gnus-xmas.el (gnus-xmas-define): Remove.
1595
1596         * gnus-util.el (gnus-byte-code): Remove.
1597
1598         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1599         grouplens stuff.
1600
1601 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1604         (bug#11514).
1605
1606 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1607
1608         * message.el (message-buffers): Return all buffers derived from Message
1609         to make `gnus-dired-attach' work with mu4e.
1610
1611 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1612
1613         * nntp.el: Stop the `letf' madness.
1614         (nntp--report-1): New var.
1615         (nntp-report): Merge nntp-report-1 into it.
1616         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1617         the nntp-report function.
1618
1619         * auth-source.el: Fix comment-style to follow the convention.
1620
1621 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1622
1623         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1624         (mm-dissect-singlepart): Don't guess the MIME type of
1625         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1626         set.
1627         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1628         toplevel MIME type is multipart/encrypted.
1629
1630 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1633         a string so that Gcc works (bug#11514).
1634
1635 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1636
1637         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1638         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1639
1640 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1641
1642         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1643         jumping to *Server* from a dedicated *Group* window.
1644         (gnus-configure-frame): CSE.
1645
1646         * gnus-registry.el: Minor style cleanup.
1647         (gnus-registry--set/remove-mark): New function, extracted from
1648         gnus-registry-install-shortcuts.
1649         (gnus-registry-install-shortcuts): Use it.
1650
1651 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * nnspool.el (news-path): Use eval-and-compile.
1654
1655 2012-05-24  Glenn Morris  <rgm@gnu.org>
1656
1657         * nnspool.el (news-directory, news-path, news-inews-program):
1658         Move here from paths.el.  Don't see a need for these to be autoloaded.
1659
1660         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1661         Merge in doc from paths.el version.  Don't see any need for this to be
1662         autoloaded, or for the warning about users not setting it.
1663
1664 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1665
1666         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1667         format.  In particular, add an optional argument and a docstring.
1668
1669         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1670
1671         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1672         current before calling `gnus-groups-to-gnus-format'.
1673         Note that this was already the case for `gnus-active-to-gnus-format'.
1674
1675 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1676
1677         Fix minor Y10k bug.
1678         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1679
1680 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1683         message once it's actually open.
1684
1685 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1686
1687         * gnus.el: Ma Gnus v0.5 is released.
1688
1689 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1690
1691         * auth-source.el (auth-source--aput-1, auth-source--aput)
1692         (auth-source--aget): New functions and macros.
1693         Use them instead of aput/aget.
1694
1695 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1696
1697         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1698
1699 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1700
1701         * plstore.el (plstore-called-interactively-p): New compat macro copied
1702         from message.el.
1703         (plstore-mode): Use it.
1704
1705 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1706
1707         * plstore.el: Revive the editing feature.
1708         (plstore-mode): New mode to edit plstore file.
1709         (plstore-mode-toggle-display, plstore-mode-original)
1710         (plstore-mode-decoded): New command.
1711         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1712         (plstore--insert-buffer, plstore--make): New function.
1713         (plstore-open, plstore-save): Simplify by using them.
1714
1715 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1718
1719 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1720
1721         * tls.el (open-tls-stream): Remove unused binding.
1722
1723 2012-04-16  Glenn Morris  <rgm@gnu.org>
1724
1725         * nndraft.el (nndraft-request-list): Fix declaration.
1726
1727 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * mm-decode.el (mm-dissect-buffer): Doc fix.
1730
1731         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1732         don't have a current group.
1733
1734         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1735         buffer if it doesn't exist.
1736
1737         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1738         given, mark the group as ephemeral with the current window conf.
1739
1740         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1741         buffer exists, which it doesn't if we haven't started Gnus.
1742         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1743
1744 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1747         type is.
1748
1749         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1750         `unexists' entries.
1751         (gnus-clean-old-newsrc): Fix last checkin.
1752
1753         * nnimap.el (nnimap-update-info): None of the articles below the active
1754         low-water mark exist.
1755
1756         * dgnushack.el: Get rid of XEmacs compilation warning.
1757
1758         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1759         would have gotten if we posted to the group, and use that to compare
1760         against the message we want to cancel (bug#10808).
1761
1762         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1763         on XEmacs.
1764
1765 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1766
1767         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1768         `scroll-margin'.
1769
1770 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1771
1772         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1773         citation prefix within a block of cited text should be considered part
1774         of that block *only* if it is a blank line.
1775
1776 2012-04-09  Chong Yidong  <cyd@gnu.org>
1777
1778         * binhex.el, hashcash.el, uudecode.el:
1779         Remove * characters from the front of variable docstrings.
1780
1781 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1784         before kinsoku-bol characters nor within kinsoku-eol characters.
1785
1786 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1789         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1790         (gnus-sync-read): Use mapc instead of mapcar.
1791
1792         * mm-archive.el: Require mm-decode for some macros.
1793         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1794         the byte compiler.
1795         (mm-archive-decoders): New function that returns the value of
1796         the mm-archive-decoders variable.
1797
1798         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1799         instead.
1800         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1801
1802         * nnimap.el (gnus-refer-thread-use-nnir):
1803         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1804
1805 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1808
1809 2012-03-12  Peter Münster  <pmrb@free.fr>
1810
1811         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1812         (gnus-demon-cancel): Ditto.
1813         (gnus-demon-run-callback): When function cannot be called due to low
1814         idleness, call it when idleness reaches the expected value, instead of
1815         waiting another timer period.
1816         (gnus-demon-init): Add `time' to arguments of call-back.
1817
1818 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1821
1822         * gnus.el: Register gnus-registry functions.
1823
1824         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1825         indent.
1826
1827         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1828         enabled before warping.
1829
1830 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1831
1832         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1833         registry about each article retrieved.
1834
1835         * gnus-int.el (gnus-select-group-with-message-id): New function.
1836         (gnus-try-warping-via-registry): Ditto.
1837         (gnus-warp-to-article): Fall back on the registry.
1838
1839 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1840
1841         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1842         inboxes.
1843
1844 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1847
1848 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1851         gnus-gcc-self-resent-messages may be a group parameter.
1852         (gnus-summary-resend-message): Don't encode encoded words in header
1853         when Gcc'ing resent message.
1854
1855 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * shr.el (shr-insert): Treat non-breaking space just like normal
1858         space.  This seems to produce more pleasing results.
1859         (shr-insert): Only insert a blank line if we're starting from an image.
1860         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1861         (shr-ensure-paragraph): Consider lines with white space to be blank.
1862
1863 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1864
1865         * Makefile.in: Respect DESTDIR.
1866
1867 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1868
1869         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1870         and gnus-gcc-post-body-encode-hook.
1871
1872 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1875         messages that don't exist.
1876
1877         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1878
1879 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1882         Remove.
1883
1884         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1885
1886         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1887
1888 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1891         have a group name.
1892
1893         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1894         a multibyte buffer (bug#7410).
1895         (article-wash-html): Parse the original article buffer to get the
1896         unencoded data (bug#7410).
1897
1898         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1899         .newsrc.el files.
1900
1901 2012-04-05  Bastien Guerry  <bzg@altern.org>
1902
1903         * color.el (color-lighten-name): Fix typo.
1904
1905 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1908         "#" to avoid having them interpreted as comments.
1909
1910 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * shr.el (shr-insert): Update the text state properly to avoid
1913         inserting spurious paragraph starts.
1914
1915 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * shr.el (shr-table-widths): Divide the extra width more fairly over
1918         the TDs (bug#10973).
1919         (shr-render-td): Don't delete too much padding.
1920         (shr-natural-width): Compute the natural width more correctly.
1921         (shr-insert): Allow the natural width to be computed for tables again.
1922         (shr-tag-table-1): Rework how the natural widths are computed by
1923         rendering the table a third time.
1924         (shr-natural-width): Removed.
1925         (shr-buffer-width): New function.
1926         (shr-expand-newlines): Use it.
1927
1928         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1929         using a `gnus-use-full-window' setup (bug#11013).
1930
1931 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1934         24.1 release.
1935
1936 2012-03-10  David Edmondson  <dme@dme.org>
1937
1938         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1939         'Forwarded Message' header and the start of the message.
1940
1941 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1942
1943         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1944         isn't running (bug#10897).
1945
1946 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1949         This is inconsistent with all the other stream functions, which leave
1950         the setting up to the higher levels (if so wanted) (bug#10931).
1951
1952 2012-02-28  Glenn Morris  <rgm@gnu.org>
1953
1954         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1955         mm-decode.el: Standardize possessive apostrophe usage.
1956
1957 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1960
1961 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1962
1963         * parse-time.el (parse-time-string): Allow extractor to return nil.
1964
1965 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1968
1969 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1970
1971         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1972
1973 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1974
1975         * mm-decode.el (mm-shr): Remove "soft hyphens".
1976
1977         * nnimap.el (nnimap-request-list): Return the group names encoded as
1978         utf8.  Otherwise non-European group names don't work.
1979         (nnimap-request-newgroups): Ditto.
1980
1981         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1982         the default in `read-string' (bug#10757).
1983
1984         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1985         topics (bug#10843).
1986
1987         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1988         buffer.  Suggested by Herbert Valerio Riedel.
1989         (nnimap-request-move-article): Delete the message from the correct IMAP
1990         server.
1991
1992 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1993
1994         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1995         Reported by Peter Münster.
1996
1997 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1998
1999         * shr.el (shr-image-fetched): Make sure we really kill the right
2000         buffer.
2001
2002 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2003
2004         * gnus-start.el (gnus-1): Avoid duplicate entries.
2005
2006 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2007
2008         * imap.el: Remove.
2009
2010         * nntp.el (nntp-coding-system-for-read): Remove.
2011         (nntp-coding-system-for-write): Ditto.
2012         (nntp-open-connection): Just use `binary' directly.
2013
2014         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2015         Gnus 0.3.
2016
2017 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2018
2019         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2020         application/octet-stream parts really is.
2021
2022         * gnus-sum.el (gnus-propagate-marks): Remove.
2023
2024 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         * shr.el (shr-rescale-image): Undo previous change; see
2027         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2028
2029 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2030
2031         * gnus.el: Ma Gnus v0.3 is released.
2032
2033 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-sum.el (gnus-summary-local-variables): Make
2036         `gnus-newsgroup-unexist' into a local variable.
2037
2038 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2039
2040         * registry.el (registry-usage-test, registry-persistence-test): Move to
2041         tests/gnustest-registry.el.
2042         (registry-make-testable-db, registry-match-test)
2043         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2044
2045         * gnus-registry.el (gnus-registry-misc-test)
2046         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2047
2048         * tests/gnustest-registry.el: New file with the registry and
2049         gnus-registry ERT tests.
2050
2051 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-msg.el (gnus-summary-resend-message): Make
2054         gnus-summary-resend-message-insert-gcc be last item in
2055         message-header-setup-hook.
2056
2057 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2060         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2061         Remove.
2062         (nnfolder-open-server): Don't use marks.
2063         (nnfolder-request-delete-group): Ditto.
2064         (nnfolder-request-rename-group): Ditto.
2065         (nnfolder-request-set-mark, nnfolder-request-marks)
2066         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2067         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2068
2069         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2070         (nnml-marks-modtime): Remove.
2071         (nnml-request-delete-group): Don't use marks.
2072         (nnml-request-rename-group): Ditto.
2073         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2074         (nnml-save-marks, nnml-open-marks): Remove.
2075
2076         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2077         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2078         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2079         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2080         (nntp-server-to-method-cache): Remove.
2081
2082         * shr.el (shr-rescale-image): Fix wrong merge.
2083
2084 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2085
2086         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2087         too-wide lines.
2088
2089 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-record-commands): New variable.
2092         (nnimap-log-command): Use it.
2093         (nnimap-make-process-buffer): Add a space to the process buffer.
2094         (nnimap-transform-headers): Don't bug out on header lines containing
2095         stuff that look like IMAP length encodings.
2096
2097         * shr.el (shr-rescale-image): Allow viewing large images.
2098
2099 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2100
2101         * nnml.el (nnml-request-compact-group): Delete the marks file after
2102         compaction (bug#10800).
2103
2104         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2105         group exit.
2106
2107         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2108         QRESYNC/FETCH output.
2109
2110 2012-02-11  Glenn Morris  <rgm@gnu.org>
2111
2112         * sieve-manage.el (sieve-manage-default-stream):
2113         * shr.el (shr):
2114         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2115         (nnir-retrieve-headers-override-function)
2116         (nnir-imap-default-search-key, nnir-notmuch-program)
2117         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2118         (nnir-method-default-engines):
2119         * message.el (message-cite-reply-position):
2120         * gssapi.el (gssapi-program):
2121         * gravatar.el (gravatar):
2122         * gnus-sum.el (gnus-refer-thread-use-nnir):
2123         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2124         (gnus-registry-max-pruned-entries):
2125         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2126         * gnus-int.el (gnus-after-set-mark-hook)
2127         (gnus-before-update-mark-hook):
2128         * gnus-async.el (gnus-async-post-fetch-function):
2129         * auth-source.el (auth-source-cache-expiry):
2130         Add missing :version tags to new defcustoms and defgroups.
2131
2132 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2133
2134         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2135         `gnus-newsgroup-unexist'.
2136
2137         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2138         marks.
2139         (gnus-article-special-mark-lists): Put the `unexist' in the special
2140         marks list instead.
2141
2142         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2143         articles in the list of articles to be selected.
2144
2145         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2146         articles.
2147         (nnimap-update-info): Keep track of unexisting articles.
2148         (nnimap-update-qresync-info): Ditto.
2149
2150 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2151
2152         * message.el (message-default-send-mail-function): Made into own
2153         function for reuse by emacsbug.el.
2154
2155 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2156
2157         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2158         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2159
2160 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2161
2162         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2163         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2164
2165         * gnus-compat.el: Define `timer-set-function'.
2166
2167         * mm-decode.el (mm-display-external): Output the text from the command
2168         in the buffer after the command finished.  This makes text-based
2169         commands behave better.
2170
2171 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2174
2175 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2178         23.1.
2179
2180 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2183
2184 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * message.el (smtpmail-smtp-user): Silence compiler warning.
2187
2188 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2191         SMTP user name.
2192
2193 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-sum.el (gnus-summary-show-thread):
2196         next-single-char-property-change may return nil in XEmacs.
2197         (gnus-summary-article-map): Fix typo.
2198
2199 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2202         running.
2203
2204         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2205
2206         * gnus.el (gnus-server-extend-method): Don't add an -address component
2207         if the method already has one (bug#9676).
2208
2209 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2212         of an initial-input for consistency (bug#10757).
2213
2214         * dgnushack.el: Fix XEmacs compilation warning.
2215
2216         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2217
2218         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2219
2220 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2221
2222         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2223         lines that are narrower than the window width.  Otherwise background
2224         "blocks" will look less readable.
2225
2226 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2229         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2230         have newlines within the strings, and where the UID comes after the
2231         BODYSTRUCTURE element (bug#10537).
2232
2233         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2234         (bug#10732).
2235
2236         * shr.el (shr-insert-document): Add doc string.
2237         (shr-visit-file): Ditto.
2238         (shr-remove-trailing-whitespace): New function.
2239         (shr-insert-document): Use it to clean up trailing whitespace as the
2240         final step (bug#10714).
2241
2242 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2245         buffer if `gnus-kill-summary-on-exit' is nil.
2246
2247 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2250         when just reading a single group from "without" Gnus.
2251
2252 2012-02-06  Chong Yidong  <cyd@gnu.org>
2253
2254         * gnus-sum.el (gnus-summary-show-thread):
2255         next-single-char-property-change never returns nil (Bug#8657).
2256
2257 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2258
2259         * message.el (message-multi-smtp-send-mail): New function.
2260         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2261         header to implement multi-SMTP functionality.
2262
2263         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2264         (gnus-agentize): Don't set it.
2265         (gnus-agent-send-mail): Don't use it.
2266
2267         * gnus-sum.el (gnus-summary-widget-backward): New function and
2268         keystroke.
2269
2270         * gnus-compat.el: More the compat functions more compatible.
2271
2272         * shr.el (shr-put-image): Remove underlines from sliced images.
2273         (shr-zoom-image): Compute the region to be replaced more correctly.
2274
2275 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2278         (gnus-summary-resend-message-insert-gcc): New function.
2279         (gnus-summary-resend-message): Modify message-header-setup-hook and
2280         message-sent-hook to make it work for Gcc.
2281         (gnus-inews-do-gcc): Update the number of unread articles of groups
2282         that messages are Gcc'd to.
2283
2284         * message.el (message-resend): Run message-sent-hook to do Gcc.
2285
2286 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2287
2288         * lpath.el: Fix an XEmacs compilation warning.
2289
2290         * gnus-compat.el: Require `help-fns' to fix compilation error.
2291
2292         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2293         a higher level to silence compilation.
2294
2295         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2296         parameter to allow controlling the scaling.
2297
2298         * shr.el (shr-zoom-image): New command and keystroke.
2299         (shr-put-image): Take a `size' flag to say how to scale the image.
2300
2301         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2302         deletion unless already defined.
2303
2304         * gnus.el (gnus-compat): Require it.
2305
2306         * gnus-compat.el: New file.
2307
2308         * gnus-start.el (gnus-clean-old-newsrc): New function.
2309         (gnus-read-newsrc-file): Use it.
2310
2311         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2312         Use recursive deletion.
2313         (mm-dissect-archive): Add support for zip files.
2314
2315         * gnus-util.el (gnus-recursive-directory-files): New function.
2316
2317         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2318         (mm-archive-decoders): Add tgz support.
2319
2320         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2321         Otherwise inserting text into the Gnus buffer can look odd.
2322
2323         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2324
2325         * mm-archive.el (mm-archive-decoders): Add support for tar.
2326
2327         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2328
2329         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2330
2331 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2332
2333         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2334
2335         * mm-archive.el: New file.
2336
2337         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2338
2339         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2340
2341         * message.el (message-goto-*): Make all the `message-goto-*' commands
2342         push the mark before moving point.  This makes it easier to go back to
2343         where you came from after editing whatever you jumped to.
2344
2345 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2346
2347         * gnus.el: Ma Gnus v0.1 is released.
2348
2349 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2352         without reconnecting.
2353         (nnimap-possibly-change-group): Ditto.
2354         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2355         connection has died before being called.
2356
2357 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2358
2359         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2360         an initial sync unless we're really doing one.
2361
2362         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2363         address parameter if one already exists (bug#9676).
2364
2365         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2366         not the prefix, as documented (bug#10689).
2367
2368 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2371         the "server".
2372
2373         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2374         the real error message with the useless "previously known to be down".
2375         Which isn't even correct.
2376
2377         * nntp.el (nntp-open-connection): Report the error message if the nntp
2378         server can't be reached.
2379
2380         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2381         groups we do a total scan for.
2382         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2383         doing that.
2384
2385 2012-01-31  Jim Meyering  <jim@meyering.net>
2386
2387         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2388         Correct a comment (insert "not") and hide nominally-doubled "to".
2389
2390 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus.el (gnus-version): Change name to "Ma Gnus".
2393
2394 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2395
2396         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2397         section in the manual.
2398
2399 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2402         words.
2403         (rfc2047-encode-string): Ditto.
2404         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2405         understand folded filename="..." parameters, for instance.
2406
2407         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2408         the message for greater debuggability.
2409
2410 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2411
2412         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2413         instead of setting it locally, since the latter doesn't seem to have
2414         any effect (most of the time).
2415
2416 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2417
2418         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2419         function call.
2420
2421 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2422
2423         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2424         seconds, and make the repeat clause with HH:MM specs work as
2425         documented.
2426
2427 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2428
2429         * proto-stream.el (proto-stream-capability-open): Fall back on
2430         :end-of-command if :end-of-capability doesn't exist.
2431
2432 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2435         bound globally in old Emacsen and XEmacsen.
2436
2437 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2440         so that previous errors don't prohibit getting new news.
2441
2442         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2443
2444         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2445
2446 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2447
2448         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2449         buffer, not of the string which is its name.
2450
2451 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2452
2453         * proto-stream.el (proto-stream-capability-open): Wait for
2454         :end-of-capability, not :end-of-command.
2455
2456         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2457         non-server-marks groups.
2458         (gnus-group-make-articles-read): Ditto.
2459
2460         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2461         methods (bug#9676).
2462
2463         * gnus.el (gnus-method-ephemeral-p): New function.
2464
2465 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2468         left-to-right.
2469
2470 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2471
2472         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2473         warning.
2474
2475 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2478         macroexpand the nnir things, since they haven't been defined yet, and
2479         nnir requires gnus-sum.
2480
2481 2012-01-24  Julien Danjou  <julien@danjou.info>
2482
2483         * color.el (color-rgb-to-hsl): Fix value computing.
2484         (color-hue-to-rgb): New function.
2485         (color-hsl-to-rgb): New function.
2486         (color-clamp, color-saturate-hsl, color-saturate-name)
2487         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2488         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2489
2490 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2493
2494 2012-01-19  Julien Danjou  <julien@danjou.info>
2495
2496         * color.el (color-name-to-rgb): Use the white color to find the max
2497         color component value and return correctly computed values.
2498         (color-name-to-rgb): Add missing float conversion for max value.
2499
2500 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2501
2502         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2503         logical server name in addition to the actual machine address.
2504
2505         * auth-source.el (auth-source-user-and-password): Add convenience
2506         wrapper to search by just host and optionally user.
2507
2508 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2511         after rendering.
2512
2513 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2516         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2517         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2518
2519 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2522         (bug#9693).
2523         (gnus-summary-setup-buffer): Document return value (bug#9697).
2524
2525         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2526         since ido doesn't work on symbols (bug#9632).
2527
2528         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2529         when getting a single value as when getting all the values.  This means
2530         that atoms like `gcc-self' work cumulatively, like variable settings,
2531         instead of getting the value from the last matching clause.
2532         (gnus-group-find-parameter): Protect against the group buffer not
2533         existing (bug#9585).
2534
2535 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-start.el (gnus-activate-group): Document more parameters
2538         (bug#9694).
2539
2540         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2541         (bug#9692).
2542
2543         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2544         article was fetched, so that it can be expired later (bug#9958).
2545         (gnus-agent-summary-fetch-series): Add doc string.
2546         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2547         (bug#9517).
2548
2549         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2550         retrieval is happening.
2551
2552         * gnus.el (gnus-parameters): Doc fix.
2553
2554 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2555
2556         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2557         show the thread after expansion.
2558
2559 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus-art.el (article-narrow-to-head): If the head is completely
2562         empty, narrow to the empty region (bug#9764).
2563
2564         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2565         read, and then mark them as unread only when the unread mark is used.
2566         This makes `C-- T k' actually work, even though it's confusing.
2567
2568         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2569         alive before we try to find its window.
2570
2571 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2572
2573         * mm-decode.el (mm-display-external): Use a longer timeout for the
2574         deletion to allow slow programs to display the file.
2575
2576 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2579         prompt to be less confusing.
2580
2581         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2582         argument to `message-reply'.  This broke `special-display-*' frame
2583         pop-uping (bug#10238).
2584
2585 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2588         systems, since these allegedly don't work there.
2589
2590 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2591
2592         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2593         live buffer.
2594
2595 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * nnir.el (nnir-retrieve-headers): Protect against the article not
2598         existing on the server (bug#10335).
2599
2600 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2601
2602         * gnus-agent.el (gnus-agent-load-local): Recompute
2603         gnus-agent-article-local on changing method.
2604
2605 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus.el (gnus-parameters): Note precedence.
2608
2609 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2610
2611         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2612         in the group buffer.
2613
2614 2012-01-04  Julien Danjou  <julien@danjou.info>
2615
2616         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2617         change.
2618
2619 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2622         too.
2623
2624         * nntp.el (nntp-retrieve-group-data-early): Use it.
2625
2626 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nntp.el (nntp-retrieval-in-progress): New variable.
2629         (nntp-make-process-buffer): Make it buffer-local.
2630
2631         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2632         2010.
2633         (gnus-demon-init): Use it to compute the time if time is on the form
2634         "04:23".
2635
2636         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2637
2638         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2639         status in the correct buffer.
2640
2641 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2642
2643         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2644         when opening topics (bug#10407).
2645
2646 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2647
2648         * gnus-cus.el (gnus-score-customize):
2649         * gnus-sum.el (gnus-sort-gathered-threads):
2650         * message.el (message-shorten-references):
2651         * nnmairix.el (nnmairix-request-group):
2652         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2653
2654 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2655
2656         * gnus-agent.el (gnus-agent-regenerate-group):
2657         * gnus-int.el (gnus-retrieve-group-data-early):
2658         * mm-util.el (mm-codepage-ibm-list):
2659         * nndiary.el (Commentary, nndiary-get-new-mail):
2660         * nnir.el (nnir):
2661         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2662
2663 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * mm-view.el (mm-display-inline-fontify): Add comment.
2666
2667 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2668
2669         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2670         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2671
2672 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2673
2674         * gnus-art.el (gnus-split-methods):
2675         * gnus-msg.el (gnus-configure-posting-styles):
2676         * gnus-spec.el (gnus-parse-simple-format):
2677         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2678         * message.el (message-do-actions): Spelling fix.
2679
2680 2011-12-15  Juri Linkov  <juri@jurta.org>
2681
2682         * mm-decode.el (mm-inline-media-tests): Add missing
2683         `mm-handle-media-subtype'.
2684
2685 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2686
2687         * gnus-group.el (gnus-group-tool-bar):
2688         * gnus-sum.el (gnus-summary-tool-bar):
2689         * message.el (message-tool-bar):
2690         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2691
2692 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2693
2694         * plstore.el (plstore--insert-buffer): Spelling fix.
2695
2696 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2697
2698         * message.el (message-valid-fqdn-regexp): Update with newly approved
2699         top-level domain names ".tel" and ".asia".
2700
2701 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2704         unconditionally.
2705
2706 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2709         pop-to-buffer-same-window for old Emacsen.
2710
2711 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2712
2713         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2714
2715 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2716
2717         * netrc.el (netrc-credentials): Spelling fix.
2718
2719 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2720
2721         * gnus-fun.el (gnus-fun-ppm-change-string):
2722         * gnus-msg.el (gnus-inews-do-gcc):
2723         * gnus-sum.el (gnus-summary-find-for-reselect):
2724         * gnus.el (gnus-summary-cancelled):
2725         * message.el (message-cancel-hook, message-send-news):
2726         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2727         * nnir.el (nnir-run-hyrex):
2728         * nntp.el (nntp-with-open-group-function):
2729         * pgg.el (pgg-pending-timers): Spelling fix.
2730
2731 2011-12-04  Chong Yidong  <cyd@gnu.org>
2732
2733         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2734         change (Bug#10200).
2735
2736 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * compface.el (uncompface):
2739         * gnus-art.el (gnus-article-x-face-command): Update the header format
2740         of icon data for the most recent icontopbm program.
2741
2742 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * gnus-msg.el (gnus-inews-do-gcc):
2745         * message.el (message-send-mail):
2746         * mml.el (mml-generate-mime): Share the value of the buffer-local
2747         `message-options' variable between a draft buffer and temprary working
2748         buffers.
2749
2750 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2751
2752         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2753
2754 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2757         for Cygwin.
2758
2759 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2760
2761         * gnus-group.el (gnus-group-prepare-flat):
2762         * mm-bodies.el (mm-encode-body):
2763         * mml.el (mml-preview):
2764         * nnml.el (nnml-request-compact-group):
2765         * pop3.el (pop3-stream-type): Spelling fix.
2766
2767 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2768
2769         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2770
2771 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2772
2773         * color.el (color-rgb-to-hsl):
2774         * gmm-utils.el (gmm-tool-bar-style):
2775         * gnus-group.el (gnus-group-prepare-flat):
2776         * gnus-topic.el (gnus-topic-prepare-topic):
2777         * mm-decode.el (mm-discouraged-alternatives):
2778         * rfc2047.el (rfc2047-encode-1):
2779         * starttls.el: Spelling fix.
2780
2781 2011-11-24  Glenn Morris  <rgm@gnu.org>
2782
2783         * binhex.el (binhex-begin-line): Give it basic doc-string.
2784
2785         * starttls.el, tls.el: Fix case of "GnuTLS".
2786
2787 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2788
2789         * gnus-group.el (gnus-group-highlight): Fix typo.
2790
2791 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2792
2793         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2794         value of `delete-file', that returns nil for a local file but returns t
2795         for a remote file using ssh.
2796
2797 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2798
2799         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2800
2801 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2804         avoid later breakage.
2805
2806 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2809         article buffers' name.
2810
2811 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2814         by Paul Eggert's spellfixes two days ago.
2815
2816 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2819         doesn't have it.
2820
2821         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2822         buffer-local instead of binding them to avoid warnings.  Also demote
2823         errors (bug#10063).
2824         (font-lock-mode-hook): Shut up byte compiler.
2825
2826 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2827
2828         * mm-util.el (mm-charset-after):
2829         * nnir.el (nnir-run-hyrex):
2830         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2831         (ntlm-get-password-hashes, ntlm-md4hash):
2832         * smime.el: Fix typo.
2833
2834 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2835
2836         * gnus-agent.el (gnus-agent-expire-group-1):
2837         * nndiary.el (nndiary-last-occurence):
2838         * nnimap.el (nnimap-request-set-mark):
2839         * nnmairix.el (nnmairix-only-use-registry):
2840         * gnus-group.el (gnus-group-prepare-flat):
2841         * gnus-sum.el (gnus-decode-encoded-word-methods):
2842         * message.el (message-wash-subject):
2843         * nntp.el (nntp-retrieve-headers-with-xover):
2844         * smime.el (smime-certificate-directory): Spelling fix.
2845
2846 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2847
2848         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2849
2850         * color.el:
2851         * gnus-agent.el (gnus-agent-possibly-alter-active):
2852         * gnus-dired.el (gnus-dired-print):
2853         * mail-parse.el:
2854         * nnmairix.el (nnmairix-request-group):
2855         * shr.el (shr-image-displayer):
2856         * sieve-manage.el:
2857         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2858
2859 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2860
2861         * gnus-sum.el (gnus-auto-select-subject):
2862         * spam-report.el (spam-report-resend): Spelling fix.
2863
2864 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2865
2866         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2867         * gnus-art.el (gnus-default-article-saver):
2868         * gnus-srvr.el (gnus-server-copy-server):
2869         * gnus.el (gnus-sloppily-equal-method-parameters):
2870         * html2text.el (html2text-format-tag-list):
2871         * message.el (message-narrow-to-head):
2872         * nndiary.el:
2873         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2874         * sieve.el: Spelling fix.
2875
2876 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2877
2878         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2879         * gnus-sum.el (gnus-summary-make-menu-bar):
2880         * gnus-uu.el (gnus-uu-decode-postscript)
2881         (gnus-uu-decode-postscript-and-save):
2882         * mailcap.el (mailcap-print-command):
2883         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2884         Fix typos.
2885
2886 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2887
2888         * gnus-art.el (gnus-article-part-wrapper):
2889         * html2text.el (html2text-fix-paragraphs):
2890         * mm-decode.el (mm-image-fit-p):
2891         * rfc2047.el (rfc2047-encode-message-header):
2892         * shr-color.el (shr-color-visible-distance-min)
2893         (shr-color-relative-to-absolute, set-minimum-interval)
2894         (shr-color-visible): Fix typos.
2895
2896 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2897
2898         * gmm-utils.el (gmm-tool-bar-item):
2899         * gnus-art.el (gnus-treat-body-boundary):
2900         * gnus-diary.el (gnus-user-format-function-d):
2901         * gnus-start.el (gnus-get-unread-articles):
2902         * pgg-gpg.el (pgg-gpg-update-agent):
2903         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2904
2905 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2906
2907         * gnus-topic.el (gnus-group-prepare-topics):
2908         * gnus-uu.el (gnus-extract-view):
2909         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2910
2911 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * spam.el: Move BBDB autoloads.
2914         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2915         BBDB 2 and 3.
2916         (spam-check-BBDB): Use it.
2917         (spam-enter-ham-BBDB): Use it.
2918
2919 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2920
2921         * smime.el (smime-draw-buffer): Spelling fix.
2922
2923 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2924
2925         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2926         for scanning exactly one level.
2927         * gnus-start.el (gnus-get-unread-articles): Ditto.
2928
2929 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2932         slightly clearer.
2933
2934 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2935
2936         * gnus-sync.el: More commentary about setup.
2937
2938 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * message.el (message-send-and-exit): Document `arg'.
2941
2942 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2943
2944         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2945
2946 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2949
2950         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2951         we don't use `bound-and-true-p'.
2952
2953 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2954
2955         * gnus-util.el (gnus-bound-and-true-p): Remove.
2956         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2957         * nnir.el: Use it.
2958         * nnmairix.el: Use it.
2959
2960 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * gnus-sync.el: Improve docs about CouchDB admins.
2963
2964         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2965         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2966         for reasons unknown.
2967         * nnir.el: Use it.
2968         * nnmairix.el: Use it.
2969
2970         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2971         * nnir.el: Ditto.
2972         * nnmairix.el: Ditto.
2973
2974         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2975
2976 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2979         not needed.  Provide xmlplistread list function to produce XML plist
2980         output for non-Gnus LeSync clients.
2981
2982 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2985
2986         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2987         and save against it.  Group subscriptions, read marks, other marks,
2988         subscription levels, topic names, and topic offsets (the group's
2989         position within the topic) are saved.  This is an experimental backend
2990         and may change significantly.  Load json.el from the gnus-fallback-lib
2991         if it's not available otherwise.
2992         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2993
2994 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2995
2996         * message.el (message-completion-function): Make sure
2997         message-tab-body-function is not attempted if one of
2998         message-completion-alist fails to find a completion (bug#9158).
2999
3000 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3001
3002         * mml.el (mml-quote-region): Quote <#secure> tag.
3003         (mml-generate-mime-1): Unquote <#secure> tag.
3004
3005 2011-10-20  Chong Yidong  <cyd@gnu.org>
3006
3007         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3008         calling a minor mode from Lisp with nil arg enables it, so we have to
3009         make the wording a bit ambiguous here).
3010
3011 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3014         * nnir.el (nnir-mode): Use it.
3015         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3016         Use it.
3017
3018         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3019         * nnmairix.el (gnus-registry-enabled): Ditto.
3020
3021 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3022
3023         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3024         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3025         only while we need to find out if it should be t or nil.
3026         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3027         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3028         the registry is installed.  Set it to nil when it's unloaded.
3029         (gnus-registry-install-p): Provide user guidance for the initial value
3030         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3031         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3032         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3033         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3034         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3035         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3036         `gnus-registry-install'.
3037
3038 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3039
3040         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3041         previous change.
3042         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3043         primary key is marked as disabled.
3044
3045 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3046
3047         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3048         primary key is marked as disabled.
3049
3050 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3051
3052         * html2text.el (html2text-clean-anchor): Check for quotes around
3053         `href' value.
3054
3055 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3056
3057         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3058         searching.  Drop `bbdb-cache'.
3059
3060 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * message.el (message-signed-or-encrypted-p): Exclude header when
3063         checking if there is signed or encrypted body in text/plain message.
3064
3065 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3066
3067         * html2text.el (html2text-get-attr): Correctly handle attribute values
3068         containing "=".
3069
3070 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3071
3072         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3073         handle bindings.
3074
3075 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * gnus-win.el (gnus-configure-windows): Protect against reading
3078         ephemeral groups outside of Gnus.
3079
3080 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * shr.el (shr-tag-img): Don't get images displayed in tables.
3083
3084 2011-10-03  Glenn Morris  <rgm@gnu.org>
3085
3086         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3087         the "maintainer" version of debbugs.gnu.org reports.
3088
3089 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090
3091         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3092         make asynchronous adjacent image insertion work better.
3093
3094 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3097         documentation.
3098
3099 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3102         `gnus-asynchronous' isn't shadowed.
3103
3104 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3107
3108         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3109         (nnimap-insert-partial-structure): The charset parameter isn't
3110         case-sensitive.
3111
3112         * nnheader.el (nnheader-message-maybe): New function.
3113
3114         * shr.el (shr-tag-table): Render totally broken tables better.
3115
3116         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3117         computing the boundary.
3118
3119 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * pop3.el (pop3-number-of-responses): Remove.
3122         (pop3-wait-for-messages): Rewrite to take linear time instead of
3123         exponential time.
3124
3125 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3128         re-fetch images.
3129
3130         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3131         re-fetch images when hitting `g' in Gnus.
3132
3133 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3136         (mml-compute-boundary): Don't check collision if it is non-nil.
3137         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3138         before checking collision.
3139
3140 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * message.el (message-indent-citation): Really make sure there's a
3143         newline at the end.
3144
3145         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3146         Fix suggested by John Wiegley.
3147
3148         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3149
3150         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3151
3152         * message.el (message-default-send-rename-function): Break out into its
3153         own function.
3154
3155         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3156         doesn't work under XEmacs.
3157
3158         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3159         of "imaps" to word around Windows problems.
3160         (nnimap-open-connection-1): Use it.
3161
3162         * message.el (message-indent-citation): Revert last change which made
3163         `F' not work.
3164
3165 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3166
3167         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3168         terminal as well.
3169
3170 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3173         because it displays images using overlays that aren't easy to copy to
3174         the article buffer.
3175
3176 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3177
3178         * message.el (message-indent-citation): Fix empty line removal at the
3179         end of the citation.
3180
3181 2011-09-20  Julien Danjou  <julien@danjou.info>
3182
3183         * auth-source.el (auth-source-netrc-create): Use default value for
3184         password if specified.  Evaluate default.
3185         (auth-source-plstore-create): Ditto.
3186         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3187         value evaluation.
3188         (auth-source-netrc-create): Typo fix.
3189         (auth-source-plstore-create): Ditto.
3190
3191         * password-cache.el (password-cache-remove): Remove entries even if the
3192         value is nil, so that password with a nil value (negative caching) is
3193         possible to invalidate.
3194
3195         * auth-source.el (auth-source-format-cache-entry): New function.
3196
3197 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3200
3201 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3204
3205 2011-09-19  Julien Danjou  <julien@danjou.info>
3206
3207         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3208         which work with things that are not ASCII.
3209
3210 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3213
3214 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3217         message level.
3218
3219 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3222
3223 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3226
3227 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3228
3229         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3230         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3231
3232 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3233
3234         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3235         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3236         articles.
3237
3238 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3239
3240         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3241         (message-mail-other-window, message-mail-other-frame)
3242         (message-news-other-window, message-news-other-frame):
3243         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3244         instead of setting buffer display varibles.
3245
3246 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3249
3250         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3251
3252 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3255         duplicates" to a higher level.
3256
3257         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3258         most egregious messages.
3259
3260 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3263
3264 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3265
3266         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3267         up the file (bug#9351).
3268
3269 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3272         it does with all other backends, but decode the names immediately after
3273         getting them.
3274
3275         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3276         decoding nnimap groups.
3277
3278         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3279         newsrc file.  It doesn't seem like an important optimization any more.
3280
3281 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3282
3283         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3284         overflows.
3285
3286 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3289         (gnus-interactive-exit): Extend to `quiet'.
3290
3291         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3292
3293         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3294         string.
3295
3296         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3297         renaming function arguments from `this'.
3298
3299         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3300
3301         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3302         has been renamed.
3303         (gnus-lrm-string-p): Include RLM and PDF, too.
3304
3305         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3306         (bug#9225).
3307
3308 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3309
3310         Add autoload cookies for functions used by sendmail.el.
3311         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3312
3313         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3314
3315 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-art.el (article-date-ut): Work properly even when there are
3318         things like Date header in the body; work for forwarded parts.
3319
3320 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3321
3322         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3323         original-article-buffer.
3324
3325 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3326
3327         * nnir.el (nnir-compose-result): Fix matching of server type.
3328         (nnir-run-swish++): Ditto.
3329         (nnir-run-namazu): Ditto.
3330         (nnir-run-notmuch): Ditto.
3331
3332 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3335         (bug#9405).
3336
3337         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3338         (bug#9421).
3339
3340         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3341         (bug#9425).
3342
3343         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3344         thing (bug#9426).
3345
3346 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3349         the error message.
3350
3351 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3352
3353         * message.el (message-setup-1): Return t (Bug#9392).
3354
3355 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3356
3357         * gnus-sum.el: When adding article headers to a summary buffer also
3358         update gnus-newsgroup-articles (bug#9386).
3359
3360 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * auth-source.el: Autoload help-mode.
3363
3364 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3367         names.
3368
3369 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3370
3371         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3372         mm-replace-in-string for compatibility issues.
3373         * mml2015.el (mml2015-epg-verify): Ditto.
3374
3375 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3378
3379         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3380
3381 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3384         continue on and do the clean-up phase (bug#9188).
3385
3386         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3387         just ignore groups that can't be opened instead of erroring out
3388         (bug#9225).
3389
3390         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3391         nil since some many people are fuddy-duddies.
3392
3393         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3394         images.
3395
3396         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3397         instead.
3398
3399         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3400
3401         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3402
3403         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3404         processing.
3405
3406         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3407         buffer to avoid warnings.
3408
3409 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3410
3411         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3412         specified to reduce precision.
3413
3414 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3417         bodystructures (bug#9314).
3418
3419 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3422         Make button keymap non-sticky after buttons.
3423
3424 2011-08-18  David Engster  <dengste@eml.cc>
3425
3426         * nnmairix.el (nnmairix-request-set-mark)
3427         (nnmairix-goto-original-article): Remove adding of article to registry,
3428         since `gnus-registry-add-group' isn't available anymore.
3429         (nnmairix-determine-original-group-from-registry):
3430         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3431         available anymore.
3432
3433 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3434
3435         * starttls.el (starttls-any-program-available): Define as obsolete
3436         function.
3437
3438 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3441         versions which Gnus use when appropriate.
3442
3443         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3444         a pretty destructive command.
3445
3446         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3447
3448 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * message.el (message-fix-before-sending): Make a different warning
3451         about NUL characters (bug#9270).
3452
3453         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3454         from custom (bug#9260).
3455
3456         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3457         things work in Emacs 22 and XEmacs, too.
3458
3459         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3460         default From.
3461
3462         * gnus-spec.el (gnus-lrm-string-p): New macro.
3463         (gnus-lrm-string): New constant.
3464         (gnus-summary-line-format-spec): LRM-ify the from.
3465         (gnus-tilde-max-form): LRM-ify string chopping.
3466
3467         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3468
3469         * message.el (message-is-yours-p): Allow disabling canlock checking
3470         (bug#9295).
3471         (message-shoot-gnksa-feet): Add `canlock-verify'.
3472         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3473         message directory isn't writable (bug#9304).
3474
3475         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3476         non-world-readable.
3477
3478 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3481         articles.
3482
3483 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3484
3485         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3486         copy-list.
3487
3488 2011-08-12  Sam Steingold  <sds@gnu.org>
3489
3490         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3491         in the reverse order to avoid modifying the cache with `nreverse'.
3492         (gnus-all-score-files): Do not modify the value returned by
3493         `gnus-score-find-alist' because it lives in a cache variable.
3494         (gnus-current-home-score-file): No need to `nreverse' the return value
3495         of `gnus-score-find-alist', it is already in the correct order.
3496
3497 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3498
3499         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3500         type MESSAGE and subtype RFC822 is slightly different from those of
3501         type TEXT.
3502
3503 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3504
3505         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3506         This allows article-referral to work from an nnir group.
3507
3508 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3509
3510         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3511
3512 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3513
3514         * mml1991.el (mml1991-epg-find-usable-key)
3515         (mml1991-epg-find-usable-secret-key): New function.
3516         (mml1991-epg-sign): Check if signing key is usable.
3517         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3518
3519 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3520
3521         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3522         server-variables only.  This should fix a bug introduced with commit
3523         e1889675b7f4adf057833c5513c9374134c4e053.
3524         (nnir-run-query): 'nnir-search-engine should not be set from the global
3525         environment.
3526
3527 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3528
3529         * nnir.el (nnir-search-thread): Position point on referring article
3530         line.
3531         (nnir-warp-to-article): Clean up summary buffers.
3532
3533         * nnimap.el (nnimap-request-thread): Whitespace fix.
3534
3535 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3536
3537         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3538
3539 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * starttls.el (starttls-available-p): Rename from
3542         `starttls-any-program-available' and changed return convention.
3543
3544 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3545
3546         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3547         `unix-sync' unless it's defined.
3548
3549 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3550
3551         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3552         `aref' for XEmacs compatibiltiy.
3553
3554 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3557
3558 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3559
3560         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3561         closures, quote the form properly (bug#9194).
3562
3563 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3566         (gnus-summary-insert-new-articles): Protect against servers that are
3567         down.
3568
3569 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3570
3571         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3572         in mm handle if none is specified.
3573
3574 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3575
3576         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3577
3578 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3579
3580         * nnir.el (nnir-search-thread): New function to make an nnir group
3581         based on a thread query.
3582
3583         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3584         of nnir in thread referral.
3585         (gnus-summary-refer-thread): Use it.
3586
3587         * nnimap.el (nnimap-request-thread): Use it.
3588
3589 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * shr.el (shr-tag-comment): Ignore HTML comments.
3592
3593 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3594
3595         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3596         argument.
3597         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3598         Use `nnir-address' to handle server info rather than passing an arg.
3599
3600         * nnimap.el (nnimap-make-thread-query): New utility function to format
3601         an imap thread search query.
3602         (nnimap-request-thread): Use it.
3603
3604         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3605         right select-method if we are not going back to the group buffer.
3606
3607 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3610         enter invalid buffer configurations into the quit form (bug#9107).
3611         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3612         unplugged/plugged.
3613
3614         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3615         keep track of which ones are unread (bug#9061).
3616
3617         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3618         (bug#9055).
3619
3620         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3621         (bug#9041).
3622
3623         * gnus-html.el (mm-util): Require (bug#9073).
3624
3625         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3626         (gnus-summary-refer-thread): Use it to remove duplicates in the
3627         un-threaded view (bug#9053).
3628         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3629
3630 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3631
3632         * nnir.el (nnir-read-server-parm): Use default value from global
3633         variable.  Without this the default search engine parameters aren't
3634         used at all.
3635
3636 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * message.el (message-unique-id): Don't use the undocumented return
3639         value from (random t) (bug#9118).
3640
3641 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * message.el (message-auto-save-directory): If the ~/Mail directory
3644         doesn't exist, use ~ as the auto-save directory (bug#4432).
3645
3646         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3647         hasn't already been started.
3648
3649 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3652
3653         * message.el (message-reply): Work around mysterious bug where
3654         `message-mode' seems to overwrite the locally bound `subject' variable.
3655
3656 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3657
3658         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3659         correct group.
3660
3661         * gnus-int.el (gnus-request-thread): Add group argument.
3662
3663         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3664
3665 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3668
3669         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3670         renamed to `debbugs-gnu-*'.
3671
3672 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3673
3674         * plstore.el: Revert the editing feature since it is not urgent.
3675         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3676         (plstore-mode-decoded): Remove.
3677
3678 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3681         isn't very interesting any more, and it leaks potentially secret data.
3682         (gnus-debug): Remove.
3683
3684         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3685         use of :custom-show.
3686
3687 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3688
3689         * plstore.el: Add documentation.
3690         (plstore-mode): New mode to edit plstore file.
3691         (plstore-mode-toggle-display, plstore-mode-original)
3692         (plstore-mode-decoded): New command.
3693         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3694         (plstore--insert-buffer, plstore--make): New function.
3695         (plstore-open, plstore-save): Simplify by using them.
3696
3697 2011-07-06  Glenn Morris  <rgm@gnu.org>
3698
3699         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3700
3701 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3704         no longer is much used.
3705         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3706         Articles".
3707
3708 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3709
3710         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3711         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3712         `notmuch' backend.
3713
3714 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * mm-decode.el (mm-text-html-renderer): Doc fix.
3717
3718         * gnus-msg.el (gnus-bug): Fix the MML tag.
3719
3720         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3721
3722 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3723
3724         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3725         secondary methods if started with `gnus-no-server'.
3726
3727 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3728
3729         * message.el (message-return-action): Fix typo in docstring.
3730
3731 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3734         bug reports at once.
3735
3736         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3737
3738 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * nndraft.el: Require gnus-group.
3741         (nndraft-request-list): Declare.
3742
3743         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3744         no unread article unless it matches gnus-permanently-visible-groups.
3745
3746         * nndraft.el (nndraft-update-unread-articles): New function.
3747         (nndraft-request-associate-buffer): Use it to update the number of
3748         unread articles for the nndraft groups in the group buffer when saving
3749         or killing a draft message.
3750
3751 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3754         systems to binary before writing and reading the mbox files.
3755
3756         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3757         instead of trying to list them all (bug#8978).
3758
3759 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3760
3761         * pop3.el (pop3-open-server): Use :end-of-capability.
3762
3763 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3766         the id is always a number.
3767
3768         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3769
3770         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3771         debbugs mode, if possible.
3772
3773 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3774
3775         * auth-source.el (auth-source-token-passphrase-callback-function):
3776         Reindent.
3777         (epg-context-operation): Remove unnecessary autoload.
3778
3779 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * gnus.el (gnus-list-debbugs): New command.
3782
3783         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3784         mboxstat instead of the maintbox, since the stat seems to be fuller.
3785
3786         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3787         summary buffers.
3788
3789         * message.el (message-get-reply-headers): Delete all duplicates,
3790         instead of the first.
3791         (message-get-reply-headers): Ensure that we have progress while
3792         deleting duplicates.
3793
3794         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3795         gnus-posting-style value from the summary buffer to make it easier to
3796         make that a per-buffer conf.
3797
3798 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3799
3800         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3801         found by setting `shortcut' in 'query.
3802         (nnir-request-article): Use `shortcut' setting when requesting article
3803         by Message-ID.
3804
3805 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3808         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3809         Bring the pseudo-headers back too.
3810
3811 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3812
3813         * auth-source.el (auth-source-token-passphrase-callback-function):
3814         Simplify and remove EPA dependency.
3815
3816 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3817
3818         * nnir.el (nnir-request-article): Fix error message text.
3819
3820 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3821
3822         * auth-source.el (plstore-delete): Autoload.
3823         (auth-source-plstore-search): Support delete operation.
3824         * plstore.el (plstore-delete): New function.
3825
3826 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3829         mark actually existing articles as unread rather than the ones that
3830         active asserts.
3831
3832 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3833
3834         * nntp.el (nntp-record-command):
3835         * gnus-util.el (gnus-message-with-timestamp-1):
3836         Use format-time-string rather than decoding time stamps by hand.
3837         This is simpler and insulates the code from potential changes to
3838         current-time format.
3839
3840 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3843
3844 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3845
3846         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3847         (plstore-save): Support public key encryption.
3848         (plstore--init-from-buffer): New function.
3849         (plstore-open): Use it; fix error when opening a non-existent file.
3850         (plstore-revert): Use plstore--init-from-buffer.
3851
3852 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3853
3854         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3855
3856 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3859         for old Emacsen.
3860
3861 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3862
3863         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3864         is not fully working.
3865
3866 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * dgnushack.el: Autoload sha1 on XEmacs.
3869
3870         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3871         quit window configuration.
3872
3873         * auth-source.el (epg-context-set-passphrase-callback):
3874         Remove duplicate autoload.
3875
3876 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3877
3878         * nnir.el (nnir-request-article): Allow requesting articles by
3879         Message-ID with nnimap.
3880
3881         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3882         current server.
3883
3884 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * auth-source.el: Autoload EPA/EPG functions.
3887         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3888         changed when EPA/EPG is not available.
3889         (auth-source-backend): Rename "arg" member to "data".
3890         (auth-source-backend-parse, auth-source-plstore-search)
3891         (auth-source-plstore-create): Use it.
3892
3893 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3894
3895         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3896         `gnus-refer-article-methods'.
3897
3898 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * auth-source.el: Require EPA and EPG.
3901         (auth-source-passphrase-alist): New variable.
3902         (auth-source-passphrase-callback-function)
3903         (auth-source-token-passphrase-callback-function): Callbacks for the
3904         netrc field encryption (GPG tokens).
3905         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3906         Symmetric encryption and decryption of the netrc GPG tokens.
3907         (auth-source-netrc-normalize): Use them, simplifying the closure.
3908
3909 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3912         is available.
3913
3914 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3917         non-nil, and `nnimap-split-methods' is nil, use the former.
3918
3919 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3920
3921         * plstore.el (plstore-revert): New function.
3922         (plstore-open): Use it; hide the buffer from user.
3923
3924 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3925
3926         * auth-source.el (auth-source-backend): New member "arg".
3927         (auth-source-backend-parse): Handle new backend 'plstore.
3928         * plstore.el: New file.
3929
3930 2011-06-30  Glenn Morris  <rgm@gnu.org>
3931
3932         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3933
3934 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3937         expiring articles to.
3938
3939         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3940         variations as ASCII (bug#5458).
3941
3942 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3945
3946 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * message.el (message-point-in-header-p): Tweak the function to default
3949         to saying that we're not in the headers if there is no separator at
3950         all.  This makes it possible to use the Message version of `M-q' in
3951         buffers with no headers (bug#7987).
3952         (message-point-in-header-p): Fix last checkin to work with an empty
3953         mail-header-separator, too.
3954
3955         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3956         again, save the choice via customize.
3957
3958 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3961
3962         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3963         ended the connection, bail out before waiting infinitely on a new
3964         connection.
3965
3966 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3969         reports.
3970
3971         * gnus.el (gnus-bug-package): Use "gnus."
3972         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3973
3974 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * dgnushack.el: Make the timer warning go away on XEmacs.
3977
3978         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3979         animations going on at article exit time.
3980
3981         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3982         since removing it breaks people upgrading.
3983
3984         * shr.el (shr-put-image): Use the new interface for animating images.
3985         (shr-put-image): Animate for 60 seconds.
3986
3987         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3988         avoid compiler warnings.
3989
3990         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3991         error with `find-file-hooks' on Emacs 22.
3992         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3993         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3994         on all architectures.
3995
3996         * spam.el (spam-stat): Require in a normal fashion without binding
3997         `spam-stat-install-hooks' to avoid compilation warnings.
3998
3999         * spam-stat.el (spam-stat-install-hooks): Remove.
4000         (spam-stat-install-hooks): Don't run automatically.
4001
4002 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4003
4004         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4005         and keystroke.
4006
4007 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * auth-source.el (auth-source-netrc-cache): Move forward.
4010
4011 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * proto-stream.el (proto-stream-open-starttls): Use
4014         `gnutls-available-p' to see whether we have built-in support.
4015
4016         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4017         we already know.
4018         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4019         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4020
4021 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4024         %S format, since that looks odd.
4025         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4026         file, especially when saving.
4027
4028 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4029
4030         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4031         article found.
4032
4033 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4034
4035         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4036         `auth-source-save-secrets' with a more sensitive alist that can be
4037         configured per file.  Experimental, so defaults to 'never.
4038         (auth-source-netrc-create): Use it.  Still experimental code.
4039         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4040         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4041
4042 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * auth-source.el (auth-source-save-secrets): New variable to control if
4045         secret tokens should be saved encrypted.
4046         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4047         to `auth-source-netrc-normalize'.
4048         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4049         on the EPA variables being defined.
4050         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4051         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4052         the lexical-let closure.
4053         (auth-source-netrc-create): Create "gpg:" tokens according to
4054         `auth-source-save-secrets'.
4055
4056 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-group.el (gnus-group-update-group): Add new argument
4059         `info-unchanged' that stops updating dribble buffer.
4060
4061         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4062         deletes lines matching to it in dribble buffer.
4063
4064         * gnus-agent.el (gnus-agent-fetch-group-1):
4065         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4066         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4067         * gnus-start.el (gnus-group-change-level):
4068         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4069
4070         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4071         if newsgroup info is not changed.
4072
4073         * gnus-group.el (gnus-group-get-new-news-this-group):
4074         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4075         Don't update dribble buffer.
4076
4077 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4078
4079         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4080         remove entries with groups we ignore.
4081
4082 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4085         the underline comes at the bottom.
4086
4087 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4090         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4091         (gnus-registry-article-marks-to-names): Rename from
4092         `gnus-registry-user-format-function-M2'.
4093
4094 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4097         ephemeral group.
4098
4099 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * shr.el (shr-browse-image): Copy the URL if called interactively.
4102
4103 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4106         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4107         done, then unselected articles may be marked as read.
4108
4109         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4110         since not doing this seems to lead to a race condition in pop3-logon.
4111
4112         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4113         so that the call chain it correct when we call "upwards".
4114
4115         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4116         in read-only groups.
4117
4118         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4119
4120         * message.el (message-cite-reply-position): Doc string fix.
4121
4122         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4123         avoid regexp overflow.
4124         (nnimap-transform-split-mail): Ditto.
4125
4126         * pop3.el (pop3-retr): Error out if the server closes the connection.
4127
4128 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4131         mm-with-unibyte-current-buffer.  The buffer should not contain any
4132         multibyte chars anyway at this stage.
4133
4134 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4137         at the end of lines.
4138
4139 2011-05-29  Julien Danjou  <julien@danjou.info>
4140
4141         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4142
4143 2011-05-27  Glenn Morris  <rgm@gnu.org>
4144
4145         * gnus-group.el (gnus-bug-group-download-format-alist):
4146         Use the "maintainer" version of debian reports as well.
4147
4148 2011-05-26  Glenn Morris  <rgm@gnu.org>
4149
4150         * gnus-group.el (gnus-bug-group-download-format-alist):
4151         Use the "maintainer" version of debbugs.gnu.org reports.
4152
4153 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4156
4157 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4158
4159         * gnus-cus.el (gnus-agent-customize-category):
4160         * gnus-delay.el (gnus-delay-send-queue):
4161         * gnus.el (gnus-other-frame):
4162         Don't quote lambda expressions with `quote'.
4163
4164 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4167         the thread moves us backwards and so we loop forever.
4168
4169 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4172         whitespace in base64 data lines.
4173
4174 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * gnus-registry.el (gnus-registry-user-format-function-M):
4177         Use `mapconcat'.
4178         (gnus-registry-user-format-function-M2): Use to see the full text of
4179         the marks.  Make "," the mark text separator.
4180
4181         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4182         authentication with auth-source.
4183
4184 2011-05-17  Glenn Morris  <rgm@gnu.org>
4185
4186         * gnus-group.el (gnus-import-other-newsrc-file):
4187         Use insert-file-contents.
4188
4189 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4192         1000 iterations.
4193
4194 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * nntp.el (nntp-open-connection): Check if process-type is available.
4197
4198 2011-05-16  Julien Danjou  <julien@danjou.info>
4199
4200         * shr.el (shr-tag-del): Add support for del tag.
4201
4202 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-html.el (gnus-html-put-image): Register a displayer.
4205
4206         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4207
4208 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * registry.el (prune-factor): New initialization parameter defaulting
4211         to 0.1.
4212         (registry-prune-hard): Use it.
4213
4214         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4215         0.1 expicitly.
4216
4217 2011-05-13  Glenn Morris  <rgm@gnu.org>
4218
4219         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4220         is bound, since this function requires sendmail.
4221
4222 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * registry.el (registry-usage-test): Disable pruning test.
4225
4226 2011-05-11  David Engster  <dengste@eml.cc>
4227
4228         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4229         Bind set-network-process-option for XEmacs.
4230
4231 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * registry.el (registry-prune-hard-candidates)
4234         (registry-prune-soft-candidates): Helper methods for registry pruning.
4235         (registry-prune): Use them.  Make the sort function optional.
4236
4237 2011-05-10  Jim Meyering  <meyering@redhat.com>
4238
4239         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4240
4241 2011-05-10  Julien Danjou  <julien@danjou.info>
4242
4243         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4244         symbol and not a list.
4245
4246 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-art.el (gnus-article-mode): Move binding of
4249         shr-put-image-function here from gnus-article-prepare-display.
4250
4251         * shr.el (shr-put-image-function): New variable.
4252         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4253         (shr-put-image): Return scaled image.
4254
4255         * gnus-art.el (gnus-shr-put-image): New function.
4256         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4257
4258         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4259         original ones, as deletable.
4260
4261 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4262
4263         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4264
4265 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * registry.el (registry-full): Add convenience method.  Fix logic.
4268         (registry-insert): Use it.  Fix logic here too.
4269
4270         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4271         `registry-prune' if `registry-full' returns t.
4272         (gnus-registry-handle-action)
4273         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4274         (gnus-registry-usage-test): Use it.
4275
4276 2011-05-07  Julien Danjou  <julien@danjou.info>
4277
4278         * shr.el (shr-link): Make shr-link inherit from link by default.
4279
4280 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4283
4284 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4287         error out because the face is not a list.
4288
4289 2011-05-05  Glenn Morris  <rgm@gnu.org>
4290
4291         * proto-stream.el (gnutls-negotiate): Fix declarations.
4292
4293         * gnus-start.el (gnus-propagate-marks): Declare.
4294
4295 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * registry.el (registry-reindex): Fix percentage message.
4298
4299         * proto-stream.el (network-stream-open-starttls): Adjust to call
4300         `gnutls-negotiate' with :process and :hostname arguments.
4301
4302 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * shr.el: Add shr-link face for links.
4305         (shr-urlify): Use it.
4306
4307         * registry.el (registry-insert): Make error message more helpful.
4308
4309 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-html.el (gnus-html-schedule-image-fetching):
4312         Use url-queue-retrieve, if it exists.
4313
4314         * shr.el (shr-tag-img): Ditto.
4315
4316         * gnus.el: Autoload more gnus-agent functions.
4317
4318         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4319         agent if we haven't already (bug#8502).
4320
4321         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4322         into the Agent, too.
4323
4324         * gnus-agent.el (gnus-agent-store-article): New function.
4325
4326         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4327         and moved from that file for reuse.
4328
4329         * pop3.el (pop3-open-server): Error messages are "-ERR".
4330
4331 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4334         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4335
4336 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4337
4338         * gnus.el: No Gnus v0.17 is released.
4339
4340 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4341
4342         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4343         buffer has moved to a different frame.
4344
4345 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4348         to get the conversion from unibyte to multibyte buffers to work on
4349         Emacs 22.
4350
4351         * nntp.el (nntp-request-article): Slight clean-up.
4352
4353 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * shr.el (shr-strike-through): New face.
4356         (shr-tag-s): Use it to provide <s> support.
4357         (shr-tag-s): Remove duplicate definition.
4358
4359 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4362         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4363
4364 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4365
4366         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4367         `gnutls-negotiate'.
4368         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4369
4370 2011-04-23  Glenn Morris  <rgm@gnu.org>
4371
4372         * gnus-sum.el (gnus-extra-headers): Bump :version.
4373
4374 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * shr.el (shr-tag-sup): New function.
4377         (shr-tag-sub): Ditto.
4378
4379 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4382         for the case where `gnus-registry-ignored-groups' is a list of lists,
4383         and don't call `gnus-parameter-registry-ignore' otherwise.
4384
4385 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4386
4387         * nnimap.el (nnimap-user): New backend variable.
4388         (nnimap-open-connection-1): Use it.
4389         (nnimap-credentials): Accept user parameter so it's explicit what user
4390         name is desired.
4391
4392         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4393         default.
4394
4395         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4396         not gnus-registry.el.
4397
4398         * gnus-registry.el: Mention in comments how to modify
4399         `gnus-extra-headers' for proper recipient tracking and that it may
4400         already have To and Cc recently, which it does as of this commit.
4401         (gnus-registry-ignored-groups): Remove defcustom.
4402         Explain why in comments.
4403         (gnus-registry-action): Fix data-header reference to use the extra
4404         headers.  Explain in package commentary how to add To and Cc headers to
4405         the gnus-extra-headers.
4406         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4407         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4408         parameter list or a string list in `gnus-registry-ignored-groups'.
4409         Fix logic error.
4410
4411 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * shr.el (shr-expand-url): Protect against null urls.
4414
4415 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * shr.el (shr-base): New binding.
4418         (shr-tag-base): Keep track of <base>.
4419         (shr-expand-url): New function used throughout.
4420
4421 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * gnus-registry.el
4424         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4425         (gnus-registry-ignored-groups): New variable.
4426         (gnus-registry-ignore-group-p): Use it.
4427         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4428         set the destination group to nil (same as delete) if it's ignored.
4429
4430 2011-04-20  David Engster  <dengste@eml.cc>
4431
4432         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4433
4434         * Makefile.in (test-nntp): New rule.
4435         (check): Add it.
4436         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4437
4438 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-registry.el (gnus-registry-action)
4441         (gnus-registry-fetch-header-fast):
4442         Don't use mail-header that looks an internal function of mailheader.el.
4443
4444 2011-04-19  Glenn Morris  <rgm@gnu.org>
4445
4446         * time-date.el (time-to-days): Remove unused local variables.
4447
4448 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-registry.el: Eliminate cl functions.
4451         (gnus-registry-sort-addresses): New function that replaces mapcan.
4452         (gnus-registry-action, gnus-registry-spool-action)
4453         (gnus-registry-split-fancy-with-parent)
4454         (gnus-registry-fetch-recipients-fast): Use it.
4455         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4456
4457         * registry.el (initialize-instance, registry-lookup)
4458         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4459         (registry-lookup-secondary-value, registry-search, registry-delete)
4460         (registry-insert, registry-reindex, registry-size, registry-prune):
4461         Use eval-and-compile.
4462
4463 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * registry.el (registry-reindex): New method to recreate the secondary
4466         registry indices.
4467
4468         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4469         tracked field changes.
4470         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4471         (gnus-registry-action, gnus-registry-spool-action)
4472         (gnus-registry-handle-action)
4473         (gnus-registry--split-fancy-with-parent-internal)
4474         (gnus-registry-split-fancy-with-parent)
4475         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4476         move, and delete actions, and for fancy splitting with parent.
4477         (gnus-registry-extract-addresses)
4478         (gnus-registry-fetch-recipients-fast)
4479         (gnus-registry-fetch-header-fast): Convenience functions.
4480         (gnus-registry-misc-test): ERT test of
4481         `gnus-registry-extract-addresses'.
4482
4483 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4484
4485         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4486         Track by subject first, then sender.
4487
4488 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4489
4490         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4491
4492         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4493         Lisp.
4494
4495         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4496         (gnus-draft-send): Use it to avoid popping
4497         up frames from gnus-group-send-queue.
4498
4499 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * gnus-registry.el: Updated gnus-registry docs.
4502
4503 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4506         Fix logic bug.
4507         (gnus-registry-post-process-groups): Fix logging of no results and
4508         quote sender and subject.
4509
4510 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4513         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4514         gnutls-cli are too slow to be done opportunistically.
4515
4516         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4517         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4518         we had no early-data returned.
4519         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4520         two async commands to the same server at the same time.
4521
4522 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4523
4524         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4525
4526 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4529         "warning" level.
4530
4531         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4532         (mm-url-insert-file-contents): Don't set the package names.
4533
4534 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * gnus-registry.el (gnus-registry-action): Remove properties and
4537         simplify subject in `gnus-registry-handle-action'.
4538         (gnus-registry-spool-action): Get subject and sender from message if
4539         they are not passed in.
4540         (gnus-registry-handle-action): Remove properties and simplify subject
4541         consistently.
4542
4543 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4544
4545         * registry.el: Require CL before using defmacro*.
4546
4547 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-art.el (article-treat-date): Assume that
4550         gnus-article-date-headers may be a group parameter.
4551
4552 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4555
4556         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4557         interactively so the newsrc file can contain foreign groups too.
4558         Useful for debugging but not much for users.
4559
4560 2011-04-07  David Engster  <dengste@eml.cc>
4561
4562         * registry.el (registry-usage-test): Only do
4563         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4564         lexical binding.
4565
4566 2011-04-07  David Engster  <dengste@eml.cc>
4567
4568         * Makefile.in (check, test-registry): New rules for test-suite.
4569
4570 2011-04-06  David Engster  <dengste@eml.cc>
4571
4572         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4573         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4574
4575 2011-04-06  David Engster  <dengste@eml.cc>
4576
4577         * registry.el (initialize-instance): Change :after to :AFTER to be
4578         compatible with old EIEIO version in XEmacs.
4579
4580 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * gnus-registry.el (gnus-registry-post-process-groups)
4583         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4584         and provide better messaging.
4585
4586 2011-04-06  David Engster  <dengste@eml.cc>
4587
4588         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4589         errors.
4590
4591         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4592         dgnushack-compile with error-on-warn enabled, and to signal an error if
4593         clean compilation failed.
4594         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4595         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4596
4597 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4600         unconditionally anyway, discarding errors.
4601         (gnus-registry-delete-entries): New convenience function.
4602         (gnus-registry-import-eld): Import from old .eld registry.
4603
4604         * registry.el: Don't use ERT if it's not available.  Load it
4605         unconditionally anyway, discarding errors.
4606
4607         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4608         version from the Claudio Bley GnuTLS patch (extra optional parameters
4609         and host name).
4610
4611 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4614         fixup the parameters that can be customized by the user between
4615         save/read cycles.
4616         (gnus-registry-read): Use it.
4617         (gnus-registry-make-db): Use it.
4618         (gnus-registry-spool-action, gnus-registry-handle-action):
4619         Fix messaging.
4620         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4621         Map references to actual group names with sender and subject tracking.
4622         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4623         (gnus-registry-usage-test): Add subject lookup test.
4624
4625         * registry.el (registry-db, initialize-instance): Set up constructor
4626         instead of :initform arguments for the sake of older Emacsen.
4627         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4628         pre-lexbind merge bug.
4629         (registry-usage-test): Use it.
4630         (initialize-instance, registry-db): Move the non-function initforms
4631         back to the class definition.
4632
4633 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * registry.el: New library to manage gnus-registry-style data.
4636
4637         * gnus-registry.el: Use it (major rewrite).
4638
4639         * nnregistry.el: Use it.
4640
4641         * spam.el: Use it.
4642
4643 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4646         marks on non-selected articles.
4647
4648 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4649
4650         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4651         parameter to open-protocol-stream.
4652
4653 2011-04-01  Julien Danjou  <julien@danjou.info>
4654
4655         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4656         fundamental-mode.
4657
4658 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4661         servers.
4662
4663 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4666         made marks not propagate, again.
4667
4668 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4669
4670         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4671         Make this the default type.
4672         (proto-stream-open-plain): Rename from proto-stream-open-default.
4673         (open-protocol-stream, proto-stream-open-starttls)
4674         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4675         with `plain'.
4676
4677         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4678         value.
4679
4680         * nntp.el (nntp-open-connection-function): Document the fact that some
4681         values are not functions but are instead handled specially.
4682         Recognize nntp-open-plain-stream value.
4683         (nntp-open-connection): Recognize that value.
4684
4685 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4688         where it seems to be needed.
4689
4690 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4693         stuff.
4694
4695         * gnus-score.el (gnus-score-string): Fix calling convention of
4696         `gnus-simplify-buffer-fuzzy' after last patches.
4697
4698         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4699         server for articles we didn't get any headers for.  This is a sanity
4700         check.
4701
4702 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4703
4704         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4705         new CAPABILITY, use it.
4706
4707 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4710         downloading anything.
4711
4712         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4713
4714 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4715
4716         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4717         colors.
4718         (gnus-splash-svg-color-symbols): New function.
4719
4720 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4723         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4724         (gnus-simplify-subject-fuzzy): Use the local
4725         gnus-simplify-subject-fuzzy-regex instead of the global one.
4726         This makes using this variable in group parameters work.
4727
4728 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * gnus-registry.el (gnus-registry-unfollowed-groups):
4731         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4732         archive:sent-YYYY-MM-DD groups).
4733         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4734         tracking if there are more than `gnus-registry-max-track-groups'
4735         matches.
4736
4737 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4738
4739         * message.el (message--yank-original-internal): New function to do the
4740         insertion cleanly inside eval in `message-yank-original'.
4741         (message-yank-original): Use it.
4742
4743 2011-03-29  Julien Danjou  <julien@danjou.info>
4744
4745         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4746         local variables disabled rather than `normal-mode'.
4747
4748 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4749
4750         * imap.el (imap-shell-open, imap-process-connection-type):
4751         Use imap-process-connection-type for 'shell' streams as well as
4752         Kerberos, SSL, other subprocesses.
4753
4754 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4755
4756         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4757         with open-network-stream.
4758         (proto-stream-always-use-starttls): Option removed.
4759         (open-protocol-stream): Return a process object by default.  Provide a
4760         new parameter :return-list specifying a list-type return value, which
4761         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4762         :type `network' to `try-starttls', and `network-only' to `default'.
4763         Make `default' the default, for compatibility with open-network-stream.
4764         Handle the no-parameter case exactly as open-network-stream, with no
4765         additional stream processing.  Search plists using plist-get.
4766         Explicitly add :end-of-commend parameter if it is missing.
4767         (proto-stream-open-default): Rename from
4768         proto-stream-open-network-only.  Return 'default as the type.
4769         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4770         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4771         failed.  Always return a list with a (possibly dead) process as the
4772         first element, for compatibility with open-network-stream.
4773         (proto-stream-open-tls): Use plist-get.  Always return a list.
4774         (proto-stream-open-shell): Return `default' as connection type.
4775         (proto-stream-capability-open): Use plist-get.
4776         (proto-stream-eoc): Function deleted.
4777
4778         * nnimap.el (nnimap-stream, nnimap-open-connection)
4779         (nnimap-open-connection-1): Handle renaming of :type parameter for
4780         open-protocol-stream.
4781         (nnimap-open-connection-1): Pass a :return-list parameter
4782         open-protocol-stream to obtain a list return value.  Parse this list
4783         using plist-get.
4784
4785         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4786         for open-protocol-stream.  Accept open-protocol-stream return value
4787         that is a subprocess object instead of a list.  Handle the case of a
4788         dead returned process.
4789
4790 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4793
4794         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4795
4796 2011-03-21  Julien Danjou  <julien@danjou.info>
4797
4798         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4799         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4800         query.
4801         (mm-inline-text): Render normal text with fontification whenever
4802         possible.
4803
4804         * gnus-sum.el (gnus-summary-save-parts-1):
4805         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4806         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4807         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4808         Use `mm-handle-filename'.
4809
4810         * mm-util.el (mm-handle-filename): New function, return the filename of
4811         an handle.
4812
4813 2011-03-18  Julien Danjou  <julien@danjou.info>
4814
4815         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4816         (gnus-buffer-live-p): Check that buffer is not nil.
4817
4818 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4819
4820         * gnus.el: No Gnus v0.15 is released.
4821
4822 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4825         avoid warning on XEmacs.
4826
4827         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4828         on XEmacs.
4829
4830         * gnus-art.el: Require mouse, which the build bot seems to say is
4831         needed.
4832
4833         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4834
4835         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4836         XEmacs, since it doesn't have url-retrieve-synchronously.
4837
4838         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4839         since assoc-string doesn't exist in XEmacs.
4840
4841 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4842
4843         * gnus-group.el (gnus-group-list-ticked): New function.
4844         (gnus-group-make-menu-bar): Provide a menu entry for it.
4845         (gnus-group-list-map): Provide a binding for it.
4846
4847 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * shr.el (shr-visit-file): New command.
4850
4851         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4852
4853 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4854
4855         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4856         servers.
4857
4858 2011-03-16  Julien Danjou  <julien@danjou.info>
4859
4860         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4861         inline.
4862
4863         * gnus-art.el (article-hide-list-identifiers):
4864         Use gnus-group-get-list-identifiers.
4865
4866         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4867         (gnus-summary-remove-list-identifiers):
4868         Use gnus-group-get-list-identifiers to get regexp.
4869         (gnus-select-newsgroup, gnus-summary-insert-subject)
4870         (gnus-summary-insert-articles):
4871         Call gnus-summary-remove-list-identifiers unconditionally.
4872
4873 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4876         we're selecting a group with unread articles.
4877
4878         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4879
4880         * gssapi.el: New file separated out from imap.el to provide a general
4881         Kerberos 5 connection facility for Emacs.
4882
4883         * message.el (message-elide-ellipsis): Document the format spec
4884         ellipsis.
4885
4886 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4887
4888         * message.el (message-elide-region): Allow the ellipsis to say how many
4889         lines were removed.
4890
4891 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4894         window configurations containing buffers that are now dead.
4895
4896         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4897         parsing to avoid integer overflows.
4898         (nnimap-parse-flags): Simplify the last change.
4899         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4900         too large for 32-bit Emacsen.
4901
4902 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4903
4904         * auth-source.el (auth-source-netrc-create):
4905         * message.el (message-yank-original): Fix use of `case'.
4906
4907 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4908
4909         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4910         XEmacs, which was one character too wide.
4911
4912 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4913
4914         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4915         default number of articles to display.
4916         (gnus-articles-to-read): Use pretty names for prompt.
4917
4918 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * gnus-int.el (gnus-open-server): Ditto.
4921
4922         * gnus-start.el (gnus-activate-group): Give a backtrace if
4923         debug-on-quit is set and the user hits `C-g'.
4924         (gnus-read-active-file): Ditto.
4925
4926         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4927
4928 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4929
4930         * message.el (message-yank-original): Use cond instead of CL case.
4931
4932 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4933
4934         * auth-source.el (auth-source-netrc-create): Use usual format for the
4935         default in prompts.
4936
4937 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * lpath.el: Fbind read-char-choice for XEmacs.
4940
4941 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * auth-source.el (auth-source-netrc-create): Show the default in the
4944         prompt when prompting for token creation.
4945
4946 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * auth-source.el (auth-source-format-prompt): Always convert the value
4949         to a string to avoid evaluating non-string arguments.
4950         (auth-source-netrc-create): Offer default properly, not as initial
4951         content in `read-string'.
4952         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4953         of line to determine if we've been run before.  If so, don't run again,
4954         but print a trivial message to indicate the cache was hit instead.
4955
4956 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4959         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4960         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4961         Gnus.
4962
4963 2011-03-11  Julien Danjou  <julien@danjou.info>
4964
4965         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4966         modified file".
4967
4968 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * auth-source.el (auth-source-read-char-choice): New function to read a
4971         character choice using `dropdown-list', `read-char-choice', or
4972         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4973         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4974         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4975         (auth-source-netrc-saver): Use it.
4976         (auth-source-pick-first-password): New convenience function.
4977
4978 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4979
4980         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4981         parameter in the credentials.
4982         (nnimap-open-connection-1): Use it after a successful login.
4983         (nnimap-credentials): Add IMAP-specific user and password prompt.
4984
4985         * auth-source.el (auth-source-search): Add :require parameter, taking a
4986         list.  Document it and the :save-function return token.  Pass :require
4987         down.  Change the CREATED message from a warning to a debug statement.
4988         (auth-source-search-backends): Pass :require down.
4989         (auth-source-netrc-search): Pass :require down.
4990         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4991         Change save prompt to indicate all modifications saved here are
4992         deletions.
4993         (auth-source-netrc-create): Take user login name as default in user
4994         prompt.  Move all the save functionality to a lexically bound function
4995         under the :save-function token in the returned list.  Set up clearer
4996         default prompts for user, host, port, and secret.
4997         (auth-source-netrc-saver): New function, intended to be wrapped for
4998         :save-function.
4999
5000 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5003         lines to be spaces instead.
5004
5005 2011-03-07  Julien Danjou  <julien@danjou.info>
5006
5007         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5008         (sieve-sasl-auth): Check that auth-source-search did return something,
5009         or just return an empty string.
5010
5011 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5012
5013         * gnus.el (gnus-interactive): Use read-directory-name.
5014
5015         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5016         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5017         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5018         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5019         Likewise.
5020
5021         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5022
5023 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5026         onto the list of killed groups, too.  This makes killed nnimap groups,
5027         for instance, more reliably not reappear.
5028
5029         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5030         the parent.
5031
5032         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5033
5034         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5035         really have server-side marks.
5036
5037         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5038         since most backends do not usefully have server-side marks.
5039         (gnus-update-read-articles): Propagate marks to all backends that
5040         really have server-side marks.
5041
5042 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5043
5044         * message.el (message-cite-reply-position, message-cite-style):
5045         New variables.
5046         (message-yank-original): Use the new citation styles.
5047
5048 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5049
5050         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5051         buffer-local issue); don't mark it buffer-local when running under
5052         XEmacs.
5053
5054 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5055
5056         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5057         numbers too big to be `read'.
5058
5059 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * password-cache.el (password-in-cache-p): Add autoload.
5062
5063         * message.el (message-options): Make buffer-local two ways to attempt
5064         to fix a XEmacs bug.
5065
5066 2011-03-02  Julien Danjou  <julien@danjou.info>
5067
5068         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5069
5070 2011-03-01  Julien Danjou  <julien@danjou.info>
5071
5072         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5073         group.
5074         (article-hide-list-identifiers): Use list-identifier group parameter.
5075
5076 2011-02-28  Julien Danjou  <julien@danjou.info>
5077
5078         * sieve.el (sieve-buffer-script-name): New local variable to store
5079         sieve script name.
5080         (sieve-edit-script): Store sieve script name.
5081         (sieve-upload): Use sieve script name when uploading.
5082         (sieve-upload): Use substitute-command-keys.
5083         (sieve-edit-script): Use substitute-command-keys.
5084         (sieve-refresh-scriptlist): Use substitute-command-keys.
5085         (sieve-manage-mode-map): Define keymap properly.
5086         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5087         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5088         Remove commented code about cvs.
5089         (sieve-manage-quit): New function.
5090         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5091
5092 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5095
5096 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5097
5098         * auth-source.el (auth-source-search): Cache empty result sets.
5099
5100         * password-cache.el (password-in-cache-p): Convenience function to
5101         check if a key is in the cache, even if the value is nil.
5102
5103         * auth-source.el (auth-source-save-behavior): New variable to replace
5104         `auth-source-never-create'.
5105         (auth-source-netrc-create): Use it.
5106         (auth-source-never-save): Remove.
5107
5108 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5109
5110         * nnimap.el (nnimap-stream): Doc fix.
5111         (nnimap-open-connection-1): Reverse the order of the ports to that the
5112         prompted-for port is first.
5113
5114         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5115         retrieval by the no-group selection.
5116
5117         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5118         numerical parameters.
5119
5120 2011-02-25  Julien Danjou  <julien@danjou.info>
5121
5122         * gnus-gravatar.el: Use gnus-with-article-buffer.
5123
5124         * gnus-art.el (gnus-with-article-buffer): Check that the
5125         gnus-article-buffer is alive.
5126
5127 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         * auth-source.el (auth-source-creation-prompts): New variable to manage
5130         creation-time prompts.
5131         (auth-source-search): Document it.
5132         (auth-source-format-prompt): Add utility function.
5133         (auth-source-netrc-create): Don't default the user name to
5134         user-login-name.  Use `auth-source-creation-prompts' and some default
5135         prompts for user, host, port, and password (the default generic prompt
5136         remains ugly).
5137         (auth-source-never-save): Add customizable option to never save info.
5138         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5139         mode excursion.
5140
5141 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5144         argument that XEmacs doesn't support.
5145
5146         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5147         compiled for Emacsen having no `libxml-parse-html-region' support.
5148
5149         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5150
5151         * lpath.el: Bind buffer-save-without-query for XEmacs.
5152
5153 2011-02-23  Julien Danjou  <julien@danjou.info>
5154
5155         * gnus-art.el (article-make-date-line): Ignore errors if time is
5156         invalid and not convertible.
5157         (article-make-date-line): Only add lapsed time if time is not nil.
5158
5159 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5160
5161         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5162         `read-char-choice' for backwards compatibility.
5163         (auth-source-netrc-element-or-first): New function to DTRT for
5164         parameter extraction.
5165         (auth-source-netrc-create): Use it and fix multiple parameter print
5166         bug.  Use the default passed from above (given-default) or the
5167         built-in (user-login-name for :user).
5168
5169 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-start.el (gnus-dribble-read-file):
5172         Set buffer-save-without-query, since we always want to save the dribble
5173         file, probably.
5174
5175         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5176         nnimap.
5177
5178         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5179         -summary- since it's a user-visible variable.
5180
5181         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5182         first time you use the new Gnus.
5183
5184 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * auth-source.el: Don't load netrc.el.
5187         (auth-sources): Search ~/.netrc as well by default.
5188         (auth-source-debug): Add 'trivia option for extra output.
5189         (auth-source-do-trivia): Use it.
5190         (auth-source-search): Simplify logic to use
5191         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5192         appropriate.  Don't keep a running count at this level.  Layer :create
5193         and :delete options appropriately on the first and second passes.
5194         Don't track the backend with the search results.
5195         (auth-source-search-backends): New function to search a list of
5196         backends for a processed spec.
5197         (auth-source-netrc-parse): Cache all netrc files, making
5198         auth-source-netrc-cache an alist keyed by the file name and using the
5199         file mtime as the caching criterion.  Keep the obfuscated data secret
5200         with a lexical bind.
5201         (auth-source-netrc-search): Don't calculate the length of the results
5202         unnecessarily.
5203         (auth-source-search-backends): Fix bug.
5204         (auth-source-netrc-create): Rework prompts.
5205
5206 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5207
5208         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5209         Lower case names of search constraints.
5210         (nnir-run-query): Cache and reuse search constraints for all imap
5211         servers.
5212
5213 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5216         after exit.
5217         (gnus-setup-message): Define missing variable from last checkin.
5218
5219         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5220         value, show the raw article.
5221
5222 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5223
5224         * gnus.el: No Gnus v0.13 is released.
5225
5226 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5227
5228         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5229         auth-source now accepts numbers.
5230
5231         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5232         spec, too.
5233         (auth-source-ensure-strings): New function.
5234
5235         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5236         (gnus-article-setup-buffer): Always restart the date timer so that user
5237         changes to the frequency is respected.
5238
5239         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5240         port numbers, so make sure it gets that if nnimap-server-port is
5241         explicit.
5242
5243 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5244
5245         * nnimap.el (nnimap-inbox): Doc fix.
5246
5247 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5248
5249         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5250         Autoload.  Add optional arg FRAME, and pass it to color-values.
5251         (color-complement): Caller changed.  Doc fix.
5252         (color-gradient): Rewrite for better clarity and efficiency.
5253
5254 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5255
5256         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5257         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5258         color-lab-to-srgb.
5259
5260 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5261
5262         * color.el: First part of merge from hexrgb.el.
5263         (color-rgb-to-hex): Rename from color-rgb->hex.
5264         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5265         saturation to zero if the value is too small.
5266         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5267         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5268         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5269         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5270         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5271         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5272         (color-cie-de2000): Doc fix.
5273
5274 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5275
5276         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5277         given method as in the group name if we're using an extended method.
5278         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5279         command, if we're using that, instead of waiting for the beginning.
5280
5281         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5282         we're sure to get unique server names, and we don't output two async
5283         commands in the same buffer.  This fixes an NNTP hang for some users.
5284
5285 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5286
5287         * gnus.el: No Gnus v0.11 is released.
5288
5289 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5292         summary buffer before reading going to the next buffer.  This avoids
5293         putting the point in the group buffer if you `C-g' the command.
5294
5295         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5296         cache (for now) to make ~/.authinfo.gpg files usable.
5297
5298         * nnfolder.el (copyright-update): Define for the compiler.
5299
5300         * auth-source.el (auth-source-search): Fix unbound variable.
5301
5302 2011-02-19  Glenn Morris  <rgm@gnu.org>
5303
5304         * gnus.el (gnus-meta): Doc fix.
5305
5306 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5307
5308         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5309         in case it's not yet loaded.
5310
5311 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5312
5313         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5314         line we're waiting for.
5315
5316 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5317
5318         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5319         face with line-width greater than zero will cause RET in gnus summary
5320         buffer to scroll down article page-wise because auto vscroll happens,
5321         it should be temporally disabled when doing a scroll-up.
5322
5323 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5324
5325         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5326         outputs from the server.
5327
5328 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5329
5330         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5331         later so that bbdb can hook in easier.
5332
5333 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5334
5335         * auth-source.el (auth-source-search): Don't try to create credentials
5336         if the caller doesn't want that.
5337         (auth-source-search): If we don't find a match, don't bug out on
5338         non-bound variables.
5339         (auth-source-search): Only ask a single backend to create the
5340         credentials.
5341
5342         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5343         logging.
5344         (nnimap-credentials): Protect against auth-source-search returning nil.
5345         (nnimap-request-list): Protect against not being able to open the
5346         server.
5347
5348 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5349
5350         * auth-source.el (auth-source-search): Do a two-phase search, one with
5351         no :create to get the responses from all backends.
5352
5353         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5354         when getting credentials.
5355
5356         * gnus-util.el (gnus-delete-duplicates): New function.
5357
5358 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5361         a creation default, pass the whole port list down.  It will be
5362         completed.
5363
5364         * auth-source.el (auth-source-search): Updated docs to talk about
5365         multiple creation choices.
5366         (auth-source-netrc-create): Accept a list as a value (from the search
5367         parameters) and do completion on that list.  Keep a separate netrc line
5368         with the password obscured for showing the user.
5369
5370         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5371         first choice to `auth-source-search' so it will be used for entry
5372         creation instead of the server's Gnus-specific name.
5373         (nnimap-credentials): Rely on the auth-source library to select which
5374         port is actually wanted in the new netrc entry, so don't override
5375         `auth-source-creation-defaults'.
5376
5377         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5378         :protocol and accept a missing user, host, or port as a wildcard match.
5379         (auth-source-debug): Default to off.
5380
5381         (auth-source-netrc-search, auth-source-netrc-create)
5382         (auth-source-secrets-search, auth-source-secrets-create)
5383         (auth-source-user-or-password, auth-source-backend, auth-sources)
5384         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5385         instead of :protocol.
5386
5387         * nnimap.el (nnimap-credentials): Pass a port default to
5388         `auth-source-search' in case an entry needs to be created.
5389         (nnimap-open-connection-1): Use :port instead of :protocol.
5390
5391 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * auth-source.el: Bind load-path when loading EIEIO from
5394         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5395         21.4 doesn't support, to `require'.
5396         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5397         delete-dups that is not available in XEmacs 21.4.
5398
5399 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5400
5401         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5402         as EIEIO must also be loaded when auth-source.el is being
5403         byte-compiled.
5404
5405 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5408
5409         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5410
5411         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5412
5413         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5414
5415         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5416
5417         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5418
5419         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5420
5421         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5422         necessary.
5423
5424 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5425
5426         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5427         nil means that nnimap doesn't get updated.
5428
5429 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5430
5431         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5432         result when the user doesn't want to write to the file.
5433         (auth-source-netrc-search): Expect a synthetic result and proceed
5434         accordingly.
5435         (auth-source-cache-expiry): New variable to override
5436         `password-cache-expiry'.
5437         (auth-source-remember): Use it.
5438
5439         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5440         parameter.  Create entry if necessary by using :create t.
5441         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5442
5443 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * auth-source.el (auth-source-debug): Enable by default and don't
5446         mention the obsolete `auth-source-hide-passwords'.
5447         (auth-source-do-warn): New function to debug unconditionally.
5448         (auth-source-do-debug): Use it.
5449         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5450         and for Secrets API entries when the secrets.el library is not
5451         available.
5452
5453 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5456         (gnus-summary-exit): Kill the correct article buffer on exit from a
5457         `C-d' group.
5458
5459         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5460         gnus-propagate-marks.
5461
5462         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5463         before killing the buffers so that a non-full window conf gets handled
5464         correctly.
5465         (gnus-summary-exit): Ditto.
5466         (gnus-summary-read-group-1): Ditto.
5467
5468         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5469         async code again so that we can debug it properly.
5470
5471         * message.el (message-reply): Take an optional switch-buffer parameter
5472         so that Gnus window confs are respected better.
5473
5474 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5477         `plist-get' to accept non-list parameters (XEmacs issue).
5478         Fix docstring.
5479         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5480         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5481         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5482         Login collection is "Login" and not "login".
5483
5484 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5487         multiple headers.
5488
5489         * nnimap.el (nnimap-inhibit-logging): New variable.
5490         (nnimap-log-command): Don't log login commands.
5491
5492         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5493         to have more parameters.
5494
5495         * nnimap.el (nnimap-send-command): Mark the command time for each
5496         command, so that we don't get NOOPs stepping on our toes.
5497
5498         * gnus-art.el (article-date-ut): Get the date from the Date header on
5499         `t'.
5500
5501 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * auth-source.el (auth-source-search): Use copy-sequence instead of
5504         the cl.el copy-list.
5505
5506 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * imap.el: Bring it back (revert
5509         84d800cd31de3064f0ed39617d725709a2f8f42f).
5510
5511 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5512
5513         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5514         Improve prompt.
5515
5516 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5517
5518         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5519         washing status from the default format.  It isn't very informative.
5520
5521 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5522
5523         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5524         Fix Gcc processing on imap.
5525
5526 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * imap.el: Remove file.  All the functionality is in nnimap.el.
5529
5530 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5531
5532         * message.el (message-bury): Don't pop up a new window when selected
5533         window is dedicated.
5534
5535 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5536
5537         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5538
5539 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5540
5541         * sieve-manage.el: Autoload `auth-source-search'.
5542         (sieve-sasl-auth): Use it.
5543
5544 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * nnimap.el: Autoload `auth-source-forget+'.
5547         (nnimap-open-connection-1): Use it if the connection fails.
5548
5549         * auth-source.el: Require `password-cache'.
5550         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5551         obsolete.
5552         (auth-source-magic): Marker for `password-cache' keys.
5553         (auth-source-do-cache): Update docstring.
5554         (auth-source-search): Use and check cache.
5555         (auth-source-forget-all-cached, auth-source-remember)
5556         (auth-source-recall, auth-source-forget, auth-source-forget+)
5557         (auth-source-specmatchp): Caching support functions.
5558         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5559         Remove and obsolete.
5560         (auth-source-user-or-password): Remove caching to further discourage
5561         using it.  Always hide passwords.
5562
5563         * password-cache.el (password-cache-remove): Accept secrets that are
5564         not strings.
5565
5566 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5567
5568         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5569         code for now, since it doesn't work for all users.
5570
5571 2011-02-09  Julien Danjou  <julien@danjou.info>
5572
5573         * message.el (message-options): Make message-options really buffer
5574         local.
5575
5576 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * mail-source.el: Autoload `auth-source-search'.
5579         (mail-source-keyword-map): Note order matters.
5580         (mail-source-set-1): Get all the mail-source source values and
5581         defaults and search auth-source on those if needed.  This can all
5582         probably be simplified.
5583
5584         * nnimap.el: Autoload `auth-source-search'.
5585         (nnimap-credentials): Use it.
5586         (nnimap-open-connection-1): Ask for the virtual server and physical
5587         address in one shot.
5588
5589         * nntp.el: Autoload `auth-source-search'.
5590         (nntp-send-authinfo): Use it.  Note TODO.
5591
5592 2011-02-08  Julien Danjou  <julien@danjou.info>
5593
5594         * shr.el (shr-tag-body): Add support for text attribute in body
5595         markups.
5596
5597         * message.el (message-options): Make message-options a local variable.
5598
5599 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * auth-source.el (auth-source-secrets-search)
5602         (auth-source-user-or-password): Use `append' instead of `nconc'.
5603         (auth-source-user-or-password): Build return list better and protect
5604         against nil :secret.
5605
5606 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5607
5608         * nnimap.el (nnimap-update-info): Refactor slightly.
5609         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5610         (nnimap-update-info): Clean up slightly.
5611         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5612         characters.
5613         (nnimap-process-quirk): Rename function to avoid collision.
5614         (nnimap-update-info): Fix macrology bug-out.
5615         (nnimap-update-info): Simplify split history test.
5616
5617 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5618
5619         * auth-source.el (top): Require 'eieio unconditionally.
5620         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5621         (auth-source-secrets-search): Limit search when `max' is greater than
5622         number of results.
5623
5624 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5625
5626         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5627         part not returning any data.
5628
5629         * proto-stream.el (open-protocol-stream): Document the return value.
5630
5631 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * auth-source.el (auth-source-secrets-search): Add examples.
5634
5635 2011-02-06  Julien Danjou  <julien@danjou.info>
5636
5637         * message.el (message-setup-1): Handle message-generate-headers-first
5638         set to t.
5639
5640 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5643         API with a string "secrets:collection-name" and with 'default.
5644         (auth-source-backend-parse): Parse "secrets:collection-name" and
5645         'default.  Recurse on parses instead of repeating code.  Use the
5646         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5647         message when ignoring a source.
5648         (auth-source-search): List ignored search keys at the top level.
5649         (auth-source-netrc-create): Use `case' instead of `cond'.
5650         (auth-source-secrets-search): Created with TODOs.
5651         (auth-source-secrets-create): Created with TODOs.
5652         (auth-source-retrieve, auth-source-create, auth-source-delete)
5653         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5654         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5655         (auth-source-user-or-password-sftp)
5656         (auth-source-user-or-password-smtp): Remove.
5657         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5658         around `auth-source-search'.  Not tested thoroughly.
5659
5660 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5661
5662         * auth-source.el: Bring in assoc and eioeio libraries.
5663         (secrets-enabled): New variable to track the status of the Secrets API.
5664         (auth-source-backend): New EIOEIO class to represent a backend.
5665         (auth-source-creation-defaults): New variable to set prompt defaults
5666         during token creation (see the `auth-source-search' docstring for
5667         details).
5668         (auth-sources): Simplify to allow a simple string as a netrc backend
5669         spec.
5670         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5671         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5672         (auth-source-search): Main auth-source API entry point.
5673         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5674         (auth-source-search-collection): Helper function for searching.
5675         (auth-source-netrc-parse, auth-source-netrc-normalize)
5676         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5677         Supports search, create, and delete.
5678         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5679         backend stubs.
5680         (auth-source-user-or-password): Call `auth-source-search' but it's not
5681         ready yet.
5682
5683 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5684
5685         * message.el (message-setup-1): Remove the read-only stuff, since it
5686         doesn't work under XEmacs, for some reason.
5687
5688         * gnus-sum.el (gnus-user-date): Rename back from
5689         gnus-summary-user-date since user code refers to it.
5690
5691         * shr.el (shr-render-td): Store the actual background color used.
5692
5693         * message.el (message-setup-1): Don't bind the constant
5694         -forbidden-properties.
5695         (message-setup-1): Revert previous change, since it needs to bind the
5696         props to insert them.
5697         (message-resend): Allow removing the read-only separator line.
5698
5699 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5700
5701         * nnimap.el (nnimap-request-accept-article): Give an error message if
5702         the APPEND wasn't successful.
5703
5704 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5705
5706         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5707         that have no groups.
5708
5709 2011-02-03  Julien Danjou  <julien@danjou.info>
5710
5711         * gnus-draft.el: Remove progn around gnus-draft-setup.
5712
5713 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5714
5715         * gnus-start.el (gnus-read-active-for-groups): This function is never
5716         called with a nil `infos', so clean that up.
5717         (gnus-get-unread-articles): Request active files from primary/secondary
5718         methods that have no groups (yet).
5719
5720 2011-02-03  Julien Danjou  <julien@danjou.info>
5721
5722         * message.el (message-setup-1): Always generate References first.
5723         (message-mail): Return the return value of message-setup, not always t.
5724         (message-setup-1): Insert mail-header-separator with read-only and
5725         intangible properties set.
5726
5727         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5728         user-date in docstring.
5729
5730         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5731
5732         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5733         docstring.
5734
5735         * gnus.el (gnus-user-date-format-alist): Change default value.
5736         Use defcustom, with type and group. Move from gnus-util.el.
5737         Rename to gnus-summary-user-date-format-alist.
5738
5739 2011-02-03  Glenn Morris  <rgm@gnu.org>
5740
5741         * nnimap.el (gnus-fetch-headers): Declare.
5742
5743         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5744
5745 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5746
5747         * message.el (message-forward-make-body-digest-plain)
5748         (message-followup, message-reply): Clean up things noted by Stefan.
5749
5750         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5751         gnus-article-update-date-headers is nil.
5752         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5753         it didn't really work with defcustom.
5754         (article-update-date-lapsed): Make sure the window start doesn't move,
5755         either.
5756
5757 2011-02-01  Julien Danjou  <julien@danjou.info>
5758
5759         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5760         format.
5761
5762         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5763         standard in Emacs nowadays.
5764
5765         * color.el (color-gradient): Add a color-gradient function.
5766
5767 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5768
5769         * message.el (message-expand-name): Don't trust the return value of
5770         bbdb-complete-name.
5771         (message-check-news-header-syntax): Remove unused var `start'.
5772         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5773         (message-inhibit-body-encoding): Move to before first use.
5774         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5775         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5776         (Organization, Message-ID, Date, mh-previous-window-config):
5777         Defvar the vars using dynamic scoping.
5778
5779 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5780
5781         * shr.el (shr-render-td): Only do colors at the final rendering.
5782         Should be slightly faster.
5783         (shr-insert-table): Fix up TD background colors when doing the
5784         vertical padding.
5785
5786         * gnus-art.el (article-date-ut): Protect against articles with no Date
5787         header.
5788         (article-update-date-lapsed): Don't use current-column to find the
5789         horizontal position.  It's fragile in the presence of \003 characters.
5790
5791         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5792
5793 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus-art.el (article-transform-date): Rewrite to still work when
5796         there are several rfc2822 parts.
5797         (article-transform-date): Fix infinite recursion.
5798         (article-date-ut): Replace infinitely many Date headers with a single
5799         one when called interactively.
5800
5801         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5802         secure manner.
5803
5804         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5805         move around by not using save-window-excursion.  It seems to work...
5806
5807 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gnus-art.el (article-make-date-line): Work for user-defined format.
5810
5811 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5812
5813         * nntp.el (nntp-retrieve-group-data-early)
5814         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5815         fetching functions.
5816
5817         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5818         thoroughly for all backends that have no known groups.  This should
5819         allow new nnml methods to retrieve mail.
5820
5821         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5822         that Gnus doesn't know exists again.
5823
5824         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5825         (gnus-treat-date-ut): Ditto.
5826         (gnus-article-update-date-header): Rename.
5827         (gnus-treat-date-local): Remove.
5828         (gnus-treat-date-english): Remove.
5829         (gnus-treat-date-lapsed): Remove.
5830         (gnus-treat-date-combined-lapsed): Remove.
5831         (gnus-treat-date-original): Remove.
5832         (gnus-treat-date-iso8601): Remove.
5833         (gnus-treat-date-user-defined): Remove.
5834         (gnus-article-date-headers): New variable to control all the date
5835         header options.
5836         (article-date-ut): Rewrite to allow using the new way to format date
5837         headers(s).
5838
5839 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5840
5841         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5842         method.
5843         (nnmail-article-group): A better test for fanciness.
5844
5845         * nnimap.el (nnimap-request-head): Protect against not finding the
5846         article by Message-ID.
5847
5848 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5851         keep point at the "same place".
5852
5853 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5854
5855         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5856         data if the group is inactive.
5857
5858 2011-01-28  Julien Danjou  <julien@danjou.info>
5859
5860         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5861         (gnus-all-windows-visible-p): Remove old compatibility code.
5862         (gnus-window-top-edge): Add docstring.
5863
5864         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5865
5866 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5869         older request-update-info.
5870
5871         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5872
5873 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5874
5875         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5876         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5877
5878 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5879
5880         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5881         groups.  This makes the nndraft:queue group pop up if it's not already
5882         there.
5883
5884         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5885         messages" logic, which was reversed.
5886
5887         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5888         the "same place" even if point is on the line being replaced.
5889         (article-update-date-lapsed): Allow updating both the combined lapsed
5890         and the lapsed headers.
5891         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5892         (article-make-date-line): Limit the number of segments dynamically to
5893         avoid too-long lines.
5894
5895 2011-01-27  Julien Danjou  <julien@danjou.info>
5896
5897         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5898         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5899
5900 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5903         Use plist-get instead of the cl function getf.
5904
5905 2011-01-27  Glenn Morris  <rgm@gnu.org>
5906
5907         * gnus-util.el (float-time): Get rid of compiler warning, again.
5908
5909 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5910
5911         * shr.el (shr-put-color): Special-case background colors: Do put them
5912         at the blank parts at the front of the lines.
5913
5914         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5915         exit hook to nix out all data on readedness on group exit.
5916
5917         * gnus-util.el (float-time): If float-time is bound, always use it on
5918         all Emacsen.  It's unclear why the subrp check was there.
5919         (time-date): Require to make some autoload issues on XEmacs go away.
5920
5921         * shr.el (shr-put-color): Don't do the box padding in tables, since
5922         they're already padded.
5923
5924 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5925
5926         * gnus-art.el (gnus-article-next-page): When the last line of the
5927         article is displayed, scroll down once more instead of going to the
5928         next article at once.
5929         (article-lapsed-string): Refactor out and allow specifying how many
5930         segments you want.
5931         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5932         (gnus-article-update-lapsed-header): New variable.
5933
5934         * shr.el: Revert change that made headings use different-sized faces.
5935         The Emacs display engine isn't advanced enough that, for instance,
5936         tables can comfortably use differently-sized faces.
5937
5938 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5939
5940         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5941         used.
5942         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5943         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5944         we're using an encrypted connection.
5945
5946         * proto-stream.el: Alter the interface functions to also return the
5947         actual stream type used: network or tls.
5948
5949 2011-01-25  Julien Danjou  <julien@danjou.info>
5950
5951         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5952         (mm-display-javascript-inline): New function.
5953
5954         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5955         viewing function.
5956
5957 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * shr.el (shr-expand-newlines): Fix variable name.
5960
5961 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5962
5963         * shr.el (shr-expand-newlines): Make nested boxes work.
5964
5965 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5966
5967         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5968         backgrounds.
5969         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5970         in a more sensible manner.
5971
5972 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5975         if EPG is loaded.
5976
5977 2011-01-24  Julien Danjou  <julien@danjou.info>
5978
5979         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5980         tags.
5981
5982 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5985         commands.
5986
5987         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5988         in the article buffer.
5989         (gnus-gravatar-insert): Use blank space from the current buffer to
5990         avoid breaking text properties.  This makes X-Sent updating work again.
5991
5992         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5993
5994 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5997         fix the bug in url-http.el instead.
5998
5999         * shr.el (shr-image-fetched): Ditto.
6000
6001         * shr.el (shr-image-fetched): Avoid having point move in the article
6002         buffer.
6003
6004         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6005         buffer after being called.  It's apparently being killed by url.el, and
6006         killing it made point move to end-of-buffer in a random buffer.
6007
6008         * shr.el (shr-image-fetched): Ditto.
6009
6010 2011-01-23  Julien Danjou  <julien@danjou.info>
6011
6012         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6013
6014         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6015         text/x-org.
6016
6017 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6018
6019         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6020         (i.e., nnimap) returning nil as the article number.
6021
6022 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6023
6024         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6025         "DelSp" parameter in RFC3676.
6026
6027 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6028
6029         * message.el (message-check-recipients): Display the encoded version of
6030         the bogus address if they differ.
6031
6032         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6033         after sending.
6034
6035         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6036
6037         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6038
6039         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6040         group buffer after sending the queue.
6041
6042         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6043
6044 2011-01-22  Julien Danjou  <julien@danjou.info>
6045
6046         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6047
6048 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6049
6050         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6051         nested related parts.
6052
6053         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6054         unexpired articles.  This fixes the regression that led expiry marks to
6055         disappear from nnfolder groups.
6056
6057 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6058
6059         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6060         Don't confuse the "ret" of "retrograde" with RET.
6061
6062 2011-01-21  Julien Danjou  <julien@danjou.info>
6063
6064         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6065         than mm-insert-inline.
6066
6067 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6070         Widen article buffer.
6071
6072 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6073
6074         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6075         the temp buffer.
6076         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6077
6078 2011-01-20  Julien Danjou  <julien@danjou.info>
6079
6080         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6081
6082         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6083         than mm-insert-inline to insert inline part: this respect
6084         mm-inline-media-tests displayers.
6085
6086         * mm-view.el (mm-display-shell-script-inline): New function.
6087
6088         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6089
6090         * mm-uu.el (mm-uu-type-alist): Add org block.
6091         (mm-uu-org-src-code-block-extract): New function.
6092
6093         * mm-view.el (mm-display-org-inline): New function.
6094
6095         * mm-decode.el (mm-automatic-display): Add text/org.
6096
6097         * mailcap.el (mailcap-mime-extensions): Add .org.
6098
6099 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6102         gnus-article-add-buttons.
6103
6104 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6105
6106         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6107         From header with a date and "nobody" as the sender.
6108
6109 2011-01-19  Julien Danjou  <julien@danjou.info>
6110
6111         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6112         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6113         if you have the same regexp several times.
6114         (gnus-button-push): Fix matching when regexp is symbol.
6115
6116 2011-01-15  Glenn Morris  <rgm@gnu.org>
6117
6118         * message.el (message-mail): A compose-mail function should
6119         accept headers as strings.
6120
6121 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6122
6123         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6124         Add :vert-only tags.
6125         (message-mail): New arg RETURN-ACTION.
6126         (message-return-action): New var.
6127         (message-bury): Use it.
6128         (message-mode): Make it buffer-local.
6129         (message-send-and-exit): Always call message-bury.
6130
6131         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6132         message-mail.
6133
6134 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * nnimap.el (nnimap-convert-partial-article): Protect against
6137         zero-length body parts.
6138
6139         * mm-decode.el (mm-preferred-alternative-precedence):
6140         Discourage showing empty parts.
6141
6142         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6143         and stuff if the backend didn't return the article number.  This fixes
6144         an Exchange-related nnimap bug.
6145
6146         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6147         group window, because it does the wrong thing when a separate frame
6148         displays the group buffer.
6149
6150         * proto-stream.el (open-protocol-stream): Protect against the low-level
6151         transport functions returning nil.
6152
6153 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6154
6155         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6156         (mml2015-epg-find-usable-secret-key): New function.
6157         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6158         mml2015-epg-find-usable-key (Bug#7797).
6159         (mml2015-epg-encrypt): Ditto.
6160
6161 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * dgnushack.el (rot13-string): Fix the way to get the argument.
6164
6165 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6168
6169 2011-01-03  Glenn Morris  <rgm@gnu.org>
6170
6171         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6172
6173         * sieve.el (sieve-open-server): Give a more explicit error if
6174         sieve-manage-open returns nil.  (Bug#7720)
6175
6176 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6177
6178         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6179
6180 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6183         This avoids sending passwords in plain text over non-encrypted
6184         channels.
6185
6186         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6187
6188         * nnimap.el (nnimap-login): Refactored out into own function, and
6189         implement CRAM-MD5.
6190         (nnimap-wait-for-line): Refactored out.
6191
6192         * mm-view.el (mml-smime): Require.
6193
6194 2010-12-20  David Engster  <deng@eml.cc>
6195
6196         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6197         use EPG to decrypt S/MIME messages instead of openssl.
6198
6199 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6202
6203         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6204         status is the group clearly is unreachable.
6205
6206         * auth-source.el (auth-source-create): Add the optional second
6207         parameter to `local-variable-p' to be compatible with XEmacs.
6208
6209 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6210
6211         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6212         work when using a compressed nnml folder.
6213
6214 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215
6216         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6217         backends after sanitising on entry, because this never makes sense:
6218         If the articles have gone missing, then the data no longer exists on
6219         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6220         overwrite anything anyway.
6221
6222         * shr.el (shr-insert-document): Bind shr-width dynamically to
6223         window-width if it's nil.
6224
6225 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6226
6227         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6228         with the meaning of using the full emacs window width for rendering.
6229
6230 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6231
6232         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6233         case when sender is not given.
6234
6235 2010-12-23  Julien Danjou  <julien@danjou.info>
6236
6237         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6238         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6239         the addresses, otherwise we might misplaced the gravatar.
6240
6241 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6242
6243         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6244         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6245         obsolete in Emacs.
6246
6247 2010-12-20  Julien Danjou  <julien@danjou.info>
6248
6249         * gnus-util.el (gnus-rescale-image): Revert last change.
6250
6251 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6252
6253         * binhex.el: Improve commentary (Bug#7482).
6254
6255 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * gnus-group.el (gnus-group-delete-articles): New command.
6258
6259 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6260
6261         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6262
6263 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6264
6265         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6266         here, since it's up to the backends to do CRLF removal if their
6267         protocol has it.
6268
6269         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6270
6271 2010-12-17  Julien Danjou  <julien@danjou.info>
6272
6273         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6274         they are from file.  Can also scale up.
6275
6276 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6277
6278         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6279         Restore gnus-use-agent.
6280         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6281
6282         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6283
6284 2010-12-17  Julien Danjou  <julien@danjou.info>
6285
6286         * gravatar.el (gravatar-retrieve-synchronously): New function.
6287         (gravatar-get-data): Make more robust.
6288
6289 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6292
6293 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6296         to really consider the last line.
6297
6298 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6299
6300         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6301         list of recipient keys, or use symmetric encryption if not a list.
6302         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6303         EPA override, replacing the call to `netrc-store-data'.
6304
6305 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6306
6307         * gnus-srvr.el: Avoid passing nil regexp argument to
6308         delete-matching-lines.
6309
6310 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6313         fetching stops when Gnus exits.
6314
6315         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6316         function.
6317         (nnfolder-request-expire-articles): Save all the buffers after doing
6318         expiry.
6319
6320         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6321         the last article", since that led to serious performance regressions
6322         when expiring nnml groups.
6323
6324 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6325
6326         * nnir.el: Improve customizations.
6327
6328 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6331
6332         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6333         group has been killed.
6334         (gnus-group-yank-group): Ditto.
6335
6336         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6337
6338         * nnimap.el (nnimap-request-update-group-status): New function.
6339
6340         * gnus-int.el (gnus-request-update-group-status): New interface
6341         function.
6342
6343         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6344         copying read-ness to the backends.
6345
6346         * nnimap.el (nnimap-quirk): New function.
6347         (nnimap-retrieve-group-data-early): Use it.
6348         (nnimap-quirks): New alist.
6349
6350 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6353         don't delete it within indentation.
6354
6355 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6358         previous line.
6359
6360 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361
6362         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6363         QRESYNC command by deleting a superfluous space which broke Cyrus
6364         servers.  This change will break other servers that are buggy the other
6365         way around.
6366
6367 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * spam.el: Reindent and fix long lines.
6370         (spam-copy-or-move-routine): Exclude invalid move destinations.
6371
6372 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6373
6374         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6375         installed the registry.
6376
6377 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6380
6381 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6382
6383         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6384         groupname doesn't contain "gmane".
6385
6386 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6389         and netrc-bound-and-true-p bindings.
6390         (netrc-parse): Cache the netrc contents.
6391
6392         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6393         (gnus-1): Don't create the nndrafts group twice.
6394         (gnus-setup-news): There's no need to read the active file here, since
6395         that's done again later on a per-backend basis.
6396         (gnus-start-draft-setup): Make sure that the new group is started out
6397         empty.
6398
6399         * gnus-agent.el (gnus-agentize): Don't create the queue group
6400         automatically on startup.  It'll be created later, if needed.
6401
6402         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6403         of automatically subscribed groups.
6404         (gnus-auto-subscribed-categories): New variable.
6405         (gnus-matches-options-n): Use it.
6406         (gnus-default-subscribed-newsgroups): Remove unused variable.
6407         (gnus-start-draft-setup): Message a bit less.
6408
6409 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6410
6411         * nnir.el (nnir-run-imap): Return article list in order of increasing
6412         UID.
6413
6414 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * gnus-sum.el (gnus-summary-enter-digest-group):
6417         Mention gnus-auto-select-on-ephemeral-exit.
6418
6419         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6420         convention of the network-only option.
6421
6422 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6423
6424         * proto-stream.el (proto-stream-open-network-only): New function to
6425         have a way to specify non-STARTTLS upgrade connections.
6426
6427 2010-12-10  Julien Danjou  <julien@danjou.info>
6428
6429         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6430         email address is nil.
6431
6432         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6433
6434 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6435
6436         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6437         deletion.
6438         (nnir-run-imap): Only need to parse list once.
6439
6440 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * shr.el (shr-tag-script): Ignore <script>.
6443         (shr-tag-label): Add <label> support.
6444
6445 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6448
6449         * shr.el (shr-image-displayer): Work for images lined side by side.
6450
6451 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6452
6453         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6454         parameter, since XEmacs doesn't accept t as a parameter.
6455
6456 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6457
6458         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6459         ids.
6460         (nnir-run-gmane): Simplify groupspec formatting.
6461         (nnir-request-expire-articles): New function.
6462
6463 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6466         overflow, possibly.
6467
6468         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6469         (shr-render-td): Handle td style="" better.
6470         (shr-tag-table): Use the color from the style sheet.
6471         (shr-render-td): Make sure we copy over all the overlays, too.
6472
6473 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6474
6475         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6476         (nnir-request-article): Improve article retrieval.
6477
6478 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * mm-util.el (mm-extra-numeric-entities): New variable.
6481
6482         * mm-url.el (mm-url-decode-entities):
6483         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6484
6485         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6486
6487 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6488
6489         * message.el: Use completion-at-point.
6490         (message-completion-function): New fun, extracted from message-tab.
6491         (message-mode): Use it for completion-at-point-functions.
6492         (message-tab): Use it and completion-at-point.
6493
6494 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6497         character if a non-breakable character follows.
6498
6499 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500
6501         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6502         any stream.
6503
6504         * shr.el (shr-tag-font): Colorize the region.
6505         (shr-tag-body): Ditto.
6506         (shr-tag-font): Actually let the styles be inherited instead of
6507         overwriting them.
6508         (shr-tag-font): Get the background color right.
6509         (shr-tag-style): Ignore all <style> tags for the moment.
6510
6511         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6512         a Message-ID to avoid having nnimap depend on gnus-sum.
6513
6514         * shr.el (shr-descend): Only colorize something if we have a node that
6515         sets colors.
6516
6517 2010-12-06  Julien Danjou  <julien@danjou.info>
6518
6519         * shr.el (shr-render-td): Render td content with shr-descend, so style
6520         will be applied to <td> too.
6521         (shr-colorize-region): Colorize region even if we only have a background.
6522         (shr-tag-body): Fix color and background color inheritance.
6523         Do not recolorize after shr-generic.
6524         (shr-tag-font): Let shr-generic colorize via inheritance.
6525
6526 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6529
6530 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6531
6532         * nnir.el (nnir-request-move-article): Remove obsolete code.
6533
6534 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6537
6538 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * gnus-sum.el (gnus-summary-respool-article): The completion function
6541         expects a list instead of an alist.
6542
6543         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6544         string as the parameter.
6545
6546         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6547
6548         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6549         styles.
6550         (shr-colorize-region): New function.
6551         (shr-insert-background-overlay): Remove.
6552         (shr-render-td): Background setting should be taken care of on a higher
6553         level.
6554         (shr-tag-body): Use post-hoc colorizations.
6555         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6556         (shr-put-color-1): Don't overwrite old colors.
6557         (shr-colorize-region): When the background color isn't explicit, use
6558         a fixed background.
6559
6560         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6561         nnmail variables.
6562
6563 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6564
6565         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6566         unless necessary.
6567
6568 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6569
6570         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6571         server.
6572
6573 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6576         so that TAB works.
6577
6578         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6579         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6580
6581         * shr.el (shr-urlify): Show the URL before the title to avoid
6582         misleading URLs.
6583
6584 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6585
6586         * shr.el (shr-urlify): Display the title in <a> tags.
6587
6588 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6589
6590         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6591
6592 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6593
6594         * nnir.el: Rearrange code to allow macros to be autoloaded by
6595         gnus-sum.el.
6596         (nnir-retrieve-headers-override-function): Make this variable
6597         customizable.
6598         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6599
6600         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6601         from nnir.el.
6602
6603 2010-12-03  Julien Danjou  <julien@danjou.info>
6604
6605         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6606
6607 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6610         allow optional argument `environment'.
6611
6612 2010-12-03  Glenn Morris  <rgm@gnu.org>
6613
6614         * mm-extern.el (message-goto-body): Update declaration.
6615
6616 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-util.el (gnus-macroexpand-all): New function.
6619
6620         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6621         instead of macroexpand-all that is unavailable in XEmacs.
6622
6623 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6624
6625         * nnir.el (nnir-summary-line-format): New variable.
6626         (nnir-mode): Use it.
6627         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6628         (nnir-article-ids): Reimplement as defsubst.
6629         (nnir-retrieve-headers): Don't mangle the subject header.
6630         (nnir-run-imap): Use 100 as RSV score.
6631         (nnir-run-find-grep): Fix for full server searching.
6632         (nnir-run-gmane): Better restriction to gmane groups.
6633
6634         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6635         summary buffers.
6636
6637 2010-12-02  Julien Danjou  <julien@danjou.info>
6638
6639         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6640
6641         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6642
6643         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6644         support.
6645
6646 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6647
6648         * nnir.el: Update to handle the registry better.
6649         (autoload): Silence byte-compiler.
6650         (nnir-open-server): Add a hook for nnir groups.
6651         (nnir-request-move-article): Don't mangle the header.  Better to use
6652         formatting variables (which will be added in the future).
6653         (nnir-registry-action): Update the registry using the original article
6654         group name.
6655         (nnir-mode): Install nnir-specific hooks for updating the registry.
6656
6657         * gnus-sum.el
6658         (gnus-article-original-subject,gnus-newsgroup-original-name):
6659         Remove obsolete variables.
6660         (gnus-summary-move-article): Remove use of obsolete variables.
6661         (gnus-summary-local-variables): Make move and delete hooks local to
6662         summary buffers.
6663
6664 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * rtree.el: New file.
6667
6668 2010-12-01  Julien Danjou  <julien@danjou.info>
6669
6670         * message.el (message-user-organization): Do not use
6671         gnus-local-organization.
6672
6673         * gnus.el: Remove gnus-local-organization.
6674
6675         * gnus-msg.el: Remove nastygram thing.
6676
6677 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6678
6679         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6680         funcall.
6681
6682 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6685         names.
6686
6687         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6688         characters.
6689
6690         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6691         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6692         Suggested by Štěpán Němec <stepnem@gmail.com>.
6693         (gnus-gravatar-transform-address): Use mail-extract-address-components
6694         that supports non-ASCII names rather than mail-header-parse-addresses.
6695
6696 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * proto-stream.el (open-protocol-stream): All starttls connections are
6699         handled by the network handler.
6700
6701 2010-11-30  Julien Danjou  <julien@danjou.info>
6702
6703         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6704         (nnimap-open-connection-1): Fix PREAUTH.
6705
6706         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6707
6708 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6711         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6712         (shr-insert): Use them.
6713         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6714
6715 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6716
6717         * nnir.el (nnir-request-move-article): Bail out if original group
6718         doesn't support article moves.
6719         (nnir-get-active): Improve active list retrieval.
6720
6721 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6724
6725 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6726
6727         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6728         seem to accept strings-with-numbers as port numbers.
6729
6730 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6731
6732         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6733         change the registry.
6734
6735 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6738         delete-dups that is not available in XEmacs 21.4.
6739
6740         * mm-util.el (mm-delete-duplicates): Add comment.
6741
6742 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6743
6744         * nnir.el (nnir-ignored-newsgroups): New variable.
6745         (nnir-get-active): Use it.
6746
6747 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * proto-stream.el (proto-stream-open-network): Add some comments.
6750
6751         * nntp.el (nntp-open-connection): Provide a :success condition.
6752
6753         * nnimap.el (nnimap-open-connection-1): Ditto.
6754
6755         * proto-stream.el (proto-stream-open-network): See what the response to
6756         the STARTTLS command is.
6757
6758         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6759         backwards compatibility).
6760         (nnimap-open-connection-1): Really respect nnimap-server-port.
6761
6762         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6763         TLS upgrades we don't really care about the identity of the peer.
6764         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6765         that what we've checked for.
6766         (proto-stream-always-use-starttls): Only default to t if
6767         open-gnutls-stream exists.
6768         (proto-stream-open-network): If STARTTLS failed, then just open a
6769         normal connection.
6770         (proto-stream-open-network): Wait until the greeting before doing
6771         STARTTLS.
6772
6773         * nntp.el (nntp-open-connection): Report what the connection error is.
6774
6775         * proto-stream.el (open-protocol-stream): Rename from
6776         open-proto-stream.
6777
6778 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * nnimap.el (nnimap-stream): Change default to `undecided'.
6781         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6782         first, and then network.
6783         (nnimap-open-connection-1): Respect nnimap-server-port.
6784         (nnimap-open-connection): Be more backwards-compatible.
6785
6786         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6787         (proto-stream-open-starttls): De-duplicate the starttls code.
6788         (proto-stream-open-starttls): Folded back into the main function.
6789         (proto-stream-open-network): Fix typo in the gnutls path.
6790         (proto-stream-command): Refactor out.
6791
6792         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6793
6794         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6795         starttls.el STARTTLS.
6796
6797         * color.el (color-lab->srgb): Fix function call name.
6798
6799         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6800         if we're using tls.el.
6801         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6802         built in, then don't try to establish a STARTTLS connection.
6803
6804         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6805         servers.
6806
6807         * proto-stream.el (open-proto-stream): Use network, not stream.
6808         (open-proto-stream): Add a way to specify what the end of a command is.
6809
6810         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6811         connections types.
6812         (nntp-open-network-stream): Remove.
6813         (nntp-open-ssl-stream): Remove.
6814         (nntp-open-tls-stream): Remove.
6815         (nntp-ssl-program): Remove.
6816
6817         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6818
6819 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6820
6821         * nnir.el: Fix typos.
6822         (nnir-retrieve-headers-override-function): Rename variable to reflect
6823         new semantics.
6824         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6825         macros.
6826         (nnir-request-article, nnir-request-move-article): Use them.
6827         (nnir-categorize): New function.
6828         (nnir-run-query): Use it.
6829         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6830         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6831         sorted.
6832         (nnir-group-full-name): Use gnus-group-full-name instead.
6833         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6834         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6835
6836 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837
6838         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6839
6840         * proto-stream.el: New library to provide protocol-specific
6841         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6842         protocols.
6843         (open-proto-stream): Complete the documentation.
6844         (proto-stream-open-network): Fix some typos.
6845
6846         * nnimap.el (nnimap-open-connection): Use it.
6847
6848 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6849
6850         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6851         negotiation.
6852
6853 2010-11-26  Julien Danjou  <julien@danjou.info>
6854
6855         * color.el: Rename various rgb functions to srgb.
6856
6857 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6860         names.
6861
6862 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * shr.el (shr-insert): Revert last change.
6865         (shr-find-fill-point): Never leave point being at bol;
6866         relax the kinsoku limitation when rendering tables.
6867
6868 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6871         results from -accept-article.
6872
6873         * shr-color.el: Require cl when compiling.
6874
6875         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6876         checkin.
6877
6878         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6879
6880         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6881
6882         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6883         'add and 'delete to set backend marks.
6884
6885         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6886
6887         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6888
6889         * nntp.el (nntp-request-set-mark): Use it.
6890
6891         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6892
6893         * nnml.el (nnml-request-set-mark): Ditto.
6894
6895         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6896         introduces regressions in article selection.
6897         (nnimap-find-uid-response): New function.
6898         (nnimap-request-accept-article): Use the UID returned, if any.
6899         (nnimap-request-move-article): Use the UID returned, if any.
6900         (nnimap-get-groups): Reimplement to work with folded lines.
6901         (nnimap-find-uid-response): The UID is the last element in the list.
6902         (nnimap-request-set-mark): Extend syntax with 'set.
6903
6904         * nnml.el (nnml-request-set-mark): Ditto.
6905
6906         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6907
6908         * nntp.el (nntp-request-set-mark): Ditto.
6909
6910 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * message.el (message-called-interactively-p): A temporary macro.
6913         (message-goto-body): Use it temporarily.
6914
6915 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6918         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6919         (nnimap-last-response-string): Fix last unfolding fix.
6920
6921 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * shr.el (shr-insert): Fix the way to fold lines.
6924
6925 2010-11-25  Julien Danjou  <julien@danjou.info>
6926
6927         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6928
6929         * color.el: Rename from color-lab.el
6930         (color-rgb->hex): Add.
6931         (color-complement): Add.
6932         (color-complement-hex): Add.
6933
6934         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6935
6936 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * shr-color.el (shr-color-visible): Don't bug out if the color names
6939         don't exist.
6940
6941 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6944         assuming that article displaying or another mml-preview may be
6945         interrupted for an error or for the like.
6946
6947         * shr.el (shr-get-background): Fix argument name.
6948
6949 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6952
6953         * gnus-sum.el (gnus-summary-include-articles): New function.
6954
6955         * message.el (message-goto-body): called-interactively-p needs a
6956         parameter, so use `any'.
6957
6958         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6959         clear marks before moving, since they're synced from the Gnus side
6960         first.
6961
6962         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6963         (gnus-summary-move-article): Copy over all marks before moving, so that
6964         IMAP doesn't think a new article has arrived.
6965
6966 2010-11-24  Julien Danjou  <julien@danjou.info>
6967
6968         * shr.el (shr-insert-background-overlay): Fix typo.
6969         (shr-render-td): Copy the background before rendering.
6970
6971         * shr-color.el (shr-color-visible): Fix docstring.
6972
6973         * shr.el (shr-tag-table): Add bgcolor support.
6974         (shr-render-td): Add bgcolor support.
6975         (shr-get-background): Add.
6976         (shr-insert-foreground-overlay): Use shr-get-background.
6977
6978         * message.el (message-goto-body): Use called-interactively-p.
6979         (message-in-body-p): message-goto-body returns point.
6980
6981 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6984         Fixes something or other in Emacs 23, and is backwards compatible.
6985
6986         * message.el (message-goto-body): Remove the <#secure special-casing,
6987         which is too special.
6988
6989         * shr.el (shr-parse-style): Drop !important from styles.
6990
6991 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6992
6993         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6994         this function to return incorrect results when calling it with an
6995         explicit article argument different from
6996         (gnus-summary-article-number).
6997
6998 2010-11-24  Julien Danjou  <julien@danjou.info>
6999
7000         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7001         (shr-tag-body): Add background support.
7002         (shr-descend): Add background support.
7003         (shr-tag-title): Add.
7004
7005         * shr-color.el (shr-color-visible): Really return original background
7006         if fixed.
7007
7008 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * shr.el (shr-color-check): Protect against non-existent color names.
7011
7012 2010-11-24  Julien Danjou  <julien@danjou.info>
7013
7014         * color-lab.el: Require 'cl when compiling.
7015
7016         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7017
7018         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7019         matched part.
7020
7021         * color-lab.el: Fix all expt calls to use float type.
7022
7023 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7026         expression to shr-color-check as is.
7027
7028         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7029
7030         * color-lab.el: Add coding cookie.
7031         (float-pi): Use eval-and-compile.
7032
7033         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7034         compiled for Emacsen having no `libxml-parse-html-region' support.
7035
7036 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * shr.el (shr-insert-color-overlay): Split stuff like
7039         "#444444 !important" to find the real color.
7040         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7041         parse <font color="red"> entries.
7042
7043 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7044
7045         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7046         point when parsing headers.
7047
7048         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7049         is positioned properly when parsing headers.
7050
7051 2010-11-23  Julien Danjou  <julien@danjou.info>
7052
7053         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7054
7055         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7056
7057         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7058
7059         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7060         Use shr-color-hue-to-rgb.
7061         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7062
7063 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * shr.el (shr-color->hexadecimal): Autoload.
7066         (shr-descend): Add color to all tags.
7067
7068 2010-11-22  Julien Danjou  <julien@danjou.info>
7069
7070         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7071         shr-color->hexadecimal.
7072
7073         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7074         RGB() or HSL() color representation.
7075
7076         * shr.el (shr-tag-font): Add.
7077         (shr-tag-color-check): New function to get better colors.
7078         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7079         tag-span.
7080
7081         * shr-color.el: New file.
7082
7083         * color-lab.el: New file.
7084
7085         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7086
7087 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7088
7089         * nnir.el: Fix typo in comments.
7090         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7091         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7092
7093 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7096
7097         * nnimap.el (nnimap-get-capabilities): Refactor out.
7098         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7099
7100 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7101
7102         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7103         appearing when `mm-uu-hide-markers' is nil.
7104
7105 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * nnimap.el (nnimap-unselect-group): Make into its own function.
7108         (nnimap-request-rename-group): Unselect group before renaming.
7109         This had gotten lost somewhere.
7110         (nnimap-request-accept-article): Keep track of examined groups, and
7111         unselect the group before APPENDing to read-only groups.
7112         (nnimap-request-move-article): Clear flags before moving so that they
7113         can be re-set later.
7114
7115 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7118         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7119
7120 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-art.el (gnus-mime-display-single):
7123         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7124         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7125         parameter.
7126
7127 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7130         (shr-table-vertical-line): New variable.
7131         (shr-insert-table): Use it.
7132
7133 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-html.el (gnus-html-wash-images): Don't display images if
7136         gnus-inhibit-images is non-nil; register displayer for cid images.
7137         (gnus-html-display-image): Work for cid image.
7138         (gnus-html-insert-image): Allow arguments.
7139         (gnus-html-put-image): Inhibit read-only.
7140         (gnus-html-prefetch-images): Don't prefetch images if
7141         gnus-inhibit-images is non-nil.
7142
7143 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * shr.el (shr-put-image): Break lines when inserting big pictures.
7146
7147 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7148
7149         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7150         sender, thanks Katsumi Yamaoka.
7151
7152 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7153
7154         * nnir.el (nnir-run-imap): Reverse the article list for each group
7155         rather than the whole list.
7156
7157 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * shr.el (shr-image-displayer): Protect function against non-existent
7160         image source.
7161
7162         * gnus-art.el (gnus-inhibit-images): New user option.
7163         (gnus-mime-display-single): Don't display image if it is non-nil.
7164
7165         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7166         gnus-inhibit-images.
7167
7168         * shr.el (shr-image-displayer): New function.
7169         (shr-tag-img): Use it.
7170
7171 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7172
7173         * mml2015.el (mml2015-epg-sign): Use From header.
7174
7175 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7178
7179         * gnus-util.el (gnus-find-text-property-region): Return markers.
7180
7181         * shr.el (shr-tag-img): Put a displayer in the text property.
7182
7183         * gnus-util.el (gnus-find-text-property-region): New utility function.
7184
7185         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7186         (gnus-html-show-images): Remove.
7187
7188         * gnus-art.el (gnus-article-show-images): New, more general function.
7189
7190         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7191         image url text properties.
7192
7193         * shr.el: Ditto.
7194
7195         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7196         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7197
7198 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7201         work for two or more articles.
7202
7203 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7206         divide an image that's in an html article to two or more when washing
7207         non-ASCII characters in alt text of it.
7208
7209 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7212         smime-decrypt-region using function argument.
7213         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7214
7215         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7216
7217         * smime.el (smime-decrypt-region): Catch it.
7218
7219 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7220
7221         * smime.el (smime-mode-map): Move initialization into declaration.
7222         (gnus-run-mode-hooks): Don't autoload.
7223         (smime-mode): Use define-derived-mode.
7224
7225 2010-11-11  Glenn Morris  <rgm@gnu.org>
7226
7227         * smime.el (from): Restrict declaration to XEmacs.
7228
7229         * nnir.el (gnus-group-topic-name): Autoload.
7230
7231 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * shr.el (shr-insert): Don't break long line if it is because of
7234         kinsoku-bol characters in the line end.
7235
7236 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7237
7238         * nnir.el (nnir-request-move-article): Fix to provide original group
7239         and subject.
7240         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7241         been retrieved.
7242
7243         * gnus-sum.el (gnus-summary-move-article): Use original group and
7244         subject for virtual articles such as those in an nnir summary buffer.
7245
7246 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7249         least 21.5).
7250
7251         * smime.el (from): Declare it again for XEmacs.
7252
7253 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * message.el (message-resend): Don't disable encoding unless it's
7256         already encoded.
7257
7258         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7259         low-numbered articles.
7260
7261 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * rfc2047.el (rfc2047-syntax-table): Simplify.
7264
7265         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7266
7267         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7268         set-char-table-range for XEmacs.
7269
7270 2010-11-10  Glenn Morris  <rgm@gnu.org>
7271
7272         * time-date.el (time-to-seconds): Always an alias on Emacs,
7273         never a real function.
7274         (with-no-warnings): Remove compat stub, now unused.
7275         (time-less-p): Doc fix.
7276         (time-to-number-of-days): Simplify.
7277
7278         * smime.el (from): Remove unused declaration.
7279
7280         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7281         (gnus-float-time): On Emacs, always an alias.
7282
7283         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7284         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7285
7286 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * dgnushack.el: Don't use ignore-errors in the top level form since it
7289         is unavailable in XEmacs even if cl is loaded.
7290
7291         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7292
7293 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * shr.el (browse-url-mailto): Autoload.
7296
7297         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7298
7299         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7300         regexp doesn't need quoting.
7301
7302 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7303
7304         * message.el (message-subject-trailing-was-ask-regexp)
7305         (message-subject-trailing-was-regexp): Match was: in addition to was.
7306
7307 2010-11-09  Glenn Morris  <rgm@gnu.org>
7308
7309         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7310         (nnbabyl-check-mbox): Use point-at-bol.
7311
7312 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7315
7316         * message.el (message-mailto): New function.
7317         (message-mailto): Should accept other parameters.
7318         (message-mailto): Remove since it duplicates browse-url-mailto
7319         functionality.
7320
7321 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7324         methods.
7325         (gnus-read-active-file): Ditto.
7326
7327         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7328         ": " from the prompt.
7329         (gnus-group-make-group): Ditto.
7330
7331 2010-11-07  Glenn Morris  <rgm@gnu.org>
7332
7333         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7334         (gnus-bookmark-kill-line): Use point-at-eol.
7335
7336 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7339         asterisks in From header.
7340
7341 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7344         string to avoid making the From headers syntactically invalid.
7345
7346         * message.el (message-send-mail): Don't insert courtesy messages if the
7347         message already has List-Post and List-ID messages.
7348
7349 2010-11-06  Glenn Morris  <rgm@gnu.org>
7350
7351         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7352         `condition', `type', `length' a prefix.
7353         (gnus-treat-predicate): Update for above name changes.
7354
7355 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7356
7357         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7358         binding.  Handled by `gnus-summary-refer-thread' instead.
7359         (nnir-warp-to-article): New backend function.
7360
7361         * nnimap.el (nnimap-request-thread): Force dependency updating.
7362
7363         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7364         (gnus-summary-refer-thread): Rework to improve thread-referral.
7365
7366         * gnus-int.el (gnus-warp-to-article): New function.
7367
7368         * gnus-sum.el (gnus-summary-article-map): Bind it.
7369
7370 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7371
7372         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7373         gnus-summary-refer-thread.
7374
7375         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7376         headers.
7377         (gnus-summary-limit-include-thread): Prevent articles in thread from
7378         being cut in gnus-cut-threads.
7379         (gnus-summary-refer-thread): Limit retrieved headers to those in
7380         thread.
7381
7382 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * message.el (message-send-mail): Use the value of
7385         message-courtesy-message from the message buffer.
7386
7387         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7388
7389         * shr.el (shr-browse-url): Implement mailto: URLs.
7390
7391         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7392         "raw".
7393
7394         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7395         if it's already selected.
7396
7397         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7398
7399 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7402         to measure the length and truncate alt text.
7403
7404 2010-11-03  Glenn Morris  <rgm@gnu.org>
7405
7406         * nndiary.el (nndiary-generate-nov-databases-1)
7407         (nndiary-generate-active-info): Rename dynamic variable `files' to
7408         something less generic.
7409
7410 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7411
7412         * nnir.el (nnir-request-move-article): Call the underlying backend to
7413         move articles from nnir.
7414
7415 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7418
7419 2010-11-02  Julien Danjou  <julien@danjou.info>
7420
7421         * nnir.el: Remove wais support.
7422
7423 2010-11-02  Glenn Morris  <rgm@gnu.org>
7424
7425         * gnus-html.el: Reorder requirements to quieten compiler.
7426
7427 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7430         properly for XEmacs as well.
7431         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7432         (gnus-article-natural-long-line-p): Use window-width rather than
7433         frame-width.
7434
7435 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7436
7437         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7438         (nnir-read-parms): Don't modify query.
7439         (nnir-run-query): Add ability to search topic on current line.
7440         (nnir-get-active): Clean up.
7441
7442 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7445         degenerate articles.
7446
7447         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7448         (gnus-print-buffer): Just print the buffer as is, without any copying
7449         to a buffer and then re-highlighting.
7450
7451         * nnimap.el (nnimap-request-group): Store the new updated info.
7452         (nnimap-request-group): Select the group when we don't know whether it
7453         exists or not.
7454
7455         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7456         groups.
7457
7458         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7459         groups.
7460
7461         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7462         groups.
7463
7464         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7465         long-lines case by only filling the long lines.
7466
7467         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7468         (bug #7311).
7469
7470 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * shr.el: No need to declare `declare-function' since shr.el is for
7473         only Emacsen that provide `libxml-parse-html-region'.
7474
7475         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7476         effective only in a file it is referred to.
7477
7478 2010-11-01  Glenn Morris  <rgm@gnu.org>
7479
7480         * mm-util.el (gnus-completing-read): Autoload.
7481         (mm-read-coding-system): Simplify Emacs definition.
7482
7483         * nnmail.el (gnus-activate-group):
7484         * nnimap.el (gnutls-negotiate):
7485         * nntp.el (netrc-parse): Fix declarations.
7486
7487 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7490         string-match-p in Emacs >=23.
7491
7492         * gnus-msg.el (gnus-configure-posting-styles):
7493         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7494
7495 2010-11-01  Glenn Morris  <rgm@gnu.org>
7496
7497         * nnir.el (declare-function): Add compat stub.
7498         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7499         (nnir-run-gmane): Require 'mm-url.
7500
7501         * mm-util.el (mm-string-to-multibyte): Simplify.
7502
7503         * shr.el (declare-function): Add compat stub.
7504         (url-cache-create-filename): Declare.
7505         (mm-disable-multibyte, widget-convert-button): Autoload.
7506
7507         * smime.el (ldap-search): Declare.
7508         (smime-cert-by-ldap-1): Require ldap on Emacs.
7509
7510         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7511         (nnimap-keepalive): Use gnus-float-time.
7512
7513         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7514         (mail-source-delete-crash-box): Use gnus-float-time.
7515
7516         * gnus-dired.el (gnus-completing-read): Autoload.
7517
7518         * mm-view.el (gnus-rescale-image): Autoload.
7519
7520         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7521
7522         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7523
7524         * sieve-manage.el: Require 'cl when compiling.
7525
7526         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7527         (gnus-iswitchb-completing-read): Require iswitchb.
7528         (gnus-select-frame-set-input-focus): Silence compiler.
7529
7530 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * message.el (message-subject-trailing-was-query): Change default to t,
7533         since I think that's what most people want.
7534
7535         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7536         appending for easier debugging.
7537         (nnimap-wait-for-connection): Take a regexp.
7538         (nnimap-request-accept-article): Wait for the continuation line before
7539         sending anything unless we're streaming.
7540
7541         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7542         leave the header washing to take place.
7543
7544 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7545
7546         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7547         regular expression match and replace in posting styles.
7548
7549 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7550
7551         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7552         an entire server.
7553         (nnir-get-active): New function.
7554         (nnir-run-imap): Use it.
7555         (nnir-run-gmane): Who knew, gmane search returns an article score!
7556
7557         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7558         server on the current line with nnir.
7559
7560 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7563         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7564         left edge.
7565         (gnus-article-foldable-buffer): Skip past the prefix when determining
7566         raggedness.
7567
7568         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7569         the raw article, and change `C-u g' to show the article without doing
7570         treatments.
7571
7572         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7573         on to `gnus-treat-article'.
7574         (gnus-inhibit-article-treatments): New variable.
7575
7576         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7577
7578         * gnus-art.el (gnus-treatment-function-alist): Have
7579         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7580         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7581         sections.
7582
7583         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7584         parameter.
7585         (gnus-article-fill-cited-long-lines): New function.
7586         (gnus-article-fill-cited-article): Allow filling only long sections.
7587
7588         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7589         and non-punctuation (like after the apostrophe in "'We").
7590
7591         * gnus-sum.el (gnus-summary-select-article): Make sure
7592         gnus-original-article-buffer is alive.
7593
7594         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7595         reflect the order they're in in the digest.
7596
7597         * gnus.el (gnus-group-startup-message): Move point to the start of the
7598         buffer.
7599
7600         * nnimap.el (nnimap-capability): New function.
7601         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7602         is set.
7603
7604 2010-10-31  David Engster  <dengste@eml.cc>
7605
7606         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7607         conform with changes to gnus-completing-read.
7608
7609 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610
7611         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7612
7613 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7614
7615         * nnir.el: Move defvar, defcustom around to keep file organized
7616         and keep byte-compiler quiet.
7617         (nnir-read-parms): Accept search-engine as arg.
7618         (nnir-run-query): Pass search-engine as arg.
7619         (nnir-search-engine): Remove.
7620
7621 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * shr.el (shr-generic): The text nodes should be text, not :text.
7624
7625         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7626         later in the file.
7627
7628 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7629
7630         * nnir.el: General clean up.  Allow searching with multiple engines.
7631         Allow separate extra-parameters for each engine.
7632         Batch queries when possible.
7633         (nnir-imap-default-search-key,nnir-method-default-engines):
7634         Add customize interface.
7635         (nnir-run-gmane): New engine.
7636         (nnir-engines): Use it.  Qualify all prompts with engine name.
7637         (nnir-search-engine): Remove global variable.
7638         (nnir-run-hyrex): Restore for now.
7639         (nnir-extra-parms,nnir-search-history): New variables.
7640         (gnus-group-make-nnir-group): Use them.
7641         (nnir-group-server): Remove in favor of gnus-group-server.
7642         (nnir-request-group): Avoid searching twice.
7643         (nnir-sort-groups-by-server): New function.
7644
7645 2010-10-30  Julien Danjou  <julien@danjou.info>
7646
7647         * gnus-group.el: Remove gnus-group-fetch-control.
7648
7649         * gnus-start.el (gnus-find-new-newsgroups):
7650         Remove gnus-check-first-time-used.
7651
7652         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7653
7654 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7655
7656         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7657         set on groups that don't have \* permanentflags.
7658
7659 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7662         control the background color.
7663         (shr-tag-img): Ignore very small web bug type images.
7664         (shr-put-image): Add help-echo alt texts to the images.
7665         (shr-tag-video): Show the video poster image.
7666
7667 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * shr.el (shr-table-depth): New variable.
7670         (shr-tag-table-1): Only insert the images after the top-level table.
7671
7672         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7673
7674         * gnus-util.el (gnus-list-memq-of-list): New function.
7675
7676         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7677         selected.
7678         (nnimap-unsplittable-articles): New slot.
7679         (nnimap-new-articles): Use it.
7680
7681 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7682
7683         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7684         move to the previous line on `M-g'.
7685
7686 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7689         *-request-group, which seems unnecessary.
7690
7691         * nnimap.el (nnimap-quote-specials): Function copied over from
7692         imap.el.
7693         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7694         they support that.  Suggested by Tom Regner.
7695
7696 2010-10-29  Julien Danjou  <julien@danjou.info>
7697
7698         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7699         defalias.
7700         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7701
7702         * gnus.el: Remove `gnus-nntp-service' variable.
7703         (gnus-secondary-servers): Make obsolete.
7704         (gnus-nntp-server): Make obsolete.
7705
7706         * gnus-start.el (gnus-1): Remove x-splash calls.
7707
7708         * gnus-ems.el (gnus-x-splash): Remove.
7709
7710         * gnus.el (gnus-group-startup-message): Simplify/update code.
7711
7712         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7713         definition.
7714
7715         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7716         capability before doing anything.
7717         (gnus-group-insert-group-line): Remove useless
7718         gnus-group-remove-excess-properties.
7719
7720 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7723
7724 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7727         config after reselecting.
7728
7729 2010-10-28  Julien Danjou  <julien@danjou.info>
7730
7731         * shr.el (shr-put-image): Use point even if only inserting text.
7732         (shr-put-image): Save excursion when inserting alt text on non-graphic
7733         display, so the behavior is the same when we are on a graphic display.
7734
7735         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7736
7737 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7740         (gnus-mime-copy-part): Check coding system, not charset.
7741         (gnus-mime-view-part-externally): Never remove part.
7742         (gnus-mime-view-part-internally): Don't remove part here.
7743         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7744         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7745         multipart/alternative.
7746
7747         * mm-decode.el (mm-display-part): Take optional arg `force'.
7748
7749 2010-10-26  Julien Danjou  <julien@danjou.info>
7750
7751         * gnus-group.el (gnus-group-default-list-level): Add this function to
7752         compute the default list level.
7753         (gnus-group-default-list-level): Add possibility to use a function.
7754
7755 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7758
7759         * gnus-group.el (gnus-group-completing-read)
7760         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7761         gnus-replace-in-string.
7762
7763 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * shr.el (shr-tag-div): Add.
7766
7767         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7768
7769 2010-10-25  Julien Danjou  <julien@danjou.info>
7770
7771         * gnus-util.el: Remove `gnus-with-local-quit'.
7772
7773         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7774
7775 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7778         the original article buffer.
7779
7780 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * nnimap.el (nnimap-request-head): New function.
7783         (nnimap-request-move-article): Try to be slightly faster by not
7784         requesting the entire message when moving.
7785         (nnimap-transform-headers): Don't bug out on bodiless articles.
7786         (nnimap-send-command): Have no outstanding messages if the IMAP server
7787         doesn't support streaming.
7788         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7789
7790 2010-10-24  Julien Danjou  <julien@danjou.info>
7791
7792         * message.el (message-default-headers): Fix type.
7793
7794 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7797         prefetching images.
7798
7799         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7800         backend for unknown groups.  This is mainly useful for nnimap groups.
7801
7802         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7803         group isn't covered by the agent.
7804
7805 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7806
7807         * nnir.el (nnir-method-default-engines): New variable.
7808         (nnir-run-query): Use it.
7809         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7810         (gnus-summary-nnir-goto-thread): Change group if needed.
7811
7812         * gnus-group.el (gnus-group-group-map): Add key binding for
7813         gnus-group-make-nnir-group.
7814
7815 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * shr.el (shr-tag-object): Add.
7818
7819         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7820         original article buffer live.
7821         (gnus-summary-select-article-buffer):
7822         Mention gnus-widen-article-buffer.
7823
7824 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * shr.el (shr-tag-strong): Add.
7827
7828 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7831         group names.  They mess up the group buffer badly.
7832
7833         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7834
7835         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7836         instead of the summary one.
7837
7838 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * mml.el (mml-preview): Work properly when editing article.
7841
7842         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7843         gnus-have-read-active-file if it's already been in.
7844
7845 2010-10-22  Tom Tromey  <tromey@redhat.com>
7846
7847         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7848         gnus-group-completing-read.
7849
7850 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851
7852         * message.el (message-mode-map): Don't bind M-; to comment region, to
7853         allow the global comment-dwim to work.
7854
7855 2010-10-21  Julien Danjou  <julien@danjou.info>
7856
7857         * message.el (message-setup-1): Allow message-default-headers to be a
7858         function.
7859
7860 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * shr.el (shr-tag-table): Simplify.
7863
7864 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7867         to avoid trying to snarf invalid stuff.
7868
7869         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7870
7871         * gnus.el (gnus-message-archive-group): Quote value.
7872         (gnus-message-archive-group): Mark as changed.
7873
7874         * shr.el (shr-add-font): Don't put the font properties on the newline
7875         or the indentation.
7876
7877         * message.el (message-fix-before-sending): Change options when sending
7878         non-printable characters.
7879
7880         * gnus.el (gnus-message-archive-method): Change the default to
7881         monthly outgoing groups.
7882
7883         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7884         that have gotten new numbers.
7885
7886         * nnimap.el (nnimap-request-replace-article): New function.
7887
7888 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7891         (nnrss-request-article): Don't use special html washing code.
7892
7893 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * shr.el (shr-tag-table): Remove useless nconc.
7896
7897 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * gnus-art.el (article-wash-html): Simplify and remove the charset
7900         stuff.  Use the normal html rendering code instead of the special html
7901         washing code.
7902
7903         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7904         `gnus-w3m' symbols.
7905         (mm-text-html-washer-alist): Remove.
7906
7907         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7908         (mm-inline-media-tests): Remove use.
7909         (mm-text-html-renderer): Change default to the `shr' symbol.
7910
7911         * mm-view.el (mm-inline-text-html): Remove use.
7912
7913         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7914         `gnus-blocked-images' to be a function.
7915         (gnus-article-wash-function): Remove.
7916
7917 2010-10-20  Julien Danjou  <julien@danjou.info>
7918
7919         * spam.el (spam-list-of-processors): Mark as obsolete.
7920
7921         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7922         (nnimap-insert-partial-structure): Fix boundary detection.
7923
7924 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7925
7926         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7927         run file-truename on remote files.  This can be expensive and even
7928         prevent one from editing drafts if some unrelated buffer has a stale
7929         connection.
7930
7931 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7934         kinsoku-eol regardless of shr-kinsoku-shorten.
7935         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7936         (shr-tag-table): Support caption, thead, and tfoot.
7937
7938 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7941         lines.
7942         (shr-save-contents): New command and keystroke.
7943
7944         * nndoc.el (nndoc-type-alist): Add git support.
7945         (nndoc-git-type-p): New function.
7946         (nndoc-transform-git-article): Ditto.
7947         (nndoc-transform-git-headers): Ditto.
7948         (nndoc-transform-git-headers): Generate Subject headers.
7949
7950         * shr.el (shr-parse-style): New function.
7951         (shr-tag-span): Ditto.
7952
7953         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7954         to `G G' to avoid collisions.
7955
7956 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * shr.el: Load kinsoku if necessary.
7959         (shr-kinsoku-shorten): New internal variable.
7960         (shr-find-fill-point): Make kinsoku shorten text line if
7961         shr-kinsoku-shorten is bound to non-nil.
7962         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7963         shr-indentation too when testing if table is wider than frame width.
7964         (shr-insert-table): Use `string-width' instead of `length' to measure
7965         text width.
7966         (shr-insert-table-ruler): Make sure indentation is done at bol.
7967
7968 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7969
7970         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7971         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7972         undecoded network data.
7973
7974 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7977         name in the mode line spec so that the mode line menu works
7978         (bug #2431).
7979
7980         * message.el (message-get-reply-headers): If we're fed `to-address',
7981         then always use that.
7982
7983         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7984         aren't so wide as to need to switch off the edit menu.
7985
7986         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7987         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7988
7989         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7990         `M-g'.
7991         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7992         the permanent marks.
7993
7994 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7995
7996         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7997         Splitting according to references/in-reply-to obeys the ignore-groups
7998         variable, while splitting by sender and subject do not.
7999
8000 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8003         alist, so that we can look for non-Unicode chars.
8004         (article-translate-strings): Allow both character and string maps.
8005
8006 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * shr.el (shr-insert): Don't insert space behind a wide character
8009         categorized as kinsoku-bol, or between characters both categorized as
8010         nospace.
8011
8012 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8013
8014         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8015         headers to gnus-newsgroup-headers.
8016
8017 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8018
8019         * shr.el (shr-tag-img): Don't align images -- since we're not
8020         rescaling, this often leads to ugly displays.
8021
8022 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8023
8024         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8025         duplicates.
8026
8027 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8028
8029         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8030         call.
8031
8032 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus.el: Autoload gnus-html-show-images.
8035
8036         * nnimap.el: Use nnheader-message throughout.
8037
8038         * shr.el (shr-tag-img): Ignore images with no data.
8039
8040 2010-10-15  Julien Danjou  <julien@danjou.info>
8041
8042         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8043         a possibility to disable format=flow encoding when using hard newlines.
8044
8045 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * shr.el (shr-insert): Remove space inserted before or after a
8048         breakable character or at the beginning or the end of a line.
8049         (shr-find-fill-point): Do kinsoku; find the second best point or give
8050         it up if there's no breakable point.
8051
8052 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * nnimap.el (nnimap-open-connection): Message when opening connection
8055         for debugging purposes.
8056
8057         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8058         on every setup buffer call to allow this to change from article to
8059         article.
8060
8061         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8062         buffers where we have a wide table.
8063
8064 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8065
8066         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8067         uses *-request-thread.
8068
8069 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8072         incantation, which is no longer valid.
8073
8074 2010-10-14  Julien Danjou  <julien@danjou.info>
8075
8076         * shr.el: Fix defcustom type (char -> character).
8077
8078 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8081         programs.
8082
8083 2010-10-14  Julien Danjou  <julien@danjou.info>
8084
8085         * shr.el (shr-tag-a): Use url-link as widget type.
8086
8087         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8088         `gnus-group-get-icon'.
8089
8090 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8093         This should make server editing work better.
8094
8095         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8096
8097         * tls.el (tls-program): Remove spurious %s from openssl.
8098
8099         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8100         (nnimap-parse-flags): Fix regexp.
8101
8102         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8103         probably work for CJVK text, too.
8104
8105         * nnimap.el (nnimap-extend-tls-programs): Remove.
8106         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8107
8108         * tls.el (tls-starttls-switches): Remove starttls hack.
8109         (open-tls-stream): Ditto.
8110         (tls-find-starttls-argument): Ditto.
8111
8112 2010-10-13  Julien Danjou  <julien@danjou.info>
8113
8114         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8115         responses.
8116
8117 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8118
8119         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8120
8121         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8122         anything in Emacs.
8123
8124         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8125
8126 2010-10-13  Julien Danjou  <julien@danjou.info>
8127
8128         * shr.el (shr-width): Make shr-width a defcustom with default to
8129         fill-column.
8130         (shr-tag-img): Use shr-width rather than fill-column.
8131
8132 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * dgnushack.el (byte-optimize-apply):
8135         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8136
8137         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8138         position when (X-)Faces exist.
8139         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8140         avatars when called interactively.
8141
8142 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8145         gnus-article-x-face-too-ugly is bound.
8146
8147 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8150
8151         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8152         mailbox that doesn't exist.
8153
8154 2010-10-12  Julien Danjou  <julien@danjou.info>
8155
8156         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8157         (shr-get-image-data): Encode URL properly when fetching from cache.
8158         (shr-tag-img): Use aligned-to spaces to align correctly images.
8159
8160         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8161         before inserting the Gravatar.
8162
8163         * shr.el (shr-tag-img): Add align attribute support for <img>.
8164
8165 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * gnus-gravatar.el (gnus-art): Require.
8168
8169         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8170         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8171         Remove long obsoleted functions.
8172
8173 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8176
8177         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8178
8179         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8180         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8181         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8182         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8183         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8184         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8185         * sieve-manage.el, smime.el, spam.el:
8186         Fix comment for declare-function.
8187
8188 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * nnimap.el (nnimap-request-rename-group): Select group read-only
8191         before renaming it.
8192
8193         * shr.el (shr-insert): Fix up the white space only regexp.
8194
8195         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8196         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8197
8198         * shr.el (shr-current-column): New function.
8199         (shr-find-fill-point): New function.
8200
8201 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8202
8203         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8204         numbers.
8205
8206 2010-10-11  Julien Danjou  <julien@danjou.info>
8207
8208         * shr.el (shr-hr-line): Add.
8209         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8210         display hr lines.
8211         (shr-max-columns): Do not change state to nil if we just inserting
8212         spaces.
8213
8214 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8217         select the last group.
8218
8219 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8220
8221         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8222
8223 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8224
8225         * dig.el (dig-mode-map): Declare and define in one step.
8226
8227 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8230         for Gnus.
8231         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8232         (nnimap-update-qresync-info): Mark \Seen articles as read.
8233
8234         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8235         non-variable, too.
8236
8237         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8238         available.
8239         (nnimap-update-info): Rely more on the current active than the param
8240         active to avoid marking articles as read too much.
8241
8242         * auth-source.el (auth-source-create): Use (user-login-name) for the
8243         user name default.
8244
8245         * nnimap.el (nnimap-update-info): If the server doesn't return any
8246         useful info, just use the previous info.
8247         (nnimap-update-info): Prefer old info over start-article.
8248         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8249
8250 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8251
8252         * nnir.el (autoload): Clean up autoloads.
8253         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8254         Use key rather than value.
8255         (nnir-imap-search-other): New variable.
8256         (nnir-read-parm): Use it.
8257         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8258         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8259
8260 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8261
8262         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8263         the process, too.
8264
8265 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * spam.el (gnus-summary-mode-map): Bind to "$".
8268         Suggested by Russ Allbery.
8269
8270         * shr.el: Rework the way things are indented by <li> slightly.
8271
8272         * gnus.el (gnus-group-set-parameter): Fix typo.
8273
8274         * nnimap.el: Start implementing QRESYNC support.
8275
8276 2010-10-09  Julien Danjou  <julien@danjou.info>
8277
8278         * nnir.el (nnir-engines): Fix too many arguments.
8279
8280 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8283         group is the "last", so that the backends like nnfolder actually save
8284         their folders.
8285
8286         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8287         try to use that for the tls stream.
8288         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8289         UIDVALIDITY and find out which groups are read-only and not.
8290         (nnimap-get-flags): Use the same marks parsing code as the rest of
8291         nnimap.
8292
8293 2010-10-09  Julien Danjou  <julien@danjou.info>
8294
8295         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8296
8297         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8298         retrieving gravatars.
8299
8300         * shr.el (shr-table-corner): Add.
8301         (shr-table-line): Add.
8302         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8303
8304 2010-10-08  Julien Danjou  <julien@danjou.info>
8305
8306         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8307
8308 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8309
8310         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8311
8312         * gnus-sum.el (gnus-mark-article-as-unread)
8313         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8314         (gnus-summary-set-bookmark): Use it.
8315
8316         * gnus-msg.el (gnus-setup-message): Use it.
8317
8318         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8319
8320         * gnus.el (gnus-group-remove-parameter): Use it.
8321
8322         * gnus-group.el (gnus-group-make-web-group): Use it.
8323
8324         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8325
8326         * nnregistry.el: Update docs to mention manual.
8327
8328         * gnus-registry.el: Update docs to mention nnregistry.el.
8329         (gnus-registry-initialize): Don't install nnregistry refer method
8330         automatically.
8331         (gnus-registry-install-nnregistry): Remove it.
8332
8333 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * shr.el (shr-insert): Don't insert double spaces.
8336
8337 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-gravatar.el (gnus-treat-from-gravatar)
8340         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8341         called interactively.
8342
8343         * gnus-art.el (gnus-mime-view-part-externally)
8344         (gnus-mime-view-part-internally): Make predicate function passed to
8345         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8346         of a mime type.
8347
8348         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8349
8350 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * shr.el (require): Require cl when compiling.
8353         (shr-tag-hr): New function.
8354
8355         * nnimap.el (nnimap-update-info): Remove double setting of high.
8356         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8357         This makes nnimap work properly on Courier again.
8358
8359         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8360         the variable for backwards compatibility.
8361
8362         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8363         the file name before using to avoid setting mm-default-directory to
8364         nil.
8365
8366         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8367         bidning gnus-agent variables.
8368
8369         * shr.el (shr-render-td): Use a cache for the table rendering function
8370         to avoid getting an exponential rendering behavior in nested tables.
8371         (shr-insert): Rework the line-breaking algorithm.
8372         (shr-insert): Don't leave trailing spaces.
8373         (shr-insert-table): Also insert empty TDs.
8374         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8375
8376 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8377
8378         * gnus-sum.el (gnus-number): Rename from `number'.
8379         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8380         (gnus-summary-limit-children): Update uses correspondingly.
8381
8382 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8385         (gnus-gravatar-transform-address): Don't show avatars of people of
8386         which mail addresses match gnus-gravatar-too-ugly.
8387
8388 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8389
8390         * shr.el (shr-table-widths): Expand TD elements to fill available
8391         space.
8392
8393 2010-10-07  Julien Danjou  <julien@danjou.info>
8394
8395         * nnimap.el (nnimap-request-rename-group): Add this method.
8396
8397 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8400         name from XEmacs' function-arglist.
8401
8402         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8403         gravatar under XEmacs.
8404
8405 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8406
8407         * auth-source.el: Update docs with TODO items.
8408
8409         * gnus-sync.el: Update docs to explain state and plans.
8410
8411         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8412         Hooks for mark updates.
8413         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8414
8415         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8416         hooks with arguments, which is needed for mark update hooks.
8417
8418 2010-10-06  Julien Danjou  <julien@danjou.info>
8419
8420         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8421         was matched.
8422
8423         * sieve-manage.el: Update example in `Commentary'.
8424
8425         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8426
8427         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8428         not 2000.
8429         (sieve-manage-authenticate): Re-add function.
8430
8431 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * shr.el (shr-insert): Get 'space transition right.
8434         (shr-render-td): Only delete space at the end of the TD.
8435
8436         * nnimap.el (nnimap-open-connection): Prepare to support
8437         open-gnutls-stream.
8438
8439         * shr.el: Rearrange function order to be more logical.
8440
8441 2010-10-06  Julien Danjou  <julien@danjou.info>
8442
8443         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8444         (nnrss-discover-feed): Remove 404 URL in docstring.
8445
8446         * nnir.el: Fix Swish-E URL.
8447         Fix Namazu URL.
8448
8449         * message.el (message-change-subject): Remove 404 URL in a comment.
8450
8451 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8454         called interactively.
8455
8456         * gnus-util.el (gnus-remove-if): Allow hash table.
8457         (gnus-remove-if-not): New function.
8458
8459         * gnus-art.el (gnus-mime-view-part-as-type):
8460         * gnus-score.el (gnus-summary-score-effect):
8461         * gnus-sum.el (gnus-read-move-group-name):
8462         Replace remove-if-not with gnus-remove-if-not.
8463
8464         * gnus-group.el (gnus-group-completing-read):
8465         Regard collection as a hash table if it is not a list.
8466
8467 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8470
8471         * shr.el: Document the table-rendering algorithm.
8472
8473 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8476         for Emacsen having no `libxml-parse-html-region' support.
8477
8478 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8479
8480         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8481         invalid URLs.
8482
8483         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8484         line-broken.
8485         (shr-tag-img): Ignore image fetching errors.
8486         (shr-overlays-in-region): Compute overlay positions correctly.
8487
8488         * mm-decode.el (mm-shr): Require shr.
8489
8490         * gnus-art.el (gnus-blocked-images): Move variable here.
8491
8492         * shr.el (shr-insert-table): Bind free variable.
8493
8494         * mm-decode.el (mm-shr): Bind shr-content-function.
8495
8496         * shr.el (shr-content-function): New variable.
8497
8498         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8499         added for symmetry.
8500
8501         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8502
8503         * gnus-group.el (gnus-group-make-group): Doc fix.
8504
8505         * nnimap.el (nnimap-request-newgroups): Return success.
8506
8507         * shr.el (shr-find-elements): New function.
8508         (shr-tag-table): Put all the images after the table.
8509         (shr-tag-table): Really inhibit images inside the table.
8510         (shr-collect-overlays): Copy over overlays from the TD elements to the
8511         main document.
8512
8513         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8514         gnus-blocked-images.
8515
8516 2010-10-05  Julien Danjou  <julien@danjou.info>
8517
8518         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8519
8520         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8521         (gnus-html-maximum-image-size): Add this function.
8522         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8523
8524         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8525         server-value of the capability is nil.
8526
8527 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * shr.el (shr-tag-em): Add <EM> tag.
8530
8531 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8532
8533         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8534         customizable.
8535
8536         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8537         handing broken links to browse-url.
8538
8539 2010-10-05  Julien Danjou  <julien@danjou.info>
8540
8541         * gnus-util.el (gnus-emacs-completing-read)
8542         (gnus-iswitchb-completing-read): Use autoload rather than require.
8543
8544 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8547         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8548         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8549         iswitchb-temp-buflist for XEmacs.
8550
8551         * gnus-util.el (gnus-completing-read-function): Exclude
8552         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8553         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8554         XEmacs.
8555
8556         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8557         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8558
8559         * gnus-html.el: Don't require help-fns under XEmacs.
8560         (gnus-html-schedule-image-fetching): Work for XEmacs.
8561
8562         * mm-decode.el (mm-shr): Decode contents by charset.
8563
8564 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8567         unknown.
8568
8569         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8570         (shr-get-image-data): Ensure against the cache file missing.
8571
8572         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8573         for data.
8574
8575         * spam-report.el (spam-report-url-ping-plain): Don't query about
8576         killing the process.
8577
8578         * shr.el (shr-render-td): Protect against too-wide text.
8579
8580 2010-10-04  Julien Danjou  <julien@danjou.info>
8581
8582         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8583         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8584
8585         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8586         retrieved.
8587
8588 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * shr.el (browse-url): Require.
8591         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8592         lines.
8593         (shr-show-alt-text, shr-browse-image): New commands.
8594         (shr-browse-url, shr-copy-url): New commands.
8595
8596         * gnus-sum.el (gnus-widen-article-window): New variable.
8597         (gnus-summary-select-article-buffer): Use it.
8598
8599         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8600         without @ signs.
8601
8602 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8603
8604         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8605
8606 2010-10-04  Julien Danjou  <julien@danjou.info>
8607
8608         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8609         for XEmacs.
8610
8611 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8614
8615         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8616         (nnimap-close-server): Implement.
8617
8618         * dgnushack.el (iswitchb): Require to shut up the compiler.
8619
8620         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8621         (shr-insert): Tweak line breaking.
8622         (shr-insert): Handle <pre> better.
8623         (shr-tag-li): Get <li> indentation right.
8624         (shr-tag-li): Get <li> indentation even righter.
8625         (shr-tag-blockquote): Ensure paragraph start.
8626         (shr-make-table): Tweak table generation.
8627         (shr-make-table): Fix typo.
8628
8629         * shr.el: Implement table rendering.
8630
8631 2010-10-04  Julien Danjou  <julien@danjou.info>
8632
8633         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8634
8635 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * shr.el (shr-insert): Use string anchors instead of line anchors.
8638
8639 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640
8641         * shr.el: Add headings.
8642         (shr-ensure-paragraph): Actually work.
8643         (shr-tag-li): Make <ul> prettier.
8644         (shr-insert): Get white space at the beginning/end of elements right.
8645         (shr-tag-p): Collapse subsequent <p>s.
8646         (shr-ensure-paragraph): Don't insert double line feeds after blank
8647         lines.
8648         (shr-insert): \t is also space.
8649         (shr-tag-s): Fix "s" tag name function.
8650         (shr-tag-s): Fix face prop name.
8651
8652 2010-10-03  Julien Danjou  <julien@danjou.info>
8653
8654         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8655
8656         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8657         gnus-window-inside-pixel-edges.
8658
8659         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8660         gnus-ems.
8661
8662         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8663
8664         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8665         function.
8666
8667         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8668         resize choice.
8669
8670 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8673         beginning of the buffer.
8674
8675         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8676         article buffer again.
8677
8678         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8679
8680         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8681         when it's at the start of the buffer.
8682
8683         * shr.el (shr-tag-blockquote): Convert name.
8684         (shr-rescale-image): Use the right image-size variant.
8685
8686         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8687         buffer isn't shown, then select the current article first instead of
8688         bugging out.
8689         (gnus-summary-select-article-buffer): Show both the article and summary
8690         buffers again.
8691
8692         * shr.el (shr-fontize-cont): Protect against regions with no text.
8693         Rename tag functions to shr-tag-* for enhanced security.
8694         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8695
8696 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8697
8698         * shr.el (shr-insert):
8699         * pop3.el (pop3-movemail):
8700         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8701         loaded.
8702
8703 2010-10-03  Glenn Morris  <rgm@gnu.org>
8704
8705         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8706
8707         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8708
8709         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8710
8711         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8712
8713         * gnus-util.el (gnus-make-local-hook): Simplify.
8714
8715 2010-10-02  Julien Danjou  <julien@danjou.info>
8716
8717         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8718         (gnus-ido-completing-read): New function.
8719         (gnus-emacs-completing-read): New function.
8720         (gnus-completing-read): Use gnus-completing-read-function.
8721         Add gnus-completing-read-function.
8722
8723 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * shr.el (shr-insert-document): Autoload.
8726         (shr-img): Be silent.
8727         (shr-insert): Add a newline after every picture before text.
8728         (shr-add-font): Use overlays for combining faces.
8729         (shr-insert): Pass upwards the text start point.
8730
8731         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8732         possible.
8733         (mm-shr): New function.
8734
8735 2010-10-02  Julien Danjou  <julien@danjou.info>
8736
8737         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8738         should go backward.
8739
8740 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8741
8742         * shr.el (shr): Fix typo in provide call.
8743
8744 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * shr.el: New file.
8747
8748         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8749
8750         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8751         completing read.
8752
8753 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8756         we're being queried about.  Suggested by Dan Jacobson.
8757
8758         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8759         Suggested by Jason Eisner.
8760
8761         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8762         table, too.  Suggested by Stefan Wiens.
8763         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8764         the table unnecessary.  Suggested by Stefan Wiens.
8765
8766         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8767         longer needed, and probably doesn't work either, as pointed out by
8768         Stefan Wiens.
8769         (gnus-summary-exit): Remove call to the clearing function.
8770         (gnus-summary-exit-no-update): Ditto.
8771
8772         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8773         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8774         Reported by Stefan Monnier.
8775         (gnus-summary-save-in-rmail): Ditto.
8776
8777         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8778         article buffer, instead of both the article buffer and the summary
8779         buffer.  Sort of suggested by Dan Jacobson.
8780
8781         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8782
8783         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8784         Suggested by Dan Jacobson.
8785
8786         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8787         documentation clearer.
8788
8789         * message.el (message-shorten-references): Comment on the number "21".
8790         Suggested by Stefan Monnier.
8791
8792         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8793         Suggested by Dan Jacobson.
8794
8795         * gnus.el (gnus-large-newsgroup):
8796         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8797
8798         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8799         externalize attachments.  Bug reported by Steve Wen.
8800
8801         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8802         really message anything to the user.
8803
8804         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8805         directly.
8806
8807         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8808         messages in empty groups.
8809
8810 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8811
8812         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8813         non-UIDNEXT group.
8814
8815 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8818         not the value from the collection.
8819
8820         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8821         values.  This sometimes happens on some groups that have no info.
8822         (nnimap-request-newgroups): New function.
8823
8824 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8827         check into `gnus-registry-initialize'.
8828         (gnus-registry-initialize): Ditto.
8829         Fix and extend header docs.
8830
8831 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8834         regexp backtrace overflows.
8835
8836         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8837         for starttls that tls.el implements; i.e. openssl.
8838
8839         * tls.el (tls-starttls-switches): Give up on using starttls with
8840         gnutls-cli.
8841         (tls-program): Add --insecure to be consistent with the defaults from
8842         openssl s_client.  Now all three commands are insecure.
8843
8844 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * lpath.el: Bind completion-styles-alist for XEmacs.
8847
8848         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8849         (gravatar-create-image): New function that's an alias to
8850         gnus-xmas-create-image, gnus-create-image, or create-image.
8851         (gravatar-data->image): Use it.
8852
8853 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8856         install the nnregistry refer method.
8857         (gnus-registry-install-hooks): Use it.
8858         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8859         unfollowed groups.
8860
8861 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8862
8863         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8864         expanding threads.
8865
8866 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * nnir.el: Use the server names without suffixes (bug #7009).
8869
8870         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8871         unencrypted to STARTTLS, if possible.
8872
8873 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8874
8875         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8876         headers before superseding.
8877
8878 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * nnrss.el (nnrss-use-local): Add documentation.
8881
8882         * nnimap.el (nnimap-extend-tls-programs): New function.
8883         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8884         (nnimap-wait-for-connection): Accept the greeting from the stupid
8885         output from openssl s_client -starttls, too.
8886
8887         * tls.el (tls-starttls-switches): New variable.
8888         (tls-find-starttls-argument): Use it.
8889         (open-tls-stream): Ditto.
8890
8891         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8892         (netrc-machine): Ditto.
8893
8894         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8895         article number.
8896         (nnimap-split-fancy): New variable.
8897         (nnimap-split-incoming-mail): Use it.
8898
8899         * nntp.el (nntp-server-list-active-group): Document.
8900
8901         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8902         SELECT to get the message-id.
8903
8904         * mail-source.el (mail-sources): Remove webmail support.
8905         (defvar): Ditto.
8906         (mail-source-fetcher-alist): Ditto.
8907         (mail-source-fetch-webmail): Remove.
8908
8909         * webmail.el: Remove -- doesn't seem relevant any more.
8910
8911         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8912
8913         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8914         the \r.
8915
8916 2010-09-30  Julien Danjou  <julien@danjou.info>
8917
8918         * gnus-agent.el (gnus-agent-add-group): Fix call to
8919         gnus-completing-read.
8920
8921 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * nndoc.el (nndoc-retrieve-groups): New function.
8924
8925         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8926         `default', use nnmail-split-methods.
8927         (nnimap-request-article): Downcase the NILs so that they are nil.
8928
8929         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8930         symbol.
8931
8932         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8933         code, since if the user has requested network, that's what they ought
8934         to get.
8935         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8936         (nnimap-split-rule): Mark as obsolete.
8937
8938         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8939         New variable.
8940
8941         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8942         correct slot, too.
8943
8944 2010-09-29  Julien Danjou  <julien@danjou.info>
8945
8946         * gnus.el (gnus-local-domain): Declare variable obsolete.
8947
8948         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8949         Fix history computing.
8950         (gnus-ido-completing-read): Require ido.
8951
8952 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8955         build Gnus.
8956
8957         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8958         when interpreting the structures.
8959         (nnimap-request-accept-article): Add \r\n to the lines to make this
8960         work with Cyrus.
8961
8962         * nndraft.el (nndraft-request-expire-articles): Use the group name
8963         instead if "nndraft".  Fix found by Nils Ackermann.
8964
8965 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8966
8967         * nnregistry.el: Add.
8968
8969 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8970
8971         * nnmail.el (group, group-art-list, group-art):
8972         Remove unneeded directives.
8973
8974 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8977         (mm-mime-charset):
8978         * rfc2047.el (rfc2047-syntax-table):
8979         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8980
8981         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8982         rather than `insert-file-contents' and `eval-region'.
8983
8984         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8985         construction.
8986
8987         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8988
8989         * time-date.el: No need to require cl for Emacs 21.
8990
8991 2010-09-29  Julien Danjou  <julien@danjou.info>
8992
8993         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8994         replacement of `gnus-gravatar-relief' to mimic
8995         `gnus-faces-properties-alist'.
8996         Add :version property.
8997
8998 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mail-source.el (mail-source-report-new-mail):
9001         * message.el (message-default-mail-headers):
9002         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9003
9004         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9005
9006 2010-09-28  Julien Danjou  <julien@danjou.info>
9007
9008         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9009         mail-address contains the same string as real-name.
9010
9011         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9012         non-blank in header, otherwise it'll get stripped.
9013
9014         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9015         real-name, and then for mail address rather than doing : or , search.
9016
9017 2010-09-27  Julien Danjou  <julien@danjou.info>
9018
9019         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9020         right completing-read function.
9021         (gnus-use-ido): New variable
9022         (gnus-completing-read-with-default): Remove.
9023         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9024         (gnus-agent-add-group):
9025         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9026         * mm-view.el (mm-view-pkcs7-decrypt):
9027         * mm-util.el (mm-codepage-setup):
9028         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9029         * mml-smime.el (mml-smime-openssl-sign-query):
9030         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9031         (mml-insert-multipart):
9032         * gnus-msg.el (gnus-summary-yank-message):
9033         * gnus-int.el (gnus-start-news-server):
9034         * mm-decode.el (mm-interactively-view-part):
9035         * gnus-dired.el (gnus-dired-attach):
9036         * gnus.el (gnus-read-method):
9037         * gnus-bookmark.el (gnus-bookmark-jump):
9038         * gnus-art.el (gnus-mime-view-part-as-type)
9039         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9040         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9041         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9042         * nnmairix.el (nnmairix-create-server-and-default-group)
9043         (nnmairix-update-groups, nnmairix-get-server)
9044         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9045         (nnmairix-get-group-from-file-path):
9046         * nnrss.el (nnrss-find-rss-via-syndic8):
9047         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9048         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9049         (gnus-group-browse-foreign-server):
9050         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9051         (gnus-summary-execute-command, gnus-summary-respool-article)
9052         (gnus-read-move-group-name):
9053         * gnus-score.el (gnus-summary-increase-score)
9054         (gnus-summary-score-effect):
9055         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9056
9057 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9060         x-focus-frame.
9061
9062         * nnimap.el (auth-source-forget-user-or-password)
9063         (auth-source-user-or-password): Autoload.
9064
9065         * message.el (message-from-style, message-interactive)
9066         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9067         (message-yank-prefix, message-indentation-spaces, message-signature)
9068         (message-signature-file): Add comment.
9069
9070 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9073         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9074         new articles.
9075
9076         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9077         parts.
9078         (nnimap-request-article): Work with the t setting, too.
9079
9080         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9081         that you don't get flashes of other buffers.
9082         (gnus-summary-show-complete-article): Intern before setting.
9083
9084 2010-09-27  David Engster  <dengste@eml.cc>
9085
9086         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9087         well as HEADERS.
9088         (nnmairix-retrieve-headers): Provide new argument for the above.
9089
9090 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091
9092         * gnus-sum.el (gnus-summary-move-article): Don't alter
9093         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9094         group.
9095
9096         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9097
9098         * message.el (message-cite-prefix-regexp): Revert my last edit.
9099
9100         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9101         variable instead of the Gnus variable.
9102
9103         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9104
9105         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9106
9107         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9108         since some servers don't like it.
9109         (nnimap-open-connection): Forget credentials if the server says the
9110         password was wrong.
9111         (nnimap-parse-line): Protect against invalid data.
9112
9113         * gnus-sum.el (gnus-summary-move-article): Add comment.
9114         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9115         nothing alters it while scanning for new messages.
9116
9117         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9118         which may or may not help.
9119         (nnimap-open-connection): If we're doing a stream connection, and then
9120         discover we're on a STARTTLS-capable server, then open a STARTTLS
9121         connection instead.
9122
9123 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * nnimap.el (utf7): Require.
9126
9127         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9128         prefix.
9129
9130 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9131
9132         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9133
9134 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * nnimap.el (nnimap-request-accept-article): Message the error on
9137         error.
9138
9139 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9142
9143 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * nndoc.el (nndoc-request-list): Return success always.
9146
9147         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9148         `fetch-old' -- we only want to fetch the articles we've requested.
9149         The rest are in the agent, probably.
9150         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9151         disappeared server" to something low.  It's not important.
9152
9153         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9154         arrived before the FETCH data.
9155
9156         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9157         target here, because we don't know the Gnus name of the group.
9158
9159         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9160         for the correct group.
9161
9162         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9163
9164         * gnus.el (gnus): Give a final warning after startup.
9165
9166         * gnus-util.el (gnus-action-message-log): New variable.
9167         (gnus-message): Use it.
9168         (gnus-final-warning): New function.
9169
9170         * nnimap.el (nnimap-open-connection): Record the greeting.
9171         (nnimap): Add greeting.
9172
9173 2010-09-26  Julien Danjou  <julien@danjou.info>
9174
9175         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9176         arguments.
9177         (gnus-html-wash-images): Fix spec computing to include start/end.
9178
9179         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9180
9181 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9184         deletion.
9185         (nnimap-retrieve-headers): Don't select the group, because that's
9186         already done by nnimap-possibly-change-group.
9187
9188         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9189         (gnus-picon-transform-address): Use it.
9190
9191         * mail-source.el (mail-source-value): Revert previous patch.
9192
9193         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9194         on failure.
9195         (nnimap-open-connection): Look up both virtual and physical server name
9196         credentials.
9197
9198         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9199
9200 2009-02-07  Dave Love  <fx@gnu.org>
9201
9202         * tls.el (open-tls-stream): Don't query killing process.
9203
9204 2009-02-08  Dave Love  <fx@gnu.org>
9205
9206         * gnus-win.el (gnus-window-to-buffer-helper)
9207         (gnus-all-windows-visible-p): Function needn't be a symbol.
9208
9209         * mail-source.el (mail-source-value): Function needn't be a symbol.
9210
9211 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * message.el (message-cite-prefix-regexp): Remove } from the cite
9214         prefix.
9215
9216         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9217         highlight again, so that the highlight is correct.
9218
9219         * gnus-picon.el (gnus-picon): Remove again.
9220         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9221
9222         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9223         doing the header highlightling, so that the background color of the
9224         picon is correct.
9225
9226         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9227         (gnus-picon): Ditto.
9228         (gnus-picon): Reinstate.  The background color for picons is white.
9229         (gnus-picon-insert-glyph): Make the background white.
9230
9231         * nnml.el (nnml-open-nov): Don't return dead buffers.
9232
9233         * auth-source.el (auth-source-create): Query the user for whether to
9234         store the credentials.
9235
9236         * netrc.el (netrc-store-data): New function.
9237
9238         * auth-source.el (auth-source-user-or-password): Use the existing auth
9239         sources, if any, for creation.
9240
9241         * gnus.el (gnus-group-fast-parameter): Return the last matching
9242         parameter instead of the first matching parameter.
9243
9244 2010-09-26  Julien Danjou  <julien@danjou.info>
9245
9246         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9247
9248 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * mml2015.el (mml2015-use): Remove gpg support.
9251
9252         * mml1991.el (mml1991-function-alist): Remove gpg function.
9253         (mml1991-gpg-sign): Remove.
9254
9255 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9256
9257         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9258         (gnus-browse-unsubscribe-current-group): Document it.
9259         (gnus-browse-unsubscribe-group): Use it.
9260
9261 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9264         address to the To list for easier response.
9265
9266         * gnus.el (gnus-play-startup-jingle): Remove.
9267         (gnus-splash): Don't play jingle.
9268         (gnus): Silence gnus-load message.
9269
9270         * gnus-art.el (gnus-treat-play-sounds): Remove.
9271
9272         * gnus.el (gnus-play-jingle): Remove audio support.
9273
9274         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9275
9276         * earcon.el: Remove -- no users.
9277
9278         * gnus-audio.el: Remove -- no users of this package.
9279
9280         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9281
9282         * gnus-start.el (gnus-setup-news): Remove nocem support.
9283
9284         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9285
9286         * gnus.el (gnus-use-nocem): Remove.
9287
9288         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9289         Remove.
9290
9291         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9292         uses NoCeM any more.
9293
9294         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9295         (gnus-button-ctan-handler): Ditto.
9296         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9297         (gnus-button-ctan-directory-regexp): Ditto.
9298         (gnus-button-handle-ctan): Ditto.
9299         (gnus-button-tex-level): Ditto.
9300         (gnus-button-alist): Remove CTAN stuff.
9301
9302 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9305         nnimap-streaming test.
9306
9307         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9308         servers twice.
9309
9310         * nnimap.el (nnimap-open-connection): Add more error reporting when
9311         nnimap fails early.
9312
9313         * nnheader.el (nnheader-get-report-string): New function.
9314         (nnheader-get-report): Use it.
9315
9316         * gnus-int.el (gnus-check-server): Say what the error was when opening
9317         failed.
9318
9319         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9320         using streaming.
9321
9322 2010-09-25  Julien Danjou  <julien@danjou.info>
9323
9324         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9325         gnus-window-inside-pixel-edges.
9326
9327 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9330
9331         * mm-decode.el (mm-save-part): Allow saving to other directories the
9332         normal Emacs way.
9333
9334         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9335         Suggested by Jay Berkenbilt.
9336
9337         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9338         there isn't a single byte.
9339
9340         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9341         just do it.  It doesn't really seem to matter what the user responds
9342         here, I think, so it's just a confusing question.
9343
9344         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9345         non-streaming case.
9346
9347         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9348         (gnus-article-encrypt-body): Use it.
9349
9350         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9351         keystroke.
9352
9353         * nnimap.el (nnimap-find-wanted-parts-1):
9354         Use gnus-fetch-partial-articles.
9355
9356         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9357
9358         * nnimap.el (nnimap-insert-partial-structure): New function.
9359         (nnimap-get-partial-article): New function.
9360         (nnimap-request-article): Use it.
9361         (nnimap-wait-for-response): Return whether the wait was successful.
9362         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9363         retrieval wasn't successful.
9364         (nnimap-retrieve-group-data-early): Allow throttling servers.
9365         (nnimap-streaming): New variable.
9366         (nnimap-fetch-partial-articles): Remove.
9367
9368         * mm-decode.el (mm-with-part): Protect against killed buffers.
9369
9370         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9371         for prettier summary display.
9372
9373 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9374
9375         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9376
9377 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9380         apparently third-party libraries depend on it.
9381
9382         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9383         before starting negotiation.
9384
9385         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9386         privacy reasons.
9387         (gnus-treat-mail-gravatar): Ditto.
9388
9389         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9390         buffer when inserting images.  Inserting text into the headers, for
9391         instance, can make them invalid.
9392
9393 2010-09-25  Julien Danjou  <julien@danjou.info>
9394
9395         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9396         variables.
9397
9398         * nnheader.el: Remove useless variables news-reply-yank-from and
9399         news-reply-yank-message-id.
9400
9401         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9402         variables.
9403
9404         * mml1991.el: Remove useless mml1991-verbose.
9405
9406         * gnus.el: Remove useless variable gnus-use-generic-from.
9407         Remove obsolete variable gnus-topic-indentation.
9408
9409         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9410
9411         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9412
9413         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9414
9415         * gnus-group.el: Remove useless gnus-group-icon-cache.
9416         Remove useless gnus-ephemeral-group-server.
9417
9418         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9419
9420         * mml2015.el: Remove useless mml2015-verbose.
9421
9422         * mml-smime.el: Remove useless mml-smime-verbose.
9423
9424         * gnus.el: Remove useless gnus-local-domain.
9425
9426         * gnus-gravatar.el (gnus-gravatar-transform-address):
9427         Use gnus-gravatar-size.
9428
9429         * gnus-art.el: Remove useless gnus-treat-translate.
9430
9431 2010-09-24  Julien Danjou  <julien@danjou.info>
9432
9433         * gnus-sum.el: Add support for Gravatars.
9434
9435         * gnus-art.el: Add support for Gravatars.
9436
9437         * gnus-gravatar.el: Add this file.
9438
9439         * gravatar.el: Add this file.
9440
9441 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9444
9445         * gnus-group.el (gnus-group-fetch-faq): Remove.
9446
9447         * gnus.el (gnus-group-faq-directory): Remove.
9448
9449         * gnus-group.el (gnus-group-fetch-charter): Remove.
9450
9451         * gnus.el (gnus-group-charter-alist): Remove.
9452
9453         * gnus-group.el (gnus-group-archive-directory): Remove.
9454         (gnus-group-recent-archive-directory): Ditto.
9455         (gnus-group-make-archive-group): Remove.
9456
9457         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9458
9459         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9460         use the same article number for all the cached articles.
9461
9462         * nnimap.el (nnimap-command): Register the last command time so
9463         that we can use it for idling NOOPs.
9464         (nnimap-open-connection): Start the keeplive timer.
9465         (nnimap-make-process-buffer): Store all the process buffers.
9466         (nnimap-keepalive): New function.
9467
9468         * starttls.el (starttls-open-stream): Add autoload cookie.
9469
9470 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9471
9472         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9473         handling.
9474
9475 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9478         its data structures.
9479
9480         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9481         instead of the cl.el copy-list.
9482         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9483         equalp.
9484
9485 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9488         and tool-bar-local-item-from-menu.
9489
9490         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9491         mode-line-highlight face for Emacs.
9492
9493         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9494         loading gnus-sum.elc; fix comment for canlock-verify.
9495         (gnus-article-jump-to-part): Use read-number.
9496         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9497         Remove Emacs pre-21 compatible code for help-echo.
9498         (gnus-article-next-page-1): No need to adjust the number of lines.
9499         (gnus-article-describe-bindings): Always use help-buffer.
9500
9501         * gnus-audio.el (gnus-audio-inline-sound):
9502         * gnus-cus.el (gnus-custom-mode):
9503         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9504
9505         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9506
9507         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9508         compatible code.
9509
9510 2010-09-24  Glenn Morris  <rgm@gnu.org>
9511
9512         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9513         visiting the fcc file in rmail-mode.
9514
9515         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9516
9517 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * nnir.el: Silence the byte compiler.
9520
9521         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9522         alias to browse-url-url-encode-chars if any.
9523         (gnus-html-encode-url): Use it.
9524
9525 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * gnus-start.el (gnus-use-backend-marks): New variable.
9528         (gnus-get-unread-articles-in-group): Use it.
9529
9530         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9531         makeover.
9532
9533 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9534
9535         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9536
9537 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9540         Remove.
9541         (gnus-setup-news-hook):
9542         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9543
9544         * gnus-int.el (gnus-request-update-info): Protect against backends not
9545         having the function.
9546
9547         * nnimap.el (nnimap-stream): Mention starttls.
9548         (nnimap-open-connection): Add starttls support.
9549
9550 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9551
9552         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9553
9554 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9557         BODYSTRUCTUREs.
9558         (nnimap-transform-headers): Unfold quoted {42} headers.
9559
9560         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9561         the info.
9562         (gnus-get-unread-articles): Only call updatep on backends that support
9563         it.
9564
9565         * nnweb.el (nnweb-request-update-info): NOOP.
9566
9567         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9568
9569         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9570         since it only deals with marks.
9571
9572         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9573         gnus-request-marks, and make a new gnus-request-update-info.
9574
9575         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9576         the active instead of the high number, which is usually too low.
9577
9578 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9579
9580         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9581         * encrypt.el: Remove.
9582
9583 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9586         server in symbolic form.
9587
9588         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9589
9590 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9593         (nnimap-update-info): Fix up code slightly.
9594
9595         * gnus-int.el (gnus-open-server): Add tracing for performance
9596         debugging.
9597
9598         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9599         (gnus-group-insert-group-line): Pass the real group name so that it
9600         gets the right data.
9601
9602         * gnus-start.el (gnus-get-unread-articles): Don't have
9603         `gnus-get-unread-articles-in-group' update info, since that can be
9604         really slow and doesn't seem to be needed?
9605
9606 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9607
9608         * time-date.el (date-to-time): Try using parse-time-string first before
9609         using the slower timezone-make-date-arpa-standard.
9610
9611 2010-09-22  Julien Danjou  <julien@danjou.info>
9612
9613         * gnus-group.el (gnus-group-insert-group-line):
9614         Call gnus-group-highlight-line.
9615         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9616         default hook list.
9617         (gnus-group-update-eval-form): Add new function.
9618         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9619         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9620
9621 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9622
9623         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9624         immediate, then expire all articles.
9625         (nnimap-update-info): Fix off-by-one errors.
9626         (nnimap-flags-to-marks): Would return no marks lists for group with no
9627         flags.  Instead return the other data.
9628
9629 2010-09-22  Julien Danjou  <julien@danjou.info>
9630
9631         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9632         Only return an icon.
9633         (gnus-group-insert-group-line): Compute icon to return.
9634
9635         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9636         (gnus-html-image-fetched): Only cache if
9637         gnus-html-image-automatic-caching is set.
9638         (gnus-html-image-fetched): Check for errors.
9639
9640 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9643         once per method on `g'.  This ensures that backends like nnfolder don't
9644         open all their folders.
9645
9646         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9647         (nnimap-request-list): Nix out group in the correct buffer.
9648         (nnimap-parse-flags): Implement by using `read' instead of
9649         hand-parsing.
9650         (nnimap-flags-to-marks): Pass on permanent-flags.
9651         (nnimap-make-process-buffer): Record the server name.
9652         (nnimap-parse-flags): Fix typo.
9653         (nnimap-request-scan): Run split on the server in general, not just a
9654         single group.
9655
9656         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9657         parameter, and propagate this downwards.
9658
9659         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9660         since EXAMINE changes it on the server.
9661
9662         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9663         this command might take a while.
9664
9665 2010-09-22  Julien Danjou  <julien@danjou.info>
9666
9667         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9668         harmful if you have 2 images side-by-side, they can't be properly
9669         update on text deletion.  Using text-property is safer here.
9670         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9671         data.
9672
9673 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * nnimap.el (nnimap-expunge-inbox): Remove.
9676         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9677         (nnimap-expunge): Flip default to t.
9678
9679         * gnus.el (gnus-method-to-server): Don't push things to the cache
9680         unless it's unique.
9681         (gnus-server-to-method): Ditto.
9682
9683 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9684
9685         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9686
9687 2010-09-22  Julien Danjou  <julien@danjou.info>
9688
9689         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9690         get the start of data.
9691         (gnus-html-encode-url): Add this function to encode special chars in
9692         URL.
9693         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9694         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9695
9696         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9697         default.
9698         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9699
9700         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9701         images alt-text.
9702         (gnus-html-put-image): Put alt-text as help-echo.
9703
9704 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9707         * mm-util.el (mm-decompress-buffer):
9708         * nnir.el (nnir-run-find-grep):
9709         * pop3.el (pop3-list): Use 3rd arg of split-string.
9710
9711         * time-date.el (format-seconds): Comment fix.
9712
9713         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9714         and byte-optimize-form-code-walker.
9715         (dgnushack-make-auto-load): Don't advise make-autoload.
9716
9717         * lpath.el: Remove Emacs 21 stuff.
9718
9719 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9722         outside the active range.  Suggested by Dan Christensen.
9723
9724         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9725         slightly later to avoid double-getting it.
9726
9727         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9728         previous patch.
9729
9730         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9731
9732 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9733
9734         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9735
9736 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9737
9738         * gnus-int.el (gnus-open-server): Give a better error message in the
9739         "go offline" case.
9740
9741         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9742         marks for nnimap, which is seldom the right thing to do.
9743
9744         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9745         (gnus-same-method-different-name): New function.
9746
9747         * nnimap.el (parse-time): Require.
9748
9749         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9750         method in the presence of many similar methods.
9751
9752         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9753
9754         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9755         nnml-inhibit-expiry.
9756
9757         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9758         find out whether methods are equal.
9759
9760         * nnimap.el (nnimap-find-expired-articles): New function.
9761         (nnimap-process-expiry-targets): New function.
9762         (nnimap-request-move-article): Request the article before looking at
9763         what the Message-ID is.  Fix found by Andrew Cohen.
9764         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9765
9766         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9767         for oldness in addition to being a predicate.
9768
9769         * nnimap.el (nnimap-request-group): When we have zero articles, return
9770         the right data to Gnus.
9771         (nnimap-request-expire-articles): Only delete articles immediately if
9772         the target is 'delete.
9773
9774         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9775         method, this would bug out.
9776
9777         * gnus-group.el (gnus-group-expunge-group): Rename from
9778         gnus-group-nnimap-expunge, and implemented as a normal interface
9779         function.
9780
9781         * gnus-int.el (gnus-request-expunge-group): New function.
9782
9783         * nnimap.el (nnimap-request-create-group): Implement.
9784         (nnimap-request-expunge-group): New function.
9785
9786 2010-09-21  Julien Danjou  <julien@danjou.info>
9787
9788         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9789         (gnus-html-cache-expired): Add new function.
9790         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9791         wethever we should display image for fetch it.
9792         Compute alt-text earlier to pass it to the fetching function too.
9793         (gnus-html-schedule-image-fetching): Change function argument to only
9794         get one image at a time, not a list.
9795         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9796         cache.
9797         (gnus-html-get-image-data): New function to retrieve image data from
9798         cache.
9799         (gnus-html-put-image): Change buffer argument to use image data rather
9800         than file, and place image above region rather than inserting a new
9801         one.  Do not take alt-text as argument, since it's useless now: we place
9802         the image above alt-text.
9803         (gnus-html-prune-cache): Remove.
9804         (gnus-html-show-images): Start to fetch image when we find one, do not
9805         push into a temporary list.
9806         (gnus-html-prefetch-images): Only fetch image if they have expired.
9807         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9808         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9809
9810 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9813
9814 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9817         spec inser "*" if the group isn't active instead of 0.
9818
9819         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9820         opening the server.
9821         (nnimap-request-delete-group): Implement group deletion.
9822         (nnimap-transform-headers): Return the size of the entire message in
9823         the Bytes header, not just the size of the first part.
9824         (nnimap-request-move-article): When moving an article from nnimap,
9825         request the article first so the accepting form has an article to
9826         accept.  Reported by Dan Christensen.
9827         (nnimap-command): Make sure that the error message doesn't error out.
9828
9829 2010-09-20  David Edmondson  <dme@dme.org>
9830
9831         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9832         we haven't requested anything.
9833
9834 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835
9836         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9837         "".  Fix found by Andrew Cohen.
9838
9839         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9840         instead of -encode-string.
9841
9842 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9845
9846         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9847         by mm-subst-char-in-string.
9848
9849 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9852         waiting for the connection string.
9853
9854         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9855         arriving.
9856
9857         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9858         bogus characters.  This allows selecting certain Gmail groups.
9859
9860         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9861         (nnimap-fetch-partial-articles): New variable.
9862         (nnimap-open-connection): When looking for credentials, also use the
9863         nnimap-server-port.
9864         (nnimap-request-article): Return the group/article number, so that Gnus
9865         `^' works as expected.
9866         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9867
9868         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9869         comments.
9870         (gnus-methods-sloppily-equal): New function.
9871         (gnus): When using the development version of Gnus, load the gnus-load
9872         file.
9873
9874         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9875         `gnus-open-server' on each method before trying to scan them etc.
9876         This ensures that all the backend parameters are set correctly.
9877
9878         * nnimap.el (nnimap-authenticator): New variable.
9879         (nnimap-open-connection): Allow anonymous login.
9880         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9881         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9882
9883         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9884         patch, found by Knut Anders Hatlen.
9885
9886 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9887
9888         * gnus-agent.el (gnus-agent-batch-confirmation)
9889         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9890         to gnus-message.
9891         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9892         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9893         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9894         * gnus-int.el (gnus-open-server): Likewise.
9895         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9896         (gnus-score-check-syntax): Likewise.
9897         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9898         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9899         Likewise.
9900         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9901
9902 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9905         calling conventions so that prefetch doesn't bug out.
9906
9907 2010-09-19  Julien Danjou  <julien@danjou.info>
9908
9909         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9910         rather than `subst-char-in-region' in order to be able to replace ASCII
9911         char by UTF-8 ones.
9912
9913         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9914         than curl.
9915         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9916         the right URL and ALT text on images.
9917         (gnus-html-wash-tags): Fix tag case.
9918         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9919         (gnus-article-html): Add -o display_ins_del=2 option.
9920         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9921
9922 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9923
9924         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9925         the extra mail headers, which sometimes seem to happen for unknown
9926         reasons.
9927
9928         * mail-parse.el (mail-header-encode-parameter): Define as
9929         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9930         (or most, perhaps?) mail readers don't understand the latter, but do
9931         understand the former.
9932
9933         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9934         to nil, so that no methods are automatically agentized.  I think this
9935         is probably what most users want.
9936
9937         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9938         from url-retrieve, for instance about invalid URLs.
9939
9940         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9941         groups that have no articles.
9942         (nnimap-request-article): Check that we really got an article when we
9943         requested one.
9944
9945         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9946         doesn't exist.
9947
9948         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9949         nntp buffer so the agent can save it.
9950         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9951         that CRLF doesn't get translated to \n.
9952         (nnimap-open-connection): Don't make 'shell commands only send \n.
9953
9954 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9955
9956         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9957         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9958         Update var name.
9959         (nnml-generate-nov-file): Use dolist.
9960         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9961         Use with-current-buffer.
9962
9963 2010-09-18  Julien Danjou  <julien@danjou.info>
9964
9965         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9966         parallel.
9967
9968 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9971         the range update right.
9972         (nnimap-request-group): Don't make `M-g' bug out on group with no
9973         marks.
9974         (nnoo): Require, so that other packages can require nnimap.
9975         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9976         command we're looking for.  This helps when the server sends more
9977         responses after we've gotten everything we expected.
9978         (nnimap): Add a `newlinep' field to keep track of end-of-line
9979         conventions.
9980         Don't send CRLF to things that don't want it.
9981         (nnimap-request-accept-article): Ditto.
9982
9983 2010-09-18  Julien Danjou  <julien@danjou.info>
9984
9985         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9986         than curl to retrieve images.
9987
9988 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9991         the marks.
9992         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9993         (nnimap-wait-for-connection): New function.
9994         (nnimap-open-connection): If we have PREAUTH, don't query for login
9995         credentials.
9996         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9997         when doing a partial update.
9998
9999 2010-09-18  Julien Danjou  <julien@danjou.info>
10000
10001         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10002         tags.
10003
10004 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * nnimap.el (nnimap-credentials): New function.
10007         (nnimap-open-connection): Use the new function to look for credentials
10008         also on the numeric equivalents of "imap" and "imaps".
10009
10010         * gnus-start.el (gnus-activate-group): Send the info to
10011         gnus-request-group.
10012
10013         * nnimap.el (nnimap-request-group): Have the "check" version of the
10014         function parse flags and update the info, so that a `M-g' get a total
10015         resync of all flags from the group.
10016
10017         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10018         to allow backends to alter the info on group selection.  Also alter all
10019         the backend -request-group functions to take the parameter.
10020
10021         * nnimap.el (nnimap-store-info): New function.
10022         (nnimap-update-info): Store the info for later usage.
10023         (nnimap-request-group): Use the stored info for the dont-check case, so
10024         that we don't retrieve all marks when we enter a group.
10025
10026         * nnimap.el: Use deffoo instead of defun for interface functions.
10027
10028         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10029         update the group info.  This makes the nndraft groups, for instance, go
10030         back to their old behavior.
10031
10032         * gnus-sum.el (gnus-select-newsgroup): Indent.
10033
10034         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10035         in.
10036         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10037         nothing.
10038
10039         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10040         from methods that are denied.
10041
10042         * gnus-int.el (gnus-method-denied-p): New function.
10043
10044         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10045         store the password instead of netrc.
10046         (nnimap-open-connection): Don't error out when we can't make a
10047         connections.
10048
10049         * auth-source.el (auth-source-create): In the password prompt, say what
10050         we're querying for.  Also prompt for user name if that hasn't been
10051         given.
10052
10053         * nnimap.el (nnimap-with-process-buffer): Remove.
10054
10055 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10058         method when we're reading from the agent.
10059
10060         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10061
10062         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10063         that's probably most useful for users.
10064
10065         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10066         "failed" all the time.
10067
10068         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10069         ...)) with (with-current-buffer ... ).
10070
10071         * nntp.el (nntp-open-server): Return whether the open was successful or
10072         not.
10073
10074         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10075         select an unread unseen article first.
10076
10077         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10078         /etc/services, supply some sensible port defaults.
10079
10080         * dgnushack.el: Define netrc-credentials.
10081
10082 2010-09-17  Julien Danjou  <julien@danjou.info>
10083
10084         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10085
10086 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10087
10088         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10089         doesn't have any parameters.
10090
10091 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10094         only upcased checks.
10095
10096         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10097
10098         * nnimap.el (nnimap-open-shell-stream): New function.
10099         (nnimap-open-connection): Use it.
10100         (nnimap-transform-headers): Get the number of lines in each message.
10101         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10102         number of lines.
10103         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10104         problem.
10105
10106         * utf7.el (utf7-encode): Autoload.
10107
10108         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10109         to allow the mail splitting to not return a default group.  This is
10110         useful for nnimap, which will leave unmatched mail in the inbox.
10111
10112         * nnimap.el: Rewritten.
10113
10114         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10115         nnimap usage.
10116
10117         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10118         if the move is internal, so that nnimap can do fast internal moves.
10119
10120         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10121         data.
10122         (gnus-read-active-for-groups): Support finishing the early retrieval of
10123         data.
10124
10125         * gnus-range.el (gnus-range-nconcat): New function.
10126
10127         * gnus-int.el (gnus-finish-retrieve-group-infos)
10128         (gnus-retrieve-group-data-early): New functions.
10129
10130 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10131
10132         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10133         (nnrss-retrieve-groups):
10134         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10135         (pop3-quit): Use with-current-buffer.
10136
10137 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10140         instead of nnheader-accept-process-output.
10141
10142         * dgnushack.el (dgnushack-compile): Add comment.
10143
10144         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10145
10146         * gnus-html.el (gnus-html-schedule-image-fetching)
10147         (gnus-html-prefetch-images): Replace process-kill-without-query by
10148         gnus-set-process-query-on-exit-flag.
10149
10150 2010-09-16  Romain Francoise  <romain@orebokech.com>
10151
10152         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10153
10154 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10155
10156         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10157         parameter to unintern is mandatory-ish in Emacs 24.
10158
10159         * gnus-html.el (gnus-html-schedule-image-fetching)
10160         (gnus-html-prefetch-images): Check for curl before using it.
10161
10162         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10163         depend on curl, which isn't essential.
10164
10165         * imap.el: Revert back to version
10166         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10167         seem problematic.
10168
10169 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10170
10171         * gnus-registry.el (gnus-registry-install-shortcuts):
10172         Explicitly pass `obarray' to `unintern' to avoid a warning.
10173
10174 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10175
10176         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10177         change.
10178
10179         * nnrss.el (nnrss-request-list): Remove this function and related
10180         functions, including the moreover stuff.
10181
10182 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10183
10184         * nnrss.el (nnrss-retrieve-groups): New function.
10185
10186 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10187
10188         * .dir-locals.el: Add no-byte-compile cookie.
10189
10190 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * time-date.el (format-seconds): Comment fix.
10193
10194         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10195         for back end that doesn't support request-scan.
10196
10197 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10198
10199         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10200         then do request scans from the backends.
10201
10202         * netrc.el (netrc-credentials): New conveniency function.
10203
10204         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10205         avoid running a hook per line, since this takes a lot of time,
10206         profiling shows.
10207         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10208         directly if gnus-visual-p is true.
10209
10210 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10213         groups; replace mapcar with dolist which is a bit faster; pass groups
10214         info to gnus-read-active-file-1.
10215         (gnus-read-active-file-1): Scan only specified groups if the new
10216         optional arg `infos' is given.
10217
10218 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10221
10222         * pop3.el (pop3-movemail): Remove.
10223         (pop3-streaming-movemail): Rename to pop3-movemail.
10224
10225         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10226         don't restrict end-tag searches to the end of the line.
10227
10228 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10231         articles of every unchecked group to t, which means unknown since the
10232         server has never been opened.
10233
10234 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * gnus-html.el (gnus-html-show-alt-text): New command.
10237         (gnus-html-browse-image): Ditto.
10238         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10239         to browse the image directly.
10240         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10241         better.
10242
10243         * gnus-async.el (gnus-async-article-callback):
10244         Call `gnus-html-prefetch-images' unconditionally.
10245
10246         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10247         before feeding URLs to curl.
10248
10249 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10252         internal images as deletable by `W D D'.
10253
10254         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10255         (gnus-async-article-callback): Fix typo.
10256
10257 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10260         current line to work around bugs in the output from w3m.
10261
10262         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10263         for groups that want that.
10264
10265         * nntp.el (nntp-wait-for-string): Supply a timeout for
10266         accept-process-output to ensure progress.
10267
10268         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10269         level to get unread articles from, then use that for foreign groups,
10270         too.
10271
10272         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10273         confuses the rest of the function.
10274
10275         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10276         for the methods that support -retrieve-groups, too.
10277
10278         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10279
10280 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10283         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10284
10285         * pop3.el: Require cl when compiling.
10286         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10287
10288 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10291         that aren't going to be activated.
10292         (gnus-get-unread-articles): Fix up the last commit.
10293
10294         * gnus-html.el (gnus-article-html): Allow calling without specifying
10295         the handle.  In that case, dissect the buffer first.
10296
10297         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10298
10299         * nnimap.el (nnimap-open-connection): Revert the change that would look
10300         into authinfo for imaps instead of imap.
10301
10302         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10303         say that you don't want to call gnus-request-group with don-check, but
10304         do check the reponse.  This is for virtual groups only.
10305         (gnus-get-unread-articles): Count the archive groups as secondary, so
10306         that they're activated the same way as before.
10307
10308         * imap.el (imap-message-map): Removed optional buffer parameter, since
10309         no callers use it.
10310         (imap-message-get): Ditto.
10311         (imap-message-put): Ditto.
10312         (imap-mailbox-map): Ditto.
10313         (imap-mailbox-put): Ditto.
10314         (imap-mailbox-get): Ditto.
10315         (imap-mailbox-get): Revert last change for this function.
10316
10317         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10318         case-insensitively.
10319         (nnimap-debug): Remove.
10320
10321         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10322         callers to use `imap-fetch' instead.  According to the comments, this
10323         should be safe, since all other IMAP clients use the 1:* syntax.
10324         (imap-enable-exchange-bug-workaround): Remove.
10325         (imap-debug): Remove -- doesn't seem very useful.
10326
10327         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10328         mail from a file, and the file doesn't exist.
10329
10330         * imap.el (imap-log): New convenience function used throughout instead
10331         of repeating the same code all over the place.
10332
10333         * pop3.el (pop3-streaming-movemail): Return t for success.
10334
10335         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10336         .authinfo if we're using ssl connection.
10337
10338         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10339         already have if we're in a main Gnus `g' run.
10340
10341         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10342
10343 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10346
10347         * nnmh.el (nnmh-request-list-1): Bind `file'.
10348
10349         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10350         alias to set-process-query-on-exit-flag or process-kill-without-query.
10351         (pop3-open-server): Use it.
10352
10353 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10356         box to the Incoming file.  Fixes mistake in previous checkin.
10357
10358         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10359         request loop (for debugging purposes) removed.
10360
10361         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10362         culprit is more visible.
10363         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10364         (nnml-add-incremental-nov): New functions to do "incremental" nov
10365         updates, where we just append to the end of the existing nov files
10366         without reading/writing them in full.
10367
10368         * mail-source.el (mail-source-delete-crash-box): Really only check the
10369         incoming files once in a while.
10370
10371         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10372
10373         * mail-source.el (mail-source-delete-crash-box): Only check the
10374         incoming files for deletion once per day to save a lot of file
10375         accesses.
10376
10377         * pop3.el (pop3-logon): Fix up unbound variable typo.
10378
10379         * mail-source.el (pop3-streaming-movemail): Autoload.
10380
10381         * pop3.el (pop3-streaming-movemail):
10382         Respect pop3-leave-mail-on-server.
10383
10384         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10385         retrieval.
10386
10387         * pop3.el (pop3-process-filter): Remove unused function.
10388         (pop3-streaming-movemail, pop3-send-streaming-command)
10389         (pop3-wait-for-messages, pop3-write-to-file)
10390         (pop3-number-of-responses): New functions for streaming pop3
10391         retrieval.
10392
10393         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10394         come from no known methods.
10395         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10396         list.
10397
10398         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10399         message sizes.
10400         (pop3-movemail): Use erase-buffer instead of looping and deleting
10401         regions, which seems rather odd.
10402
10403         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10404         file once per `g' run.
10405
10406         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10407         directories.  This makes the draft queue directory work.
10408
10409         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10410         data from the backends, so that we only request the list of groups from
10411         each method once.  This should speed things up considerably.
10412
10413         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10414         detect that it's not implemented.
10415
10416         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10417         we actually do recurse down into the tree, but don't stat all leaf
10418         nodes.
10419
10420         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10421         then say so instead of bugging out.
10422
10423         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10424         files exist before trying to read them.
10425
10426         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10427         around <pre_int>.
10428
10429         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10430
10431         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10432
10433 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * mm-util.el (mm-image-load-path): Just return the image directories,
10436         not all directories in the path in addition to the image directories.
10437         (mm-image-load-path): Maintain a cache of the image directories so that
10438         the `g' command in Gnus doesn't have to stat dozens of directories each
10439         time.
10440
10441         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10442         (gnus-html-wash-tags): Add a new `i' command to insert images.
10443         (gnus-html-insert-image): New command and keystroke.
10444         (gnus-html-redisplay-with-images): New command and keystroke.
10445         (gnus-html-show-images): Rename command.
10446         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10447         spacers.
10448         (gnus-html-wash-tags): Decode entities at the end, so that entities
10449         inside the tags don't mess up the rest of the "parsing".
10450
10451         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10452         so that nnimap methods aren't agentized by default.  There's apparently
10453         many problems related to agent/imap behavior.
10454
10455         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10456
10457         * gnus-html.el: Doc fix.
10458
10459 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10462         specifier-spec-list for Emacs 21.
10463
10464         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10465         glyph-width and glyph-height instead of display-graphic-p and
10466         image-size; make avoidance of displaying small images work for XEmacs.
10467
10468         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10469         for XEmacs.
10470
10471         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10472         of symbol that holds plist data.
10473         (gnus-process-plist): Remove plist of process after getting it.
10474
10475 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10476
10477         * message.el (message-generate-hashcash): Change default to
10478         'opportunistic if hashcash is installed.
10479
10480         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10481         (gnus-html-put-image): Only call image-size once, since it's somewhat
10482         time-consuming on remote X servers.
10483
10484 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10487         type on data, not a file name.
10488
10489         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10490         window-pixel-edges for Emacs 21.
10491
10492         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10493         decoded contents.
10494         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10495
10496 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10499         group line format, since it isn't very interesting.
10500
10501         * gnus-agent.el (gnus-agent-short-article),
10502         (gnus-agent-long-article): Increase values for these two variables,
10503         since most people are likely to have more network connection and
10504         storage than before.
10505
10506         * gnus.el (gnus-refer-article-method): Change default to 'current.
10507         When referring an article, the common behavior is to refer it from the
10508         current select method, not the native select method.  The chances of
10509         the native select method having the message in question is rather slim
10510         these days.
10511
10512         * gnus-sum.el (gnus-auto-select-subject): Change default to
10513         `unseen-or-unread'.  I think it's likely that most people want to
10514         select an unseen article over a previously seen, but unread one.
10515
10516         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10517         means that in the article buffer none of the minor mode elements will
10518         be shown, usually, and this is not desirable in most cases.
10519
10520         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10521         that commands like `d' (and the like) go to the next line in the
10522         buffer, instead of the next unread article.  I think this is the
10523         behavior that is most natural for most users.
10524         (gnus-single-article-buffer): Change default to nil, so that people can
10525         have as many article buffers open as they have summary buffer.  I think
10526         this is the most natural way for the groups to behave.
10527
10528         * message.el (message-generate-new-buffers): Change default to
10529         `unsent', so that all new message buffers start their names with the
10530         string "*unsent", and it's easier to find the buffers if you move from
10531         them.
10532
10533 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10536         small.  They're probably tracking images.
10537         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10538         (gnus-html-rescale-image): Yet another try at getting the image sizing
10539         right.
10540
10541         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10542         nntp-marks-file-name is nil.
10543
10544 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10545
10546         * gnus-html.el (gnus-html-wash-tags)
10547         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10548         Better logging.
10549
10550 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10553
10554         * gnus-html.el (gnus-html-wash-tags): Check the value of
10555         gnus-blocked-images in the summary buffer.
10556
10557 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10558
10559         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10560
10561 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10564         like "a", it seems like.
10565         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10566         since it needs to be picked from the correct buffer.
10567
10568         * nnwfm.el: Remove.
10569
10570         * nnlistserv.el: Remove.
10571
10572 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10573
10574         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10575         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10576
10577 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * nnkiboze.el: Remove.
10580
10581         * nndb.el: Remove.
10582
10583         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10584         alt text.
10585         (gnus-html-rescale-image): Try to get the rescaling logic right for
10586         images that are just wide and not tall.
10587
10588         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10589         overshadow variable bindings.
10590
10591 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10592
10593         * gnus-html.el (gnus-html-wash-tags)
10594         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10595         Add extra logging.
10596
10597 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10600         (gnus-max-image-proportion): New variable.
10601         (gnus-html-rescale-image): New function.
10602         (gnus-html-put-image): Rescale images.
10603
10604 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10605
10606         Fix up some byte-compiler warnings.
10607         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10608         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10609         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10610         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10611         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10612         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10613         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10614
10615 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-html.el (gnus-article-html): Decode contents by charset.
10618
10619 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10622         (gnus-html-frame-width, gnus-blocked-images):
10623         * message.el (message-prune-recipient-rules): Add custom version.
10624         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10625
10626         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10627         functions.
10628
10629         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10630         gnus-process-get.
10631
10632 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10633
10634         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10635         instead of lsub directly.
10636
10637 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * nnwarchive.el: Remove.
10640
10641         * gnus-soup.el: Remove.
10642
10643         * nnsoup.el: Remove.
10644
10645         * nnultimate.el: Remove.
10646
10647         * gnus-html.el (gnus-blocked-images): New variable.
10648
10649         * message.el (message-prune-recipients): New function.
10650         (message-prune-recipient-rules): New variable.
10651
10652         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10653         guess whether a long line is natural text or not.
10654
10655         * gnus-html.el (gnus-html-schedule-image-fetching):
10656         Use gnus-process-plist and friends for compatibility.
10657
10658 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10659
10660         * gnus-html.el: Require packages that define macros used in this file.
10661         (gnus-article-mouse-face): Declare to silence byte-compiler.
10662         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10663         process-get.
10664         (gnus-html-put-image): Use plist-get to avoid getf.
10665         (gnus-html-prefetch-images): Use with-current-buffer.
10666
10667 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-ems.el: Provide compatibility functions for
10670         gnus-set-process-plist.
10671
10672         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10673         header-line-format for XEmacs 21.4.
10674
10675         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10676         * gnus.el (gnus-valid-select-methods):
10677         * message.el (message-send-mail-partially-limit):
10678         * mm-decode.el (mm-text-html-renderer):
10679         * mml.el (mml-insert-mime-headers-always):
10680         * smiley.el (smiley-regexp-alist): Bump custom version.
10681
10682 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10683
10684         * gnus-html.el: require mm-url.
10685         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10686         with the url to `url'.
10687         (gnus-html-wash-tags): Support cid: URLs/images.
10688
10689 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10692         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10693         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10694
10695         * gnus-move.el: Remove file, since it doesn't really work.
10696
10697         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10698         UTF-8.  This seems to fix problems with some German web feeds.
10699
10700         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10701         at the top so that the proper colors are applied.
10702
10703         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10704         don't have dots in their names.
10705
10706         * gnus-art.el (gnus-article-view-part): Doc fix.
10707
10708         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10709         XEmacs-compatible.
10710         (gnus-html-put-image): Don't do images on non-graphic displays.
10711
10712         * nnslashdot.el: Remove this unused backend.
10713
10714         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10715         actions.
10716         (gnus-undo-register-1): Revert last change.
10717
10718         * gnus-group.el (gnus-group-completing-read): Protect against not
10719         having completion-styles bound.
10720
10721         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10722         make broken recipients happier.
10723
10724         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10725
10726         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10727         point parameter.
10728
10729         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10730
10731         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10732         completion-styles for group selection.
10733
10734 2009-02-04  Andreas Schwab  <schwab@suse.de>
10735
10736         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10737         headers and regexp-quote the match if necessary.
10738
10739 2009-03-24  Miles Bader  <miles@gnu.org>
10740
10741         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10742         the blinking smiley.
10743
10744 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10745
10746         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10747         blink smiley.
10748
10749 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10752         where the dribbel file lives exists.
10753
10754         * message.el (message-send-mail-partially-limit): Change the default to
10755         nil, since most people don't want this.
10756
10757         * mm-url.el (mm-url-decode-entities): Also decode entities like
10758         &#x3212.
10759
10760 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10761
10762         * gnus-sum.el (gnus-summary-idna-message):
10763         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10764         Hyperlink urls in docstrings with URL `...'.
10765
10766 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10767
10768         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10769         functions.
10770
10771 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10774         say what the mouseover text should be.
10775
10776         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10777         version of the mm-w3m-safe-url-regexp variable to only download images
10778         in the groups where we want that to happen.
10779
10780         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10781
10782         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10783         easier debugging.
10784         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10785         big pictures in the article buffer.
10786
10787         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10788         gnus-article-html.
10789         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10790         w3m.
10791
10792         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10793
10794 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10797         which doesn't exist.
10798
10799         * message.el (message-inhibit-ecomplete): New variable to allow some
10800         function to inhibit ecomplete address storage.
10801         (message-resend): Disable ecomplete message storage when resending
10802         messages.
10803
10804         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10805
10806 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10809         Save excursion while copying, moving, and deleting articles in order to
10810         prevent the cursor from jumping to unforeseen place.
10811
10812 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * lpath.el: No need to bind bookmark-current-buffer,
10815         bookmark-yank-point and bookmark-make-record-function.
10816
10817 2010-08-17  Glenn Morris  <rgm@gnu.org>
10818
10819         * gnus-sync.el: Require gnus components whose functions are used.
10820
10821         * gnus-art.el (bookmark-make-record-function):
10822         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10823         Declare for compiler.
10824
10825         * mm-url.el (mml-compute-boundary): Autoload.
10826
10827 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10830
10831 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10832
10833         Typo fix "hoo4a" -> "hook".
10834
10835         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10836
10837 2010-08-14  Glenn Morris  <rgm@gnu.org>
10838
10839         * gnus-sync.el (gnus-sync): Fix defgroup version.
10840
10841 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10842
10843         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10844
10845         * gnus-sync.el: Fix docs.
10846         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10847         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10848
10849 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10850
10851         Optimizations for gnus-sync.el.
10852
10853         * gnus-sync.el: Add docs about gnus-sync-backend
10854         possibilities.
10855         (gnus-sync-save): Remove unnecessary message.
10856         (gnus-sync-read): Optimize and show what groups were skipped.
10857
10858 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10859
10860         Minor bug fixes for gnus-sync.el.
10861
10862         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10863         Don't read the sync on get-new-news.
10864
10865         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10866         quiet.
10867
10868         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10869         (fix typo).
10870
10871 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10872
10873         Make saving and restoring of hidden threads work with overlays.
10874         Patch applied by Ted Zlatanov.
10875
10876         * gnus-sum.el (gnus-hidden-threads-configuration)
10877         (gnus-restore-hidden-threads-configuration): Update to deal with text
10878         properties, rather than searching for a magic character.
10879
10880 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10881
10882         New gnus-sync.el library for synchronization of marks.
10883
10884         * gnus-sync.el: New library for synchronization of marks.
10885
10886         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10887         renamed from `gnus-registry-grep-in-list'.
10888
10889         * gnus-registry.el (gnus-registry-follow-group-p):
10890         Use `gnus-grep-in-list'.
10891
10892         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10893
10894 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10897         determining charset of text fails.
10898
10899 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * nnmail.el (nnmail-get-new-mail-1): Revert.
10902
10903         * nnml.el (nnml-active-number): Make sure names of newly created groups
10904         in nnml-group-alist are encoded.
10905
10906 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10909         containing non-ASCII characters in active file for nnml back end.
10910
10911 2010-07-24  David Engster  <dengste@eml.cc>
10912
10913         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10914         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10915
10916 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10917
10918         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10919         tag (Bug#6654).
10920
10921 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10924         the article buffer, not the summary buffer.
10925
10926 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10929         Emacs 23 as well.
10930
10931 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10934         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10935
10936 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10937
10938         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10939         Patch applied by Karl Fogel.
10940
10941         * gnus-sum.el (gnus-summary-bookmark-make-record):
10942         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10943
10944 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10945
10946         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10947         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10948         C-w still not working correctly from Article buffers; Thierry's
10949         patch to fix that will be applied after this.
10950
10951         * gnus-art.el (bookmark-make-record-function): New local variable.
10952
10953         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10954         article buffer.
10955         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10956
10957 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10958
10959         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10960         on changes in bookmark.el.
10961
10962 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10965         `no-log' instead of message not to log prompt string.
10966
10967 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10968
10969         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10970         the *other* type of HTML form submission.
10971
10972 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10973
10974         * auth-source.el (auth-source-pick): If choice does not contain a
10975         questioned keyword, set the check to t.
10976
10977 2010-06-12  Romain Francoise  <romain@orebokech.com>
10978
10979         * gnus-util.el (gnus-date-get-time): Move up before first use.
10980
10981 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10984         (gnus-article-edit-part): Bind it to make last part that is substituted
10985         or deleted visible.
10986         (gnus-mime-display-single): Buttonize part of which id equals to
10987         gnus-mime-buttonized-part-id.
10988
10989 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10990
10991         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10992         (gnus-dd-mmm): Use gnus-date-get-time.
10993         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10994         simplify logic.
10995         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10996         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10997
10998 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10999
11000         * auth-source.el (top): Autoload `secrets-list-collections',
11001         `secrets-create-item', `secrets-delete-item'.
11002         (auth-sources): Fix tag string.
11003         (auth-get-source, auth-source-retrieve, auth-source-create)
11004         (auth-source-delete): New defuns.
11005         (auth-source-pick): Rewrite in order to avoid 2 passes.
11006         (auth-source-forget-user-or-password): New parameter USERNAME.
11007         (auth-source-user-or-password): New parameters CREATE-MISSING and
11008         DELETE-EXISTING.  Retrieve password interactively, if needed.
11009
11010 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11011
11012         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11013         deleting unused directories when gnus-expert-user is t.
11014
11015 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11018         for each temp file when gnus-article-browse-delete-temp is ask.
11019
11020 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11021
11022         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11023         Replace Lisp calls to delete-backward-char by calls to delete-char.
11024
11025 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11026
11027         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11028
11029 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11030
11031         * password-cache.el (password-cache-remove): Fix docstring.
11032
11033 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11036         article unless decoding article to be saved.
11037
11038 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11041         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11042         generated within the mm-with-unibyte-current-buffer macro.
11043
11044 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11047         to nil when we're in a mml-preview buffer and no group is selected.
11048
11049 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11050
11051         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11052         when catching the `C-g'.  Reported by "Leo".
11053
11054 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * message.el (message-forward-make-body-plain)
11057         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11058         multibyte-string-p.
11059
11060         * lpath.el: Revert.
11061
11062 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * message.el (message-forward-make-body-mml): Assume original message
11065         is multibyte string; error on unibyte.
11066         (message-forward-make-body-plain): Ditto; don't add excessive newline
11067         in body end.
11068
11069         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11070
11071 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11072
11073         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11074         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11075
11076 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * mm-extern.el (mm-extern-url): Don't use
11079         mm-with-unibyte-current-buffer.
11080         (mm-extern-cache-contents): Use with-current-buffer instead of
11081         save-excursion + set-buffer.
11082
11083 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mm-util.el (mm-emacs-mule): Remove.
11086
11087 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11088
11089         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11090         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11091         change.
11092
11093 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11096         bind the default value of enable-multibyte-characters to nil.
11097
11098 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * message.el (message-forward-make-body-plain)
11101         (message-forward-make-body-mml):
11102         Don't use mm-with-unibyte-current-buffer.
11103
11104 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11105
11106         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11107
11108 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11109
11110         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11111         (Bug#5592).
11112
11113 2010-05-07  Julien Danjou  <julien@danjou.info>
11114
11115         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11116         it to mm-pipe-part.
11117
11118         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11119         it is given.
11120
11121 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * binhex.el (binhex-decode-region-internal):
11124         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11125         (dns-query):
11126         * nnweb.el (nnweb-gmane-search):
11127         * pgg-parse.el (pgg-parse-armor):
11128         * pgg.el (pgg-verify-region):
11129         * sha1.el (sha1-string-external):
11130         * uudecode.el (uudecode-decode-region-internal):
11131         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11132         XEmacs.
11133
11134         * gnus-art.el (gnus-article-browse-html-parts):
11135         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11136         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11137         make-temp-file.
11138
11139         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11140         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11141         compiling.
11142
11143         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11144         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11145         XEmacs when compiling.
11146
11147         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11148         gnus-pick-mode-off-hook for XEmacs when compiling.
11149         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11150         gnus-binary-mode-off-hook for XEmacs when compiling.
11151
11152         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11153         Return nil if char-charset is not available.
11154
11155         * imap.el (imap-disable-multibyte)
11156         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11157         macros.
11158
11159         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11160         instead of encode-coding-string.
11161
11162         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11163         'xemacs) instead of mm-emacs-mule to switch function definitions.
11164         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11165
11166         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11167         bind temporary-file-directory for XEmacs;
11168         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11169         timer-set-function for XEmacs 21.4 and SXEmacs;
11170         bind timer-list for XEmacs 21.4 and SXEmacs;
11171         fbind char-charset and find-charset-region for non-Mule XEmacs;
11172         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11173         encode-coding-region and encode-coding-string for XEmacs having no
11174         file-coding feature.
11175
11176 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11177
11178         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11179
11180 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11183         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11184
11185 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11186
11187         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11188         alias `jka-compr-delete-temp-file' no longer exists.
11189
11190 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11191
11192         Use define-minor-mode in Gnus where applicable.
11193         * mml.el (mml-mode): Use define-minor-mode.
11194         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11195         (gnus-undo-mode): Use define-minor-mode.
11196         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11197         (gnus-dead-summary-mode): Use define-minor-mode.
11198         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11199         Initialize in declaration.
11200         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11201         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11202         (gnus-mailing-list-mode): Use define-minor-mode.
11203         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11204         (gnus-draft-mode): Use define-minor-mode.
11205         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11206         (gnus-dired-mode): Use define-minor-mode.
11207
11208 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11209
11210         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11211         handles on recursive mml-to-mime translation and check them for
11212         boundary delimiter collisions.  Reported by Greg Troxel.
11213
11214 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11217
11218 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11219
11220         * mm-util.el (mm-find-buffer-file-coding-system):
11221         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11222
11223 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11224
11225         * message.el (message-generate-headers): Record insertion of optional
11226         headers as well.  Otherwise the check to prevent repeated insertion of
11227         optional headers is a no-op.
11228
11229 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11230
11231         * smime.el: Don't mention CVS.
11232
11233         * nnrss.el (nnrss-fetch): Don't mention CVS.
11234
11235         * nnir.el: Don't mention CVS.
11236
11237 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11238
11239         * gnus-sum.el (gnus-summary-bookmark-make-record):
11240         Add `location' field.
11241
11242 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * lpath.el: Fbind bookmark-default-handler,
11245         bookmark-get-bookmark-record, bookmark-make-record-default,
11246         bookmark-prop-get for Emacs <23 and XEmacs.
11247
11248 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11249
11250         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11251         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11252         Use with-current-buffer to silence the byte-compiler.
11253         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11254         bother to require `gnus'.
11255         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11256
11257 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11258
11259         * gnus-sum.el (gnus-summary-bookmark-make-record)
11260         (gnus-summary-bookmark-jump): New functions.
11261         (gnus-summary-mode): Setup bookmark support.
11262
11263 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11264
11265         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11266         if set.
11267
11268 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11271         gnus-article-browse-html-save-cid-image; make it work recursively for
11272         forwarded messages as well.
11273         (gnus-article-browse-html-parts): Work when prefix arg is given.
11274         (gnus-article-browse-html-article): Doc fix.
11275
11276 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11277
11278         * message.el (message-default-mail-headers):
11279         (message-default-headers): Carry the value mail-default-headers over
11280         into message-default-mail-headers, rather than message-default-headers.
11281
11282 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11283
11284         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11285         charset.
11286
11287         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11288         charset into the <meta> tag when the article is encoded to utf-8.
11289
11290 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-art.el (gnus-article-browse-delete-temp-files):
11293         Delete directories as well.
11294         (gnus-article-browse-html-parts): Work for images that do not specify
11295         file names; delete temp directory when quitting; insert header at the
11296         right place; use file: scheme for image files.
11297
11298 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11299
11300         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11301         (gnus-article-browse-html-parts): Use it to make temporary cid image
11302         files in addition to html file so that browser may display them.
11303
11304 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11307
11308 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11309
11310         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11311
11312 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11313
11314         * auth-source.el (auth-sources): Change default to be simpler.
11315         Explain about Secret Service API sources.  Improve Customize options.
11316         (auth-source-pick): Change to accept any number of search parameters.
11317         Implement fallbacks iteratively, not recursively.  Add scoring on the
11318         second pass and sort by score.  Call Secret Service API when needed.
11319         (auth-source-user-or-password): Use it.  Call Secret Service API
11320         directly when needed to get the user name and the password.
11321
11322 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11323
11324         * message.el (message-interactive): Doc fix.
11325         (message-qmail-inject-args): Reflow.
11326         (message-kill-to-signature): Fix typo in docstring.
11327
11328         * smiley.el (smiley-buffer): Fix typo in docstring.
11329
11330 2010-03-24  Glenn Morris  <rgm@gnu.org>
11331
11332         * mail-source.el (gnus-message): Declare.
11333         (mail-source-delete-old-incoming): Require gnus-util.
11334
11335 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11338
11339         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11340
11341         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11342         password-cache's default if it is not bound.
11343         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11344         password-cache-expiry's default if it is not bound.
11345
11346         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11347         available in Emacs 21.
11348
11349         * lpath.el: Suppress compiler warnings for:
11350         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11351         XEmacs;
11352         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11353         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11354         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11355
11356 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * auth-source.el (auth-sources): Fix up definition so extra parameters
11359         are always inline.
11360
11361 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11362
11363         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11364         wasn't updated after mismatch.  Clear cached mailbox info correctly
11365         when uidvalidity changes.
11366         (nnimap-group-prefixed-name): New function to avoid some code
11367         duplication.
11368         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11369         (nnimap-request-group): Use it.
11370         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11371         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11372         with many imap folders.  This is done by caching the group status from
11373         the imap server persistently in a group parameter `imap-status'.  (This
11374         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11375         but not persistently, so every Gnus startup was still very slow.)
11376
11377 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11378
11379         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11380         delete the extra newline.  Otherwise editing of :string and :number
11381         types don't work.
11382
11383 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11386         secrets.el dependency.
11387         (auth-sources): Add optional user name.  Add secrets.el configuration
11388         choice (unused right now).
11389
11390 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * gnus-sum.el (gnus-summary-make-menu-bar):
11393         Let `gnus-registry-install-shortcuts' fill in the functions.
11394
11395         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11396         warnings.
11397         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11398         (gnus-registry-install-shortcuts): Populate and use it in a
11399         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11400
11401 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11402
11403         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11404         In-place substitutions for the group name encoding/decoding.
11405         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11406         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11407         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11408         (nnimap-update-unseen, nnimap-request-list)
11409         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11410         (nnimap-request-set-mark, nnimap-split-to-groups)
11411         (nnimap-split-articles, nnimap-request-newgroups)
11412         (nnimap-request-create-group, nnimap-request-accept-article)
11413         (nnimap-request-delete-group, nnimap-request-rename-group)
11414         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11415         `encoded-mbx' for consistency.
11416         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11417         variable `imap-current-mailbox'.
11418
11419         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11420         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11421
11422 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11423
11424         * pop3.el (pop3-display-message-size-flag): Display message size byte
11425         counts during POP3 download.
11426         (pop3-movemail): Use it.
11427         (pop3-list): Implement listing of available messages.
11428
11429 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11430
11431         * nnir.el (nnir-get-article-nov-override-function): New function to
11432         override the normal NOV retrieval.
11433         (nnir-retrieve-headers): Use it.
11434
11435 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11436
11437         * auth-source.el (netrc-machine-user-or-password): Autoload.
11438
11439 2010-03-19  Glenn Morris  <rgm@gnu.org>
11440
11441         Stop message.el from loading about 40 libraries it doesn't always need.
11442         The general approach is to autoload rather than require, and to
11443         require in the specific functions rather than the file.  (Bug#5642)
11444
11445         * gmm-utils.el: Don't require wid-edit.
11446         (widget-create-child-value, widget-convert, widget-default-get):
11447         Autoload.
11448
11449         * gnus-util.el: Don't require time-date, netrc.
11450         (message-fetch-field, gnus-group-name-decode): Declare rather than
11451         autoloading.
11452         (gnus-fetch-field): Require message.
11453         (gnus-decode-newsgroups): Require gnus-group.
11454
11455         * ietf-drums.el: Don't require time-date.
11456
11457         * message.el: Don't require hashcash, canlock, ecomplete.
11458         Do require mail-utils.  Require nnheader only when compiling.
11459         (smtpmail-default-smtp-server): Remove declaration.
11460         (message-send-mail-function): Check smtpmail-default-smtp-server
11461         is bound rather than requiring smtpmail.
11462         (message-auto-save-directory, message-insert-signature):
11463         Use expand-file-name rather than nnheader-concat.
11464         (nnheader-insert-file-contents): Autoload.
11465         (hashcash-wait-async): Declare.
11466         (message-send-mail): Only call gnus-setup-posting-charset if
11467         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11468         (message-send-mail-with-sendmail): Require sendmail.
11469         (canlock-password, canlock-password-for-verify): Declare.
11470         (message-canlock-password): Require canlock.
11471         (nnheader-get-report): Autoload.
11472         (gnus-setup-posting-charset): Declare.
11473         (message-send-news): Require gnus-msg.
11474         (message-make-references, message-make-in-reply-to): Use mail-header-id
11475         rather than the alias mail-header-message-id.
11476         (ecomplete-add-item, ecomplete-save): Declare.
11477         (message-put-addresses-in-ecomplete): Require ecomplete.
11478         (ecomplete-display-matches): Autoload.
11479
11480         * mm-decode.el: Don't require mailcap, gnus-util.
11481         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11482         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11483         Autoload.
11484         (mailcap-mime-extensions): Declare.
11485
11486         * mm-encode.el: Don't require mailcap.
11487         (mailcap-extension-to-mime): Autoload.
11488
11489         * mml-sec.el: Don't require password-cache.
11490
11491         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11492         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11493         (mml-minibuffer-read-type): Require mailcap.
11494         (mml-preview): Require gnus-msg.
11495
11496         * mml1991.el: Require password-cache.
11497         (password-cache-expiry): Remove declaration.
11498
11499         * mml2015.el: Require password-cache.
11500         (password-cache-expiry): Remove declaration.
11501
11502         * nneething.el (mailcap): Require mailcap.
11503
11504         * nnheader.el (declare-function): Add compatibility stub.
11505         (message-remove-header): Declare rather than autoload.
11506         (nnheader-replace-header): Require message.
11507
11508         * nnimap.el (declare-function): Add compatibility stub.
11509         (netrc-parse, netrc-machine-user-or-password): Declare.
11510         (nnimap-open-connection): Require netrc.
11511
11512         * nntp.el (declare-function): Add compatibility stub.
11513         (netrc-parse, netrc-machine, netrc-get): Declare.
11514         (nntp-send-authinfo): Require netrc.
11515
11516         * rfc2047.el: Don't require qp.
11517         (quoted-printable-encode-region, quoted-printable-decode-string):
11518         Autoload.
11519
11520         * sieve-mode.el: Don't require easymenu.
11521         (easy-menu-add-item): Autoload it.
11522
11523         * spam-stat.el (time-to-number-of-days): Autoload it.
11524
11525 2010-03-19  Glenn Morris  <rgm@gnu.org>
11526
11527         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11528
11529 2010-03-18  Glenn Morris  <rgm@gnu.org>
11530
11531         * hashcash.el (declare-function): Remove duplicate definition.
11532
11533 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11534
11535         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11536         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11537         value if any backslash escapes).
11538
11539 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11542         if it is available.  (bug#5647)
11543
11544         * lpath.el: Suppress compiler warning for coding-system-from-name for
11545         Emacs 21 and XEmacs.
11546
11547 2010-03-14  Juri Linkov  <juri@jurta.org>
11548
11549         * hmac-def.el:
11550         * hmac-md5.el:
11551         * netrc.el: Fix keywords.
11552
11553 2010-02-26  Glenn Morris  <rgm@gnu.org>
11554
11555         * message.el (message-send-mail-function): Change the default, so that
11556         it inherits from a customized send-mail-function.  (Bug#5643)
11557
11558 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11559
11560         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11561         shell-command-to-string signals an error (bug#5299).
11562
11563 2010-02-24  Glenn Morris  <rgm@gnu.org>
11564
11565         * message.el (message-smtpmail-send-it)
11566         (message-send-mail-with-mailclient): Doc fixes.
11567
11568 2010-02-16  Glenn Morris  <rgm@gnu.org>
11569
11570         * message.el (message-default-mail-headers): Change the default value
11571         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11572
11573 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11576         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11577
11578 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11579
11580         * time-date.el (date-to-time): Doc fix (Bug#5408).
11581
11582 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11583
11584         * message.el (message-mail): Just pass yank-action on to message-setup.
11585         (message-setup): Handle (FUN . ARGS) form of yank-action.
11586         (message-with-reply-buffer, message-widen-reply)
11587         (message-yank-original): Handle non-buffer values of
11588         message-reply-buffer (Bug#4080).
11589         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11590
11591 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11592
11593         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11594         Fix typo in docstring.
11595
11596 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11597
11598         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11599         response.
11600
11601 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11604
11605         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11606
11607         * message.el (message-check-news-header-syntax): Protect against a
11608         string that `rfc822-addresses' returns when parsing fails.
11609
11610 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11613         (gnus-previous-char-property-change): New functions.
11614
11615         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11616
11617 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11618
11619         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11620         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11621
11622 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11623
11624         * message.el (message-exchange-point-and-mark): Rework last change to
11625         avoid using optional arg of exchange-point-and-mark, for backward
11626         compatibility.
11627
11628 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11629
11630         * message.el (message-exchange-point-and-mark):
11631         Call exchange-point-and-mark with an argument rather than setting
11632         mark-active by hand (Bug#5175).
11633
11634 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * nntp.el (nntp-service-to-port): Work for service expressed with
11637         numeric string; replace [:digit:] with [0-9] for XEmacs.
11638
11639 2009-12-17  Glenn Morris  <rgm@gnu.org>
11640
11641         * gnus-group.el (gnus-bug-group-download-format-alist):
11642         Change emacs entry to debbugs.gnu.org.  Bump :version.
11643
11644 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11647
11648 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * message.el (message-info): Explain why we use `Info-goto-node'.
11651
11652 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11655
11656 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11657
11658         * message.el (message-completion-in-region): New compatibility function.
11659         (message-expand-group): Use it.
11660
11661 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11664         with no unread article should be listed if the 2nd arg `predicate' is
11665         given.
11666
11667 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11670
11671 2009-11-29  Juri Linkov  <juri@jurta.org>
11672
11673         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11674         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11675         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11676
11677 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11678
11679         * sha1.el (sha1-string-external): default-directory "/" in case
11680         otherwise non-existent.  process-connection-type pipe for touch of
11681         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11682
11683 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11684
11685         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11686         it's comms related and sgml-mode.el has "comm" on that basis too.
11687
11688 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11691         containing tspecial characters if they have been already quoted.
11692
11693 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11694
11695         * dns-mode.el (auto-mode-alist): Purecopy string.
11696
11697 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11698
11699         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11700
11701 2009-10-24  Glenn Morris  <rgm@gnu.org>
11702
11703         * gnus-art.el (help-xref-stack-item): Define for compiler.
11704
11705 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11706
11707         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11708
11709 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11712
11713 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11716         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11717
11718 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11721         (gnus-overlays-in): New alias to overlays-in.
11722
11723         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11724         gnus-overlay-get, and gnus-delete-overlay.
11725         (gnus-summary-show-thread): Make it work as well for systems in which
11726         next-single-char-property-change is not available.
11727         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11728
11729         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11730         (gnus-overlay-get): New alias to extent-property.
11731         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11732
11733         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11734         SXEmacs.
11735
11736         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11737         SXEmacs.
11738
11739 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11742
11743 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11744
11745         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11746         and XEmacs that don't have `remove-overlays'.
11747
11748 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11749
11750         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11751         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11752         selective display.  Use overlays instead.
11753
11754 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11755
11756         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11757
11758 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11759
11760         * spam-stat.el (spam-stat-load): Fix typo in message.
11761
11762 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11763
11764         * dig.el (dig-invoke): Fix typo in docstring.
11765         (query-dig): Reflow docstring.
11766
11767 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11768
11769         * gnus-art.el (gnus-article-encrypt-body):
11770         * message.el (message-check-recipients):
11771         * mm-util.el (mm-codepage-setup):
11772         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11773         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11774
11775 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11776
11777         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11778         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11779         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11780         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11781         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11782
11783 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11784
11785         * dig.el: Add "Keywords: comm", as per net-utils.el.
11786
11787 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11788
11789         * dig.el (dig-mode): Use define-derived-mode.
11790
11791 2009-09-19  Glenn Morris  <rgm@gnu.org>
11792
11793         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11794
11795 2009-09-18  Glenn Morris  <rgm@gnu.org>
11796
11797         * gnus-diary.el (gnus-diary-check-message):
11798         * message.el (message-insert-formatted-citation-line):
11799         * nnbabyl.el (top-level):
11800         * nndiary.el (nndiary-schedule):
11801         Fix typos in condition-case handlers.
11802
11803 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11806         configuration that provides the sole article window in a frame;
11807         position point correctly after deleting a part.
11808
11809 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11810
11811         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11812         (spam-resolve-registrations-routine): Use it to unregister articles
11813         that change status.
11814
11815 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11818         with XEmacs.
11819         (parse-time-string-chars): Use it.
11820
11821 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * imap.el (imap-interactive-login): Better messages.
11824         (imap-open): Fix bug with renamed buffer on reconnect.
11825         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11826         for easier debugging and cleaner code.  On successful (guessed based on
11827         server capabilities) secondary authentication, set imap-state
11828         correctly.
11829         (imap-last-authenticator): Define imap-last-authenticator as a variable
11830         to avoid warnings.
11831
11832 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * nnrss.el (nnrss-request-article): Remove binding of
11835         default-enable-multibyte-characters that has gotten needless by
11836         the 2007-07-13 change in rfc2047-encode-message-header.
11837
11838         * mml.el (mml-insert-multipart): Error on the message header.
11839         (mml-insert-part): Error on the message header; position point at
11840         the end of a MIME tag.
11841
11842 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * time-date.el (autoload): Expand define-obsolete-function-alias into
11845         defalias and make-obsolete for old Emacsen that Gnus supports.
11846         (with-no-warnings): Define it for old Emacsen.
11847         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11848         is available.
11849         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11850         float-time is available; suppress compile warning for time-to-seconds.
11851
11852         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11853         (gnus-float-time): Alias to float-time if it exists.
11854
11855         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11856         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11857         float-time is available; suppress compile warning for time-to-seconds.
11858
11859         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11860         XEmacs.
11861
11862 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11863
11864         * imap.el (imap-message-map): Docstring fix.
11865
11866 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11869         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11870         Add the optional argument `encoding' that overrides the default.
11871
11872         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11873         mm-encode-buffer.
11874
11875 2009-09-04  Glenn Morris  <rgm@gnu.org>
11876
11877         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11878         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11879         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11880         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11881         * mm-util.el (mm-with-unibyte-current-buffer)
11882         (mm-find-buffer-file-coding-system):
11883         * yenc.el (yenc-decode-region): Use default-value rather than
11884         default-enable-multibyte-characters.
11885
11886 2009-09-03  Glenn Morris  <rgm@gnu.org>
11887
11888         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11889         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11890         than default-enable-multibyte-characters.
11891
11892 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11893
11894         * gnus-art.el (gnus-article-read-summary-keys):
11895         Fix gnus-buffer-configuration's value temporarily used.
11896
11897 2009-09-02  Glenn Morris  <rgm@gnu.org>
11898
11899         * gnus-util.el (gnus-float-time): New function.
11900         * gnus-delay.el (gnus-delay-article):
11901         * gnus-sum.el (gnus-thread-latest-date):
11902         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11903         * nnspool.el (nnspool-request-newgroups):
11904         Use gnus-float-time rather than time-to-seconds.
11905         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11906
11907         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11908         (gnus-header-subject-face, gnus-header-newsgroups-face)
11909         (gnus-header-name-face, gnus-header-content-face):
11910         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11911         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11912         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11913         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11914         (gnus-cite-face-11):
11915         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11916         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11917         (gnus-server-closed-face, gnus-server-denied-face)
11918         (gnus-server-offline-face):
11919         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11920         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11921         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11922         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11923         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11924         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11925         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11926         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11927         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11928         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11929         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11930         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11931         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11932         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11933         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11934         (gnus-summary-high-undownloaded-face)
11935         (gnus-summary-low-undownloaded-face)
11936         (gnus-summary-normal-undownloaded-face)
11937         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11938         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11939         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11940         (gnus-splash-face):
11941         * message.el (message-header-to-face, message-header-cc-face)
11942         (message-header-subject-face, message-header-newsgroups-face)
11943         (message-header-other-face, message-header-name-face)
11944         (message-header-xheader-face, message-separator-face)
11945         (message-cited-text-face, message-mml-face):
11946         * sieve-mode.el (sieve-control-commands-face)
11947         (sieve-action-commands-face, sieve-test-commands-face)
11948         (sieve-tagged-arguments-face):
11949         * spam.el (spam-face):
11950         Mark face aliases with "-face" in the name as obsolete.
11951
11952 2009-09-01  Glenn Morris  <rgm@gnu.org>
11953
11954         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11955         than goto-line.
11956
11957 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11960         Don't move point if the command is invoked inside the message header.
11961
11962 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11963
11964         * imap.el (imap-send-command): Simplify.
11965         (imap-wait-for-tag): point-max -> buffer-size.
11966
11967 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11968
11969         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11970         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11971         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11972         * nnir.el (nnir-swish-e-index-file):
11973         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11974         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11975         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11976         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11977         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11978         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11979
11980 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11983         Don't save excursion.
11984
11985 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11986
11987         * nnheader.el (nnheader-find-file-noselect):
11988         * mm-util.el (mm-insert-file-contents):
11989         Use (default-value 'major-mode) instead of default-major-mode.
11990
11991 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11992
11993         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11994
11995 2009-08-26  Glenn Morris  <rgm@gnu.org>
11996
11997         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11998         than placing in files.el.
11999
12000 2009-08-25  Glenn Morris  <rgm@gnu.org>
12001
12002         * nnir.el (top-level): Don't require cl at run-time.
12003         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12004         Replace cl-function substitute with gnus-replace-in-string.
12005         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12006         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12007         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12008         simplified expansions.
12009
12010 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12011
12012         * dig.el (dig): Add autoload cookie.
12013
12014 2009-08-22  Glenn Morris  <rgm@gnu.org>
12015
12016         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12017         goto-line.
12018
12019 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12020
12021         * parse-time.el (parse-time-string-chars): Save match data.
12022
12023 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12024
12025         * parse-time.el (parse-time-string-chars): Compute using character
12026         classes, to handle non-ascii characters (Bug#3190).
12027
12028 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12031
12032         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12033         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12034         (gnus-mm-display-part, gnus-mime-display-single)
12035         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12036         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12037
12038         * gnus-sum.el
12039         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12040         (gnus-summary-move-article): Add expirable mark to articles copied or
12041         moved to group that has auto-expire turned on if the option is non-nil.
12042
12043 2009-07-24  Glenn Morris  <rgm@gnu.org>
12044
12045         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12046         Fix typo.  (Bug#3903)
12047
12048 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12051         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12052         that should not be used for draft articles.
12053         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12054         that has no concern in minor mode keys.
12055         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12056         Abolish.
12057
12058 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12061         article without making inquiry to a user for unknown encoding.
12062
12063         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12064         (nnmaildir--scan): Assume i-node and device number that file-attributes
12065         returns might be cons-cell.
12066
12067         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12068
12069         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12070
12071 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12072
12073         * auth-source.el: Remove docs now in auth.texi.  Don't use
12074         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12075         `auth-source-hide-passwords' and use them.
12076
12077 2009-07-15  Glenn Morris  <rgm@gnu.org>
12078
12079         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12080
12081 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12084         excessive whitespace from the default values of title and description.
12085
12086 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12089         mail-fetch-field to fetch Content-Description header in order to
12090         exclude newlines.
12091
12092 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12093
12094         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12095         format used by GnuPG 2.0.11.
12096
12097 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12100         to deleted part.
12101
12102 2009-05-30  David Engster  <dengste@eml.cc>
12103
12104         * nnmairix.el: Remove old documentation in the commentary block.
12105         (nnmairix-request-group): Do not update active file for nnml back ends.
12106         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12107         end so that overview files are ignored.
12108         (nnmairix-update-groups): Make updating the groups more robust by using
12109         marks.
12110         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12111         with dollar characters in message-id.
12112
12113 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12116         2008-12-25 in dns.el.
12117
12118 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12119
12120         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12121         could happen if the text is only composed of spaces and/or tabs.
12122
12123 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12124
12125         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12126         when sending a queued message to avoid extra mml tags.
12127
12128 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12131
12132 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12135         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12136         rmail-toggle-header for XEmacs;
12137         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12138
12139 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-dired.el: Remove autoload for gnus-setup-message.
12142         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12143         displaying Gnus logo; always use compose-mail.
12144
12145 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12148
12149 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12152         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12153         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12154         available.
12155         (gnus-nocem-epg-verify): New function.
12156
12157 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12160
12161 2009-02-15  Glenn Morris  <rgm@gnu.org>
12162
12163         * gnus-util.el (rmail-insert-rmail-file-header)
12164         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12165         autoloads.
12166         (rmail-default-rmail-file): Remove unnecessary declaration.
12167         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12168
12169 2009-02-14  Glenn Morris  <rgm@gnu.org>
12170
12171         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12172         variable (only used in gnus-util, which declares it anyway).
12173         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12174         which was only needed by gnus-art (changed to not use it any more).
12175         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12176         only used in gnus-util, which autoloads it itself.
12177         (rmail-update-summary): Fix autoload.
12178
12179         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12180         rather than rmail-output-to-rmail-file.
12181
12182 2009-02-07  Glenn Morris  <rgm@gnu.org>
12183
12184         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12185         autoload of function that no longer exists.
12186         (rmail-toggle-header): Declare.
12187         (message-forward-rmail-make-body): Handle mbox Rmail.
12188
12189 2009-01-31  Glenn Morris  <rgm@gnu.org>
12190
12191         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12192         2009-01-09 change.
12193
12194 2009-01-31  Dave Love  <fx@gnu.org>
12195
12196         * imap.el (imap-fetch-safe): Bind debug-on-error.
12197         (imap-debug): Add imap-fetch-safe.
12198
12199 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12200
12201         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12202         (auth-source-forget-all-cached): New convenience function.
12203         (auth-source-user-or-password): Accept list of modes or a single mode.
12204
12205         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12206         auth-source modes.
12207
12208         * netrc.el (netrc-machine-user-or-password): Use list of
12209         auth-source modes.
12210
12211         * nnimap.el (nnimap-open-connection): Use list of
12212         auth-source modes.
12213
12214         * nntp.el (nntp-send-authinfo): Use list of
12215         auth-source modes.
12216
12217 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12218
12219         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12220         now.
12221
12222 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12225         coding system in XEmacs; add a workaround for XEmacs.
12226
12227         * lpath.el: Fbind coding-system-aliasee.
12228
12229 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12232         of current-language-environment.
12233
12234 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12237         available at runtime.
12238
12239 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12242
12243 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12244
12245         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12246         the greatest positive fixnum value doesn't work under an XEmacs with
12247         bignum support; use the most-positive-fixnum constant instead,
12248         available since Emacs 21.1 with cl and XEmacs 21.1.
12249
12250 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12253         XEmacs gets not to work.
12254
12255 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * mm-util.el (mm-coding-system-priorities): Allow the value like
12258         "Japanese (UTF-8)" of current-language-environment.
12259
12260 2009-01-09  Glenn Morris  <rgm@gnu.org>
12261
12262         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12263         with last-command-event.
12264
12265 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12268         in the doc string.
12269
12270         * message.el (message-fix-before-sending): Amend comment.
12271
12272 2009-01-08  Dave Love  <fx@gnu.org>
12273
12274         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12275
12276 2009-01-07  David Engster  <dengste@eml.cc>
12277
12278         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12279         simplified server definitions by converting it via
12280         gnus-server-to-method.
12281
12282 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12285         parameter's operands.
12286
12287 2009-01-06  David Engster  <dengste@eml.cc>
12288
12289         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12290         primary select method (for gnus-group-mark-article-as-read).
12291
12292 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12293
12294         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12295         `(gnus)Face', not `(gnus)X-Face'.
12296
12297 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mm-util.el (mm-ucs-to-char): New function.
12300
12301         * mm-url.el (mm-url-decode-entities): Use it.
12302
12303         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12304         unicode-to-char.
12305
12306 2009-01-05  Dave Love  <fx@gnu.org>
12307
12308         * time-date.el: Require cl for `declare'.
12309
12310 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12313         Dave Love.
12314
12315 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * message.el (message-fix-before-sending): Add `eight-bit' to
12318         illegible-text check.
12319
12320 2009-01-03  Michael Olson  <mwolson@gnu.org>
12321
12322         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12323         `headers' is nil.  This can occur if the IMAP server does not have
12324         permissions to read messages from a folder, but can write new messages
12325         to the folder.
12326         (nnimap-request-article-part): Do not insert `data' if it is nil.
12327
12328         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12329         characters which will confuse `read', so skip past them.
12330
12331 2009-01-01  Dave Love  <fx@gnu.org>
12332
12333         * imap.el (imap-string-to-integer): Fix typo.
12334         (imap-fetch-safe): New function.
12335         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12336
12337         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12338
12339         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12340         (imap-parse-greeting): Fix doc strings.
12341         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12342         (imap-parse-flag-list): Make messages unique.
12343         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12344
12345         * nnimap.el: Fix author email.
12346         (nnimap-split-rule): Add FIXME comment.
12347         (nnimap-debug): Fix doc string.
12348
12349 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12352
12353 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12356         nslookup if resolv.conf isn't available.
12357         (dns-query): Rename from query-dns.
12358         (dns-query-cached): Rename from query-dns-cached.
12359
12360 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12363         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12364         to check if those variables exist (first appeared in Emacs 18.50).
12365
12366 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * mm-util.el (mm-line-number-at-pos): New function.
12369
12370         * spam-report.el (spam-report-process-queue): Use it.
12371
12372 2008-12-24  David Engster  <dengste@eml.cc>
12373
12374         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12375         parameters that haven't existed as variables as buffer-local variables.
12376
12377 2008-12-23  Dave Love  <fx@gnu.org>
12378
12379         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12380         cadar.
12381
12382         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12383         imap-starttls-p.
12384         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12385
12386 2008-12-22  Dave Love  <fx@gnu.org>
12387
12388         * imap.el: Fix author email.  Doc fixes.
12389         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12390         reply.
12391
12392 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * spam-report.el (spam-report-gmane-max-requests): New constant.
12395         (spam-report-gmane-wait): New variable.
12396         (spam-report-gmane-ham, spam-report-gmane-spam)
12397         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12398         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12399         the server.
12400
12401         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12402         Add explanations.
12403
12404         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12405         nnheader-accept-process-output and nnheader-read-timeout if available.
12406         (pop3-movemail): Use it.
12407
12408         * message.el (message-check-news-body-syntax): Fix signature check if
12409         there's an attachment.
12410
12411 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * mm-util.el: Add comments to the mm- emulating functions.
12414
12415 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12418         Reported by Stephen Berman <stephen.berman@gmx.net>.
12419
12420 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * mm-util.el (mm-substring-no-properties): New function.
12423         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12424         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12425         (mm-string-to-multibyte): Doc fix.
12426
12427         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12428
12429 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * mml.el (mml-attach-file): Strip text properties from file name.
12432         (Bug#1574)
12433
12434 2008-12-16  Glenn Morris  <rgm@gnu.org>
12435
12436         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12437
12438 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12441         knows since the charset specified might be a bogus alias that
12442         mm-charset-synonym-alist provides.
12443
12444 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12447         "ISO_8859-1".
12448
12449         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12450
12451 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * mm-util.el (mm-charset-eval-alist):
12454         Define it before mm-charset-to-coding-system.
12455         (mm-charset-to-coding-system): Add optional argument `silent';
12456         define it before mm-charset-override-alist.
12457         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12458         default value if it can be used in Emacs currently running;
12459         silence mm-charset-to-coding-system.
12460
12461 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12464         `allow-override' which says whether to use `mm-charset-override-alist'.
12465         (rfc2047-decode-encoded-words): Use it.
12466
12467         * mm-util.el (mm-charset-override-alist): Fix custom type;
12468         add `(gb2312 . gbk)' to choices.
12469
12470 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12473         fast.
12474
12475         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12476
12477         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12478
12479 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12480
12481         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12482         on links.
12483
12484         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12485
12486 2008-12-03  Lute Kamstra  <lute@gnu.org>
12487
12488         * sha1.el: Remove leading * from docstrings of defcustoms,
12489         deffaces, defconsts and defuns.
12490
12491 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12494         users' addresses that don't have domain parts.
12495         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12496         rather than message-narrow-to-head since there will be the message
12497         header separator.
12498
12499 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12500
12501         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12502         since the result is inserted in a unibyte buffer anyway.
12503         (nnimap-demule-use-string-to-multibyte): Remove.
12504         (nnimap-demule): Alias it to mm-string-to-multibyte.
12505
12506 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12509         variable for debugging bug#464 and bug#1174.
12510         (nnimap-demule): Use it.
12511
12512 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12515         score calculation correctly.
12516
12517 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12518
12519         * message.el (message-send-mail): Just set the buffer to unibyte
12520         rather than use mm-with-unibyte-current-buffer which does a lot more.
12521         (message-send-mail-partially): Don't bother with
12522         mm-with-unibyte-current-buffer since it's already been made unibyte by
12523         message-send-mail.
12524
12525 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12526
12527         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12528
12529 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12530
12531         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12532
12533 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12536         require itself and to remove `with-no-warnings'.
12537
12538 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * starttls.el (starttls-any-program-available): Get the name of the
12541         available TLS layer program.
12542         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12543         well as the host name in the "opening" message.
12544
12545         * auth-source.el (auth-source-cache, auth-source-do-cache)
12546         (auth-source-user-or-password): Cache passwords and logins by default,
12547         allow override with `auth-source-do-cache'.
12548         (auth-source-forget-user-or-password): Allow users to remove cache
12549         entries if needed.
12550
12551 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12552
12553         * md4.el (md4-buffer): Fix typo in docstring.
12554         (md4, md4-64): Doc fixes.
12555         (md4-pack-int32): Reflow docstring.
12556
12557 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12558
12559         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12560         condition-case to only the forward-sexp call.
12561
12562 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12563
12564         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12565         quotes contained.  Make it more robust regardless by an extra
12566         condition-case wrapper.
12567
12568 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12571
12572 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * nnml.el (nnml-request-expire-articles): Check if the function set to
12575         `nnmail-expiry-target' returns the symbol `delete'.
12576
12577         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12578
12579         * nnmail.el (nnmail-expiry-target): Fix custom type.
12580
12581 2008-10-02  Glenn Morris  <rgm@gnu.org>
12582
12583         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12584         Silence compiler warning.
12585
12586 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12587
12588         * tls.el (open-tls-stream): Show the actual command being
12589         executed, instead of the format string.
12590
12591 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * lpath.el: Fbind codepage-setup for Emacs 23.
12594
12595 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12596
12597         * mml.el (mml-menu): Don't assume mml2015 is bound.
12598
12599 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12602         exists.
12603
12604 2008-09-27  Glenn Morris  <rgm@gnu.org>
12605
12606         * gnus-util.el (mail-header-remove-comments): Autoload it.
12607
12608 2008-09-27  Andreas Schwab  <schwab@suse.de>
12609
12610         * gnus-util.el (gnus-split-references): Strip comments.
12611         (gnus-parent-id): Likewise.
12612
12613 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * message.el (message-confirm-send): Fix version.
12616
12617 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * message.el (message-idna-to-ascii-rhs-1): Use
12620         mail-extract-address-components rather than mail-header-parse-addresses
12621         that is an alias by default to ietf-drums-parse-addresses that does not
12622         support non-ASCII names in headers' contents.
12623
12624 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12625
12626         * message.el (message-confirm-send): Fix variable documentation to
12627         avoid the "y/n" wording.
12628
12629 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12630
12631         * message.el (message-set-auto-save-file-name): Save to a different
12632         filename so multiple messages (especially drafts) can be recovered.
12633
12634 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12635
12636         * message.el (message-confirm-send): Add appropriate version.
12637
12638 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12639
12640         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12641         defvar.
12642
12643 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12644
12645         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12646         (mm-pkcs7-enveloped-magic): Ditto.
12647
12648 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12649
12650         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12651         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12652
12653 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12654
12655         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12656         default, it's better.
12657
12658 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12659
12660         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12661         summary line gnus-number property and ignore them (with a warning
12662         message).
12663
12664 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12667         macro caddr in the interactive form since it won't be expanded.
12668
12669 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12672         `charset'; fix name of function called recursively.
12673         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12674
12675 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12678         (gnus-mime-set-charset-parameters): New function.
12679         (gnus-mime-view-part-as-charset): Use it to correctly display part
12680         specifying wrong charset.
12681
12682 2008-09-08  David Engster  <dengste@eml.cc>
12683
12684         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12685         in completing-read for back end server.
12686
12687 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12688
12689         * message.el (message-confirm-send): New variable to confirm sending a
12690         message.
12691         (message-send): Use it.
12692
12693 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12694
12695         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12696
12697 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12700
12701 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12702
12703         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12704         prevent tracking too many groups.
12705         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12706         Use it.
12707
12708 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12709
12710         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12711         moving point to the bottom of the window in order to avoid recentering.
12712
12713 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12716
12717         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12718         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12719         (gnus-article-beginning-of-window): Fix calculation.
12720
12721 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-msg.el (gnus-summary-supersede-article)
12724         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12725         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12726         message header.
12727
12728 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12729
12730         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12731         pending output coming after the status change.
12732
12733 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12734
12735         * message.el:
12736         * gnus-start.el:
12737         * gnus-registry.el: Remove VMS support.
12738
12739 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12742         macro.
12743         (rfc2104-hash): Use it.
12744
12745 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12748         (gnus-summary-sort-by-most-recent-date): New commands.
12749         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12750         and menu entries.
12751
12752 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12755         don't redisplay article for raw contents; remove plural articles stuff.
12756
12757         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12758         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12759         on gnus-summary-save-article; display results properly.
12760
12761 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * lpath.el: No need to fbind ns-focus-frame.
12764
12765 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12768
12769 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (gnus-summary-save-in-pipe):
12772         Consider gnus-save-all-headers.
12773
12774 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12775
12776         * gnus-util.el (ns-focus-frame): Remove declaration.
12777         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12778         like x.
12779
12780 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12781
12782         * rfc2104.el (rfc2104-zero): Delete defconst.
12783         (rfc2104-hex-alist): Likewise.
12784         (rfc2104-hex-to-int): Delete func.
12785         (rfc2104-hexstring-to-bitstring): Likewise.
12786         (rfc2104-nybbles): New defconst.
12787         (rfc2104-hash): Rewrite for speed.
12788
12789 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * tls.el (open-tls-stream): Make it work with the 2nd argument
12792         BUFFER that is a string but does not exist as a buffer object, as
12793         mentioned in the doc-string.
12794
12795 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12798         SXEmacs.
12799
12800 2008-07-16  Glenn Morris  <rgm@gnu.org>
12801
12802         * gnus-util.el (ns-focus-frame): Declare for compiler.
12803
12804 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12807         set as a group parameter.
12808         (gnus-summary-save-in-pipe): Work when it is called independently.
12809         (gnus-summary-pipe-to-muttprint): Don't modify
12810         gnus-summary-pipe-output-default-command.
12811
12812 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12813
12814         * message.el (message-send-mail-with-sendmail):
12815         Display the error message.
12816
12817 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-art.el (gnus-default-article-saver):
12820         Add gnus-summary-save-in-pipe to choices.
12821         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12822         gnus-summary-pipe-output-default-command as the default command.
12823         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12824         instead of gnus-last-shell-command.
12825
12826         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12827         New user option.
12828         (gnus-summary-muttprint-program): Mention the value will be changed.
12829         (gnus-summary-save-article): Force showing of all headers.
12830         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12831
12832 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12833
12834         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12835
12836 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12837
12838         * nnimap.el (nnimap-id):
12839         * sieve-manage.el (sieve-manage-open): Doc fixes.
12840
12841 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12842
12843         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12844         if available.
12845
12846 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12847
12848         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12849
12850         * nnkiboze.el (nnkiboze-generate-group):
12851         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12852
12853         * nnmairix.el: Require CL.
12854
12855 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * dgnushack.el: Autoload get-display-table and put-display-table for
12858         XEmacs 21.5.
12859
12860         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12861         21.4 and SXEmacs.
12862
12863 2008-06-15  David Engster  <dengste@eml.cc>
12864
12865         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12866
12867 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12868
12869         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12870         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12871         runtime choice under XEmacs.
12872
12873         * gnus-sum.el (gnus-summary-set-display-table):
12874         Use `gnus-put-display-table', `gnus-get-display-table',
12875         `gnus-set-display-table' for the display table, instead of `aset'.
12876
12877         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12878         Use `gnus-put-display-table', `gnus-get-display-table',
12879         `gnus-set-display-table' for the display table.
12880
12881 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * nnmairix.el: Add autoloads.
12884
12885 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * nnmairix.el (nnmairix-delete-recreate-group)
12888         (nnmairix-update-and-clear-marks): Fix error messages.
12889
12890 2008-06-14  David Engster  <dengste@eml.cc>
12891
12892         * nnmairix.el: Upgrade to version 0.6.
12893         (nnmairix-group-toggle-propmarks-this-group)
12894         (nnmairix-group-toggle-readmarks-this-group)
12895         (nnmairix-group-delete-recreate-this-group)
12896         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12897         (nnmairix-remove-tick-mark-original-article): New commands.
12898         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12899         (nnmairix-propagate-marks-to-nnmairix-groups)
12900         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12901         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12902         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12903         functions needed for marks propagation and manipulation of read marks.
12904         (nnmairix-update-groups): New function.
12905         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12906         (nnmairix-determine-original-group-from-registry)
12907         (nnmairix-determine-original-group-from-path)
12908         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12909         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12910         New helper functions.
12911         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12912         keystrokes for new commands.
12913         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12914         (nnmairix-request-group): Check allow-fast group parameter.
12915         (nnmairix-request-create-group): Set allow-fast group parameter if
12916         nnmairix-allowfast-default is set.
12917         (nnmairix-close-group): Propagate marks upon closing if needed.
12918         (nnmairix-group-toggle-threads-this-group): Use new.
12919         nnmairix-group-toggle-parameter helper function.
12920         (nnmairix-search): Better check for empty search result.
12921         (nnmairix-goto-original-article): Use new helper functions for
12922         determining original article.
12923         (nnmairix-show-original-article): Make sure message-id is in brackets.
12924         (nnmairix-call-mairix-binary): Change variable name.
12925         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12926         helper function.
12927         (nnmairix-widget-toggle-activate): Fix doc string.
12928
12929 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * nnir.el: Require edmacro when compiling with XEmacs.
12932         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12933         available in Emacs 21.
12934
12935 2008-06-11  Glenn Morris  <rgm@gnu.org>
12936
12937         * gnus-util.el (x-focus-frame):
12938         * gnus.el (image-size):
12939         * mm-decode.el (image-size): Declare.
12940
12941         * gnus-picon.el (declare-function): Add compat definition.
12942         (image-size): Declare.
12943
12944         * gnus-group.el (tool-bar-map):
12945         * gnus-sum.el (tool-bar-map): Define for compiler.
12946
12947         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12948
12949         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12950
12951         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12952         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12953         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12954         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12955         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12956         * sieve-manage.el, spam-report.el, spam.el:
12957         Remove unnecessary eval-and-compile of autoloads.
12958
12959 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12960
12961         * auth-source.el: Precise Tramp doc.
12962
12963 2008-06-07  Glenn Morris  <rgm@gnu.org>
12964
12965         * nnmairix.el: Remove unnecessary eval-when-compile.
12966
12967 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * lpath.el: Fbind propertize for XEmacs 21.4.
12970
12971 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * nnir.el: Move here from ../contrib.
12974
12975 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12976
12977         * gnus-util.el (gnus-read-shell-command): New function.
12978         * mm-decode.el (mm-pipe-part):
12979         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12980
12981 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12984
12985 2008-06-03  Glenn Morris  <rgm@gnu.org>
12986
12987         * pop3.el (nnheader-accept-process-output): Autoload it.
12988
12989 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12992         are not 2-digit hexadecimal characters that follow `%'s.
12993
12994 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * message.el (message-bogus-recipient-p): Fix type in doc string.
12997         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12998         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12999         Improve custom options.
13000         (message-bogus-recipient-p): Adjust accordingly.
13001
13002 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13003
13004         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13005         long-form month and day names.
13006
13007 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * dgnushack.el: Autoload debug, eudc-expand-inline and
13010         pgg-snarf-keys-region for XEmacs.
13011
13012         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13013
13014         * nnmairix.el: Require edmacro when compiling with XEmacs.
13015
13016 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13019         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13020
13021 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * auth-source.el: Add more docs.
13024
13025         * netrc.el (netrc-machine): Always match if the port is not given.
13026
13027 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13028
13029         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13030         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13031         retrieval faster in some cases, but might make CPU usage larger.
13032         If this has any bad side effects, we might revert this change.
13033
13034         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13035         seems to make mail retrieval much, much faster.
13036         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13037         unconditionally.
13038
13039         * gnus-draft.el (gnus-group-send-queue):
13040         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13041
13042 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13045
13046         * message.el (message-bogus-address-regexp): Fix and improve custom
13047         type.
13048         (message-setup-hook): Add message-check-recipients as custom option.
13049
13050 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * message.el (message-cite-function): Remove bogus autoload which crept
13053         in during merge from v5-10.
13054
13055 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13058
13059         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13060
13061         * auth-source.el: Preliminary Tramp docs.
13062         (auth-sources): Change the default auth-sources to use
13063         EPA .gpg files.
13064
13065 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13066
13067         * nntp.el: Autoload `auth-source-user-or-password'.
13068         (nntp-send-authinfo): Use it.
13069
13070         * nnimap.el: Autoload `auth-source-user-or-password'.
13071         (nnimap-open-connection): Use it.
13072
13073         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13074         for the gnus-message function.
13075         (auth-source-user-or-password): Use it.
13076
13077 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13080         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13081         (rfc2104-hash): Use it.
13082
13083 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13084
13085         * gnus-art.el (gnus-article-toggle-truncate-lines):
13086         Don't use `iff' in docstring.
13087
13088 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13091
13092         * gnus-util.el (gnus-extract-address-component-name)
13093         (gnus-extract-address-component-email): Convenience functions around
13094         `gnus-extract-address-components'.
13095
13096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13097         Use `gnus-extract-address-component-email' to fix bug of comparing full
13098         sender name to `user-mail-address'.
13099
13100 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13101
13102         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13103         catch/throw to optimize.
13104         (gnus-registry-find-keywords): Just use member to find a keyword.
13105
13106 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13107
13108         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13109         is current before calling gnus-server-prepare.
13110         (gnus-server-setup-buffer, gnus-server-update-server)
13111         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13112
13113 2008-05-04  Juri Linkov  <juri@jurta.org>
13114
13115         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13116         (mailcap-file-default-commands): Use mailcap-replace-in-string
13117         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13118         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13119
13120 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13121
13122         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13123
13124 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13125
13126         * gnus.el: Bump version to 0.11.
13127
13128 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13129
13130         * gnus.el: No Gnus v0.10 is released.
13131
13132 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13135         hooks.
13136         (gnus-update-read-articles): Speed up non-marks-using users.
13137         (gnus-use-marks): Define gnus-use-marks.
13138         (gnus-propagate-marks): Rename variable to something more sensible.
13139
13140 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13141
13142         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13143         (gmm-image-load-path-for-library): Fix typos in docstrings.
13144         (gmm-message): Reflow docstring.
13145
13146 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13147
13148         * mail-source.el (mail-source-set-1, mail-source-bind):
13149         Move auth-source code out of the macro to clean it up and fix bugs.
13150
13151 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13152
13153         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13154         by sender if it's equal to user-mail-address, it's likely to be
13155         useless.
13156
13157         * mail-source.el (mail-source-bind): Don't use user or password if they
13158         are not bound.  Unintern them if they are nil.  Don't use server unless
13159         it's bound, and default it to empty string otherwise.
13160
13161 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * mail-source.el: Load auth-source.el.
13164         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13165         get user name or password, if auth-sources is set up.
13166
13167         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13168         strategy of splitting with parent.
13169         (gnus-registry-split-fancy-with-parent)
13170         (gnus-registry-post-process-groups): Use it and fix prior
13171         bug (returning a list as the split result).
13172
13173         * auth-source.el (auth-sources): Remove server parameter.
13174         (auth-source-pick, auth-source-user-or-password)
13175         (auth-source-user-or-password-imap)
13176         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13177         (auth-source-user-or-password-sftp)
13178         (auth-source-user-or-password-smtp): Remove server parameter.
13179
13180 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13181
13182         * smime.el (smime-sign-region, smime-encrypt-region)
13183         (smime-decrypt-region):
13184         Remove redundant calls to `generate-new-buffer-name'.
13185
13186 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13187
13188         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13189         Don't use QP for message/rfc822.
13190         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13191
13192 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13193
13194         * sieve-manage.el (sieve-string-bytes): Remove.
13195         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13196         correct byte-length only if the process's coding-system is the same as
13197         the one used internally by Emacs to represent strings.
13198
13199 2008-04-22  Juri Linkov  <juri@jurta.org>
13200
13201         * mailcap.el (mailcap-file-default-commands): New function.
13202
13203 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-signature-separator, message-cite-function):
13206         Change custom version.
13207
13208 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13209
13210         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13211         commands.
13212         (tls-checktrust): Ditto.
13213
13214 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * mm-decode.el (mm-display-external): Make temp file read-only.
13217
13218 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13221         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13222         `C-c C-f d'.
13223
13224 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13225
13226         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13227
13228 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gnus.el: Bump version to 0.9.
13231
13232 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * gnus.el: No Gnus v0.8 is released.
13235
13236 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13237
13238         * mail-source.el (mail-source-value):
13239         Prefer fboundp to functionp so it works with macros as well.
13240
13241 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13242
13243         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13244         Fix last change in case the element is not even a symbol.
13245
13246 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13247
13248         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13249         Prefer fboundp to functionp so it works with macros as well.
13250
13251 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13252
13253         * auth-source.el: Add docs.
13254         (auth-sources): Modify format to support server.
13255         (auth-source-pick, auth-source-user-or-password)
13256         (auth-source-user-or-password-imap)
13257         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13258         (auth-source-user-or-password-sftp)
13259         (auth-source-user-or-password-smtp): Add server parameter.
13260
13261 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * gnus-registry.el: Initialize the registry when gnus-registry-install
13264         is t.
13265
13266 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * compface.el (uncompface): Make buffer unibyte.
13269
13270 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13271
13272         * mail-source.el (mail-source-value):
13273         Prefer fboundp to functionp so it works with macros as well.
13274
13275 2008-04-05  Glenn Morris  <rgm@gnu.org>
13276
13277         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13278
13279 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13280
13281         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13282         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13283
13284         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13285         multibyteness after rather than before erasing it.
13286
13287         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13288         mm-with-multibyte.
13289         (gnus-request-article-this-buffer): Make sure the proper decoding is
13290         used if gnus-original-article-buffer happens to be unibyte.
13291
13292         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13293         default-enable-multibyte-characters.
13294
13295         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13296         default-enable-multibyte-characters.
13297
13298         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13299
13300         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13301
13302 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13303
13304         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13305         Fix last change in case the element is not even a symbol.
13306
13307 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13308
13309         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13310         (imap-message-copyuid-1): Use it.
13311         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13312         J. Williams in
13313         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13314
13315         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13316         imap-enable-exchange-bug-workaround.
13317         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13318
13319 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13320
13321         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13322         a 100 byte status-checks into a 2-3MB transfer for each group.
13323         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13324         to enable bug workaround or not.
13325         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13326
13327 2008-03-31  Glenn Morris  <rgm@gnu.org>
13328
13329         * message.el (mml2015-use): Declare for compiler.
13330         (message-info): Require mml2015 when appropriate.
13331
13332 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13335         whitespace.
13336
13337 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13338
13339         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13340         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13341         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13342         (nntp-service-to-port): New function.
13343         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13344         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13345         (nntp-open-netcat-stream): New function.
13346         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13347
13348 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13349
13350         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13351
13352 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13353
13354         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13355
13356 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13357
13358         * dns.el (dns-write): Use set-buffer-multibyte.
13359
13360 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13361
13362         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13363
13364 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * message.el (message-signature-separator): Change default.
13367         Improve custom type.
13368         (message-cite-function): Change default to
13369         message-cite-original-without-signature.
13370
13371         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13372         toggle.
13373
13374         * message.el (message-check-news-body-syntax): Fix signature check.
13375         (message-setup-1): Mark buffer as unmodified _after_ running
13376         message-setup-hook and handling message-alternative-emails.
13377         (message-shorten-references): Be more strict when building list of
13378         valid references to comply with GNKSA.
13379
13380         * gnus-group.el (gnus-read-ephemeral-bug-group)
13381         (gnus-read-ephemeral-debian-bug-group)
13382         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13383
13384         * message.el (message-info): Don't use booleanp which isn't supported
13385         in Emacs 21 and XEmacs.
13386
13387 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13390         gnus-group-gmane-group-download-format.
13391         (gnus-group-read-ephemeral-gmane-group): Rename from
13392         gnus-group-read-ephemeral-gmane-group.
13393         (gnus-read-ephemeral-gmane-group-url): Rename from
13394         gnus-group-read-ephemeral-gmane-group-url.
13395         (gnus-bug-group-download-format-alist): New variable.
13396         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13397         (gnus-read-ephemeral-emacs-bug-group): New commands.
13398
13399 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13402         (gnus-visible-headers): Improve custom type.
13403
13404 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * mml.el (mml-menu): Add workarounds for XEmacs.
13407
13408         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13409         X-Boundary header.
13410
13411         * message.el (message-simplify-recipients): Fix previous commit.
13412
13413 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * mm-util.el (mm-set-buffer-multibyte): New function.
13416         * mm-decode.el (mm-copy-to-buffer): Use it.
13417
13418         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13419         Prefer fboundp to functionp so it works with macros as well.
13420
13421 2008-03-19  Glenn Morris  <rgm@gnu.org>
13422
13423         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13424         Accidentally removed in the sync process with Emacs.
13425
13426 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * message.el (message-alter-recipients-discard-bogus-full-name):
13429         New function.
13430         (message-alter-recipients-function): New variable.
13431         (message-get-reply-headers): Use it.
13432         (message-replace-header): New helper function.
13433         (message-recipients-without-full-name): New variable.
13434         (message-simplify-recipients): New command.
13435
13436         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13437
13438         * message.el (message-info): Handle EasyPG manual.
13439
13440         * mml.el (mml-menu): Add entry for EasyPG.
13441
13442 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13443
13444         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13445         parameter.
13446
13447         * message.el (message-disassociate-draft): Specify drafts group name
13448         fully.
13449
13450 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13451
13452         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13453         Eliminate unnecessary duplicates from the match list.
13454
13455 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13458
13459         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13460
13461         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13462         args of `how-many' of which the XEmacs version doesn't take; declare
13463         Info-index-next as function.
13464
13465 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * gnus-score.el (gnus-score-headers): Fix handling of
13468         gnus-inhibit-slow-scoring.
13469
13470         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13471         string.
13472         (gnus-button-url-regexp): Improve handling of parenthesis.
13473         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13474         (gnus-button-handle-info-keystrokes): Handle index entries.
13475
13476 2008-03-15  Glenn Morris  <rgm@gnu.org>
13477
13478         * parse-time.el (parse-time-string): Simplify.
13479
13480 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13483         Incoming* files.
13484
13485 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13486
13487         * auth-source.el (auth-sources): Rename from auth-source-choices.
13488         (auth-source-pick): Use it.
13489
13490 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13491
13492         * binhex.el (binhex-decode-region-internal):
13493         * uudecode.el (uudecode-decode-region-internal):
13494         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13495         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13496         setting default-enable-multibyte-characters.
13497
13498 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * auth-source.el (auth-source-protocols)
13501         (auth-source-protocols-customize, auth-source-choices): Add and
13502         modified variable customizations and defaults.
13503         (auth-source-pick, auth-source-user-or-password)
13504         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13505         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13506         (auth-source-user-or-password-sftp)
13507         (auth-source-user-or-password-smtp): Use new variables and provide an
13508         interface to netrc.el.
13509
13510 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13513         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13514         Make sure the nntp port to specify is a string.
13515
13516 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13517
13518         * nntp.el: Use with-current-buffer.
13519         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13520         dubious mm-with-unibyte-current-buffer.
13521         (nntp-with-open-group-function): New function extracted from
13522         nntp-with-open-group macro.
13523         (nntp-with-open-group): Use the function, so it's easier to debug.
13524         Add indentation and debugging info.
13525         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13526         Recommend the use of the netcat alternatives.
13527
13528         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13529         Avoid mm-string-as-multibyte as well.
13530
13531         * nnweb.el (nnweb-insert-html):
13532         Remove use of nnheader-string-as-multibyte.
13533
13534         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13535         (nnheader-string-as-multibyte): Remove.
13536
13537         * mm-view.el: Use inhibit-read-only.
13538         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13539         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13540         or unibyte-string.
13541
13542         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13543         (mm-uu-yenc-extract): Use with-current-buffer.
13544
13545         * gnus-soup.el (gnus-soup-send-packet): Don't use
13546         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13547
13548         * nnmh.el: Use with-current-buffer.
13549         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13550         mm-string-as-multibyte on the output of mm-encode-coding-string.
13551
13552         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13553         (nnimap-request-move-article): Use with-current-buffer.
13554
13555         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13556         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13557         conversion uses string-make-unibyte rather than string-as-unibyte.
13558
13559         * gnus-msg.el: Use with-current-buffer.
13560
13561         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13562
13563 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13564
13565         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13566         string for caching if it is 'PIN.
13567
13568 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * lpath.el: Consider the case without Emacs/W3.
13571
13572 2008-03-08  Glenn Morris  <rgm@gnu.org>
13573
13574         * time-date.el (date-to-time, time-subtract, time-add)
13575         (safe-date-to-time): Doc fixes.
13576
13577 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * mail-source.el (mail-source-delete-old-incoming-confirm):
13580         Change default to nil.
13581         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13582
13583 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * lpath.el: Rearrange.
13586
13587         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13588         (gnus-article-goto-prev-page): Work for articles having ^L's.
13589
13590         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13591
13592         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13593
13594 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13595
13596         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13597         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13598         (gnus-bookmark-jump): Adjust some variable names.
13599
13600 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13601
13602         * auth-source.el: New package.
13603         (auth-source-choices): Add customization entry point variable.
13604
13605         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13606         bug.
13607
13608 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13609
13610         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13611         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13612         (gnus-registry-install-shortcuts): Rename from
13613         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13614         the `gnus-registry-mark-map' keymap dynamically from
13615         `gnus-registry-marks'.  The generated functions update the summary line
13616         when a registry mark is added or deleted, and will call
13617         `gnus-registry-install-p' (see the comments in the code).
13618         (gnus-registry-user-format-function-M): Use concat intelligently.
13619
13620         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13621         the registry mark functions.
13622
13623 2008-03-05  Glenn Morris  <rgm@gnu.org>
13624
13625         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13626         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13627         gnus-art.
13628         (top-level): No need to load own source when compiling.
13629
13630 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13633         Suggested by <chris.anderton@zetnet.co.uk>.
13634
13635 2008-03-04  Glenn Morris  <rgm@gnu.org>
13636
13637         * gnus-sum.el (top-level): No need to require gnus when compiling,
13638         since unconditionally required near start of file.
13639         (gnus-summary-display-while-building): Move definition before use.
13640
13641 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13642
13643         * gnus-registry.el (gnus-registry-user-format-function-M):
13644         Add formatting function.
13645
13646 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13647
13648         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13649         with plists.
13650         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13651         Use new format.
13652
13653 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13656         `where-is-internal' that returns a range of key sequences.
13657
13658 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13659
13660         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13661
13662         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13663         (gnus-summary-jump-to-group): Consider windows on other displayed
13664         frames as well.  Similar changes might be needed elsewhere, but that's
13665         the one I've bumped into during my use.
13666
13667         * nndoc.el (nndoc-oe-dbx-type-p):
13668         * gnus-msg.el (gnus-debug):
13669         * gnus-group.el (gnus-update-group-mark-positions):
13670         Use mm-string-to-multibyte.
13671
13672 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13675         doesn't handle NotDashEscaped.
13676
13677         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13678         (mml-dnd-attach-options): Fix typo in custom choice.
13679
13680         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13681         Change nndoc-article-type to mbox.
13682         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13683
13684         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13685         to nil, instead of html2text.
13686
13687         * imap.el (imap-debug): Add `imap-ping-server'.
13688
13689         * gnus-bookmark.el: Add FIXMEs.
13690
13691         * message.el (message-form-letter-separator)
13692         (message-send-form-letter-delay): New variables.
13693         (message-send-form-letter): Use them.  New command to send form
13694         letters.  Requested by Uwe Siart.
13695         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13696
13697 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * Update copyright years.
13700
13701 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         Sync from EMACS_22_BASE.
13704
13705         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13706
13707 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13708
13709         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13710         empty author.
13711
13712 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * gnus-registry.el (gnus-registry-marks): Add variable for
13715         customization of marks and their appearance.
13716         (gnus-registry-read-mark): Use it.
13717         (gnus-registry-do-marks): Add utility function to loop through
13718         `gnus-registry-marks'.
13719         (gnus-registry-install-shortcuts-and-menus): Add function to install
13720         shortcuts and menus.
13721         (gnus-registry-initialize): Use it.
13722         (gnus-registry-default-mark): Clarify documentation.
13723
13724 2008-02-29  Glenn Morris  <rgm@gnu.org>
13725
13726         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13727         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13728         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13729         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13730         Change defcustom :version from 23.0 to 23.1.
13731
13732 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13733
13734         * gnus-registry.el (gnus-registry-follow-group-p)
13735         (gnus-registry-post-process-groups): Add functions to aid registry
13736         splitting and improve logging.  Clarify behavior in function
13737         documentation.
13738         (gnus-registry-split-fancy-with-parent): Use them.
13739
13740 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13741
13742         * gnus-art.el: Use with-current-buffer.
13743
13744 2008-02-27  David Engster  <dengste@eml.cc>
13745
13746         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13747         Express real group name in the response.
13748
13749 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13752         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13753         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13754         autoload gnus-registry-fetch-group when compiling.
13755         (nnmairix-request-group-with-article-number-correction):
13756         Remove unreferenced argument passed to nnmairix-call-backend.
13757
13758 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13761         (mm-uu-extract): Improve face for low color ttys.
13762         Reported by Sascha Wilde.
13763
13764 2008-02-27  Glenn Morris  <rgm@gnu.org>
13765
13766         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13767         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13768         variables to defconsts.  Convert comments to doc-strings.
13769         (nnmairix-last-server, nnmairix-current-server): Convert from free
13770         variables to defvars.  Convert comments to doc-strings.
13771         (gnus-registry-fetch-group): Autoload.
13772         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13773         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13774         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13775         caddr.
13776         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13777         nnmairix-request-group-with-article-number-correction call.
13778         (nnmairix-fast, nnmairix-group): New, less general names, for free
13779         variables passed from nnmairix-request-group to
13780         nnmairix-request-group-with-article-number-correction.  Declare.
13781         (nnmairix-request-group-with-article-number-correction):
13782         Use nnmairix-fast, nnmairix-group rather than fast, group.
13783
13784 2008-02-26  David Engster  <dengste@eml.cc>
13785
13786         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13787         version 0.5.
13788
13789 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13790
13791         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13792         instead of making an extra function call.  Don't add the current group
13793         to articles only when they have the group.  Use
13794         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13795         Reported by David <de_bb@arcor.de>.
13796
13797 2008-02-24  Miles Bader  <miles@gnu.org>
13798
13799         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13800         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13801         (mm-find-mime-charset-region):
13802         * mm-bodies.el (mm-encode-body):
13803         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13804
13805 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13808         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13809
13810 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * mail-source.el (mail-source-delete-incoming): Change default.
13813         Supplement doc string.
13814
13815         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13816
13817 2008-02-14  Glenn Morris  <rgm@gnu.org>
13818
13819         * time-date.el (format-seconds): New function.
13820
13821 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * nnmail.el (nnmail-message-id-cache-file): Derive from
13824         `gnus-home-directory'.
13825
13826 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13829         Document negative prefix.
13830
13831         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13832
13833 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13834
13835         * message.el (message-unsent-separator): Add the Exim bounce
13836         separator.
13837
13838 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13839
13840         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13841         list.
13842         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13843         recipient/signer list.
13844
13845 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * Makefile.in (datarootdir): Define.
13848         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13849         name that might contain whitespace.
13850
13851 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13854         fbound (Emacs 23 unicode), signal an error.
13855
13856 2008-02-08  Glenn Morris  <rgm@gnu.org>
13857
13858         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13859
13860 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13861
13862         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13863         ports to the calls to `netrc-machine-user-or-password' in addition to
13864         "imap" and "imaps".
13865
13866 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13867
13868         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13869
13870         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13871
13872 2008-02-01  Kenichi Handa  <handa@m17n.org>
13873
13874         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13875         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13876         (rfc2104-hash): Convert the result of concat to unibyte string.
13877
13878 2008-02-01  Dave Love  <fx@gnu.org>
13879
13880         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13881         coding-system-for-read.
13882         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13883
13884 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13887         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13888         <hanche@math.ntnu.no>.
13889
13890 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13893
13894         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13895
13896 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13897
13898         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13899         * message.el (message-beginning-of-line): Use featurep instead of bound
13900         tests in order to resolve conditionals at compile time.
13901
13902 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13903
13904         * mail-source.el (mail-sources): Add `group' choice.
13905
13906         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13907         parameter `in-group' to control into which group the articles go.
13908         Add treatment of `group' mail-source.
13909
13910 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13913
13914         * mm-decode.el (mm-dissect-buffer): Decode description.
13915
13916         * mml.el (mml-to-mime): Encode message header first.
13917
13918 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13921         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13922
13923         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13924         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13925
13926 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13927
13928         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13929
13930 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13933         prefix keys.
13934         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13935         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13936         gnus-xmas.el.
13937
13938         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13939         (gnus-xmas-article-describe-bindings): New function.
13940         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13941         gnus-xmas-article-describe-bindings.
13942
13943         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13944
13945 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13948         Add new variables for article mark management.
13949         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13950         list of extra data entries which, when present, will indicate that the
13951         article ID should not be trimmed from the registry.
13952         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13953         functions.
13954         (gnus-registry-read-mark): New function to read a mark name from the
13955         user.
13956         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13957         (gnus-registry-set-article-mark-internal): New functions to add and
13958         remove marks.
13959         (gnus-registry-get-article-marks): New function to show the marks for
13960         an article, or retrieve them for further use.
13961
13962 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13965         keys when no argument is given.
13966
13967 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * imap.el (imap-ping-server): New variable.
13970         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13971         (imap-ping-server): Minor doc string fixes.
13972
13973 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13974
13975         * imap.el (imap-ping-server): New function.
13976         (imap-opened): Call imap-ping-server.
13977
13978 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * gnus-sum.el (gnus-article-sort-by-random)
13981         (gnus-thread-sort-by-random): Fix doc strings.
13982         Reported by jidanni@jidanni.org.
13983
13984 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-art.el (gnus-article-describe-bindings): New function.
13987         (gnus-article-read-summary-keys): Use it.
13988         (gnus-article-mode-map): Bind `C-h b' to it.
13989
13990 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13993         XEmacs.
13994         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13995         Protect against non-character events.
13996
13997         * lpath.el: Fbind map-keymap for Emacs 21.
13998
13999 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14002         New command.
14003         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14004         instead of END.  Change name of the temp file.
14005         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14006         customizable.
14007
14008 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14011         bind `S W' to gnus-article-wide-reply-with-original; set default
14012         binding to gnus-article-read-summary-send-keys.
14013         (gnus-article-read-summary-keys): Fix the order of keys; display
14014         continuation keys correctly in the echo area; describe bindings
14015         correctly when keys end with `C-h'.
14016         (gnus-article-read-summary-send-keys): New function.
14017         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14018         Work for gnus-article-read-summary-send-keys; display continuation keys
14019         correctly in the echo area.
14020         (gnus-article-reply-with-original): Ignore prefix argument.
14021         (gnus-article-wide-reply-with-original): New function.
14022
14023         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14024         Emacs 21.
14025
14026 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14029         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14030
14031 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14034         (gnus-group-read-ephemeral-gmane-group): New command.
14035
14036 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14037
14038         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14039
14040 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * message.el (message-send-mail-function): Increase custom version.
14043
14044         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14045         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14046
14047 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14048
14049         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14050         for the cases where imap-authenticate is called with a nil buffer
14051         parameter.
14052
14053 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14056         html parts correctly; support forwarded messages.
14057         (gnus-article-browse-html-article): Remove work buffers.
14058
14059         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14060         compiling.
14061         (netrc-bound-and-true-p): New macro.
14062         (netrc-parse): Use it instead of bound-and-true-p that is not available
14063         in XEmacs 21.4.
14064
14065 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14066
14067         * gnus-registry.el (gnus-registry-mark-article)
14068         (gnus-registry-article-marks): Add functionality to mark articles
14069         through the Gnus registry.
14070
14071         * encrypt.el: Clarify documentation for the new pgg method.
14072         (encrypt-file-alist): Add PGG option.
14073         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14074         functionality.  Abstract password key and messaging to external
14075         functions.
14076         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14077         (encrypt-message-method-and-cipher): Add new convenience external
14078         functions.
14079         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14080         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14081
14082         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14083         (netrc-parse): Use encrypt-file-alist to determine if
14084         encrypt-find-model or encrypt-insert-file-contents should be used.
14085
14086         * encrypt.el: Clarify documentation.  Load password-cache or
14087         password, whichever one is found first, instead of autoloading.
14088
14089 2007-12-19  Glenn Morris  <rgm@gnu.org>
14090
14091         * mml.el (message-options-set, message-narrow-to-head)
14092         (message-in-body-p, message-mail-p, message-encode-message-body):
14093         Autoload.
14094         (message-remove-header, message-narrow-to-headers-or-head)
14095         (message-subscribed-p, message-make-mail-followup-to)
14096         (message-position-on-field, message-news-p)
14097         (message-options-set-recipient, message-generate-headers)
14098         (message-sort-headers): Declare as functions.
14099
14100 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14103         convention in doc string.
14104
14105 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14108         title to html parts.
14109         (gnus-article-browse-html-article): Pass message header to it.
14110
14111         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14112
14113 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14116         or password compatible with XEmacs.
14117
14118 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14121         format document.
14122         (gnus-mime-delete-part): Don't write description line if empty.
14123         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14124
14125 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14126
14127         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14128         (gnus-summary-mark-read-and-unread-as-read)
14129         (gnus-summary-mark-current-read-and-unread-as-read)
14130         (gnus-summary-mark-unread-as-ticked): Doc fix.
14131         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14132
14133 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14136         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14137
14138 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14141         yes-or-no-p.
14142
14143 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * mm-decode.el (mm-add-meta-html-tag): New function.
14146         (mm-save-part-to-file, mm-pipe-part): Use it.
14147
14148         * gnus-art.el (gnus-article-browse-delete-temp-files):
14149         Use gnus-y-or-n-p instead of y-or-n-p.
14150         (gnus-article-browse-html-parts): Work with message/external-body; use
14151         mm-add-meta-html-tag.
14152
14153 2007-12-11  Glenn Morris  <rgm@gnu.org>
14154
14155         * gnus-cache.el: Require gnus-sum not just when compiling.
14156
14157         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14158
14159         * gnus-int.el (gnus-server-opened, gnus-status-message):
14160         Move definitions before use.
14161
14162         * mm-decode.el: Require gnus-util.
14163         (mm-remove-part): Only call delete-annotation on XEmacs.
14164
14165         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14166
14167         * nnmail.el: Require gnus-int.
14168
14169         * spam.el: Move `require's before `eval-when-compile's.
14170
14171         * gnus-ems.el (gnus-alive-p):
14172         * gnus-fun.el (message-goto-eoh):
14173         * gnus-util.el (gnus-group-name-decode):
14174         * mail-source.el (gnus-compress-sequence):
14175         * message.el (Info-goto-node, format-spec):
14176         * mm-bodies.el (message-options-get):
14177         * mm-decode.el (mm-view-pkcs7):
14178         * mm-util.el (gmm-write-region):
14179         * mml-smime.el (mml-compute-boundary)
14180         (gnus-completing-read-with-default):
14181         * mml.el (widget-button-press, gnus-make-hashtable):
14182         * mml1991.el (mm-decode-content-transfer-encoding)
14183         (mm-encode-content-transfer-encoding)
14184         (message-options-get, message-options-set):
14185         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14186         * nnfolder.el (gnus-request-group):
14187         * nnheader.el (ietf-drums-unfold-fws):
14188         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14189         * smime.el (gnus-run-mode-hooks):
14190         * spam-stat.el (gnus-message): Autoload.
14191
14192         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14193         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14194         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14195         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14196         Add declare-function compatibility definition.
14197
14198         * gnus-cache.el (nnvirtual-find-group-art):
14199         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14200         (gnus-add-image, gnus-add-wash-type):
14201         * gnus-group.el (nnkiboze-score-file):
14202         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14203         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14204         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14205         (message-tokenize-header, gnus-get-buffer-create)
14206         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14207         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14208         * gnus.el (gnus-group-decoded-name):
14209         * mail-source.el (imap-capability):
14210         * mm-bodies.el (message-options-set):
14211         * mm-decode.el (gnus-configure-windows):
14212         * mm-extern.el (message-goto-body):
14213         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14214         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14215         (epg-sub-key-validity, message-options-set):
14216         * mml.el (widget-event-point, gnus-configure-windows):
14217         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14218         * mml2015.el (epg-check-configuration, epg-configuration)
14219         (message-options-set):
14220         * nndb.el (nndb-request-article):
14221         * nnfolder.el (gnus-request-create-group):
14222         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14223         * nnmaildir.el (gnus-group-mark-article-read):
14224         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14225         * rfc1843.el (message-fetch-field):
14226         * spam.el (gnus-extract-address-components):
14227         Declare as functions.
14228
14229 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14232
14233         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14234
14235         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14236         bind show-trailing-whitespace for XEmacs.
14237
14238 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14241         new no-op macro for backward compatibility.
14242
14243         * imap.el (imap-string-to-integer): New function.
14244
14245 2007-12-09  Glenn Morris  <rgm@gnu.org>
14246
14247         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14248
14249         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14250         * message.el, mm-view.el, sieve-manage.el, smime.el:
14251         Add declare-function compatibility definition.
14252
14253         * gnus-art.el (w3-region, w3m-region, Info-menu):
14254         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14255         * gnus-sum.el (gnus-get-predicate):
14256         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14257         * message.el (mail-abbrev-in-expansion-header-p):
14258         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14259         (w3m-detect-meta-charset, w3m-region):
14260         * sieve-manage.el (password-read, password-cache-add)
14261         (password-cache-remove):
14262         * smime.el (password-read-and-add): Declare as functions.
14263
14264 2007-12-08  David Kastrup  <dak@gnu.org>
14265
14266         * gnus-sum.el (gnus-summary-simplify-subject-query):
14267         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14268         `message'.
14269
14270 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14273         it to bind idna-program, installation-directory, defined-colors, and
14274         face-attribute for XEmacs of the version that compiles defcustom forms.
14275
14276 2007-12-07  Glenn Morris  <rgm@gnu.org>
14277
14278         * gnus-art.el (article-make-date-line): Revert previous change.
14279
14280 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14283
14284 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14285
14286         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14287         Call gnus-add-to-range ranges only once with a prepared article-list.
14288
14289 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14290
14291         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14292         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14293         group names with backslashes.
14294         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14295
14296 2007-12-06  Deepak Goel  <deego3@gmail.com>
14297
14298         * gnus-art.el (article-make-date-line):
14299         * gnus-start.el (gnus-load):
14300         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14301
14302 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (gnus-use-idna):
14305         * gnus-start.el (gnus-site-init-file):
14306         * message.el (message-use-idna):
14307         * mm-uu.el (mm-uu-hide-markers):
14308         * smiley.el (smiley-style): Revert changes that suppress warnings.
14309
14310 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14313         specify charset to html source.
14314         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14315
14316 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14319         idna-program in order to suppress byte compile warning issued by XEmacs
14320         that came to byte compile the default value section of defcustom forms
14321         recently.
14322
14323         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14324         value of installation-directory.
14325
14326         * message.el (message-use-idna): Don't directly refer to the value of
14327         idna-program.
14328
14329         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14330
14331         * smiley.el (smiley-style): Don't directly call face-attribute.
14332
14333 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14336
14337         * gnus-dired.el: Reduce Gnus dependencies.
14338         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14339         Don't require.  Use autoloads instead.
14340         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14341         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14342         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14343         (gnus-dired-mode): Adjust doc string.
14344         (gnus-dired-mail-mode): New variable.
14345         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14346         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14347         (gnus-dired-mail-buffers): New function.  Return mail or message
14348         composition buffers.
14349         (gnus-dired-attach): Use it.
14350         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14351         NO-DECODE.
14352         (gnus-dired-print): Use `gnus-print-buffer' depending on
14353         `gnus-dired-mail-mode'.
14354
14355 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * rfc2047.el (rfc2047-encoded-word-regexp)
14358         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14359         explaining what regexp patterns are for.
14360
14361 2007-12-04  Glenn Morris  <rgm@gnu.org>
14362
14363         * password.el: Move to password-cache.el.
14364
14365         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14366         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14367         * mml-smime.el (password-read, password-cache-add)
14368         (password-cache-remove):
14369         No need to autoload, since mml-sec requires password.
14370
14371         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14372         * message.el (gnus-extract-address-components):
14373         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14374
14375         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14376         password.
14377
14378 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14379
14380         * mailcap.el: Reduce dependencies.
14381         (mail-header-parse-content-type): Autoload.
14382         (mailcap-delete-duplicates): New alias.
14383         (mailcap-mime-info): Add optional argument NO-DECODE.
14384         (mailcap-mime-types): Use mailcap-delete-duplicates.
14385
14386         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14387
14388 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14389
14390         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14391         (imap-parse-status): Upcase status-att for servers that sends them
14392         lower-case (e.g., MS Exchange 2007).
14393
14394 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14395
14396         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14397         function.
14398
14399         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14400         (gnus-uu-yenc-article): New function.
14401
14402         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14403
14404         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14405
14406 2007-12-02  Glenn Morris  <rgm@gnu.org>
14407
14408         * binhex.el (binhex): New custom group.
14409         (binhex-decoder-program, binhex-decoder-switches)
14410         (binhex-use-external): Move to the binhex custom group.
14411
14412         * uudecode.el (uudecode): New custom group.
14413         (uudecode-decoder-program, uudecode-decoder-switches)
14414         (uudecode-use-external): Move to the uudecode custom group.
14415
14416         * netrc.el (top-level): Don't load `encrypt' features.
14417         (netrc-parse): Don't use encrypt.
14418         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14419
14420         * encrypt.el: Remove file.
14421
14422 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14425         matches on patches.
14426
14427         * gnus-art.el (gnus-article-browse-html-article):
14428         Mention `mm-text-html-renderer' in the doc string.
14429
14430         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14431         string.  Add comments.
14432
14433         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14434         if rhs is ASCII.
14435
14436 2007-12-01  Glenn Morris  <rgm@gnu.org>
14437
14438         * mail-source.el (top-level): Require format-spec before
14439         eval-when-compile.
14440
14441 2007-11-30  Glenn Morris  <rgm@gnu.org>
14442
14443         * encrypt.el: Require password, rather than autoloading password-read.
14444
14445 2007-11-29  Glenn Morris  <rgm@gnu.org>
14446
14447         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14448         (sasl-make-client, sasl-next-step, sasl-step-data)
14449         (sasl-step-set-data): Declare as functions.
14450
14451 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14454
14455 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14456
14457         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14458         certs should be verified and what is to be done in the event of a
14459         verification failure.
14460
14461         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14462         caller can indicate whether the cache should be disregarded for this
14463         call.  This way the result of the call is reproducible at all times and
14464         can be considered a canonical server name for the supplied method.
14465         (gnus-agent-method-p): Canonicalize server names by pushing their
14466         method through `gnus-method-to-server' using the no-cache argument.
14467
14468         * gnus-srvr.el (gnus-server-insert-server-line):
14469         Call `gnus-method-to-server' with `no-cache' argument.
14470
14471         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14472         gnus-agent-possibly-synchronize-flags as this should be called when the
14473         server is actually being opened.
14474         (gnus-agent-possibly-synchronize-flags)
14475         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14476         flags file of an agentized server to the latter function.
14477
14478         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14479         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14480         after a connection has been established successfully.
14481
14482 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-art.el (article-display-face): Force to display face if called
14485         interactively; check if gnus-article-x-face-too-ugly matches author.
14486         (article-display-x-face): Display face even if From header is missing
14487         as article-display-face does.
14488
14489 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14490
14491         * hashcash.el (message-narrow-to-headers-or-head)
14492         (message-fetch-field, message-goto-eoh)
14493         (message-narrow-to-headers): Declare as functions.
14494
14495 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * mail-source.el (mail-sources): Default to fetch from file for
14498         compatibility with default of nnmail-spool-file.
14499
14500 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14503         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14504         to look for encoded word that should be encoded again.
14505         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14506         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14507         encoding pattern.
14508         (rfc2047-decode-region): Switch strict regexp and loose one according
14509         to rfc2047-allow-irregular-q-encoded-words.
14510
14511 2007-11-25  Romain Francoise  <romain@orebokech.com>
14512
14513         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14514
14515 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * tls.el (tls-program): Provide more custom choices from
14518         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14519         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14520
14521 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14524         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14525
14526         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14527         `nnmail-spool-file'.
14528
14529         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14530         `nnmail-spool-file'.
14531
14532         * gnus-move.el (gnus-change-server): Ditto.
14533
14534         * gnus-kill.el (gnus-batch-score): Ditto.
14535
14536         * gnus-cache.el (gnus-jog-cache): Ditto.
14537
14538         * gnus-msg.el (gnus-summary-reply):
14539         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14540
14541 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14544         version.  Minor improvement to doc strings.
14545         (tls-program): Add comment.
14546
14547 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14548
14549         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14550         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14551         mismatch between the hostname provided in the certificate and the name
14552         of the host connnecting to.
14553         (open-tls-stream): Use them.  Check certificates against trusted root
14554         certificates.
14555
14556 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-cache.el (gnus-cache-generate-nov-databases):
14559         Use nnml-generate-nov-databases-directory instead of
14560         nnml-generate-nov-databases-1.
14561
14562 2007-11-24  Glenn Morris  <rgm@gnu.org>
14563
14564         * message.el (message-tool-bar-retro): Update for rename
14565         mail_send.xpm->mail-send.xpm.
14566
14567 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14570         `smime-ldap-search' for Emacs 22 and up.
14571
14572 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14573
14574         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14575
14576         * message.el (message-send-mail-function): Fix error convention.
14577         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14578         (message-widen-reply, message-send-mail, message-talkative-question)
14579         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14580         (message-clone-locals, message-send-news): Use with-current-buffer.
14581         (message-insert-or-toggle-importance): Remove unused var `valid'.
14582         (message-make-references): Remove unused var `new-references'.
14583         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14584
14585 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14586
14587         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14588         (spam-split-symbolic-return-positive): Reflow docstring.
14589         (spam-backends, spam-summary-exit-behavior)
14590         (spam-mark-ham-unread-before-move-from-spam-group)
14591         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14592         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14593         (spam-clear-cache, spam-backend-check, spam-install-backend)
14594         (spam-install-statistical-backend, spam-list-of-processors)
14595         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14596         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14597         (spam-check-crm114, spam-initialize, spam-unload-hook):
14598         Fix typos in docstrings.
14599
14600 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14603         been checked if they have never been read and those group levels are
14604         higher than the one that a user specified.
14605
14606 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14609         foreign groups unless a group level is specified by a user.
14610         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14611
14612 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * message.el (message-send-mail-function): Require sendmail.
14615
14616 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * message.el (message-send-mail-function): Check for smtpmail too.
14619
14620         * utf7.el (utf7-encode, utf7-decode): Use coding system
14621         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14622
14623         * message.el (message-send-mail-function): New function.
14624         (message-send-mail-function): Set default using
14625         message-send-mail-function.  Adjust doc string.
14626         (message-send-mail-with-mailclient): New function.
14627
14628 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14629
14630         * smime.el (from):
14631         * rfc2047.el (message-posting-charset):
14632         * qp.el (mm-use-ultra-safe-encoding):
14633         * pop3.el (parse-time-months):
14634         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14635         * nnml.el (files):
14636         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14637         (jka-compr-compression-info-list, ange-ftp-path-format)
14638         (efs-path-regexp):
14639         * nndiary.el (files):
14640         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14641         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14642         (epg-digest-algorithm-alist, inhibit-redisplay)
14643         (password-cache-expiry):
14644         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14645         (pgg-output-buffer, password-cache-expiry):
14646         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14647         (efs-path-regexp):
14648         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14649         (inhibit-redisplay):
14650         * mm-uu.el (file-name, start-point, end-point, entry)
14651         (gnus-newsgroup-name, gnus-newsgroup-charset):
14652         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14653         (latin-unity-ucs-list):
14654         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14655         (mm-uu-binhex-decode-function):
14656         * message.el (gnus-message-group-art, gnus-list-identifiers)
14657         (rmail-enable-mime-composing, gnus-local-organization)
14658         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14659         (gnus-read-active-file, facemenu-add-face-function)
14660         (facemenu-remove-face-function, gnus-article-decoded-p)
14661         (tool-bar-mode):
14662         * mail-source.el (display-time-mail-function):
14663         * gnus-util.el (nnmail-pathname-coding-system)
14664         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14665         (gnus-original-article-buffer, gnus-user-agent)
14666         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14667         (xemacs-codename, sxemacs-codename, emacs-program-version):
14668         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14669         * gnus-start.el (gnus-agent-covered-methods)
14670         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14671         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14672         (gnus-newsgroup-headers, gnus-group-list-mode)
14673         (gnus-group-mark-positions, gnus-newsgroup-data)
14674         (gnus-newsgroup-unreads, nnoo-state-alist)
14675         (gnus-current-select-method, mail-sources)
14676         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14677         (nnmail-spool-file, gnus-cache-active-hashtb):
14678         * gnus-mh.el (mh-lib-progs):
14679         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14680         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14681         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14682         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14683         (gnus-group-buffer):
14684         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14685         (font-lock-set-defaults):
14686         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14687         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14688         (gnus-summary-post-menu, total-parts, type, condition, length):
14689         * gnus-agent.el (gnus-agent-read-agentview):
14690         * flow-fill.el (show-trailing-whitespace):
14691         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14692         eval-and-compile wrappers for byte compiler pacifiers.
14693
14694         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14695         (mm-display-inline-fontify): Check for featurep 'xemacs not
14696         extent-list.
14697
14698         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14699         itimer-list.
14700         (mm-create-image-xemacs): Only do something for XEmacs.
14701         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14702
14703         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14704
14705         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14706         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14707
14708 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14709
14710         * nnimap.el (nnimap-split-download-body):
14711         * gnus-demon.el (gnus-demon):
14712         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14713
14714 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14717         New macros.
14718         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14719         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14720         copy data from unibyte buffer to multibyte current buffer.
14721         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14722         to copy data from unibyte current buffer to multibyte buffer.
14723         (nntp-make-process-buffer): Make process buffer unibyte.
14724
14725         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14726
14727 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14728
14729         * pop3.el (pop3-open-server): Accept and process data more robustly at
14730         connection start to avoid spurious "POP SSL connection failed" errors.
14731
14732 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14735         read group names.
14736
14737 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14740
14741 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14744         (nnmail-save-active): Use a unibyte buffer when saving active file,
14745         which may contain non-ASCII group names.
14746
14747         * nnml.el (nnml-request-group): Decode group names in messages.
14748
14749 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * message.el (message-citation-line-function)
14752         (message-insert-formatted-citation-line): Fix spelling of
14753         `message-insert-formated-citation-line'.
14754
14755 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14758
14759 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14762         nnmail-pathname-coding-system.
14763
14764         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14765         that a user enters; decode group names in messages.
14766
14767         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14768
14769 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14772
14773         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14774
14775         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14776         risky local variable.
14777
14778         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14779
14780 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14781
14782         * encrypt.el: Improve documentation to fix function name typo.
14783         Reported by Daiki Ueno <ueno@unixuser.org>.
14784
14785 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14788         even if the point is not in the last page of an article.
14789         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14790         back to the previous page.
14791
14792 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14795
14796 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14799
14800 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14801
14802         * message.el (message-check-news-body-syntax):
14803         Avoid mm-string-as-multibyte.
14804         (message-hide-headers): Don't assume (point-min)==1.
14805
14806 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * message.el (message-remove-blank-cited-lines): Fix if remove is
14809         given.
14810         (message-bogus-address-regexp): New variable.
14811         (message-bogus-recipient-p): New function.
14812         (message-check-recipients): New command.
14813         (message-syntax-checks): Add `bogus-recipient'.
14814         (message-fix-before-sending): Add `bogus-recipient'.
14815
14816         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14817         (gnus-treat-body-boundary): Don't test window-system.
14818
14819 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14820
14821         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14822
14823 2007-10-28  Miles Bader  <miles@gnu.org>
14824
14825         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14826         at compile-time too.
14827
14828 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * gnus-msg.el (gnus-message-setup-hook):
14831         Add `message-remove-blank-cited-lines' to options.
14832
14833 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * message.el (message-remove-blank-cited-lines): New function.
14836         Suggested by Karl Plästerer.
14837
14838 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14841         mapc.
14842
14843         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14844         (top-level): Use mapc to set functions to be traced for debugging.
14845
14846         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14847         called for effect with while loop.
14848
14849         * message.el (message-talkative-question): Replace mapcar called for
14850         effect with mapc.
14851
14852         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14853         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14854         called for effect with dolist.
14855
14856         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14857
14858         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14859         gnus-extra-headers and nnmail-extra-headers.
14860
14861         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14862         called for effect with dolist.
14863         (top-level): Use mapc to set functions to be traced for debugging.
14864
14865         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14866         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14867         dolist.
14868
14869         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14870         Replace mapcar called for effect with mapc.
14871         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14872         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14873         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14874         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14875
14876         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14877         remove-if that's a cl function.
14878
14879         * webmail.el (webmail-debug): Replace mapcar called for effect with
14880         dolist.
14881
14882         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14883         with mapc.
14884
14885 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14888         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14889         with while loop.
14890
14891         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14892         functions from article-* functions.
14893         (gnus-multi-decode-header): Replace mapcar called for effect with
14894         dolist.
14895
14896         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14897         (gnus-bookmark-show-details): Replace mapcar called for effect with
14898         while loop.
14899
14900         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14901         called for effect with while loop.
14902
14903         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14904         with dolist.
14905
14906         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14907         Replace mapcar called for effect with dolist.
14908
14909         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14910
14911         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14912         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14913         Replace mapcar called for effect with dolist.
14914         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14915         mapc.
14916
14917         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14918         Replace mapcar called for effect with dolist.
14919         (gnus-topic-list): Replace mapcar called for effect with mapc.
14920
14921         * gnus.el: Use mapc instead of mapcar to add autoloads.
14922
14923 2007-10-23  Richard Stallman  <rms@gnu.org>
14924
14925         * gnus-group.el (gnus-group-highlight): Mark as risky.
14926
14927 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus.el (gnus-server-to-method): Return method found first in
14930         gnus-newsrc-alist.
14931
14932         * gnus-art.el (gnus-article-highlight-signature)
14933         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14934         button overlay without the front stickiness.
14935
14936 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14937
14938         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14939         overview buffer needed a catch to receive its throw.
14940         (gnus-agent-flush-cache): Declare as interactive to make this function
14941         easier to use.
14942
14943 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14946         `next-line'.
14947
14948 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14951         exclude address matching message-dont-reply-to-names.
14952
14953 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-util.el (gnus-string<): New function.
14956
14957         * gnus-sum.el (gnus-article-sort-by-author)
14958         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14959
14960 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14963         the frame-focus tag is set in gnus-buffer-configuration.
14964
14965 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14968         the front stickiness.
14969
14970 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14973         url pattern; remove duplicate one.
14974         (gnus-article-extend-url-button): New function.
14975         (gnus-article-add-buttons): Use it.
14976         (gnus-button-push): Use concatenated url that it makes.
14977
14978 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14979
14980         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14981
14982 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14983
14984         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14985         Don't hardcode point-min==1.
14986
14987 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14990         Fix comment about "iso8859-1".
14991
14992 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14993
14994         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14995         ones returned from the verify-function.
14996
14997         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14998         Call mml2015-extract-cleartext-signature if extraction failed.
14999
15000 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15001
15002         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15003         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15004         failed.
15005
15006 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15009
15010 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15013         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15014         recommends to use EasyPG instead of PGG.
15015
15016         * pgg.el: Revert to revision 6.23.2.16.
15017
15018         * pgg-def.el: Revert to revision 6.6.2.14.
15019
15020         * pgg-gpg.el: Revert to revision 6.23.2.34.
15021
15022 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15023
15024         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15025         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15026         thread for both the null and zero (kill/expire thread) universal prefix
15027         cases.
15028         (gnus-summary-expire-thread): Add new function to expire a thread,
15029         using gnus-summary-kill-thread.
15030         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15031         shortcuts for gnus-summary-expire-thread.
15032         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15033         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15034
15035 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15036
15037         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15038         extras value, so an extras entry can be deleted.
15039         (gnus-registry-delete-extra-entry): Use it.
15040         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15041         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15042         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15043         storage through the gnus-registry, and provide an appropriate API for
15044         it.
15045
15046 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15049         Suggested by Leo <sdl.web@gmail.com>.
15050
15051         * gnus.el: Do.
15052
15053 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15056         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15057
15058         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15059
15060         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15061         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15062
15063 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15066         newline.
15067         (nnmbox-request-accept-article): Don't change article in source buffer;
15068         narrow to header to use message-fetch-field rather than
15069         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15070         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15071         as delimiters; make sure article ends with newline.
15072         (nnmbox-delete-mail): Correct last position of article to be deleted;
15073         ignore X-Gnus-Newsgroup header in article body.
15074         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15075         positions; make sure article ends with newline.
15076
15077         * message.el (message-display-abbrev): Don't infloop when a user
15078         inserts SPC in the beginning of header.
15079
15080         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15081         coding-system-for-read and coding-system-for-write for XEmacs having no
15082         file-coding feature.
15083
15084         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15085
15086 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15089         list of groups not followed by default.  Fix type to be regexp.
15090         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15091
15092 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15093
15094         * hmac-def.el (define-hmac-function): Switch from old-style to
15095         new-style backquotes.
15096
15097         * md4.el (md4-make-step): Likewise.
15098
15099 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15102         raw-text coding system when saving .newsrc file, which may contain
15103         non-ASCII group names.
15104
15105 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-cus.el (gnus-score-extra): New widget.
15108         (gnus-score-extra-convert): New function.
15109         (gnus-score-customize): Use it for Extra.
15110
15111 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15112
15113         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15114         (mml2015-mailcrypt-clear-verify): Use it.
15115         (mml2015-gpg-clear-verify): Use it.
15116         (mml2015-pgg-clear-verify): Use it.
15117         (mml2015-epg-clear-verify): Replace the current part with the output
15118         from GnuPG; don't extract the plaintext by itself.
15119
15120         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15121         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15122         mml2015-clear-verify-function; don't touch the armor headers or
15123         dash-escaped text here.
15124
15125 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15128         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15129         parts, or application/octet-stream as a last resort.
15130         (gnus-mime-view-part-as-type): Don't toggle display.
15131         (gnus-mime-view-part-as-charset): Don't turn off display before
15132         querying charset.
15133
15134         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15135         stuff to undisplayer function in Emacs.
15136         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15137
15138         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15139         text/calendar parts.
15140
15141 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15144         decoding text/calendar parts.
15145
15146         * message.el (message-forward-make-body-mime): Always mark body as
15147         having no illegible text; remove signed-or-encrypted argument.
15148         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15149
15150         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15151         (mml-generate-mime-1): Don't encode body if it is specified to be in
15152         raw form; don't make buffer be unibyte when inserting multibyte string.
15153
15154 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15155
15156         * sha1.el: Fix up comment style.
15157         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15158         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15159
15160         * hex-util.el: Fix up comment style.
15161         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15162
15163         * gnus-salt.el: Use with-current-buffer.
15164         (gnus-pick-setup-message): Fix long-standing typo.
15165
15166 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * imap.el (imap-logout-timeout): New variable.
15169         (imap-logout, imap-logout-wait): New functions.
15170         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15171
15172         * nnimap.el (nnimap-logout-timeout): New server variable.
15173         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15174         nnimap-logout-timeout.
15175
15176         * gnus-art.el (gnus-article-summary-command-nosave)
15177         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15178
15179 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus.el (gnus-maximum-newsgroup): New variable.
15182
15183         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15184         according to gnus-maximum-newsgroup.
15185
15186         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15187         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15188         Limit the range of articles according to gnus-maximum-newsgroup.
15189
15190 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15191
15192         * gnus-art.el (gnus-sticky-article): Fix problems described in
15193         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15194         Don't perform gnus-configure-windows here; reuse existing sticky
15195         article buffer.
15196
15197         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15198         it doesn't exist in gnus-article-mode.
15199
15200 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15203         (gnus-agent-decoded-group-name): New function.
15204         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15205         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15206
15207 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15208
15209         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15210         Add binding for gnus-sticky-article.
15211         (gnus-summary-exit): Don't kill sticky article buffers.
15212
15213         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15214         article buffer.
15215         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15216         (gnus-kill-sticky-article-buffers): New commands.
15217
15218 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * nntp.el (nntp-xref-number-is-evil): New server variable.
15221         (nntp-find-group-and-number): If it is non-nil, don't trust article
15222         numbers in the Xref header.
15223
15224 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-agent.el (gnus-agent-read-group): New function.
15227         (gnus-agent-flush-group, gnus-agent-expire-group)
15228         (gnus-agent-regenerate-group): Use it.
15229         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15230         nnmail-pathname-coding-system.
15231
15232 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15235
15236         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15237         that are unread as unread, and also as selected so that information of
15238         marks having been changed by a user may be updated when exiting group.
15239
15240 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15243
15244 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15247         calculated ignoring signature parts to gnus-treat-article.
15248
15249 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15252         a point here in order to keep the window start.
15253         (gnus-insert-mime-security-button): Make a button overlay without the
15254         front stickiness.
15255         (gnus-mime-display-security): Goto the end of a button.
15256
15257         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15258
15259 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15262         group-name-at-point.
15263         (gnus-group-completing-read): New function that offers decoded
15264         non-ASCII group names for completion.
15265         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15266         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15267         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15268         (gnus-group-fetch-control): Use it.
15269         (gnus-fetch-group): Use group-name-at-point for the initial value
15270         rather than the default value; use gnus-alive-p.
15271
15272         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15273         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15274         (gnus-summary-post-news): Use gnus-group-completing-read.
15275
15276         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15277         (gnus-read-move-group-name): Decode group name for completion.
15278
15279 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15280
15281         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15282         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15283         Yamaoka slightly modified the code).
15284
15285 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15288         (nnmail-split-incoming): Bind it.
15289
15290         * nnml.el (nnml-group-name-charset): New function.
15291         (nnml-decoded-group-name): Use it; don't decode group name if
15292         nnmail-group-names-not-encoded-p is non-nil.
15293         (nnml-encoded-group-name): New function.
15294         (nnml-group-pathname): Inline nnml-decoded-group-name.
15295         (nnml-request-expire-articles): Decode group name in message.
15296         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15297         nnmail-pathname-coding-system.
15298         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15299         not decoded ones according to nnmail-group-names-not-encoded-p.
15300         (nnml-generate-active-info): Use nnml-encoded-group-name.
15301
15302 2007-08-08  Glenn Morris  <rgm@gnu.org>
15303
15304         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15305         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15306         doc-strings and comments.
15307
15308 2007-07-25  Glenn Morris  <rgm@gnu.org>
15309
15310         * Relicense all FSF files to GPLv3 or later.
15311
15312 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-sum.el (gnus-summary-move-article):
15315         Make gnus-summary-respool-article work.
15316
15317 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15320         string.
15321
15322 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15323
15324         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15325         that should be ignored when comparing distant RSS articles with local
15326         ones.
15327         (nnrss-make-hash-index): New function.  Create a hash index according
15328         to the ignored fields.
15329         (nnrss-check-group): Use it.
15330
15331 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15334
15335         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15336
15337         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15338         the new optional argument ENCODED is non-nil.
15339         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15340         coding system for encoding group name.
15341         (gnus-group-make-rss-group): Pass un-encoded group name to
15342         gnus-group-make-group.
15343         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15344         encoded.
15345
15346         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15347         Encode group name to which articles are moved or copied.
15348         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15349         coding system for encoding Newsgroup, Followup-To and Xref headers.
15350
15351         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15352         marks; use nnheader-file-coding-system to write a file.
15353         (nnagent-retrieve-headers): Bind file-name-coding-system to
15354         nnmail-pathname-coding-system.
15355
15356         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15357
15358         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15359         (nnml-request-article, nnml-request-create-group)
15360         (nnml-request-rename-group, nnml-find-id)
15361         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15362         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15363         (nnml-save-marks): Use nnml-group-pathname instead of
15364         nnmail-group-pathname.
15365
15366         (nnml-request-create-group, nnml-request-expire-articles)
15367         (nnml-request-move-article, nnml-request-delete-group)
15368         (nnml-deletable-article-p, nnml-possibly-create-directory)
15369         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15370         (nnml-open-marks): Bind file-name-coding-system to
15371         nnmail-pathname-coding-system.
15372
15373         (nnml-request-article): Pass server argument to nnml-find-group-number.
15374         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15375         Pass server argument to nnml-possibly-create-directory.
15376         (nnml-request-accept-article): Pass server argument to
15377         nnml-active-number and nnml-save-mail.
15378         (nnml-find-group-number): Pass server argument to nnml-find-id.
15379         (nnml-request-update-info): Pass server argument to
15380         nnml-marks-changed-p.
15381
15382         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15383         (nnml-save-mail, nnml-active-number): Add server argument.
15384
15385         (nnml-request-delete-group): Warn if group is missing.
15386         (nnml-get-nov-buffer): Decode group name.
15387         (nnml-generate-active-info): Encode group name.
15388         (nnml-open-marks): Decode group name in messages.
15389
15390 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15393         if it is not specified.
15394         (gnus-article-pipe-part, gnus-article-save-part)
15395         (gnus-article-interactively-view-part, gnus-article-copy-part)
15396         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15397         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15398         (gnus-article-replace-part, gnus-article-delete-part)
15399         (gnus-article-view-part-as-type): Pass raw prefix argument to
15400         gnus-article-part-wrapper.
15401
15402 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * gnus-agent.el (gnus-agent-save-active):
15405         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15406
15407         * gnus-cache.el (gnus-cache-save-buffers)
15408         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15409         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15410         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15411         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15412         (gnus-cache-generate-active, gnus-cache-rename-group)
15413         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15414         (gnus-cache-update-overview-total-fetched-for):
15415         Bind file-name-coding-system to nnmail-pathname-coding-system.
15416         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15417         New variables.
15418         (gnus-cache-decoded-group-name): New function.
15419         (gnus-cache-file-name): Use it.
15420         (gnus-cache-generate-active): Use non-decoded group name for active.
15421
15422         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15423         right place.
15424         (gnus-write-active-file): Don't break non-ASCII group names.
15425
15426         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15427         nnmail-pathname-coding-system.
15428
15429         * lpath.el: Bind default-file-name-coding-system,
15430         file-name-coding-system and language-info-alist for XEmacs.
15431
15432         * gnus-uu.el (gnus-uu-decode-save): Typo.
15433
15434 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15437
15438 2007-07-14  David Kastrup  <dak@gnu.org>
15439
15440         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15441         finishing actions if we did not edit the article.
15442
15443 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15446         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15447         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15448         (gnus-agent-flush-group, gnus-agent-flush-cache)
15449         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15450         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15451         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15452         (gnus-agent-regenerate-group)
15453         (gnus-agent-update-files-total-fetched-for)
15454         (gnus-agent-update-view-total-fetched-for):
15455         Bind file-name-coding-system to nnmail-pathname-coding-system.
15456         (gnus-agent-group-pathname): Don't encode file names by
15457         nnmail-pathname-coding-system.
15458         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15459         coding-system-for-write instead of buffer-file-coding-system to
15460         gnus-agent-file-coding-system.
15461
15462         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15463         Decode group name.
15464
15465         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15466
15467         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15468         (gnus-read-newsrc-el-file): Make group names unibyte.
15469
15470         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15471         nnmail-pathname-coding-system.
15472
15473         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15474         (nnrss-request-delete-group): Bind file-name-coding-system to
15475         nnmail-pathname-coding-system.
15476         (nnrss-read-server-data, nnrss-read-group-data):
15477         Bind file-name-coding-system correctly.
15478         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15479
15480         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15481         (nntp-server-to-method-cache): New variable.
15482         (nntp-group-pathname): New function that decodes non-ASCII group names.
15483         (nntp-possibly-create-directory, nntp-marks-changed-p)
15484         (nntp-save-marks, nntp-open-marks): Use it.
15485         (nntp-possibly-create-directory, nntp-open-marks):
15486         Bind file-name-coding-system to nnmail-pathname-coding-system.
15487         (nntp-open-marks): Decode group names when bootstrapping marks.
15488
15489         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15490         Newsgroups and Followup-To headers.
15491
15492 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15495         (gnus-server-closed-face, gnus-server-denied-face)
15496         (gnus-server-offline-face): Remove variable.
15497         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15498
15499         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15500         of modifying message-stack directly for XEmacs.
15501
15502         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15503         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15504         if the coding-system argument is nil for XEmacs.
15505
15506         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15507         mm-charset-override-alist.
15508
15509         * rfc2047.el: Don't require base64; require rfc2045 for the function
15510         rfc2045-encode-string.
15511         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15512         to quote the parameter value.
15513
15514 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15517         form in gnus-group-name-charset-method-alist.
15518
15519         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15520         overrides the default layout edit-form.
15521
15522         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15523
15524         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15525
15526 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15529         as unfetched articles.
15530
15531 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15534
15535 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15538         original back end that keeps marks in the local system.
15539
15540 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15543         arg of pop-to-buffer for XEmacs.
15544         (gnus-article-read-summary-keys): Ditto; don't restore window
15545         configuration if summary command ends up with neither article buffer
15546         nor summary buffer; describe bindings if summary keys end with C-h.
15547
15548 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * message.el (message-fix-before-sending): Skip raw message part to be
15551         forwarded while checking illegible text.
15552         (message-forward-make-body-mime, message-forward-make-body):
15553         Mark signed or encrypted raw message as having no illegible text.
15554
15555 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15558         (gnus-message-with-timestamp-1): New macro.
15559         (gnus-message-with-timestamp): New function.
15560         (gnus-message): Use them.
15561
15562         * nnheader.el (nnheader-message): Use them.
15563
15564 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15567         .newsrc.eld file.
15568
15569 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-agent.el (gnus-agent-fetch-headers)
15572         (gnus-agent-retrieve-headers):
15573         Bind gnus-decode-encoded-address-function to identity.
15574
15575         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15576         available also when the server returns simply a dot.
15577
15578         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15579
15580 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15583
15584 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-ems.el (gnus-x-splash): Make it work.
15587
15588         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15589         from being used.
15590
15591         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15592
15593 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15596         4th and the 5th arguments.
15597
15598         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15599         the front stickiness.
15600         (gnus-article-summary-command-nosave): Correct the order of the
15601         arguments passed to pop-to-buffer.
15602         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15603         summary command ends up with the article buffer.
15604
15605         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15606         the same faces.
15607
15608 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15609
15610         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15611
15612 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15613
15614         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15615         * gnus-sum.el (gnus-summary-highlight):
15616         * pgg.el (pgg-sign-region, pgg-sign):
15617         * mail-source.el (mail-source-delete-old-incoming-confirm):
15618         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15619
15620 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-art.el (gnus-mime-view-part-externally)
15623         (gnus-mime-view-part-internally): Fix predicate function passed to
15624         completing-read.
15625
15626         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15627
15628         * gnus.el (gnus-update-message-archive-method): Add :version.
15629
15630 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus.el (gnus-update-message-archive-method): New variable.
15633
15634         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15635         according to gnus-message-archive-method if
15636         gnus-update-message-archive-method is non-nil.
15637
15638 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15641         Suggested by Loic Dachary <loic@dachary.org>.
15642         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15643
15644 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * message.el (message-pop-to-buffer): Add switch-function argument.
15647         (message-mail): Pass switch-function argument to it.
15648
15649 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15652         Improve doc string.
15653
15654 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15657         (gnus-header-content):
15658         * gnus-cite.el (gnus-cite-10):
15659         * gnus-srvr.el (gnus-server-closed):
15660         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15661         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15662         (gnus-group-mail-3-empty, gnus-group-mail-low)
15663         (gnus-group-mail-low-empty, gnus-splash):
15664         * message.el (message-header-to, message-header-cc)
15665         (message-header-subject, message-header-other, message-header-name)
15666         (message-header-xheader, message-separator, message-cited-text)
15667         (message-mml): Lighten colors of faces used for dark background.
15668
15669 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15670
15671         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15672         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15673
15674 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * message.el (message-narrow-to-headers-or-head):
15677         Ignore mail-header-separator in the body.
15678
15679 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15682         same as window size.
15683
15684 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15685
15686         * message.el (message-font-lock-keywords): Use message-header-xheader
15687         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15688         ahead of the anything pattern, to get it recognized.
15689
15690 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15693         spam.el loads uses it in the compiled defadvice form.
15694
15695 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15696
15697         * gnus-sum.el (gnus-articles-to-read)
15698         (gnus-summary-insert-old-articles): Don't truncate group name for
15699         `read-string'.
15700
15701         * gnus-util.el (gnus-limit-string): Delete this function.
15702
15703         * gnus-sum.el (gnus-simplify-subject-fully):
15704         Use `truncate-string-to-width' instead.
15705
15706 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15707
15708         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15709         Tell if, on summary exit, the next group has to be selected.
15710         (gnus-summary-exit): Use it.
15711
15712 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15715         non-break space.
15716
15717 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15720         Check if group is not a directory.
15721         (nnfolder-request-expire-articles): Don't delete articles if the target
15722         group is not available.
15723
15724         * nnml.el (nnml-request-create-group): Properly check if group is not a
15725         file.
15726         (nnml-request-expire-articles): Don't delete articles if the target
15727         group is not available.
15728
15729         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15730         Don't quote characters that are within parentheses.
15731
15732 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15735         (gnus-handle-ephemeral-exit): Select article according to it.
15736
15737 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15738
15739         * message.el (message-insert-formated-citation-line): Remove newline.
15740         (message-citation-line-format): Add final \n here so that the user can
15741         avoid a blank line.
15742
15743 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15744
15745         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15746         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15747         Update lanl/arXiv support.
15748
15749 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * gnus.el: Bump version number.
15752
15753 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15754
15755         * gnus.el (gnus-version-number): Bump version.
15756
15757 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15758
15759         * gnus.el: No Gnus v0.6 is released.
15760
15761 2007-04-27  Didier Verna  <didier@xemacs.org>
15762
15763         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15764         * gmm-utils.el (gmm-regexp-concat): ... here.
15765         * message.el: Don't require 'gnus-util.
15766         (message-dont-reply-to-names): Handle name change above.
15767         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15768
15769 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15772         since the initial value varies according to the system.
15773
15774 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15777
15778 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15779
15780         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15781
15782 2007-04-24  Didier Verna  <didier@xemacs.org>
15783
15784         Improve the type of gnus-ignored-from-addresses.
15785         * gnus-util.el (gnus-orify-regexp): New function.
15786         * message.el (gnus-util): Require it.
15787         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15788         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15790
15791 2007-04-24  Didier Verna  <didier@xemacs.org>
15792
15793         * gnus-sum.el:
15794         * gnus-utils.el: Fix some trailing whitespaces.
15795
15796 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15799         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15800         article's Message-ID; refer parent article in summary buffer.
15801
15802         * message.el (message-bounce): Call mime-to-mml.
15803
15804         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15805         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15806         optimize and/or forms properly.
15807
15808 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15811         URL.
15812
15813 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15816
15817 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15820         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15821         displayed of multipart/alternative part if it is invoked from summary
15822         buffer.
15823
15824         * mm-view.el (mm-inline-text-html-render-with-w3m)
15825         (mm-inline-text-html-render-with-w3m-standalone)
15826         (mm-inline-render-with-function): Use mail-parse-charset by default.
15827
15828 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15829
15830         * parse-time.el (parse-time-string-chars): Check if CHAR
15831         is less than the length of parse-time-syntax.
15832
15833 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15836         from gnus-newsgroup-processable.
15837
15838 2007-04-16  Didier Verna  <didier@xemacs.org>
15839
15840         * gnus-msg.el (gnus-configure-posting-styles):
15841         Handle message-signature-directory properly with :file syntax.
15842         Reported by "Leo".
15843
15844 2007-04-11  Didier Verna  <didier@xemacs.org>
15845
15846         New user option: message-signature-directory.
15847         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15848         * message.el (message-insert-signature): Ditto.
15849         * message.el (message-signature-file): Doc update.
15850         * message.el (message-signature-directory): New.
15851
15852 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-msg.el (gnus-inews-yank-articles):
15855         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15856
15857 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * message.el (message-yank-original): Make sure cited text ends with
15860         newline; don't exchange point and mark.
15861
15862 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15863
15864         * tls.el (open-tls-stream): Properly handle case where there
15865         is no associated buffer.
15866
15867 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15868
15869         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15870         message-yank-original, make sure (< mark TEXT point).
15871
15872 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15873
15874         * message.el (message-fill-column): New variable.
15875         (message-mode): Use it.  Add comment on a possible new hook.
15876
15877         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15878         (nnmail-get-new-mail): Reformat.
15879
15880         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15881
15882         * gmm-utils.el: Fix Commentary.
15883         (gmm-tool-bar-from-list): Fix typo in doc string.
15884
15885 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15886
15887         * message.el (message-yank-original): Don't switch point and mark
15888         unnecessarily to put point and mark as documented.
15889
15890 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15893         from the message heads.
15894
15895 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15896
15897         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15898         article buffer does not have a window.  This may not be the best
15899         solution but is certainly better than setting the start of the null,
15900         that is the current, window.
15901
15902 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15905         (gnus-draft-setup): Run it.
15906
15907         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15908         gnus-score-fast-scoring.  Allow regexp.
15909         (gnus-score-headers): Use it.
15910
15911         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15912         XEmacs.
15913
15914         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15915         string.
15916         (gnus-button-alist): Also catch `<f1> k ...'.
15917         (gnus-treat-display-x-face): Fix doc string.
15918
15919 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15920
15921         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15922         evaluation of gnus-extended-version to ensure correct generation of the
15923         User-Agent header when message-generate-headers-first is used.
15924
15925 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15926
15927         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15928         hashcash-path is nil.  Don't call callback with incorrect number of
15929         parameters if val is 0.
15930
15931 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15932
15933         * message.el (message-required-news-headers):
15934         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15935
15936 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15937
15938         * tls.el (open-tls-stream): In handshake-waiting loop,
15939         don't wait more if there is output available to process.
15940
15941 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15942
15943         * tls.el (tls-program): Doc fix.
15944
15945 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * message.el (message-generate-new-buffers): Change the meaning of the
15948         nil value; add `standard' to the choices; treat t as `unique'; improve
15949         doc string.
15950         (gnus-select-frame-set-input-focus): Autoload.
15951         (message-buffer-name): Search for the existing message buffer if
15952         message-generate-new-buffers is nil or `standard'; treat the value t of
15953         message-generate-new-buffers as `unique'.
15954         (message-pop-to-buffer): Raise the frame already displaying the message
15955         buffer; clear the echo area after querying.
15956         (message-setup): Pass the `continue' argument to compose-mail.
15957         (message-mail): Prefer `switch-function' if it is given; search for the
15958         existing message buffer if the `continue' argument is non-nil; pass
15959         continue and switch-function arguments to compose-mail by way of
15960         message-setup.
15961         (message-mail-other-window): Adjust argument of message-setup.
15962         (message-mail-other-frame): Ditto.
15963
15964 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15967         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15968         to turn font-lock on when turning gnus-message-citation-mode on.
15969
15970 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15971
15972         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15973         (mml-smime-function-alist): New variable; add epg as the backend.
15974         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15975         mml-smime- functions instead.
15976         * mm-view.el: Require smime.
15977
15978 2007-03-05  Didier Verna  <didier@xemacs.org>
15979
15980         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15981         instead of just inheritance for posting styles.
15982         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15983
15984 2007-02-24  Chris Moore  <dooglus@gmail.com>
15985
15986         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15987         * pgg-pgp.el (pgg-pgp-encrypt-region):
15988         * pgg-gpg.el (pgg-gpg-encrypt-region):
15989         Check pgg-encrypt-for-me if no other recipients.
15990
15991 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15992
15993         * tls.el (tls-certtool-program): Fix custom type.
15994
15995 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15998         and point-at-eol instead of line-(beginning|end)-position.
15999
16000         * assistant.el (assistant-parse-buffer): Ditto.
16001
16002         * netrc.el (netrc-parse-services): Ditto.
16003
16004 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16005
16006         * mml2015.el (mml2015-epg-find-usable-key): New function.
16007         (mml2015-epg-sign): Use it.
16008         (mml2015-epg-encrypt): Use it.
16009
16010 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * message.el (message-make-in-reply-to): Quote name containing
16013         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16014         if there are special characters.  Reported by NAKAJI Hiroyuki
16015         <nakaji@jp.freebsd.org>.
16016
16017 2007-02-27  Didier Verna  <didier@xemacs.org>
16018
16019         Include the group parameters as well as the topic ones in the
16020         inheritance filter process.
16021         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16022         argument GROUP-PARAMS-LIST.
16023         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16024
16025 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * nntp.el (nntp-never-echoes-commands)
16028         (nntp-open-connection-functions-never-echo-commands): New variables.
16029         (nntp-send-command): Use them.
16030
16031 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16032
16033         * mml2015.el (mml2015-epg-verify): Simplify.
16034
16035 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mml.el (mml-content-disposition-alist): New user option.
16038         (mml-content-disposition): New function.
16039         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16040         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16041
16042 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16043
16044         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16045         verification.
16046
16047 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16048
16049         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16050         articles posted in the last 24 hours.
16051
16052 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16053
16054         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16055
16056 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16057
16058         * nntp.el (nntp-send-command): Don't wait for echoes when
16059         nntp-open-ssl-stream is used.
16060
16061 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16064         (gnus-message-add-citation-keywords)
16065         (gnus-message-remove-citation-keywords): Remove.
16066         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16067         directly, make the variables in font-lock-defaults buffer-local, add
16068         gnus-message-citation-keywords to them and then update the value of
16069         font-lock-keywords.
16070
16071 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * message.el (message-cite-original-1): Don't call
16074         gnus-article-highlight-citation.
16075
16076         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16077         citations; fix line count.
16078
16079 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16082         (gnus-message-add-citation-keywords)
16083         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16084         versions of font-lock-add-keywords and font-lock-remove-keywords to
16085         work with XEmacs correctly.
16086
16087 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-cite.el (gnus-cite-face-list): Set the values of
16090         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16091         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16092         (gnus-message-cite-prefix-regexp): New variable.
16093         (gnus-message-search-citation-line): Use it; protect against long
16094         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16095         the 0th match data for Emacs.
16096         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16097         (gnus-message-add-citation-keywords): Append keywords rather than
16098         prepending; emulate font-lock-add-keywords if it is not available.
16099         (gnus-message-remove-citation-keywords):
16100         Emulate font-lock-remove-keywords if it is not available.
16101
16102         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16103
16104         * message.el (message-cite-prefix-regexp): Set the value of
16105         gnus-message-cite-prefix-regexp.
16106
16107 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16108
16109         * nnweb.el (nnweb-google-parse-1): Update parser.
16110
16111 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16112
16113         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16114
16115 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16116
16117         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16118         regexp.
16119
16120 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16123         string-to-multibyte.
16124         (uudecode-decode-region-internal): Use it.
16125
16126         * lpath.el: Fbind string-as-multibyte for XEmacs.
16127
16128 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16131         Fix custom choice.
16132
16133         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16134
16135 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16136
16137         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16138
16139         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16140         `write-region' to respect `mm-inhibit-file-name-handlers'.
16141
16142 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16145         Use gnus-home-directory instead of "~/" or "$HOME".
16146
16147 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16148
16149         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16150         to mention filename.
16151         Add comments at beginning regarding usage.
16152         (encrypt-write-file-contents): Change interactive so a string is
16153         acceptable.  If the file has no associated model, show an error instead
16154         of a nonsense prompt.
16155
16156 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16157
16158         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16159         Thanks to Yoshihiko Yamada for kind notification of this typo.
16160
16161 2007-01-12  Kenichi Handa  <handa@m17n.org>
16162
16163         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16164         multibyte buffer.
16165
16166 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * gnus-score.el (gnus-score-fast-scoring): New variable.
16169         (gnus-score-headers): Use it.
16170
16171         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16172
16173         * message.el (message-cite-original-1):
16174         Call gnus-article-highlight-citation if requested.
16175         (message-make-from): Allow name and address as optional arguments.
16176
16177         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16178
16179         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16180         bugs to doc string.
16181         (gnus-button-alist): Add mid\\|message-id.
16182         (gnus-button-fetch-group): Extend for use in
16183         `browse-url-browser-function'.
16184         (gnus-button-url-regexp): Try to catch paired parentheses like in
16185         Wikipedia URLs.
16186
16187         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16188         Suggested by Simon Krahnke <overlord@gmx.li>.
16189
16190 2007-01-13  Romain Francoise  <romain@orebokech.com>
16191
16192         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16193         Update copyright.
16194
16195 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16196
16197         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16198
16199 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16200
16201         * gnus-registry.el (gnus-registry-unfollowed-groups)
16202         (gnus-registry-split-fancy-with-parent): Fix documentation.
16203
16204 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16205
16206         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16207         from nnweb groups.
16208
16209 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16210
16211         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16212         Xref urls.  Erase buffer before requesting head.
16213
16214         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16215
16216 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16219         customizable.
16220
16221 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16222
16223         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16224         no signing key is found.
16225         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16226         no encrypting and/or signing key is found.
16227
16228 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16229
16230         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16231
16232 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16233
16234         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16235         headers read from disk with the ones newly found in the current search.
16236         This should no longer cause problems, because the article numbers in
16237         Gmane's `nov.php' output are ignored since the previous change.
16238
16239 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16240
16241         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16242
16243 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16246         replace-regexp-in-string; bind url-version; fbind display-images-p and
16247         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16248         find-face and set-itimer-function for Emacs; bind itimer-list for
16249         Emacs.
16250
16251         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16252
16253 2007-01-01  Romain Francoise  <romain@orebokech.com>
16254
16255         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16256
16257 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16258
16259         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16260         `define-minor-mode' macro definition expanded properly.
16261         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16262         exclude it there.
16263
16264         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16265         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16266         `fboundp' test.
16267         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16268         This is OK to autoload in (S)XEmacs now.
16269
16270 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16271
16272         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16273         keystroke.
16274         (gnus-summary-limit-to-singletons): Fix typo.
16275
16276         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16277         else fails.
16278
16279 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16280
16281         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16282         docstring.
16283
16284         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16285         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16286         (gnus-summary-insert-dormant-articles): Fix typo in message.
16287
16288 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16291         nil for XEmacs.
16292         (gnus-message-citation-mode): Don't autoload in XEmacs.
16293
16294         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16295
16296 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16297
16298         * nnimap.el (nnimap-expunge-search-string):
16299         Mention nnimap-search-uids-not-since-is-evil in docstring.
16300
16301 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * spam.el: Revert to make-obsolete-variable because
16304         define-obsolete-variable-alias is not supported in Emacs 21.
16305
16306         * spam.el (spam-ifile-path, spam-ifile-database-path)
16307         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16308         make-obsolete-variable.
16309         (spam-bsfilter-path, spam-bsfilter-program)
16310         (spam-spamassassin-path, spam-spamassassin-program)
16311         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16312         Don't use "path" inappropriately.
16313         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16314         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16315         variable names.
16316
16317 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16318
16319         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16320         summary buffer.
16321
16322         * password.el (password-cache-remove): Use clear-string to burn
16323         password, if available.
16324
16325 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16328
16329         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16330
16331         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16332         (gnus-message-highlight-citation): Move defcustom here from
16333         gnus-cite.el.
16334         (gnus-message-citation-mode): Autoload.
16335
16336         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16337         checks to make it compile with XEmacs.
16338         (gnus-message-citation-mode): New minor mode.
16339         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16340         (gnus-message-highlight-citation): New variables.
16341         (gnus-message-search-citation-line)
16342         (gnus-message-add-citation-keywords)
16343         (gnus-message-remove-citation-keywords)
16344         (turn-on-gnus-message-citation-mode)
16345         (turn-off-gnus-message-citation-mode): New functions.
16346
16347 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16348
16349         * gnus-cite.el: Enable highlighting of different citation levels in
16350         message-mode.
16351
16352 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * message.el (message-make-fqdn): Fix comment.
16355         (message-bogus-system-names): Add ".local".
16356
16357         * spam.el (spam-ifile-path, spam-ifile-program)
16358         (spam-ifile-database-path, spam-ifile-database)
16359         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16360         Don't use "path" inappropriately.
16361         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16362         strings.
16363         (spam-check-ifile, spam-ifile-register-with-ifile)
16364         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16365         Use new variable names.
16366
16367         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16368         (gnus-treat-display-smileys): Simplify using
16369         gnus-image-type-available-p.
16370
16371         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16372         available.
16373
16374         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16375         Use `display-images-p' if available.
16376
16377 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16380         one after turning on the buffer's multibyteness instead of decoding
16381         them directly in the unibyte buffer that causes unexpected conversion
16382         in Emacs 23 (unicode).
16383
16384 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16385
16386         * message.el (message-generate-hashcash): Fix custom type.
16387
16388 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16391
16392 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16395         disconnect icons.  Add help text.
16396
16397 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16400         negated to be consistent with the others we handle.
16401
16402 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16403
16404         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16405         version of gnus-summary-buffer to something, so that we can use two
16406         article buffers at the same time.
16407
16408 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16411         trigger all the extra headers.
16412         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16413         sorting.
16414
16415 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16416
16417         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16418         solid groups.
16419
16420 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16421
16422         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16423
16424 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * legacy-gnus-agent.el: Add Copyright notice.
16427
16428 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16429
16430         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16431
16432 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16433
16434         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16435
16436         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16437         to make it work reliably in CVS Emacs.
16438         (gnus-summary-limit-strange-charsets-predicate)
16439         (gnus-summary-limit-to-predicate): New functions.
16440
16441 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16442
16443         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16444         specifying array size.
16445         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16446         array if it is too small.
16447         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16448         (gnus-sort-threads-loop): New function.
16449
16450 2006-12-06  Chris Moore  <dooglus@gmail.com>
16451
16452         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16453         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16454
16455 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16456
16457         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16458         options.
16459
16460 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16461
16462         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16463         DOS-ing the recipient.
16464
16465         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16466         the headers when creating the mapping to avoid mismappings.
16467         (nnweb-gmane-create-mapping): Always nix out old mapping.
16468
16469 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16472         and mm-verify-option to never.
16473
16474 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * message.el (message-signed-or-encrypted-p): New function.
16477         (message-forward-make-body): Use it.
16478
16479         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16480         Replace encode-coding-string with mm-encode-coding-string.
16481
16482 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * nneething.el (nneething-decode-file-name):
16485         Replace decode-coding-string with mm-decode-coding-string.
16486
16487         * gnus-int.el (gnus-open-server): Say failed server's name.
16488
16489 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16490
16491         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16492         strings to a single string.  Quote `errors-file-name'.
16493         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16494         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16495         Adjust calls.  Use `shell-quote-argument'.
16496
16497 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16498
16499         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16500         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16501
16502         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16503         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16504         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16505         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16506         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16507         (gnus-subscribe-newsgroup, gnus-1):
16508         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16509         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16510         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16511         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16512
16513 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514
16515         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16516         keystroke.
16517         (gnus-summary-limit-to-bodies): Implement headersp.
16518
16519 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16522
16523 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16526
16527 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16528
16529         * message.el (message-generate-hashcash): Expand range of values to
16530         include `opportunistic'.
16531         (message-send-mail): Use it.
16532
16533 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16534
16535         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16536         and comment it.
16537
16538         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16539
16540 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * gnus-util.el (gnus-extract-address-components): Improve comment.
16543
16544 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-util.el (gnus-extract-address-components): Work with address in
16547         which the name portion contains @.
16548
16549         * lpath.el: Fbind custom-autoload.
16550
16551 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16552
16553         * gnus.el (gnus-start): Move custom group up.
16554         (gnus-select-method): Don't autoload, but make it available for
16555         `customize-variable'.
16556         (gnus-getenv-nntpserver): Don't autoload.
16557
16558 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16559
16560         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16561
16562 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * message.el (message-sendmail-extra-arguments): New variable.
16565         (message-send-mail-with-sendmail): Use it.
16566
16567 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16570         mm-with-unibyte-current-buffer to make string unibyte.
16571
16572         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16573         mm-string-as-multibyte.
16574
16575 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16576
16577         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16578         Reported by Werner Koch <wk@gnupg.org>.
16579
16580 2006-11-14  Daiki Ueno  <ueno@p360>
16581
16582         * mml2015.el: Autoload epa-select-keys when compiling.
16583
16584 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16585
16586         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16587         message-options.
16588         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16589
16590 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16591
16592         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16593         EasyPG (< 0.0.6).
16594         (mml2015-always-trust): New user option.
16595         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16596         prompt.
16597
16598 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * nntp.el (nntp-authinfo-force): New variable.
16601         (nntp-send-authinfo): Use it.
16602
16603 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16606         decode encoded words.  Improve prompt.  Add comment about forwarding.
16607         (message-replacement-char): Move up.
16608
16609 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16610
16611         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16612         instead of gnus-intersection because arguments of gnus-sorted-nunion
16613         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16614
16615 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16616
16617         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16618         (message-simplify-subject-functions):
16619         Enable message-strip-subject-encoded-words by default.
16620
16621 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * message.el (message-strip-subject-encoded-words): New function.
16624         (message-simplify-subject-functions): New variable.
16625         (message-simplify-subject): Use it.  Fix typo in doc string.
16626         Support message-strip-subject-encoded-words.
16627
16628 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16629
16630         * gnus-diary.el (gnus-diary-delay-format-function):
16631         * nndiary.el (nndiary-reminders):
16632         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16633
16634 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * gnus-art.el (article-hide-boring-headers): Fetch date from
16637         gnus-original-article-buffer to avoid problems with localized date
16638         strings.
16639
16640 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16643
16644 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16647         New variables.
16648         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16649         (mm-charset-synonym-alist): Move some entries to
16650         mm-codepage-iso-8859-list.
16651         (mm-charset-synonym-alist, mm-charset-override-alist):
16652         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16653
16654 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16657
16658 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16661         with Emacs 21 and XEmacs.
16662
16663 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16664
16665         * spam.el (spam-parse-address): New function for better parsing,
16666         catching errors, etc.
16667         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16668
16669 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16670
16671         * mm-view.el: Add interactive arg to html2text autoload.
16672
16673 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16676
16677 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16678
16679         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16680         New variables.
16681         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16682         (mm-charset-synonym-alist): Move some entries to
16683         mm-codepage-iso-8859-list.
16684
16685         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16686
16687 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * message.el (message-citation-line-format)
16690         (message-insert-formated-citation-line): Fix implementation of %E, %N
16691         and %n according to the doc string.
16692
16693 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16694
16695         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16696         Use car-safe to avoid bad parses.
16697
16698 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16701         names.
16702
16703         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16704
16705 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16708         header.
16709
16710         * message.el (message-draft-headers): Add Date.
16711         (message-headers-to-generate): Fix typo in docstring.
16712
16713         * nndraft.el (nndraft-required-headers): New variable.
16714         (nndraft-generate-headers): Use it.
16715
16716         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16717
16718 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16719
16720         * gnus-registry.el (gnus-registry-wash-for-keywords)
16721         (gnus-registry-find-keywords): New functions to allow easy searching of
16722         articles that are in the registry.
16723
16724 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16727         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16728         Reported by Damien Elmes <damien@repose.cx>.
16729
16730 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * gnus.el (gnus-mime): Remove unused custom group.
16733
16734 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16735
16736         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16737         "blank line" when searching for end of armor headers.
16738
16739 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gmm-utils.el (gmm-write-region): Fix variable name.
16742
16743 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * gmm-utils.el (gmm-write-region): New function based on compatibility
16746         code from `mm-make-temp-file'.
16747
16748         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16749
16750         * nnmaildir.el (nnmaildir--update-nov)
16751         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16752         Use `gmm-write-region'.
16753
16754 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16757         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16758
16759         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16760
16761         * message.el (message-replacement-char): New variable.
16762         (message-fix-before-sending): Use it.
16763         (message-simplify-subject): New function to remove duplicate code.
16764         (message-reply, message-followup): Use it.
16765
16766         * gnus-sum.el (gnus-summary-make-menu-bar):
16767         Clarify gnus-summary-limit-to-articles.
16768
16769 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-util.el (gnus-with-local-quit): New macro.
16772
16773         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16774
16775 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16776
16777         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16778         ignore non-string data.
16779
16780 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16783         non-string data (needs to be done in the registry too).
16784
16785 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16788         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16789         (gnus-registry-split-fancy-with-parent)
16790         (gnus-registry-fetch-simplified-message-subject-fast)
16791         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16792         Remove text properties on ingress into the registry and when it's saved.
16793         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16794         registry from entries with no groups.
16795
16796 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16797
16798         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16799         function to remove string properties.
16800
16801 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gmm-utils.el (gmm): Adjust custom version.
16804
16805         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16806         Adjust custom version.
16807
16808         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16809
16810 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * gnus-art.el (gnus-insert-prev-page-button)
16813         (gnus-insert-next-page-button): Simplify.  Reformat.
16814
16815 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16816
16817         * gnus-art.el (gnus-insert-prev-page-button)
16818         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16819
16820 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16821
16822         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16823
16824 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16825
16826         * gnus-art.el (gnus-insert-mime-button)
16827         (gnus-insert-mime-security-button):
16828         Apply gnus-article-button-face to MIME and security buttons.
16829
16830 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16833         readable.
16834
16835 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16838
16839 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16840
16841         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16842         `browse-url-of-file' instead of `browse-url'.
16843
16844 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16845
16846         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16847         regexp.  Articles containing quotation were cut prematurely.
16848
16849 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * message.el (message-cite-original-1): Use nobody by default for the
16852         value of From header.
16853         (message-reply): Ditto.
16854
16855 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16856
16857         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16858         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16859         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16860
16861 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16864         mails in the doc string.  Add some URLs in comment.
16865         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16866
16867 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16870         backslashes handling and the way to find boundaries of quoted strings.
16871
16872 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16873
16874         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16875         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16876         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16877         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16878
16879 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16882         doc string.
16883         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16884
16885 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * lpath.el: Fbind epg-check-configuration.
16888
16889 2006-09-06  Simon Josefsson  <jas@extundo.com>
16890
16891         * mml2015.el (mml2015-use): Doc fix, mention epg.
16892
16893 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16894
16895         * mml2015.el (mml2015-use): Default to epg, if available.
16896
16897 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16898
16899         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16900         message-sender.
16901         (mml1991-epg-encrypt): Ditto.
16902         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16903         message-sender.
16904         (mml2015-epg-encrypt): Ditto.
16905
16906 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16907
16908         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16909         several common directories.
16910
16911 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16912
16913         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16914         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16915
16916 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-art.el (article-decode-encoded-words): Make it fast.
16919
16920 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16923
16924         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16925         in quoted string into `\'.
16926
16927 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16930         Use standard-syntax-table.
16931
16932 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-art.el (gnus-decode-address-function): New variable.
16935         (article-decode-encoded-words): Use it to decode headers which are
16936         assumed to contain addresses.
16937         (gnus-mime-delete-part): Remove useless `or'.
16938
16939         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16940         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16941         (gnus-nov-parse-line): Use it to decode From header.
16942         (gnus-get-newsgroup-headers): Ditto.
16943         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16944
16945         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16946         (mail-decode-encoded-address-string): New alias.
16947
16948         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16949         New function.
16950         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16951         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16952         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16953         (rfc2047-decode-string): Ditto.
16954         (rfc2047-decode-address-region): New function.
16955         (rfc2047-decode-address-string): New function.
16956
16957 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * message.el (message-caesar-buffer-body): Allow rotating headers.
16960
16961         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16962
16963         * message.el (message-insert-formated-citation-line): Fix %f.
16964         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16965
16966 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16969         (gnus-bookmark-mouse-available-p): New macro.
16970         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16971         (gnus-bookmark-bmenu-show-infos): Use it.
16972         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16973         (gnus-bookmark-bmenu-hide-infos): Ditto.
16974         (gnus-bookmark-remove-properties): New function.
16975         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16976         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16977         (gnus-bookmark-write-file): Bind coding-system-for-write.
16978         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16979         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16980         group before selecting it.
16981         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16982         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16983         quit-window if it is not available; use gnus-mouse-2 and bind it to
16984         gnus-bookmark-bmenu-select-by-mouse.
16985         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16986         (gnus-bookmark-bmenu-select-by-mouse): New function.
16987
16988 2006-08-13  Romain Francoise  <romain@orebokech.com>
16989
16990         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16991         space.
16992
16993 2006-08-10  Romain Francoise  <romain@orebokech.com>
16994
16995         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16996         (dns-mode-soa-auto-increment-serial): New user option.
16997         (dns-mode-soa-maybe-increment-serial): New function.
16998         (dns-mode): Add the latter to `write-contents-functions'.
16999
17000 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * compface.el (uncompface): Use binary rather than raw-text-unix.
17003
17004 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * compface.el (uncompface): Make sure the eol conversion doesn't take
17007         place when communicating with the external programs.
17008         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17009
17010 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17013
17014 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17015
17016         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17017         Make it more robust by parsing author and date independently.
17018
17019 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17022
17023 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17024
17025         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17026         first matching secret key.
17027         (mml2015-epg-encrypt): Ditto.
17028
17029         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17030         first matching secret key.
17031         (mml1991-epg-encrypt): Ditto.
17032
17033         * mml2015.el (mml2015-encrypt-to-self): New user option.
17034         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17035         mml2015-epg-encrypt-to-self is set.
17036
17037         * mml1991.el (mml1991-encrypt-to-self): New variable.
17038         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17039         mml1991-epg-encrypt-to-self is set.
17040
17041         * mml2015.el (mml2015-signers): New user option.
17042         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17043         (mml2015-epg-encrypt): Allow to select signing keys.
17044
17045         * mml1991.el (mml1991-signers): New variable.
17046         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17047         (mml1991-epg-encrypt): Allow to select signing keys.
17048
17049 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * nnheader.el (nnheader-insert-head): Make it work even if the file
17052         uses CRLF for the line-break code.
17053
17054 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17055
17056         * mml2015.el: Require mml-sec instead of password.
17057         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17058         (mml2015-cache-passphrase): Inherit the default value from
17059         mml-secure-cache-passphrase.
17060         (mml2015-passphrase-cache-expiry): Inherit the default value from
17061         mml-secure-passphrase-cache-expiry.
17062
17063         * mml1991.el: Require mml-sec instead of password.
17064         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17065         (mml1991-cache-passphrase): Inherit the default value from
17066         mml-secure-cache-passphrase.
17067         (mml1991-passphrase-cache-expiry): Inherit the default value from
17068         mml-secure-passphrase-cache-expiry.
17069
17070         * mml-sec.el: Require password.
17071         (mml-secure-verbose): New user option.
17072         (mml-secure-cache-passphrase): New user option.
17073         (mml-secure-passphrase-cache-expiry): New user option.
17074
17075 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17076             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17077
17078         * pgg-def.el (pgg-truncate-key-identifier):
17079         Truncate the key ID to 8 letters from the end.
17080
17081 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17082
17083         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17084         workaround for the url package included with Emacs.
17085
17086         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17087
17088 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17091         correctly.  This fixes a bug caused by the 2006-05-12 change.
17092
17093 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17094
17095         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17096         some information about the error when saying that the `bogus' mail
17097         group will be used.
17098
17099 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17102         string.
17103
17104 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17105
17106         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17107
17108 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17109
17110         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17111
17112 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17113
17114         * mml1991.el (mml1991-function-alist): Add epg.
17115         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17116         (mml1991-epg-encrypt): New functions.
17117
17118 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17119
17120         * mml2015.el (mml2015-verbose): New variable.
17121         (mml2015-cache-passphrase): Ditto.
17122         (mml2015-passphrase-cache-expiry): Ditto.
17123         (mml2015-function-alist): Add epg.
17124         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17125         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17126         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17127         New functions.
17128
17129 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17130
17131         * message.el (message-cite-original-1): Preserve region when removing
17132         quoted text due to X-No-Archive in order to avoid bogus attribution
17133         when citing multiple messages.
17134
17135 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17136
17137         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17138         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17139
17140 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * gnus-diary.el (gnus-user-format-function-d)
17143         (gnus-user-format-function-D): Autoload.
17144
17145         * imap.el (Commentary): Fix typo.
17146
17147         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17148         2006-04-22 contribution.
17149
17150 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17151
17152         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17153         It didn't really fix the bogosity I'm seeing with solid web groups.
17154
17155 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17156
17157         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17158         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17159         created using server names.  If we use the feature without declaring
17160         it, Gnus does not properly manage server and group state.
17161
17162         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17163         bound.
17164
17165 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17166
17167         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17168         looking up the method using GROUP's prefix before inventing a new one.
17169         It is used on killed/unknown groups in various places where returning
17170         an all-new method isn't expected by the caller.
17171
17172         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17173         and match semantics of gnus-group-real-prefix.
17174
17175 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * nnmail.el (nnmail-broken-references-mailers): New variable.
17178         (nnmail-ignore-broken-references): New function generalizing
17179         nnmail-fix-eudora-headers.
17180         (nnmail-fix-eudora-headers): Now obsolete.
17181
17182         * gnus-art.el (gnus-button-handle-custom):
17183         Support `customize-apropos*'.
17184
17185 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186
17187         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17188
17189         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17190         articles.
17191
17192 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * message.el (message-cite-reply-above): New variable.
17195         (message-yank-original): Use it.
17196
17197 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17200
17201 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17204         as read.
17205
17206         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17207
17208 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17211         (gnus-bookmark-default-file): Use gnus-directory.
17212         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17213         Remove "*" in doc string.
17214         (gnus-bookmark-write-file): Simplify.
17215         (gnus-bookmark-maybe-sort-alist): Use `when'.
17216         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17217         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17218         Add FIXME about Emacs 21 and XEmacs compatibility.
17219         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17220         compatibility.
17221         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17222         compatibility.
17223         (gnus-bookmark-menu-heading): Fix version.
17224
17225 2006-06-19  Bastien Guerry  <bzg@altern.org>
17226
17227         * gnus-bookmark.el: New file.
17228
17229 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * message.el (message-syntax-checks): Doc fix.
17232
17233 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17234
17235         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17236         unsubscribed groups as if they were killed ones.  It causes duplicate
17237         entries in gnus-newsrc-alist.
17238
17239 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * message.el (message-syntax-checks): Doc fix.
17242         (message-send-mail): Add check for continuation headers.
17243         (message-check-news-header-syntax): Fix regexp used to check for
17244         continuation headers.
17245
17246 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17249
17250 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17251
17252         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17253
17254 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17257         default-truncate-lines.
17258
17259 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17262         to fill the utf-8 entry.
17263
17264         * lpath.el: Fbind unicode-precedence-list.
17265
17266 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17267
17268         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17269
17270 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17271
17272         * gnus-agent.el (directory-files-and-attributes): Move all the way
17273         forward (the third and final move).
17274         (gnus-agent-read-agentview): Trap reconstruction errors due to
17275         nonexistent directory.  Handle by returning nil.
17276
17277 2006-05-30  Didier Verna  <didier@xemacs.org>
17278
17279         * message.el (message-dont-reply-to-names): Update the custom type.
17280         * message.el (message-dont-reply-to-names): New defsubst: potentially
17281         convert a list of regexps into a single one.
17282         * message.el (message-get-reply-headers): Use it.
17283         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17284
17285 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * gnus-agent.el (directory-files-and-attributes): Move forward.
17288
17289 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * gnus-ml.el (gnus-mailing-list-subscribe)
17292         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17293         (gnus-mailing-list-message): Fix doc strings.
17294
17295 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17296
17297         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17298         of doing it manually.
17299
17300 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17303         comment.
17304
17305 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17306
17307         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17308         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17309         (gnus-agent-read-local): All symbols allocated in my-obarray.
17310         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17311         (gnus-agent-regenerate-group): Check numeric names to see if they are
17312         messages or groups.
17313         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17314         better way of do this...)
17315
17316         * gnus-cache.el (gnus-agent-total-fetched-for):
17317         Ignore 'dummy.group' (there should be a better way of do this...)
17318
17319 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17322         (gnus-saved-headers): Ditto.
17323         (gnus-default-article-saver): Mention functions may have properties.
17324         (gnus-article-save): Override gnus-save-all-headers and
17325         gnus-saved-headers by :headers property which saver function may have.
17326         (gnus-summary-save-in-file): Add :headers property.
17327         (gnus-summary-write-to-file): Ditto.
17328
17329         * gnus-sum.el (gnus-summary-save-article): Bind
17330         gnus-prompt-before-saving to t when saving many articles in a file;
17331         always show all headers.
17332
17333         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17334
17335 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17338         marks.
17339
17340         * message.el (message-indent-citation): Add optional arguments to allow
17341         using it outside of message buffers.
17342
17343         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17344         (gnus-article-treat-unfold-headers): Use it.
17345         (gnus-article-truncate-lines): New variable.
17346         (gnus-article-mode): Use it.
17347         (gnus-article-toggle-truncate-lines): New function.
17348
17349         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17350         Add gnus-article-toggle-truncate-lines.
17351
17352         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17353         coding system in XEmacs, use binary.
17354
17355 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17358         after-load-alist.
17359
17360         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17361         this function should save decoded articles.
17362         (gnus-summary-write-to-file): Use property to specify this function
17363         should save decoded articles and specify gnus-summary-save-in-file
17364         should be used to save articles other than the first one when saving
17365         many articles.
17366         (gnus-summary-save-body-in-file): Use property to specify this
17367         function should save decoded articles.
17368         (gnus-summary-write-body-to-file): Use property to specify this
17369         function should save decoded articles and specify
17370         gnus-summary-save-body-in-file should be used to save articles other
17371         than the first one when saving many articles.
17372
17373         * gnus-sum.el (gnus-summary-save-article): Simplify.
17374
17375 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-art.el (gnus-default-article-saver):
17378         Add gnus-summary-write-body-to-file.
17379         (gnus-article-save-coding-system): Don't use coding system object
17380         in XEmacs.
17381         (gnus-read-save-file-name): Add optional `dir-var' argument which
17382         specifies directory in which files are saved; work even if optional
17383         `variable' argument is not specified.
17384         (gnus-summary-write-to-file): Read file name.
17385         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17386         (gnus-summary-write-body-to-file): New function.
17387
17388         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17389         (gnus-summary-local-variables): Add it.
17390         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17391         (gnus-summary-save-article): Remove optional `decode' argument;
17392         determine whether to decode articles by the value of
17393         gnus-default-article-saver; when saving many files using
17394         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17395         it first and use gnus-summary-save-in-file or
17396         gnus-summary-save-body-in-file thereafter unless
17397         gnus-prompt-before-saving is always; move point to article which
17398         will be saved.
17399         (gnus-summary-save-article-file): Revert.
17400         (gnus-summary-write-article-file): Revert.
17401         (gnus-summary-save-article-body-file): Revert.
17402         (gnus-summary-write-article-body-file): New function.
17403
17404 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-art.el (gnus-default-article-saver): Doc fix.
17407         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17408         from gnus-summary-save-article-coding-system, and default to a
17409         certain coding system.
17410         (gnus-output-to-file): Add coding cookie and encode text according
17411         to gnus-article-save-coding-system; don't use mm-append-to-file.
17412
17413         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17414         gnus-art.el and rename to gnus-article-save-coding-system.
17415         (gnus-summary-save-article): Require gnus-art; don't show all
17416         headers if it decodes articles; don't add coding cookie here;
17417         don't bind mm-text-coding-system-for-write.
17418         (gnus-summary-save-article-file): Save decoded articles.
17419         (gnus-summary-write-article-file): When saving many files, use
17420         gnus-summary-write-to-file first and gnus-summary-save-in-file
17421         thereafter unless gnus-prompt-before-saving is always.
17422         (gnus-summary-save-article-body-file): Save decoded articles.
17423
17424         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17425
17426 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17427
17428         * nnrss.el (nnrss-check-group): Bind hash-index.
17429
17430 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17431
17432         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17433         its hash index.  Store this hash in `nnrss-group-data'.
17434         (nnrss-read-group-data): Update accordingly.
17435
17436 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17439         entry.
17440
17441         * gnus-sum.el (gnus-summary-make-menu-bar):
17442         Add gnus-article-browse-html-article.
17443
17444 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17445
17446         * gnus-sum.el (gnus-summary-mime-map):
17447         Add gnus-article-browse-html-article.
17448
17449         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17450
17451 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17454         suitable coding systems in customize.
17455
17456 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17457
17458         * mail-source.el (mail-sources): Fix custom type.
17459
17460 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17463         (gnus-summary-expire-articles-now): Shorten prompt.
17464
17465         * gmm-utils.el (wid-edit): Require.
17466         (defun-gmm): Rename from `gmm-defun-compat'.
17467         (gmm-image-search-load-path): Use it.
17468         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17469
17470 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-sum.el (gnus-summary-save-article-coding-system):
17473         New variable.
17474         (gnus-summary-save-article): Add optional `decode' argument.
17475         If it is set and gnus-summary-save-article-coding-system is non-nil,
17476         save decoded article.
17477         (gnus-summary-write-article-file): Save decoded article if
17478         gnus-summary-save-article-coding-system is non-nil.
17479
17480         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17481         type.
17482
17483 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17486
17487 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17490         first to test gnus-single-article-buffer which may be buffer-local.
17491
17492         * gnus-sum.el (gnus-summary-setup-buffer):
17493         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17494         group; make gnus-article-buffer, gnus-article-current, and
17495         gnus-original-article-buffer always buffer-local.
17496         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17497         group.
17498         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17499
17500 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17501
17502         * nnml.el (nnml-request-compact-group): Compressed files might not
17503         have .gz extension.
17504
17505 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17506
17507         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17508         (mm-copy-to-buffer): Use with-current-buffer.
17509         (mm-display-part): Simplify.
17510         (mm-inlinable-p): Add optional arg `type'.
17511
17512 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17513
17514         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17515         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17516         Try harder to show the attachment internally or externally using
17517         gnus-mime-view-part-as-type.
17518
17519 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * message.el (message-from-style, message-signature-separator)
17522         (message-user-organization-file, message-send-mail-function)
17523         (message-citation-line-function, message-yank-prefix)
17524         (message-indent-citation-function, message-signature)
17525         (message-signature-file, message-signature-insert-empty-line):
17526         Remove autoloads.
17527
17528         * gnus-art.el (gnus-buttonized-mime-types):
17529         Remove "multipart/signed".  Revert 2006-04-26 change.
17530
17531 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * gnus.el (gnus-version-number): Bump version.
17534
17535 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17536
17537         * gnus.el: No Gnus v0.5 is released.
17538
17539 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17540
17541         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17542         fetching articles by message-id.
17543
17544 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17545
17546         * message.el (hashcash): Require hashcash as normal.
17547
17548         * ecomplete.el (ecomplete-highlight-match-line):
17549         Use point-at-eol.
17550         (ecomplete-highlight-match-line): Use `highlight', because that
17551         face exists in both Emacs and XEmacs.
17552
17553         * message.el (message-display-abbrev): Use point-at-bol.
17554
17555         * mail-source.el: Don't require timer/timer-funcs.
17556
17557         * gnus-async.el: Ditto.
17558
17559         * password.el: Ditto.
17560
17561         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17562
17563         * mm-url.el: Ditto.
17564
17565         * gnus-xmas.el: Don't require timer-funcs.
17566
17567         * mm-util.el: Require timer/timer-funcs.
17568
17569 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17570
17571         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17572         Close.
17573
17574 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17577         unibyte after clear-decrypt function runs.
17578
17579         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17580         returns as a unibyte string.
17581
17582 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * lpath.el: Revert.
17585
17586         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17587         (pgg-gpg-process-sentinel): Revert.
17588
17589         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17590         (pgg-pgp-lookup-key): Revert.
17591
17592         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17593         (pgg-pgp5-lookup-key): Revert.
17594
17595         * pgg.el (pgg-fetch-key): Revert.
17596
17597 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * lpath.el: Fbind string-as-multibyte for XEmacs.
17600
17601         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17602         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17603         (mml1991-pgg-encrypt): Ditto.
17604
17605         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17606         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17607         a multibyte buffer.
17608
17609         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17610         (pgg-pgp-lookup-key): Ditto.
17611
17612         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17613         (pgg-pgp5-lookup-key): Ditto.
17614
17615         * pgg.el (pgg-fetch-key): Ditto.
17616
17617 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17618
17619         * message.el (message-user-organization-file): Check several
17620         locations of the organization file.
17621
17622         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17623         Add gnus-article-view-part-as-type.
17624
17625         * gnus-art.el (gnus-article-view-part-as-type): New function.
17626
17627         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17628         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17629
17630         * mml.el: Simplify autoload.
17631         (mml-mode): defvar dnd-protocol-alist instead of using
17632         symbol-value.
17633         (mml-default-directory): New variable.
17634         (mml-minibuffer-read-file): Use it.
17635         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17636
17637         * message.el (message-citation-line-format): New variable.
17638         (message-insert-formated-citation-line): New function.
17639         (message-citation-line-function):
17640         Add `message-insert-formated-citation-line' to custom type.
17641
17642         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17643         to doc string.
17644
17645         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17646         depending on mm-verify-option.
17647
17648 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17651         binding pgg-* variables; reimplement the section which prevents
17652         MIME header from being signed.
17653         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17654         pgg-text-mode; remove a blank line at the top of body.
17655
17656         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17657         lines at the top of body; use gnus-newsgroup-charset if there's no
17658         Charset header.
17659
17660 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * message.el (message-self-insert-commands): Doc fix.
17663
17664         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17665         (mm-uu-pgp-encrypted-test): Ditto.
17666         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17667         between header and body; return application/pgp-encrypted handle
17668         if decryption failed; decode decrypted body by charset.
17669
17670         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17671         element match to application/pgp-*.
17672
17673 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17674
17675         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17676         HTML.
17677
17678 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17679
17680         * mail-source.el (mail-source-call-script): Message the error
17681         string.
17682
17683 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17684
17685         * gnus-util.el (gnus-byte-compile): Use it.
17686
17687 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17688
17689         * gnus-util.el (kill-empty-logs): New function.
17690
17691 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17692
17693         * message.el (message-mail-alias-type): Doc fix.
17694         (message-mail-alias-type-p): New function.
17695         (message-send): Use it.
17696         (message-mode): Ditto.
17697         (message-strip-forbidden-properties): Ditto.
17698
17699         * ecomplete.el (ecomplete-database-file-coding-system):
17700         New variable.
17701         (ecomplete-save): Use it.
17702         (ecomplete-setup): Use it.
17703
17704 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * message.el (message-self-insert-commands): New variable.
17707         (message-strip-forbidden-properties): Use it.
17708
17709 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17710
17711         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17712         that doesn't make XEmacs choke.
17713
17714 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17715
17716         * gnus-util.el (gnus-replace-in-string):
17717         Prefer replace-regexp-in-string over of replace-in-string.
17718
17719 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * gnus-util.el (gnus-select-frame-set-input-focus):
17722         Use select-frame-set-input-focus if it is available in XEmacs; use
17723         definition defined in Emacs 22 for old Emacsen.
17724
17725         * dgnushack.el: Autoload unmorse-region for XEmacs.
17726
17727         * lpath.el: Bind cursor-in-non-selected-windows and
17728         select-frame-set-input-focus for XEmacs.
17729
17730 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17733
17734 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17735
17736         * gnus-registry.el (gnus-registry-cache-save): Remove text
17737         properties when saving via the temp buffer.
17738
17739 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * message.el (message-generate-hashcash): Honor custom type.
17742
17743 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17744
17745         * message.el (message-generate-hashcash): Default to non-nil when
17746         hashcash is found.
17747
17748         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17749         (gnus-refer-thread-limit): Increase default to 500.
17750
17751         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17752
17753         * flow-fill.el (fill-flowed): Allow delete-space.
17754
17755 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17756
17757         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17758         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17759         Remove autoloads.
17760
17761 2006-04-18  Simon Josefsson  <jas@extundo.com>
17762
17763         * message.el (message-generate-hashcash): Default to.
17764
17765 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17768         concatenating segments rather than before concatenating them.
17769
17770 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17771
17772         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17773
17774 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17777
17778         * message.el (message-forward-make-body-plain):
17779         Allow message-forward-ignored-headers to be a list.
17780         (message-remove-ignored-headers): Factor out into function.
17781         (message-forward-make-body-mml): Use it.
17782
17783         * imap.el (imap-quote-specials): New function.
17784         (imap-login-auth): Quote specials.
17785
17786         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17787         (rfc2231-parse-string): Allow concatanation of parameters that
17788         aren't contiguous.  The test case is
17789           (mail-header-parse-content-type "message/external-body;
17790             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17791             access-type=LOCAL-FILE;
17792             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17793
17794 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17795
17796         * nntp.el (nntp-accept-process-output): Return the value of
17797         `nnheader-accept-process-output'.
17798
17799 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17800
17801         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17802         (gnus-button-alist): Recognize more diff formats.
17803         (gnus-button-patch): Strip directory.
17804
17805 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17808         Emacs 22 when setting focus.
17809
17810 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17811
17812         * gnus-art.el (gnus-article-treat-types): Do treatment of
17813         text/x-verbatim parts.
17814         (gnus-button-patch): New command.
17815
17816         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17817         addresses that contain invalid characters.
17818
17819 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17820
17821         * message.el (message-put-addresses-in-ecomplete):
17822         Use gnus-replace-in-string.
17823         (message-is-yours-p): Use the more correct
17824         mail-header-parse-address instead of
17825         mail-extract-address-components.
17826         (message-put-addresses-in-ecomplete): Fix typo.
17827
17828         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17829         keystroke.
17830
17831         * gnus-art.el (gnus-treatment-function-alist): Change order of
17832         newsgroups/generic header folding to avoid double-folding.
17833
17834         * message.el (message-hidden-headers): Add X-Draft-From.
17835
17836         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17837         New command.
17838         (gnus-summary-repeat-search-article-backward): New command.
17839
17840         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17841         groups in the parent topic.
17842
17843 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17844
17845         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17846         (spam-extra-header-to-number): Return the CRM114 number as a
17847         number instead of a string.
17848
17849 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17850
17851         * gnus-art.el (gnus-face-properties-alist): Move here from
17852         gnus-fun.
17853
17854         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17855
17856 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * message.el (message-strip-forbidden-properties): Only display on
17859         self-insert-command.
17860
17861         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17862         reindent.
17863         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17864
17865 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17866
17867         * smiley.el (smiley-style): Fix typo.
17868
17869 2006-03-23  Kenichi Handa  <handa@m17n.org>
17870
17871         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17872         instead of set-buffer-multibyte.
17873
17874 2006-03-23  Kenichi Handa  <handa@m17n.org>
17875
17876         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17877         buffer and then decode the buffer text if necessary.
17878         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17879         first, and after mm-encode-body, change the buffer to unibyte.
17880
17881 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17882
17883         * hashcash.el (hashcash-insert-payment-async-2):
17884         Use message-goto-eoh instead of doing it manually.
17885         (mail-add-payment): Use message-narrow-to-header instead of trying
17886         to do the same itself.
17887
17888         * message.el (message-hidden-headers): Add Face.
17889
17890         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17891         reparenting code.
17892         (gnus-summary-reparent-children): Refactored out code.
17893         (gnus-summary-thread-map): New keystroke.
17894         (gnus-summary-reparent-children): Make into command.
17895
17896         * smiley.el (smiley-style): Default to `medium' if using a large
17897         font.
17898
17899         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17900         does it itself.
17901
17902         * message.el (message-point-in-header-p): Simplify definition.
17903
17904 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * nnagent.el (nnagent-request-set-mark): Silence log file
17907         writing.
17908         (nnagent-request-set-mark): Use write-region instead of
17909         append-to-file.
17910
17911         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17912         strange select method.
17913
17914         * ecomplete.el (ecomplete-display-matches): Get highlightling
17915         right.
17916         (ecomplete-display-matches): Use literals.
17917         (ecomplete-display-matches): Disable message logging.
17918
17919         * message.el (message-display-abbrev): Small optimization.
17920
17921         * ecomplete.el (ecomplete-display-matches): Allow automatic
17922         display.
17923
17924         * message.el (message-strip-forbidden-properties):
17925         Display abbrevs.
17926         (message-display-abbrev): Get automatic display right.
17927
17928         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17929         keystrokes.
17930
17931 2006-04-13  Romain Francoise  <romain@orebokech.com>
17932
17933         TODO: Backport to v5-10!
17934
17935         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17936         Move here (and rename) from gnus-registry.el.
17937
17938         * gnus-registry.el: Require gnus-util.
17939         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17940
17941 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17942
17943         * gnus-group.el (gnus-group-catchup-current):
17944         Change if-then-else-if-then-else into cond.
17945         (gnus-group-catchup): Indent.
17946         (group-name-at-point): New function.
17947         (gnus-fetch-group): Provide default from thing at point.
17948
17949 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17950
17951         * message.el (message-display-abbrev): Fix regexp.
17952
17953         * ecomplete.el (ecomplete-highlight-match-line):
17954         Reimplement choosing.
17955         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17956         dead variables.
17957
17958         * message.el (message-newline-and-indent): Remove debugging.
17959         (message-display-abbrev): Use new implementation.
17960
17961 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17962
17963         * gnus-art.el (gnus-article-mode):
17964         Set cursor-in-non-selected-windows to nil.
17965
17966         * smiley.el: Revert previous change.
17967         (smiley-data-directory): defvar it before using it in the
17968         defcustom of `smiley-style'.
17969
17970 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17971
17972         * message.el (message-newline-and-indent): New function.
17973
17974         * ecomplete.el: Implement more bits.
17975
17976         * message.el (message-put-addresses-in-ecomplete): Clean up the
17977         string.
17978
17979         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17980
17981         * gnus-sum.el (gnus-summary-save-parts):
17982         Bind gnus-summary-save-parts-counter and use it to make unique file
17983         names.
17984
17985         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17986
17987         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17988         parameter to say whether to actually parse the individual
17989         addresses.
17990
17991         * message.el (message-put-addresses-in-ecomplete): New function.
17992         (ecomplete): Require.
17993         (message-mail-alias-type): Add ecomplete as an option.
17994
17995 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17996
17997         * flow-fill.el (fill-flowed): Remove trailing space from blank
17998         quoted lines.
17999
18000 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18001
18002         * smiley.el (smiley-style): Move definition later to avoid a
18003         compilation warning.
18004
18005 2006-04-12  Kenichi Handa  <handa@m17n.org>
18006
18007         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18008         buffer and then decode the buffer text if necessary.
18009         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18010         first, and after mm-encode-body, change the buffer to unibyte.
18011         Use mm-disable-multibyte instead of set-buffer-multibyte.
18012
18013 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18016         Content-Type header instead of Content-Disposition header.
18017         (gnus-mime-inline-part): Ditto.
18018         (gnus-mime-view-part-as-charset): Ignore charset that the part
18019         specifies.
18020
18021         * mm-decode.el (mm-display-part): Work with external parts and
18022         usual parts similarly.
18023
18024         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18025         instead of gnus-display-mime.
18026
18027         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18028         instead of with-temp-buffer.
18029
18030         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18031         tag to summarized topics part in order to encode non-ASCII text.
18032
18033 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * smiley.el (smiley-style): New variable.
18036         (smiley-directory): New function.
18037         (smiley-data-directory): Derive from `smiley-style' using
18038         `smiley-directory'.
18039         (smiley-regexp-alist): Add new entries.
18040
18041         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18042         (gnus-article-browse-delete-temp): Add :version.
18043
18044 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18045
18046         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18047         the sieve region.
18048
18049 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18050
18051         * gnus.el (gnus-version-number): Bump version.
18052
18053 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * gnus.el: No Gnus v0.4 is released.
18056
18057 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18058
18059         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18060         layout.
18061
18062         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18063         unknown charset.
18064
18065         * message.el (message-header-synonyms): Add Original-To to the
18066         default.
18067
18068         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18069         optional parameter.
18070
18071 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * gnus-fun.el (gnus): Require it for gnus-directory.
18074
18075 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18078
18079 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18080
18081         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18082
18083 2006-04-05  Simon Josefsson  <jas@extundo.com>
18084
18085         * password.el (password-reset): New function.
18086
18087 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18088
18089         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18090         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18091
18092 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18093
18094         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18095         Some whitespace was matched into the url, which broke browsing hits
18096         > 100 when mm-url-use-external was nil.
18097
18098 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18099
18100         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18101         Check gnus-extra-headers for 'Newsgroups.
18102
18103         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18104         bound.
18105
18106 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18107
18108         * pgg-gpg.el: Clean up process buffers every time gpg processes
18109         complete.
18110
18111 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18112
18113         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18114         doc string.
18115
18116 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18117
18118         * pgg-gpg.el (pgg-gpg-process-filter)
18119         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18120
18121         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18122         lines, temporary fix.
18123
18124 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18125
18126         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18127
18128 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18129
18130         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18131         default-enable-multibyte-characters.  This reverts the change from
18132         revision 6.17 which is no longer necessary because the passphrase
18133         is sent separately now.  GnuPG messages are unreadable under
18134         multibyte locales with default-enable-multibyte-characters set to
18135         nil.
18136
18137 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * message.el (message-tool-bar-gnome): Move "spell".
18140
18141 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18142
18143         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18144         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18145         instead.
18146
18147 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18148
18149         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18150         Improve newsgroups handling for NNTP overviews which don't include
18151         Newsgroups.
18152
18153 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18154
18155         * message.el (message-resend): Bind message-generate-hashcash to nil.
18156
18157 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18158
18159         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18160         when searching for already-paid recipients.
18161
18162 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18163
18164         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18165         passphrases when it is not needed.
18166         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18167         passphrase stuff from gpg, should only be necessary when you use
18168         gpg with a smartcard.
18169
18170 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * mml.el (mml-insert-mime): Ignore cached contents of
18173         message/external-body part.
18174
18175         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18176         (mm-insert-part): Ditto.
18177
18178 2006-03-23  Simon Josefsson  <jas@extundo.com>
18179
18180         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18181         Reiner.
18182         (pgg-gpg-use-agent-p): Use it again.
18183
18184 2006-03-23  Simon Josefsson  <jas@extundo.com>
18185
18186         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18187         older emacsen.
18188         (pgg-gpg-use-agent-p): Don't use it.
18189
18190 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18191
18192         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18193         if we can.
18194
18195 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18196
18197         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18198         (pgg-gpg-update-agent): New function.
18199         (pgg-gpg-use-agent-p): New function.
18200         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18201         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18202         (pgg-gpg-sign-region): Use it.
18203
18204 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18207         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18208
18209 2006-03-21  Simon Josefsson  <jas@extundo.com>
18210
18211         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18212         <wilde@sha-bang.de>.
18213         (pgg-gpg-use-agent): New variable.
18214         (pgg-gpg-process-region): Use it.
18215         (pgg-gpg-encrypt-region): Likewise.
18216         (pgg-gpg-encrypt-symmetric-region): Likewise.
18217         (pgg-gpg-decrypt-region): Likewise.
18218         (pgg-gpg-sign-region): Likewise.
18219         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18220
18221 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18224
18225         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18226         Add comment on version.
18227
18228 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * smiley.el: Add missing test smiley.
18231
18232 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mm-decode.el (mm-with-part): New macro.
18235         (mm-get-part): Use it; work with message/external-body as well.
18236         (mm-save-part): Treat name and filename equally.
18237
18238         * mm-extern.el (mm-extern-cache-contents): New function.
18239         (mm-inline-external-body): Use it; force the part to be displayed;
18240         move undisplayer added to the cached handle to the parent.
18241
18242         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18243         (gnus-mime-view-part-as-type): Work with message/external-body.
18244
18245         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18246
18247 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18248
18249         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18250         images in image-load-path.  [Sync with image.el, revision 1.60, in
18251         Emacs.]
18252
18253 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18256         path rather than symbol.  Always return list of directories.
18257         Guarantee that image directory comes first.  [Sync with image.el,
18258         revision 1.59, in Emacs.]
18259
18260         * message.el (message-make-tool-bar): Adjust to new API of
18261         `gmm-image-load-path-for-library'.
18262
18263         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18264
18265         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18266
18267 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18268
18269         * gnus-art.el (gnus-article-only-boring-p):
18270         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18271         intangible text.
18272         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18273
18274 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18277         Use `defun' instead of `gmm-defun-compat'.
18278
18279 2006-03-14  Simon Josefsson  <jas@extundo.com>
18280
18281         * message.el (message-unique-id): Don't use message-number-base36
18282         if (user-uid) is a float.
18283         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18284
18285 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18288
18289         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18290         empty line between a part and a message part.
18291
18292 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * smiley.el: Add more test smileys.
18295         (smiley-data-directory, smiley-regexp-alist)
18296         (gnus-smiley-file-types): Fix doc strings.
18297         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18298         adding new elements.
18299         (smiley-mouse-map): Unused code.  Make it a comment.
18300
18301 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18304         scan latest NoCeM messages instead of old ones.
18305         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18306         delimiters that are recently used.
18307         (gnus-nocem-load-cache): Add autoload cookie.
18308
18309         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18310
18311         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18312         level which is larger than gnus-use-nocem is specified.
18313
18314         * gnus-group.el (gnus-group-get-new-news): Ditto.
18315
18316 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18317
18318         * gnus-util.el (gnus-tool-bar-update): New function.
18319
18320         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18321         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18322
18323         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18324
18325         * gnus-group.el (gnus-group-redraw-when-idle)
18326         (gnus-group-redraw-check): Remove.
18327         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18328
18329 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18332         if optional last element is specified in splits (FIELD VALUE...).
18333
18334 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18337         to gmm-image-load-path-for-library.  Call with no-error argument.
18338         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18339
18340         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18341
18342         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18343
18344         * gmm-utils.el (gmm-image-load-path): Remove alias.
18345
18346 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18347
18348         * gmm-utils.el (gmm-image-load-path): Add alias.
18349
18350         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18351         nnml-generate-nov-databases-1.
18352         (nnml-generate-nov-databases): Use it.
18353         (nnml-generate-nov-databases-directory): Document no-active
18354         argument.
18355
18356         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18357         directory if path is t.  Add no-error.
18358
18359         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18360         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18361
18362         * gnus-art.el (gnus-article-browse-delete-temp-files):
18363         Simplify resetting gnus-article-browse-html-temp-list.
18364
18365         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18366         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18367         Add example to docstring.  Rename local variables.  Move error
18368         checks to default case in cond and simplify.
18369
18370 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18373         handle is multipart when calling it recursively.
18374         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18375
18376 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18377
18378         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18379         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18380
18381 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18384         is loaded.
18385
18386         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18387         loaded.
18388
18389 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18390
18391         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18392         to "Emacs 23 (unicode)" in doc string.
18393
18394         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18395         "Emacs 23 (unicode)" in comment.
18396
18397 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18400
18401         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18402         characters 160 through 255 in Emacs 23.
18403
18404 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18405
18406         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18407         gnus-article-browse-html-temp.
18408         (gnus-article-browse-delete-temp): Make it customizable.
18409         Add `file'.  Adjust doc string.
18410         (gnus-article-browse-delete-temp-files): Add argument.
18411         Allow query for each file.  Adjust doc string.
18412         (gnus-article-browse-html-parts):
18413         Add `gnus-article-browse-delete-temp-files' to
18414         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18415
18416 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18417
18418         * gnus-art.el (gnus-article-browse-html-temp)
18419         (gnus-article-browse-delete-temp): New variables.
18420         (gnus-article-browse-delete-temp-files): New function.
18421         (gnus-article-browse-html-parts): Use it.
18422
18423 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18424
18425         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18426
18427         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18428         string.
18429
18430         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18431         gnus-summary-insert-new-articles when unplugged.
18432         Remove gnus-summary-search-article-forward.
18433
18434         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18435         display-visual-class instead of display-color-cells.
18436
18437 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * dgnushack.el: Autoload customize-group for XEmacs.
18440
18441         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18442         message/* containing non-ASCII text properly.
18443
18444 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18445
18446         * message.el: Require gmm-utils, remove autoloads.
18447         (message-tool-bar): Set default based on
18448         gmm-tool-bar-style.
18449         (message-tool-bar-gnome): Add gmm-customize-mode.
18450
18451         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18452         gmm-tool-bar-style.
18453         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18454
18455         * gnus-group.el (gnus-group-tool-bar): Set default based on
18456         gmm-tool-bar-style.
18457         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18458
18459         * gmm-utils.el (gmm-image-directory): Rename variable from
18460         gmm-image-load-path.
18461         (gmm-image-load-path): Use gmm-image-directory.
18462         (gmm-customize-mode): New function.
18463         (gmm-tool-bar-style): New variable.
18464
18465         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18466         gnus-group-redraw-line-number.
18467         (gnus-group-redraw-check): Simplify.
18468         (gnus-group-tool-bar-update): Remove redraw check.
18469         (gnus-group-make-tool-bar): Add redraw check.
18470
18471 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18472
18473         * gnus-art.el (gnus-button): Add missing parentheses.
18474
18475 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * lpath.el: Fbind line-number-at-pos.
18478
18479 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18482
18483 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * gnus-art.el (gnus-button): New face.
18486         (gnus-article-button-face): Use it.
18487
18488         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18489         Add gnus-summary-next-page.  Re-order.
18490
18491         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18492         next-node are now included.
18493         (gnus-group-redraw-line-number): New internal variable.
18494         (gnus-group-redraw-check): Helper function for updating the tool
18495         bar.
18496         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18497
18498         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18499
18500         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18501         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18502         Use it to match format of Spamassassin 3.0 and later.
18503         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18504         (spam-check-bogofilter)
18505         (spam-bogofilter-register-with-bogofilter): Fix args of
18506         `gnus-error' calls.
18507
18508 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18509
18510         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18511         unnecessary interaction when sending queued mails.
18512         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18513
18514 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18515
18516         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18517         first or last are nil.
18518
18519 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18520
18521         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18522
18523 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18524
18525         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18526
18527 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18528
18529         * dns.el (query-dns): Protect more against buggy tcp output.
18530
18531 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18534         nov.php.
18535
18536 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18537
18538         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18539         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18540         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18541         output on the server side.
18542         (nnweb-google-create-mapping): Update regexps and add some
18543         progress indication.
18544
18545 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * gnus-group.el (gnus-group-tool-bar-gnome):
18548         Fix gnus-agent-toggle-plugged.  Re-order icons.
18549         (gnus-group-tool-bar-gnome):
18550         Add gnus-group-{prev,next}-unread-group.
18551         (gnus-group-tool-bar-gnome): Re-order icons.
18552
18553         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18554         Move gnus-summary-insert-new-articles.
18555
18556         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18557         Fix comments.
18558
18559         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18560         also available in Emacs 21.3.
18561
18562         * message.el (message-fix-before-sending): Change "Emacs 22" to
18563         "Emacs 23 (unicode)" in comment.
18564
18565         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18566         "Emacs 23 (unicode)" in comment.
18567
18568         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18569         comment.
18570         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18571
18572         * mm-view.el (mm-fill-flowed): Add :version.
18573
18574 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18577         and load-path.
18578
18579 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * message.el: Autoload gmm-image-load-path.
18582         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18583         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18584         consitency.
18585
18586         * gmm-utils.el (gmm-image-load-path): Also search in
18587         "../etc/images".  Don't set gmm-image-load-path if we don't find
18588         the image.
18589
18590 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gmm-utils.el (gmm-image-load-path): Don't make
18593         `gmm-image-load-path' include subdirectories which the second arg
18594         `image' might specify.
18595
18596         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18597         subdirectory to icon file names.
18598
18599         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18600
18601 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18602
18603         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18604         gmm-image-load-path calls.
18605
18606         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18607
18608         * message.el (message-make-tool-bar): Ditto.
18609
18610         * mml.el (mml-preview): Add comment concerning tool bar icons.
18611
18612         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18613         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18614
18615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18616         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18617
18618         * message.el (message-tool-bar-gnome): Use new icon names.
18619         (message-make-tool-bar): Use `gmm-image-load-path'.
18620
18621         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18622         New functions from MH-E.
18623         (gmm-image-load-path): New variable from MH-E.
18624         (gmm-image-load-path): New function from MH-E.  Add arguments
18625         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18626         *-image-load-path-called-flag.
18627
18628 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18629
18630         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18631
18632 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18633
18634         * nnimap.el (nnimap-request-move-article): Change folder back to
18635         source group before deleting.
18636
18637 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18638
18639         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18640
18641         * gnus-art.el (mm-url-insert-file-contents-external):
18642         Autoload mm-url.
18643
18644         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18645
18646 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18649         coding system which mm-charset-to-coding-system returns for a
18650         given charset is valid.
18651
18652 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18653
18654         * html2text.el (html2text-remove-tag-list):
18655         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18656
18657 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18658
18659         * gnus-cus.el: Revert 2005-10-17 change.
18660
18661 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * gnus-art.el (article-strip-banner):
18664         Call article-really-strip-banner only when the regexp match is made.
18665
18666 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * gnus-art.el (article-strip-banner):
18669         Use gnus-extract-address-components instead of
18670         mail-header-parse-addresses to make it work with non-ASCII text;
18671         remove mail-encode-encoded-word-string.
18672
18673         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18674         values which are surrounded with \"...\"; make it never cause a
18675         Lisp error; give up parsing of parameters if it failed in
18676         extracting type.
18677
18678 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18679
18680         * smime.el (smime-cert-by-ldap-1): Fix bug where
18681         `smime-ldap-search' returns results without userCertificates.
18682
18683 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18686
18687 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18688
18689         * spam.el (spam-check-spamassassin-headers): Adapt format for
18690         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18691         <ari@mbf.ocn.ne.jp>.
18692         (spam-list-of-processors): Add spam-use-gmane.
18693
18694 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18697         make-temp-file; make it work with XEmacs as well.
18698
18699         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18700         mm-make-temp-file.
18701
18702         * mm-decode.el (mm-display-external): Use the 3rd arg of
18703         mm-make-temp-file.
18704         (mm-create-image-xemacs): Ditto.
18705
18706 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18709         with message-narrow-to-headers.
18710         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18711         (gnus-draft-check-draft-articles): New function.
18712         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18713
18714 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-art.el (gnus-article-browse-html-parts):
18717         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18718         Don't use suffix argument for mm-make-temp-file for Emacs 21
18719         compatibility.  Remove useless `format'.
18720
18721 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18722
18723         * nnweb.el (nnweb-google-wash-article): Update regexps.
18724         (nnweb-group-alist): Use defvoo instead of defvar.
18725
18726 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18729         re-loading nn* modules.
18730
18731 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18732
18733         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18734         for `tool-bar-mode' and don't check it's default-value.
18735
18736         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18737
18738         * message.el (message-make-tool-bar): Ditto.
18739
18740         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18741         `substring'.  Shorten tmp-file name.
18742
18743         * gnus.el: Remove bogus comment.
18744
18745 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18746
18747         * gnus-art.el (gnus-article-browse-html-parts): New function.
18748         (gnus-article-browse-html-article): New function for viewing html
18749         articles with a browser.
18750
18751 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18752
18753         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18754         in elisp.
18755         (pgg-gpg-encrypt-symmetric-region): Ditto.
18756         (pgg-gpg-sign-region): Ditto.
18757
18758         * pgg-def.el (pgg-text-mode): New variable.
18759
18760         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18761         (mml2015-pgg-encrypt): Ditto.
18762
18763         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18764         (mml1991-pgg-encrypt): Ditto.
18765
18766 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * nnfolder.el (nnfolder-insert-newsgroup-line):
18769         Use message-make-date instead of current-time-string.
18770
18771         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18772         to gnus-decoded which mm-uu might set.
18773
18774 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18777         don't decode quoted parameters; remove misimported Emacs code.
18778         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18779         (rfc2231-decode-encoded-string): Don't use split-string which
18780         behaves differently according to Emacs version; use
18781         mm-decode-coding-region to convert charset to coding-system.
18782         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18783         (rfc2231-encode-string): Remove misimported Emacs code.
18784
18785 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18788         when calling mail-header-parse-content-type.
18789         (article-de-quoted-unreadable): Ditto.
18790         (article-de-base64-unreadable): Ditto.
18791         (article-wash-html): Ditto.
18792
18793         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18794         calling mail-header-parse-content-type and
18795         mail-header-parse-content-disposition.
18796         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18797         mail-header-parse-content-type.
18798
18799         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18800         insert charset and format parameters; encode description after
18801         inserting it to buffer.
18802         (mml-insert-parameter): Fold lines properly even if a parameter is
18803         segmented into two or more lines; change the max column to 76.
18804
18805         * rfc1843.el (rfc1843-decode-article-body): Don't use
18806         ignore-errors when calling mail-header-parse-content-type.
18807
18808         * rfc2231.el (rfc2231-parse-string): Return at least type if
18809         possible; don't cause an error even if it fails in parsing of
18810         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18811         (rfc2231-encode-string): Don't break lines at the beginning, leave
18812         it to mml-insert-parameter.
18813
18814         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18815         calling mail-header-parse-content-type.
18816
18817 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18818
18819         * spam-report.el (spam-report-gmane-use-article-number):
18820         Improve doc string.
18821         (spam-report-gmane-internal): Check if a suitable header was found
18822         in the article.
18823
18824 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18827         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18828
18829 2006-02-05  Romain Francoise  <romain@orebokech.com>
18830
18831         Update copyright notices of all files in the gnus directory.
18832
18833 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18834
18835         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18836
18837 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18840         segmented lines of parameter value to cope with Thunderbird 1.5
18841         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18842         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18843         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18844
18845 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18846
18847         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18848         parts.
18849
18850 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18851
18852         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18853         there's only one active file for all servers.
18854         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18855         solid groups.  Gnus might have used a FAST request to select the group.
18856         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18857         and nnweb-search redundantly in the active file.
18858         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18859         (nnweb-request-create-group): Don't use ARGS.
18860         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18861         initializations.  Let nnoo do the work.
18862
18863 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18866         Say the part has been decoded.
18867
18868         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18869
18870 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18871
18872         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18873         mailcap-viewer-test-cache when there's no 'test clause, since that
18874         will invert the meaning of a "nil" test previously determined by
18875         mailcap-mailcap-entry-passes-test.
18876
18877 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18880         compiling.
18881
18882         * gnus-sum.el: Ditto.
18883
18884         * message.el: Don't bind tool-bar-map when compiling.
18885
18886 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18889
18890 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18891
18892         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18893         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18894         current Google Groups.
18895
18896 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18899         and tool-bar-mode.
18900
18901         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18902         and tool-bar-mode.
18903
18904         * message.el (message-tool-bar-update): Simplify.
18905         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18906
18907         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18908         gnus-summary-buffer.
18909         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18910         gnus-summary-reply.
18911
18912         * gmm-utils.el (gmm): Add :version.
18913
18914 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * Makefile.in (clean): New rule.
18917         (distclean): Use it.
18918
18919 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18920
18921         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18922         Don't autoload.
18923
18924 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * gmm-utils.el (gmm-verbose): Add :group.
18927
18928 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18929
18930         * message.el: Change some comments WRT tool-bars.
18931
18932         * gnus-sum.el (gnus-summary-tool-bar)
18933         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18934         (gnus-summary-tool-bar-zap-list): New variables.
18935         (gnus-summary-make-tool-bar): Complete rewrite using
18936         `gmm-tool-bar-from-list'.
18937
18938         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18939         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18940         New variables.
18941         (gnus-group-make-tool-bar): Complete rewrite using
18942         `gmm-tool-bar-from-list'.
18943         (gnus-group-tool-bar-update): New function.
18944
18945         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18946
18947 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18950         is dissected into a single part of which the type is the same as
18951         the given one; decode charset.
18952
18953 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18954
18955         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18956         into alists as symbol not string, since that's what
18957         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18958         look for.
18959
18960 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18961
18962         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18963         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18964
18965         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18966
18967 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18970         (gnus-xmas-mime-security-button-menu): New function.
18971
18972         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18973         (gnus-mime-security-button-menu): New definition.
18974         (gnus-mime-security-button-map): Use them.
18975         (gnus-mime-security-button-menu): New function.
18976         (gnus-insert-mime-security-button): Addition to help echo.
18977         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18978         (gnus-mime-security-pipe-part): New functions.
18979
18980         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18981         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18982
18983         * mm-decode.el (mm-handle-set-disposition): Remove.
18984         (mm-handle-set-description): Remove.
18985
18986 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18989         (mm-w3m-standalone-supports-m17n-p): New function.
18990         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18991         w3m usage.
18992
18993         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18994         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18995
18996 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18997
18998         * message.el (message-tool-bar-zap-list):
18999         Use gmm-tool-bar-zap-list as custom type.
19000         (message-tool-bar-update): New function.
19001         (message-tool-bar, message-tool-bar-gnome)
19002         (message-tool-bar-retro): Add message-tool-bar-update.
19003         (message-tool-bar-gnome): Add flyspell-buffer.
19004
19005         * gnus-util.el (gnus-error): Describe `args'.
19006
19007         * gmm-utils.el (gmm-error): Describe `args'.
19008         (gmm-tool-bar-zap-list): New widget.
19009         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19010
19011 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19014         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19015         the number of recursive calls.
19016
19017         * mm-decode.el (mm-handle-set-disposition): New macro.
19018         (mm-handle-set-description): New macro.
19019
19020 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19023         encoding.
19024
19025 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19026
19027         * message.el (message-tool-bar-zap-list, message-tool-bar)
19028         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19029         (message-tool-bar-local-item-from-menu): Remove.
19030         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19031         (message-make-tool-bar): New function.
19032         (message-mode): Use `message-make-tool-bar'.
19033
19034         * gmm-utils.el: New file.
19035         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19036         (gmm-lazy): New widget copied from `nnmail.el'.
19037         (gmm-tool-bar-from-list): New function for creating customizable
19038         tool bars.
19039         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19040         output.
19041         (gmm): Add :prefix to defgroup.
19042
19043 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19044
19045         * gmm-utils.el (gmm-widget-p): New function.
19046
19047 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19048
19049         * mml.el (mml-attach-file): Describe `description' in doc string.
19050         (mml-menu): Add Emacs MIME manual and PGG manual.
19051
19052 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19053
19054         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19055
19056 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19057
19058         * nntp.el (nntp-end-of-line): Doc fix.
19059
19060 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19061
19062         * imap.el (imap-open): Handle case where buffer is a buffer
19063         object.
19064
19065 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19066
19067         * gnus-delay.el (gnus-delay): Don't autoload.
19068         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19069         to be re-loaded when customizing the `gnus-delay' group.
19070
19071 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19072
19073         * message.el (message-insert-citation-line): Use newlines.
19074
19075 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19076
19077         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19078         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19079         these routines, so the passphrase can be managed externally and
19080         passed in to the system.
19081         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19082         pgg-add-passphrase-to-cache function.
19083
19084         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19085         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19086         these routines, so the passphrase can be managed externally and
19087         passed in to the system.
19088         (pgg-pgp5-sign-region): Use new name of
19089         pgg-add-passphrase-to-cache function.
19090
19091 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19092
19093         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19094         part of the decoded armor to find the key-identifier.
19095         (pgg-gpg-lookup-key-owner): New function to return the
19096         human-readable identifier of a key owner.
19097         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19098         itself.
19099         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19100         the key value) if we have a key and can match it against a secret
19101         key.  Also, added a note pointing out fact that the prompt only
19102         indicates the first matching key.
19103
19104         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19105         pgg-decrypt-region.
19106         (pgg-add-passphrase-to-cache): Rename from
19107         `pgg-add-passphrase-cache' to reduce confusion (all callers
19108         changed).
19109         (pgg-remove-passphrase-from-cache): Rename from
19110         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19111         changed).
19112         (pgg-read-passphrase, pgg-add-passphrase-cache)
19113         (pgg-remove-passphrase-cache): Add informative docstrings.
19114         (pgg-decrypt): Convey provided passphrase in subordinate call to
19115         pgg-decrypt-region.
19116
19117 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19118
19119         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19120         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19121         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19122         'passphrase' argument, so the passphrase can be managed externally
19123         and then passed in to the system.
19124
19125         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19126         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19127         so the passphrase cache can be used reliably with identifiers
19128         besides a pgp packet's key id.
19129
19130         * pgg-gpg.el (pgg-gpg-encrypt-region)
19131         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19132         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19133         these routines, so the passphrase can be managed externally and
19134         passed in to the system.
19135
19136         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19137         'notruncate' argument, so the passphrase cache can be used
19138         reliably with identifiers besides a pgp packet's key id.
19139
19140 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19141
19142         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19143         symmetric encryption.
19144         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19145         encrypted session key.
19146         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19147         message ask for the passphrase in a proper way.
19148
19149         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19150         New user commands for symmetric encryption.
19151
19152 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19155
19156         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19157
19158 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19159
19160         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19161
19162 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * mm-decode.el (mm-inlined-types): Add application/pgp.
19165         (mm-automatic-display): Ditto.
19166
19167         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19168         part as text.
19169
19170 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * nnrss.el: Update copyright.
19173         (nnrss-opml-import): Query whether to subscribe to each entry.
19174
19175         * gnus-art.el:
19176         * gnus-sum.el:
19177         * gnus-xmas.el:
19178         * messagexmas.el:
19179         * mm-uu.el:
19180         * mm-view.el: Update copyright.
19181
19182 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * message.el (message-info): New function.
19185         (message-mode-menu): Add it.
19186         Update copyright.
19187
19188         * ChangeLog: Fix and update copyright.
19189
19190 2006-01-13  Romain Francoise  <romain@orebokech.com>
19191
19192         * message.el (message-forward-subject-name-subject): Prefer the
19193         address to 'nowhere' if the sender has no name.
19194         Fix typo.  Update copyright year.
19195
19196 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * gnus-art.el (article-wash-html):
19199         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19200         (gnus-article-wash-html-with-w3m-standalone): New function.
19201
19202         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19203         mm-inline-text-html-render-with-w3m-standalone.
19204         (mm-text-html-washer-alist): Map w3m-standalone to
19205         gnus-article-wash-html-with-w3m-standalone.
19206         (mm-inline-text-html-render-with-w3m-standalone): New function.
19207
19208 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19209
19210         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19211         Improve LaTeX.
19212
19213 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19216         (nnrss-request-article): Render text/plain parts as HTML.
19217
19218         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19219         the buffer.
19220
19221 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19222
19223         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19224         custom definition of `gnus-posting-styles'.
19225
19226         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19227         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19228
19229 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19230
19231         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19232         Use nntp for bug archive.
19233
19234 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19237         parts.
19238         (nnrss-normalize-date): New function converts ISO 8601 date into
19239         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19240         (nnrss-check-group): Use it.
19241
19242 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19245
19246         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19247         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19248         (nnrss-insert-w3): Ditto.
19249
19250 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19253         the articles to be forwarded including the case where neither a
19254         number of articles nor a region is specified.
19255
19256 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * nnrss.el (nnrss-request-article): Fix last change; fill
19259         text/plain parts.
19260
19261 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19262
19263         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19264         in text/plain part.
19265         (nnrss-check-group): Don't add excessive newline to dc:subject.
19266
19267 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19268
19269         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19270         article.
19271
19272 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19273
19274         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19275         (nnml-use-compressed-files, nnml-save-mail): Support other
19276         comression programs such as bzip2.
19277
19278 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19279
19280         * dns.el (query-dns): Make sure we check the buffer size before
19281         removing tcp headers.
19282
19283 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19286         remove MIME buttons associated with multipart/alternative parts.
19287         (gnus-mime-display-alternative): Tag buttons using `article-type'
19288         text property.
19289
19290         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19291         associated with multipart/alternative parts.
19292
19293         * gnus-art.el (gnus-signature-separator): Fix custom type.
19294
19295         * mm-decode.el (mm-inlined-types): Fix custom type.
19296         (mm-keep-viewer-alive-types): Ditto.
19297         (mm-automatic-display): Ditto.
19298         (mm-attachment-override-types): Ditto.
19299         (mm-inline-override-types): Ditto.
19300         (mm-automatic-external-display): Ditto.
19301
19302 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19303
19304         * spam-report.el (spam-report-user-mail-address)
19305         (spam-report-user-agent): New variables.
19306         (spam-report-url-ping-plain): Use spam-report-user-agent.
19307
19308 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19309
19310         * gnus-art.el (gnus-button-handle-custom): Do not just use
19311         `customize-apropos' for any "M-x customize-*" button but the
19312         function called for.  Accept both the function name and its
19313         argument in order to achieve this.
19314         (gnus-button-alist): Remove support for "custom:" URL's.
19315         Pass function name to `gnus-button-handle-custom' in case of "M-x
19316         customize-*" buttons.
19317
19318 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19321         multipart/alternative and add xref to mm-discouraged-alternatives
19322         in doc string.
19323
19324         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19325         gnus-buttonized-mime-types in doc string.
19326
19327 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19328
19329         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19330         Suggest image/.* in the doc string.
19331
19332 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19333
19334         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19335         message-marks (Debian bug #342521).
19336
19337 2005-12-12  Simon Josefsson  <jas@extundo.com>
19338
19339         * password.el (password-read-from-cache): Add.
19340         (password-read): Use it.
19341
19342 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * rfc2047.el (rfc2047-charset-to-coding-system):
19345         Recognize us-ascii as a MIME charset.
19346
19347         * mm-bodies.el (mm-decode-content-transfer-encoding):
19348         Protect against the case where the 2nd arg TYPE is nil.
19349
19350 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19351
19352         * pop3.el (pop3-stream-type): Fix custom version.
19353
19354         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19355
19356 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19357
19358         * mm-decode.el (mm-display-external): Add missing cdr.
19359
19360 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19363         RFC1524) if it is in mailcap or add a suffix according to
19364         mailcap-mime-extensions when generating a temp filename; postpone
19365         deleting a temp file for 2 seconds for some wrappers, shell
19366         scripts, and so on, which might exit right after having started a
19367         viewer command as a background job.
19368
19369 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * nntp.el (nntp-marks-directory): Fix custom group.
19372
19373         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19374         steps when < 10.
19375
19376         * gnus-start.el (gnus-no-server-1):
19377         Mention `gnus-level-default-subscribed' in doc string.
19378
19379 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19380
19381         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19382         parens.
19383
19384 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * gnus-xmas.el (gnus-use-toolbar): Revert.
19387         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19388         gnus-use-toolbar is default.
19389
19390         * messagexmas.el (message-use-toolbar): Revert.
19391         (message-setup-toolbar): Use global default-toolbar if
19392         message-use-toolbar is default.
19393
19394 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19397         according to default-toolbar-visible-p.
19398
19399         * messagexmas.el (message-use-toolbar): Ditto.
19400
19401 2005-11-26  Dave Love  <fx@gnu.org>
19402
19403         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19404         (tls-program, tls-success): Provide openssl alternative.
19405
19406         * starttls.el: Doc fixes.
19407         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19408         SERVICE to PORT.
19409
19410         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19411         port null or service name.
19412         (starttls-negotiate): Autoload.
19413
19414 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * message.el (message-kill-to-signature): Fix interactive spec.
19417
19418 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * pop3.el (pop3-open-server): Recognize a string as a service name.
19421
19422 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19423
19424         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19425
19426 2005-11-23  Dave Love  <fx@gnu.org>
19427
19428         Add pop3s, pop3/starttls.
19429
19430         * pop3.el (pop3-authentication-scheme): Clarify doc.
19431         (open-tls-stream, starttls-open-stream): Autoload.
19432         (pop3-stream-type): New.
19433         (pop3-open-server): Use it.
19434
19435         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19436         for POP.
19437         (mail-source-keyword-map): Add :stream for POP.
19438         (mail-source-fetch-pop): Use pop3-stream-type.
19439
19440 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19443         of current-time-string.
19444
19445 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19446
19447         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19448         date header.
19449
19450 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19451
19452         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19453         it can seriously impact performance as it bypasses the agent's
19454         local caches.
19455
19456 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19457
19458         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19459         must be explicitly online rather than "not explicitly offline" for
19460         its flags to be synchronized.
19461
19462         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19463         that gnus-uu-unmark-thread will function correctly.
19464
19465         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19466         1024K is instead displayed as 1M.
19467
19468 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19469
19470         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19471
19472 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19473
19474         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19475
19476 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19477
19478         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19479         error message to display actual error condition.
19480         (gnus-agent-save-local): Avoid saving symbols that are bound to
19481         nil as they simply result in a warning message in
19482         gnus-agent-read-local.
19483
19484 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19485
19486         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19487         rather than make-variable-buffer-local for file-precious-flag.
19488
19489 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19490
19491         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19492         for duplicates which are removed.  The invalid sort check then
19493         triggers a rescan after the sort as sorting may have moved
19494         duplicate entries such that they can be cheaply detected.
19495
19496 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19499
19500 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19501
19502         * gnus-agent.el (gnus-agent-article-alist-save-format):
19503         Change internal variable to a custom variable.  Change default value
19504         from compressed(2) to uncompressed(1).
19505         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19506         support for uncompressed agentview files.  Taken together, reading
19507         the agentview file should now be 6-7 times faster.
19508
19509 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19510
19511         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19512         as a buffer-local variable.  This avoids creating truncated
19513         dribble files as a result of a hang up, eg.
19514
19515 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19516
19517         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19518         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19519         XEmacs.
19520
19521 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19522
19523         * gnus-start.el (gnus-start-draft-setup):
19524         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19525
19526         * gnus.el (gnus-splash): Change custom group.
19527         (gnus-group-get-parameter, gnus-group-parameter-value):
19528         Describe allow-list argument.
19529
19530         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19531         string.
19532
19533 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19534
19535         * gnus-art.el (gnus-default-article-saver): Add user-defined
19536         `function' to custom type.
19537
19538 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19539
19540         * imap.el (imap-open): Handle case where buffer is a buffer
19541         object.
19542
19543 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19544
19545         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19546         long lines.
19547         (gnus-cache-delete-group): Wrap doc strings.
19548
19549         * gnus-agent.el (gnus-agent-rename-group)
19550         (gnus-agent-delete-group): Wrap doc strings.
19551
19552 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * messagexmas.el (message-use-toolbar): Change the valid values
19555         into default, top, bottom, left, and right.
19556         (message-toolbar-thickness): New variable.
19557         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19558         well.
19559         (message-setup-toolbar): Make it work.
19560
19561         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19562         (gnus-use-toolbar): Change the valid values into default, top,
19563         bottom, left, and right.
19564         (gnus-toolbar-thickness): New variable.
19565         (gnus-xmas-setup-toolbar): New function.
19566         (gnus-xmas-setup-group-toolbar): Use it.
19567         (gnus-xmas-setup-summary-toolbar): Use it.
19568
19569 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19570
19571         * gnus-start.el (gnus-1): Add "native" to
19572         gnus-predefined-server-alist.
19573
19574         * gnus.el (gnus-method-to-server): Don't add "native" to the
19575         lists here, because that leads to problems when
19576         gnus-select-method is bound.
19577
19578 2005-11-09  Simon Josefsson  <jas@extundo.com>
19579
19580         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19581         use (not sort-by-date) instead.
19582
19583 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19584
19585         * gnus-delay.el (gnus-delay-group): Don't autoload.
19586         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19587         to be re-loaded when customizing the `gnus-delay' group.
19588
19589 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19590
19591         * message.el: Revert last changes.
19592         (message-insert-citation-line): Use newlines.
19593
19594 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19595
19596         * message.el (message-courtesy-message)
19597         (message-mark-insert-begin, message-mark-insert-end)
19598         (message-elide-ellipsis, message-cancel-message)
19599         (message-add-header, message-change-subject)
19600         (message-cross-post-followup-to-header)
19601         (message-cross-post-insert-note, message-reduce-to-to-cc)
19602         (message-widen-reply, message-delete-not-region)
19603         (message-kill-to-signature, message-insert-signature)
19604         (message-insert-importance-high, message-insert-importance-low)
19605         (message-insert-or-toggle-importance)
19606         (message-insert-disposition-notification-to)
19607         (message-indent-citation, message-yank-original)
19608         (message-cite-original-without-signature, message-cite-original)
19609         (message-insert-citation-line, message-position-on-field)
19610         (message-fix-before-sending, message-send-mail-partially)
19611         (message-send-mail, message-send-mail-with-sendmail)
19612         (message-send-mail-with-qmail, message-send-news)
19613         (message-check-news-header-syntax, message-generate-headers)
19614         (message-insert-courtesy-copy, message-fill-address)
19615         (message-fill-header, message-shorten-references)
19616         (message-setup-1, message-cancel-news)
19617         (message-forward-make-body-plain, message-forward-make-body-mime)
19618         (message-forward-make-body-mml, message-encode-message-body)
19619         (message-forward-make-body-digest-plain)
19620         (message-forward-make-body-digest-mime)
19621         (message-use-alternative-email-as-from): Insert `hard-newline'
19622         instead of ordinary newlines.
19623
19624 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * message.el (message-generate-headers): Downcase the argument
19627         given to message-check-element.
19628
19629 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19630
19631         * nntp.el (nntp-authinfo-rejected): New error condition.
19632         (nntp-wait-for): Use new error condition to signal authentication
19633         error.
19634         (nntp-retrieve-data): Rethrow new error condition to break out of
19635         recursive call to nntp-send-authinfo.
19636
19637 2005-11-08  Romain Francoise  <romain@orebokech.com>
19638
19639         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19640         (gnus-summary-exit-map): Bind to `Z p'.
19641         (gnus-summary-make-menu-bar): Add menu item.
19642
19643 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19644
19645         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19646         (gnus-treat-*): Add `first' in all doc strings.
19647
19648         * gnus-group.el (gnus-group-compact-group): Fix typo.
19649
19650 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus.el (gnus-parameters-case-fold-search): New variable.
19653         (gnus-parameters-get-parameter): Use it.
19654
19655         * gnus-score.el (gnus-home-score-file): Doc fix.
19656
19657 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19658
19659         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19660
19661 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19662
19663         * mm-util.el (mm-special-display-p): New function.
19664
19665         * mml.el (mml-preview): Use it; doc fix.
19666
19667 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19668
19669         * imap.el (imap-open): Handle case where buffer is a buffer object.
19670
19671 2005-10-29  Romain Francoise  <romain@orebokech.com>
19672
19673         * message.el (message-fix-before-sending): Fix comment.
19674
19675 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19676
19677         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19678
19679 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19680
19681         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19682         Used in gnus-score.el.
19683
19684 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19685
19686         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19687
19688 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19689
19690         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19691         whitespace removed in revision 7.8.  Use concatenated string to
19692         protect trailing whitespace.
19693
19694 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19695
19696         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19697         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19698         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19699         Courier IMAP ("some version from 2004").  Mostly based on similar
19700         code in the same function.
19701
19702 2005-10-26  Didier Verna  <didier@xemacs.org>
19703
19704         * gnus-group.el (gnus-group-compact-group): Invalidate original
19705         article buffer.
19706         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19707         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19708         NOV database and in article itself.
19709         Invalidate article backlog.
19710
19711 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19712
19713         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19714
19715 2005-10-26  Simon Josefsson  <jas@extundo.com>
19716
19717         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19718         part of 2004-07-25 change.
19719
19720 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * message.el (message-display-completion-list): New function.
19723         (message-expand-group): Use it; make sure the Completions buffer
19724         is modifiable.
19725 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19726
19727         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19728         user-mail-name is an empty string.
19729
19730 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19731
19732         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19733         depending on gnus-score-decay-constant.
19734
19735         * encrypt.el (encrypt-insert-file-contents)
19736         (encrypt-write-file-contents): Don't use `gnus-message'.
19737
19738         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19739         arguments.
19740         (mm-uu-type-alist): Add message-marks and insert-marks.
19741         Pass arguments to mm-uu-verbatim-marks-extract.
19742         (mm-uu-hide-markers): New variable.
19743         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19744
19745         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19746         (gnus-convert-image-to-face-command): Use "convert" by default to
19747         allow other input image formats.
19748         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19749         accordingly.
19750
19751 2005-10-23  Simon Josefsson  <jas@extundo.com>
19752
19753         * imap.el (imap-gssapi-program): Align command line parameters
19754         with latest GNU SASL.
19755         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19756
19757 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19758
19759         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19760         HTML.
19761         (nnslashdot-request-article): Ditto.
19762
19763         * lpath.el (featurep): Add nobreak-char-display.
19764
19765 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19766
19767         * mail-source.el (mail-source-fetch-pop): Require pop3.
19768         (mail-source-check-pop): Ditto.
19769
19770 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19773         errors.
19774
19775 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19776
19777         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19778         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19779
19780         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19781
19782         * mm-bodies.el (mm-decode-string):
19783         Call `mm-charset-to-coding-system' with allow-override argument.
19784
19785 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19786
19787         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19788         (rfc2047-charset-to-coding-system): New function.
19789         (rfc2047-decode-encoded-words): New function.
19790         (rfc2047-decode-region): Use them.
19791         (rfc2047-decode-cte): Remove.
19792         (rfc2047-parse-and-decode): Remove.
19793         (rfc2047-decode): Remove.
19794
19795 2005-10-15  Kenichi Handa  <handa@m17n.org>
19796
19797         * rfc2047.el (rfc2047-decode-cte): New function.
19798         (rfc2047-decode-region): Change the way to decode successive
19799         encoded-words: decode B- or Q-encoding in each encoded-word,
19800         concatenate them, and decode it as charset.
19801
19802 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * lpath.el: Fbind codepage-setup for XEmacs.
19805
19806 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19807
19808         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19809         widget-move-and-invoke.
19810         (gnus-custom-mode): Use gnus-custom-map.
19811
19812 2005-10-15  Bill Wohler  <wohler@newt.com>
19813
19814         * message.el (message-tool-bar-map): Rename image file from
19815         mail_send to mail/send.
19816
19817 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19818
19819         * message.el (message-expand-group): Pass the common
19820         prefix substring of completion to `display-completion-list'.
19821
19822 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19823
19824         * mml-sec.el (mml-secure-method): New internal variable.
19825         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19826         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19827         New functions using mml-secure-method.
19828
19829         * mml.el (mml-mode-map): Add key bindings for those functions.
19830         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19831         Harder <harder@myrealbox.com>.
19832         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19833         Goto end of message if point is the headers of the message.
19834
19835         * message.el (message-in-body-p): New function.
19836
19837         * assistant.el: Autoload gnus-util and netrc.
19838
19839         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19840         Use `mm-charset-override-alist' only when decoding.
19841
19842         * mm-bodies.el (mm-decode-body):
19843         Call `mm-charset-to-coding-system' with allow-override argument.
19844
19845         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19846         `filename' from Content-Disposition if Content-Type doesn't
19847         provide `name'.
19848         (gnus-mime-view-part-as-type): Set default instead of
19849         initial-input.
19850
19851 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19852
19853         * format-spec.el (format-spec): Propagate text properties of % spec.
19854
19855 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * gnus-art.el (gnus-treat-predicate): Add `first'.
19858
19859 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19860
19861         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19862         (mm-charset-override-alist): New variable.
19863         (mm-charset-to-coding-system): Use it.
19864         (mm-codepage-setup): New helper function.
19865         (mm-charset-eval-alist): New variable.
19866         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19867         Warn about unknown charsets.
19868
19869         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19870
19871 2005-10-04  David Hansen  <david.hansen@gmx.net>
19872
19873         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19874         (nnrss-check-group): Ditto.
19875
19876 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19877
19878         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19879         Rename x-gnus-verbatim to x-verbatim.
19880         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19881
19882         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19883         x-verbatim.
19884
19885         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19886
19887         * gnus-util.el (gnus-remove-duplicates): Remove.
19888
19889         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19890         instead of gnus-remove-duplicates.
19891
19892         * message.el (message-remove-duplicates): Remove.
19893         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19894         message-remove-duplicates.
19895
19896         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19897         available, else use implementation from `delete-dups'.
19898
19899         * message.el (message-insert-expires): New function.
19900         (message-mode-map): Add key binding.
19901         (message-mode-field-menu): Add menu entry.
19902         (message-mode): Document it.
19903         (message-make-expires-date): Use `message-make-date'.
19904
19905 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19906
19907         * message.el (message-make-expires-date): New function.
19908
19909 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19910
19911         * Makefile.in (list-installed-shadows): New entry.
19912         (install): Use it.
19913         (remove-installed-shadows): New entry.
19914
19915         * dgnushack.el (dgnushack-default-load-path): New variable.
19916         (dgnushack-find-lisp-shadows): New function.
19917         (dgnushack-remove-lisp-shadows): New function.
19918
19919 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * Makefile.in (install-el-elc): New entry.
19922         (install): Use it so that .el files are necessarily installed.
19923
19924 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19927
19928 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19929
19930         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19931         function rather than the diff-mode.el package.
19932         (mm-display-external): Use with-current-buffer.
19933         (mm-viewer-completion-map, mm-viewer-completion-map):
19934         Move initialization inside declaration.
19935
19936 2005-09-29  Simon Josefsson  <jas@extundo.com>
19937
19938         * spam.el: Load hashcash when compiling, to avoid warnings.
19939         Don't autoload mail-check-payment.
19940         (spam-check-hashcash): Define unconditionally, since hashcash.el
19941         is part of Gnus now.  Ignore errors from payment checking.
19942
19943 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19944
19945         * message.el (message-bold-region, message-unbold-region):
19946         Rename from `bold-region' and `unbold-region'.
19947
19948         * message.el: Remove useless autoloads.
19949
19950 2005-09-28  Simon Josefsson  <jas@extundo.com>
19951
19952         * message.el (message-use-idna): Default to t.
19953         (message-use-idna): Test whether encoding works too.  Doc fix.
19954
19955 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19956
19957         * nntp.el (nntp-warn-about-losing-connection): Remove.
19958
19959 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19960
19961         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19962         customizable.  Change default value.
19963         (mm-uu-diff-groups-regexp): Change default value.
19964         (mm-uu-type-alist): Add doc string.
19965         (mm-uu-configure): Add doc string.  Make it interactive.
19966         (mm-uu-tex-groups-regexp): New variable.
19967         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19968         (mm-uu-type-alist): Add LaTeX documents.
19969         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19970         of "text/verbatim".
19971         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19972
19973         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19974         instead of "text/verbatim".
19975
19976         * message.el (message-mark-inserted-region)
19977         (message-mark-insert-file): Use slrn style marks when called with
19978         prefix argument.
19979
19980 2005-09-27  Simon Josefsson  <jas@extundo.com>
19981
19982         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19983
19984 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19985
19986         * message.el (message-remove-duplicates): New function.
19987         Implementation borrowed from `gnus-remove-duplicates'.
19988         (message-idna-to-ascii-rhs): Also encode idna addresses in
19989         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19990         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19991         only ask about the same idna domain once per header and also tell
19992         in what header to replace the idna domain.
19993
19994         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19995         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19996         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19997         a header is decoded and not just the last one.
19998
19999 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20000
20001         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20002         has been decoded.
20003
20004         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20005         (mm-insert-part): Don't modify text if it has been decoded.
20006
20007         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20008         decoded.
20009
20010         * mm-view.el (mm-inline-text): Don't strip text props unless
20011         decoding enriched or richtext parts.
20012
20013 2005-09-25  Romain Francoise  <romain@orebokech.com>
20014
20015         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20016         * gnus-start.el (gnus-subscribe-interactively):
20017         * gnus-uu.el (gnus-uu-grab-articles):
20018         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20019         space.
20020
20021 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20022
20023         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20024         * mm-view.el (mm-view-pkcs7-decrypt):
20025         * gnus-sum.el (gnus-summary-limit-to-extra)
20026         (gnus-summary-respool-article, gnus-read-move-group-name):
20027         * gnus-score.el (gnus-summary-increase-score):
20028         * gnus-util.el (gnus-completing-read-with-default):
20029         * gnus-art.el (gnus-read-save-file-name)
20030         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20031         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20032         * message.el (message-check-news-header-syntax):
20033         Follow convention for reading with the minibuffer.
20034
20035 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20036
20037         * spam-report.el (spam-report-url-ping-plain):
20038         Use gnus-extended-version as User-Agent.
20039
20040         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20041         default value is nil.
20042
20043         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20044         (mm-uu-verbatim-marks-extract): New function.
20045         (mm-uu-extract): New face.
20046         (mm-uu-copy-to-buffer): Use it.
20047
20048         * spam-report.el (spam-report-gmane-ham): Rename from
20049         `spam-report-gmane-unspam'.
20050         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20051         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20052
20053         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20054         Autoload.
20055         (spam-report-gmane-unregister-routine):
20056         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20057
20058 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20059
20060         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20061         (spam-report-gmane-unregister-routine): Add support for gmane
20062         unregistration.
20063
20064         * spam-report.el (spam-report-gmane-unspam)
20065         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20066         (spam-report-gmane): Change to take a single article and do unspam
20067         registration.
20068
20069 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * mm-url.el (mm-url-decode-entities): Fix regexp.
20072
20073 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20074
20075         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20076         default to nil, to be able to use Gnus at all.  If the default
20077         switches to something else, then the function should be fixed not
20078         be exceedingly slow.
20079
20080 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20081
20082         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20083         fail hard.
20084
20085         * spam-report.el: Add better Keywords line.
20086
20087         * spam.el: Add Maintainer and better Keywords line.
20088
20089 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20090
20091         * gnus-art.el (gnus-article-replace-part)
20092         (gnus-mime-replace-part): New functions.
20093         (gnus-mime-action-alist, gnus-mime-button-commands)
20094         (gnus-mime-save-part-and-strip): Add file argument.
20095         (gnus-article-part-wrapper): Add interactive argument.
20096
20097         * gnus-sum.el (gnus-summary-mime-map):
20098         Add `gnus-article-replace-part'.
20099
20100 2005-09-19  Didier Verna  <didier@xemacs.org>
20101
20102         The nnml compaction feature:
20103         * nnml.el (nnml-request-compact-group): New function.
20104         * nnml.el (nnml-request-compact): New function.
20105         * gnus-int.el (gnus-request-compact-group): New function.
20106         * gnus-int.el (gnus-request-compact): New function.
20107         * gnus-group.el (gnus-group-compact-group): New function.
20108         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20109         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20110         * gnus-srvr.el (gnus-server-compact-server): New function.
20111         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20112         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20113
20114 2005-09-18  Deepak Goel  <deego@gnufans.org>
20115
20116         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20117         format spec.
20118
20119 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20122
20123 2005-09-15  Romain Francoise  <romain@orebokech.com>
20124
20125         * message.el (message-fill-paragraph): Clarify docstring.
20126
20127 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * gnus-art.el (gnus-mime-display-part): Protect against broken
20130         MIME messages.
20131
20132 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20135         before parsing header.
20136
20137 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20138
20139         * html2text.el (html2text-replace-list): Add new entities.
20140
20141 2005-09-11  Romain Francoise  <romain@orebokech.com>
20142
20143         * message.el (message-alternative-emails): Improve docstring.
20144         (message-setup-1): Call `message-use-alternative-email-as-from'
20145         after `message-setup-hook' to give it precedence over posting
20146         styles, etc.
20147         (message-use-alternative-email-as-from): Add docstring.
20148         Remove the original From header if present.
20149
20150         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20151         (nnml-save-mail): Use it.
20152
20153         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20154         articles.  Add new argument `silent'.
20155         (gnus-uu-mark-all): Report the total number of marked articles.
20156
20157 2005-09-10  Romain Francoise  <romain@orebokech.com>
20158
20159         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20160         (gnus-uu-mark-series): Likewise.
20161
20162 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20163
20164         * spam-report.el (spam-report-gmane): Fix generation of spam
20165         report URL.
20166
20167 2005-09-10  Simon Josefsson  <jas@extundo.com>
20168
20169         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20170         t, based on discussion on the ding list with Robert Epprecht
20171         <epprecht@solnet.ch>.
20172
20173 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * spam-report.el (spam-report-gmane): Make it work without
20176         X-Report-Spam header.  Gmane now only provides Archived-At.
20177         This is only used if `spam-report-gmane-use-article-number' is nil.
20178         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20179
20180         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20181         make `gnus-summary-sort-by-recipient' work with threading.
20182
20183         * nnweb.el (nnweb-google-wash-article): Print a message if article
20184         is not available.
20185
20186 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20187
20188         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20189         change.  Decode text/* parts content before displaying.
20190
20191 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20192
20193         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20194
20195 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20198
20199         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20200         url-package-name, url-package-version,
20201         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20202         w3m-display-inline-images, and w3m-minor-mode-map.
20203
20204 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20205
20206         * message.el (message-tab-body-function): Fix mismatched custom type.
20207
20208         * gnus.el (gnus-group-change-level-function): Ditto.
20209
20210         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20211
20212         * gnus-art.el (gnus-signature-limit)
20213         (gnus-article-mime-part-function): Ditto.
20214
20215 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20216
20217         * mml.el (mml-mode): Silence the byte compiler.
20218
20219         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20220         using `(sit-for 0)' before moving the point to the specified part;
20221         skip unbuttonized parts.
20222         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20223         return to the summary window if gnus-auto-select-part is non-nil.
20224
20225 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20226
20227         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20228         New variables.
20229         (mml-dnd-attach-file, mml-mode): Use them.
20230
20231         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20232         Make fetching article by MID work again for Google Groups.
20233         Add FIXME concerning gnus-group-make-web-group.
20234
20235         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20236         Don't depend on Gnus by using mail-extract-address-components if
20237         gnus-extract-address-components is not bound.
20238
20239 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20240
20241         * gnus-art.el (gnus-mime-display-security): Don't display the
20242         signature, but only the signed part.
20243
20244 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20247
20248         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20249         list, not listp.
20250
20251 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20252
20253         * mm-encode.el (mm-encode-content-transfer-encoding):
20254         Likewise when encoding.
20255
20256         * mm-bodies.el (mm-decode-content-transfer-encoding):
20257         De-canonicalize CRLF for all text content types, not just
20258         text/plain.
20259
20260 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20263         valid article; point arrow and cursor at the MIME button.
20264
20265 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20268         Suggested by Dan Christensen <jdc@uwo.ca>.
20269
20270         * mm-decode.el (mm-save-part): Enable change of prompt.
20271
20272 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20273
20274         * gnus-msg.el (gnus-inews-add-send-actions):
20275         Make `message-post-method' lambda parameter ARG `&optional'.
20276
20277 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20278
20279         * gnus-sum.el (gnus-summary-mime-map):
20280         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20281         gnus-article-jump-to-part.
20282
20283         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20284         (gnus-article-edit-part): Use it.
20285         (gnus-article-part-wrapper): Add no-handle argument.
20286         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20287         New functions.
20288
20289 2005-08-29  Romain Francoise  <romain@orebokech.com>
20290
20291         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20292         docstring.
20293         (gnus-face-from-file): Likewise.
20294
20295 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20296
20297         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20298         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20299         non-nil.
20300         (gnus-auto-select-part): New variable.
20301         (gnus-article-jump-to-part): New function.
20302         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20303         (gnus-mime-delete-part): Allow selecting specified part after
20304         deleting or stripping parts.
20305         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20306         part if argument is bogus.
20307
20308 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20309
20310         * gnus-art.el (w3m-minor-mode-map):
20311         * gnus-spec.el (gnus-newsrc-file-version):
20312         * gnus-util.el (nnmail-active-file-coding-system)
20313         (gnus-original-article-buffer, gnus-user-agent):
20314         * gnus.el (gnus-ham-process-destinations)
20315         (gnus-parameter-ham-marks-alist)
20316         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20317         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20318         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20319         * mm-decode.el (gnus-current-window-configuration):
20320         * mm-extern.el (gnus-article-mime-handles):
20321         * mm-url.el (url-current-object, url-package-name)
20322         (url-package-version):
20323         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20324         (smime-keys, w3m-cid-retrieve-function-alist)
20325         (w3m-current-buffer, w3m-display-inline-images)
20326         (w3m-minor-mode-map):
20327         * mml-smime.el (gnus-extract-address-components):
20328         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20329         (gnus-newsrc-hashtb, message-default-charset)
20330         (message-deletable-headers, message-options)
20331         (message-posting-charset, message-required-mail-headers)
20332         (message-required-news-headers):
20333         * mml1991.el (mc-pgp-always-sign):
20334         * mml2015.el (mc-pgp-always-sign):
20335         * nnheader.el (nnmail-extra-headers):
20336         * rfc1843.el (gnus-decode-encoded-word-function)
20337         (gnus-decode-header-function, gnus-newsgroup-name):
20338         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20339
20340 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20341
20342         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20343         the end of the date treatments.
20344
20345 2005-08-15  Simon Josefsson  <jas@extundo.com>
20346
20347         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20348         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20349         Capello and Romain Francoise.
20350         (pgg-fetch-key-function): Remove, not used?
20351         (pgg-insert-url-with-w3): Require url, to get
20352         url-insert-file-contents regardless of where it is defined.
20353
20354 2005-08-13  Romain Francoise  <romain@orebokech.com>
20355
20356         * message.el (message-cite-original-1): New function.
20357         (message-cite-original): Use it.
20358         (message-cite-original-without-signature): Ditto.
20359
20360 2005-08-08  Romain Francoise  <romain@orebokech.com>
20361
20362         * message.el (message-yank-empty-prefix): New variable.
20363         (message-indent-citation): Use it.
20364         (message-cite-original-without-signature): Respect X-No-Archive.
20365
20366 2005-08-08  Simon Josefsson  <jas@extundo.com>
20367
20368         * pgg.el: Autoload url-insert-file-contents instead of loading
20369         w3/url.
20370         (pgg-insert-url-with-w3): Don't load url here.
20371
20372 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20373
20374         * message.el (message-kill-to-signature): Don't insert newline at
20375         bol.
20376         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20377
20378 2005-08-06  Romain Francoise  <romain@orebokech.com>
20379
20380         * message.el (message-user-fqdn): Fix typo in docstring.
20381
20382 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20383
20384         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20385
20386         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20387
20388 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * mm-bodies.el (mm-encode-body): Use coding system rather than
20391         charset to encode text.
20392
20393         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20394         number of charsets if utf-8 is available (XEmacs).
20395
20396 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20399         taken from `gnus-button-mid-or-mail-regexp'.
20400         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20401         (gnus-button-alist): Improve regexp for domain part of the MIDs
20402         for news:localpart@domain buttons.
20403         (gnus-button-ctan-directory-regexp): Update.
20404
20405 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * sieve-manage.el (sieve-manage-interactive-login):
20408         Use make-local-variable rather than make-variable-buffer-local.
20409         (sieve-manage-open): Ditto.
20410         (sieve-manage-authenticate): Ditto.
20411
20412         * mml.el (mml-generate-mime-1): Make the content type default to
20413         text/plain if the filename is not specified.
20414
20415 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20416
20417         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20418         instead of insert-buffer.
20419
20420         * message.el (message-yank-original): Ditto; set the mark at the
20421         end of the yanked message.
20422
20423 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20426         lines to scroll rather than to stop it.
20427
20428         * mml.el (mml-generate-default-type): Add doc string.
20429         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20430         default to application/octet-stream when determining the content
20431         type if it is not specified for the part or the mml contents; add
20432         a comment about mml-generate-default-type.
20433
20434 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20437         make it default to application/octet-stream when determining the
20438         content type if it is not specified for the external contents.
20439
20440 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20443         segmented parameter but also other parameters might be there.
20444
20445 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20446
20447         * mm-decode.el (mm-display-external): Delete temp file, directory
20448         and buffer immediately if the external process is exited.
20449
20450 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20453         fewer lines than that of scroll-margin.
20454         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20455
20456 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20457
20458         * gnus-art.el (gnus-article-next-page): Revert.
20459         (gnus-article-beginning-of-window): New macro.
20460         (gnus-article-next-page-1): Use it.
20461         (gnus-article-prev-page): Ditto.
20462         (gnus-article-edit-part): Use insert-buffer-substring instead of
20463         insert-buffer.
20464         (gnus-article-edit-exit): Ditto.
20465
20466         * gnus-util.el (gnus-beginning-of-window): Remove.
20467         (gnus-end-of-window): Remove.
20468
20469         * lpath.el: Don't bind header-line-format and scroll-margin.
20470
20471 2005-07-25  Simon Josefsson  <jas@extundo.com>
20472
20473         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20474         to have the url package without w3.  Reported by Daiki Ueno
20475         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20476
20477 2005-07-20  Didier Verna  <didier@xemacs.org>
20478
20479         * gnus-diary.el: Remove the description comment (nndiary is now
20480         properly documented in the Gnus manual).
20481         Fix the spelling of "Back End".
20482         * nndiary.el: Ditto.
20483         Fix the copyright notice.
20484
20485 2005-07-18  Romain Francoise  <romain@orebokech.com>
20486
20487         * gnus-sum.el (gnus-summary-to-prefix)
20488         (gnus-summary-newsgroup-prefix): New variables.
20489         (gnus-summary-from-or-to-or-newsgroups): Use them.
20490
20491 2005-07-17  Romain Francoise  <romain@orebokech.com>
20492
20493         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20494         space as it's generally not especially interesting to the user.
20495
20496 2005-07-16  Romain Francoise  <romain@orebokech.com>
20497
20498         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20499         nil to avoid prompting and file modification if one of the
20500         messages at the top of the nnfolder file contains a copyright
20501         notice.
20502         Update copyright notice.
20503
20504         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20505         instead of `current-time-string' as the latter creates a time
20506         string that is not RFC 2822 compliant (it lacks the zone).
20507         Update copyright notice.
20508
20509 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20510
20511         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20512         for text/rtf.  Display default in prompt.  Pass default for M-n.
20513
20514         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20515
20516 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20517
20518         * gnus-msg.el (gnus-button-mailto):
20519         Remove save-selected-window-window hackery because it relies on
20520         save-selected-window internals.
20521
20522 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20525         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20526         (gnus-article-prev-page): Ditto.
20527
20528         * gnus-util.el (gnus-beginning-of-window): New function.
20529         (gnus-end-of-window): New function.
20530
20531         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20532
20533 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20534
20535         * gnus-score.el (gnus-score-edit-all-score):
20536         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20537         gnus-message.
20538
20539 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20540
20541         * gnus-msg.el (gnus-button-mailto):
20542         Remove save-selected-window-window hackery because it relies on
20543         save-selected-window internals.
20544
20545 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20548         add-minor-mode.
20549         (gnus-binary-mode): Ditto.
20550
20551         * gnus-topic.el (gnus-topic-mode): Ditto.
20552
20553 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20554
20555         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20556         (gnus-article-prev-page): Take scroll-margin into consideration.
20557
20558 2005-07-04  Lute Kamstra  <lute@gnu.org>
20559
20560         Update FSF's address in GPL notices.
20561
20562 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20563
20564         * gnus.el (gnus-exit):
20565         * gnus-group.el (gnus-group-icons):
20566         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20567
20568         * gnus-nocem.el (gnus-nocem):
20569         * message.el (message-various, message-buffers, message-sending)
20570         (message-interface, message-forwarding, message-insertion)
20571         (message-headers, message-news, message-mail):
20572         * pgg-gpg.el (pgg-gpg):
20573         * pgg-parse.el (pgg-parse):
20574         * pgg-pgp.el (pgg-pgp):
20575         * pgg-pgp5.el (pgg-pgp5):
20576         * pop3.el (pop3): Finish `defgroup' description with period.
20577
20578 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * gnus-art.el (article-display-face): Improve the efficiency.
20581         (article-display-x-face): Ditto; remove gray x-face stuff.
20582
20583 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20584
20585         * gnus-art.el (article-display-face): Correct the position in
20586         which Faces are inserted.
20587
20588 2005-06-29  Didier Verna  <didier@xemacs.org>
20589
20590         * gnus-art.el (article-display-face): Display faces in correct
20591         order.
20592
20593 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20596         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20597         (gnus-nocem-check-article): Fetch the Type header.
20598         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20599         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20600         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20601         make sure gnus-nocem-hashtb is initialized.
20602         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20603         (gnus-nocem-unwanted-article-p): Ditto.
20604
20605         * pgg.el (pgg-verify): Return the verification result.
20606
20607 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20608
20609         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20610         is ascii.
20611
20612 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20613
20614         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20615         `show-nonbreak-escape'.
20616
20617 2005-06-23  Lute Kamstra  <lute@gnu.org>
20618
20619         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20620
20621         * dig.el (dig-mode):
20622         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20623
20624 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20625
20626         * nnimap.el (nnimap-split-download-body): Fix spellings.
20627
20628 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20629
20630         * gnus-art.el (gnus-article-encrypt-body):
20631         * gnus-cus.el (gnus-score-customize):
20632         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20633         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20634
20635 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20636
20637         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20638         header by looking for magic "MII" at the beginning.
20639
20640 2005-06-16  Miles Bader  <miles@gnu.org>
20641
20642         * gnus-xmas.el (gnus-xmas-group-startup-message):
20643         Use renamed gnus-splash face.
20644
20645         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20646         (assistant-field-face): New backward-compatibility alias for renamed
20647         face.
20648         (assistant-render-text): Use renamed assistant-field face.
20649
20650         * spam.el (spam): Remove "-face" suffix from face name.
20651         (spam-face): New backward-compatibility alias for renamed face.
20652         (spam-face, spam-initialize): Use renamed spam face.
20653
20654         * message.el (message-header-to, message-header-cc)
20655         (message-header-subject, message-header-newsgroups)
20656         (message-header-other, message-header-name)
20657         (message-header-xheader, message-separator, message-cited-text)
20658         (message-mml): Remove "-face" suffix from face names.
20659         (message-header-to-face, message-header-cc-face)
20660         (message-header-subject-face, message-header-newsgroups-face)
20661         (message-header-other-face, message-header-name-face)
20662         (message-header-xheader-face, message-separator-face)
20663         (message-cited-text-face, message-mml-face):
20664         New backward-compatibility aliases for renamed faces.
20665         (message-font-lock-keywords): Use renamed message faces.
20666
20667         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20668         (sieve-test-commands, sieve-tagged-arguments):
20669         Remove "-face" suffix from face names.
20670         (sieve-control-commands-face, sieve-action-commands-face)
20671         (sieve-test-commands-face, sieve-tagged-arguments-face):
20672         New backward-compatibility aliases for renamed faces.
20673         (sieve-control-commands-face, sieve-action-commands-face)
20674         (sieve-test-commands-face, sieve-tagged-arguments-face):
20675         Use renamed sieve faces.
20676
20677         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20678         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20679         (gnus-group-news-3-empty, gnus-group-news-4)
20680         (gnus-group-news-4-empty, gnus-group-news-5)
20681         (gnus-group-news-5-empty, gnus-group-news-6)
20682         (gnus-group-news-6-empty, gnus-group-news-low)
20683         (gnus-group-news-low-empty, gnus-group-mail-1)
20684         (gnus-group-mail-1-empty, gnus-group-mail-2)
20685         (gnus-group-mail-2-empty, gnus-group-mail-3)
20686         (gnus-group-mail-3-empty, gnus-group-mail-low)
20687         (gnus-group-mail-low-empty, gnus-summary-selected)
20688         (gnus-summary-cancelled, gnus-summary-high-ticked)
20689         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20690         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20691         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20692         (gnus-summary-low-undownloaded)
20693         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20694         (gnus-summary-low-unread, gnus-summary-normal-unread)
20695         (gnus-summary-high-read, gnus-summary-low-read)
20696         (gnus-summary-normal-read, gnus-splash):
20697         Remove "-face" suffix from face names.
20698         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20699         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20700         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20701         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20702         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20703         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20704         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20705         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20706         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20707         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20708         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20709         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20710         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20711         (gnus-summary-normal-ticked-face)
20712         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20713         (gnus-summary-normal-ancient-face)
20714         (gnus-summary-high-undownloaded-face)
20715         (gnus-summary-low-undownloaded-face)
20716         (gnus-summary-normal-undownloaded-face)
20717         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20718         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20719         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20720         (gnus-splash-face):
20721         New backward-compatibility aliases for renamed faces.
20722         (gnus-group-startup-message): Use renamed gnus faces.
20723
20724         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20725         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20726         (gnus-server-agent): Remove "-face" suffix from face names.
20727         (gnus-server-agent-face, gnus-server-opened-face)
20728         (gnus-server-closed-face, gnus-server-denied-face)
20729         (gnus-server-offline-face):
20730         New backward-compatibility aliases for renamed faces.
20731         (gnus-server-agent-face, gnus-server-opened-face)
20732         (gnus-server-closed-face, gnus-server-denied-face)
20733         (gnus-server-offline-face): Use renamed gnus faces.
20734
20735         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20736         Remove "-face" suffix from face names.
20737         (gnus-picon-xbm-face, gnus-picon-face):
20738         New backward-compatibility aliases for renamed faces.
20739
20740         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20741         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20742         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20743         (gnus-cite-11): Remove "-face" suffix from face names.
20744         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20745         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20746         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20747         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20748         New backward-compatibility aliases for renamed faces.
20749         (gnus-cite-attribution-face, gnus-cite-face-list)
20750         (gnus-article-boring-faces): Use renamed gnus faces.
20751
20752         * gnus-art.el (gnus-signature, gnus-header-from)
20753         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20754         (gnus-header-content): Remove "-face" suffix from face names.
20755         (gnus-signature-face, gnus-header-from-face)
20756         (gnus-header-subject-face, gnus-header-newsgroups-face)
20757         (gnus-header-name-face, gnus-header-content-face):
20758         New backward-compatibility aliases for renamed faces.
20759         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20760
20761         * gnus-sum.el (gnus-summary-selected-face)
20762         (gnus-summary-highlight): Use renamed gnus faces.
20763         * gnus-group.el (gnus-group-highlight): Likewise.
20764
20765 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20766
20767         * gnus-sieve.el (gnus-sieve-article-add-rule):
20768         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20769         * spam-stat.el (spam-stat-buffer-change-to-spam)
20770         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20771
20772         * message.el (message-is-yours-p):
20773         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20774
20775 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20776
20777         * mm-view.el (mm-inline-text): Withdraw the last change.
20778
20779 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20782         executing enriched-decode.
20783
20784 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20785
20786         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20787         charset of tar files.
20788
20789 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20790
20791         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20792
20793 2005-06-04  Lute Kamstra  <lute@gnu.org>
20794
20795         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20796         information is never recorded.
20797
20798 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20799
20800         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20801
20802 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * pop3.el (pop3-apop): Run md5 in the binary mode.
20805
20806         * starttls.el (starttls-set-process-query-on-exit-flag):
20807         Use eval-and-compile.
20808
20809 2005-05-31  Simon Josefsson  <jas@extundo.com>
20810
20811         * smime.el (smime-replace-in-string): Define.
20812         (smime-cert-by-ldap-1): Use it.
20813
20814 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * gnus-art.el (article-display-x-face): Replace
20817         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20818
20819         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20820         set-process-query-on-exit-flag or process-kill-without-query.
20821
20822         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20823         loop instead of replace-regexp.
20824
20825         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20826         instead of process-kill-without-query if it is available.
20827
20828         * lpath.el: Fbind ldap-search-entries.
20829
20830         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20831         instead of find-file-hooks if it is available.
20832
20833         * mml1991.el: Bind pgg-default-user-id when compiling.
20834
20835         * mml2015.el: Bind pgg-default-user-id when compiling.
20836
20837         * nndraft.el (nndraft-request-associate-buffer):
20838         Use write-contents-functions instead of write-contents-hooks if it is
20839         available.
20840
20841         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20842         instead of find-file-hooks if it is available.
20843
20844         * nntp.el (nntp-open-connection): Replace
20845         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20846         (nntp-open-ssl-stream): Ditto.
20847         (nntp-open-tls-stream): Ditto.
20848
20849         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20850         set-process-query-on-exit-flag or process-kill-without-query.
20851         (starttls-open-stream-gnutls): Use it instead of
20852         process-kill-without-query.
20853         (starttls-open-stream): Ditto.
20854
20855 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20856
20857         * smime.el (smime-cert-by-ldap-1): Don't use
20858         replace-regexp-in-string.
20859
20860 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20861
20862         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20863
20864         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20865         in PEM format.  Adjust to the XEmacs compatibility.
20866
20867 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20868
20869         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20870         by `string-to-number'.
20871         * gnus-agent.el (gnus-agent-regenerate-group)
20872         (gnus-agent-fetch-articles): Ditto.
20873         * gnus-art.el (gnus-button-fetch-group): Ditto.
20874         * gnus-cache.el (gnus-cache-generate-active)
20875         (gnus-cache-articles-in-group): Ditto.
20876         * gnus-group.el (gnus-group-set-current-level)
20877         (gnus-group-insert-group-line): Ditto.
20878         * gnus-score.el (gnus-score-set-expunge-below)
20879         (gnus-score-set-mark-below, gnus-summary-score-effect)
20880         (gnus-summary-score-entry): Ditto.
20881         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20882         (gnus-soup-pack): Ditto.
20883         * gnus-spec.el (gnus-xmas-format): Ditto.
20884         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20885         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20886         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20887         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20888         * nndb.el (nndb-get-remote-expire-response): Ditto.
20889         * nndiary.el (nndiary-parse-schedule-value)
20890         (nndiary-string-to-number, nndiary-request-replace-article)
20891         (nndiary-request-article): Ditto.
20892         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20893         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20894         * nneething.el (nneething-make-head): Ditto.
20895         * nnfolder.el (nnfolder-request-article)
20896         (nnfolder-retrieve-headers): Ditto.
20897         * nnheader.el (nnheader-file-to-number): Ditto.
20898         * nnkiboze.el (nnkiboze-request-article): Ditto.
20899         * nnmail.el (nnmail-process-unix-mail-format)
20900         (nnmail-process-babyl-mail-format): Ditto.
20901         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20902         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20903         (nnmh-request-create-group, nnmh-request-list-1)
20904         (nnmh-request-group, nnmh-request-article): Ditto.
20905         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20906         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20907         * nnsoup.el (nnsoup-make-active): Ditto.
20908         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20909         * nntp.el (nntp-find-group-and-number)
20910         (nntp-retrieve-headers-with-xover): Ditto.
20911         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20912         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20913         (pgg-format-key-identifier): Ditto.
20914         * pop3.el (pop3-last, pop3-stat): Ditto.
20915         * qp.el (quoted-printable-decode-region): Ditto.
20916
20917         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20918         of concat.
20919
20920 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20923
20924         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20925
20926         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20927
20928         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20929
20930         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20931
20932         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20933
20934         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20935         (gnus-carpal-mode): Ditto.
20936
20937         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20938         (gnus-browse-mode): Ditto.
20939
20940         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20941
20942         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20943
20944 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20945
20946         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20947
20948 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20949
20950         * gnus-util.el (gnus-run-mode-hooks): New function.
20951
20952         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20953
20954         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20955         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20956
20957 2005-05-27  Lute Kamstra  <lute@gnu.org>
20958
20959         * dns-mode.el (dns-mode): Specify customization group.
20960
20961 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20962
20963         * gnus-agent.el (gnus-agent-make-mode-line-string):
20964         Use mode-line-highlight as mouse-face.
20965
20966 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20967
20968         * canlock.el (canlock): Change the parent group to news.
20969
20970         * deuglify.el (gnus-outlook-deuglify): Add :group.
20971
20972         * dig.el (dig): Add :group.
20973
20974         * dns-mode.el (dns-mode): Add :group.
20975
20976         * encrypt.el (encrypt): Add :group.
20977
20978         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20979         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20980         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20981         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20982         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20983
20984         * gnus-diary.el (gnus-diary): Add :group.
20985
20986         * gnus.el (gnus-group-news-1-face): Add :group.
20987         (gnus-group-news-1-empty-face): Ditto.
20988         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20989         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20990         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20991         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20992         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20993         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20994         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20995         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20996         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20997         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20998         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20999         (gnus-summary-high-ticked-face): Ditto.
21000         (gnus-summary-low-ticked-face): Ditto.
21001         (gnus-summary-normal-ticked-face): Ditto.
21002         (gnus-summary-high-ancient-face): Ditto.
21003         (gnus-summary-low-ancient-face): Ditto.
21004         (gnus-summary-normal-ancient-face): Ditto.
21005         (gnus-summary-high-undownloaded-face): Ditto.
21006         (gnus-summary-low-undownloaded-face): Ditto.
21007         (gnus-summary-normal-undownloaded-face): Ditto.
21008         (gnus-summary-high-unread-face): Ditto.
21009         (gnus-summary-low-unread-face): Ditto.
21010         (gnus-summary-normal-unread-face): Ditto.
21011         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21012         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21013
21014         * hashcash.el (hashcash): New custom group.
21015         (hashcash-default-payment): Add :group.
21016         (hashcash-payment-alist): Ditto.
21017         (hashcash-default-accept-payment): Ditto.
21018         (hashcash-accept-resources): Ditto.
21019         (hashcash-path): Ditto.
21020         (hashcash-extra-generate-parameters): Ditto.
21021         (hashcash-double-spend-database): Ditto.
21022         (hashcash-in-news): Ditto.
21023
21024         * message.el (message-minibuffer-local-map): Add :group.
21025
21026         * netrc.el (netrc): Add :group.
21027
21028         * sieve-manage.el (sieve-manage-log): Add :group.
21029         (sieve-manage-default-user): Diito.
21030         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21031         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21032         (sieve-manage-authenticators): Ditto.
21033         (sieve-manage-authenticator-alist): Ditto.
21034         (sieve-manage-default-port): Ditto.
21035
21036         * sieve-mode.el (sieve-control-commands-face): Add :group.
21037         (sieve-action-commands-face): Ditto.
21038         (sieve-test-commands-face): Ditto.
21039         (sieve-tagged-arguments-face): Ditto.
21040
21041         * smime.el (smime): Add :group.
21042
21043         * spam-report.el (spam-report): Add :group.
21044
21045         * spam.el (spam, spam-face): Add :group.
21046
21047 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21048
21049         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21050         return \n.\n.\n at the end of articles.  Protect against that.
21051         (nntp-with-open-group): Allow debugging.
21052
21053         * nnheader.el (mail-header-set-extra): Make into a function
21054         because I just could't understand how to quote the list properly.
21055
21056         * dns.el (query-dns-cached): New function.
21057
21058 2005-05-26  Lute Kamstra  <lute@gnu.org>
21059
21060         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21061
21062 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21063
21064         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21065
21066         * gnus-art.el: Don't autoload mail-extract-address-components.
21067
21068         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21069         eval-and-compile to evaluate it.
21070
21071         * hashcash.el: Don't autoload executable-find.
21072
21073         * nndb.el: Don't declare the nndb back end two or more times; don't
21074         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21075
21076         * nntp.el: Autoload format-spec instead of format; use
21077         eval-and-compile to evaluate autoload forms.
21078
21079 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21080
21081         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21082
21083 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21084
21085         * gnus.el (gnus-version-number): Bump version.
21086
21087 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21088
21089         * gnus.el: No Gnus v0.3 is released.
21090
21091 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21092
21093         * lpath.el (featurep): Bind show-nonbreak-escape.
21094
21095 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21096
21097         * gnus-art.el (gnus-article-edit-part): Disable undo.
21098
21099 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21102         gnus-article-date-lapsed-new-header is t if date timer is active;
21103         skip headers in which the original date value is empty.
21104         (gnus-article-save-original-date): Redefine it as a macro.
21105         (gnus-display-mime): Use it.
21106
21107 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21108
21109         * gnus-art.el (article-date-ut): Support converting date in
21110         forwarded parts as well.
21111         (gnus-article-save-original-date): New function.
21112         (gnus-display-mime): Use it.
21113
21114 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21115
21116         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21117         enclosure element of <item>.
21118
21119 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21120
21121         * message.el (message-kill-buffer-query): Rename from
21122         `message-kill-buffer-query-if-modified'.  Add :version.
21123
21124 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21127         window layout.
21128
21129 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21130
21131         * mml.el: Autoload dnd when compiling.
21132
21133 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21134
21135         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21136         x-dnd-*.
21137
21138 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * qp.el (quoted-printable-encode-region): Save excursion.
21141
21142 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21143
21144         * message.el (message-kill-buffer-query-if-modified): Add new variable
21145         so the user can kill a modified message buffer quickly.
21146         (message-kill-buffer): Use it.
21147
21148 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * lpath.el: Fbind display-time-event-handler; don't fbind
21151         string-to-multibyte.
21152
21153         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21154
21155 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21158         contained in text because xml.el decodes entities) with LFs.
21159
21160 2005-04-11  Lute Kamstra  <lute@gnu.org>
21161
21162         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21163         differently.
21164
21165 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21166
21167         * mm-util.el (mm-detect-coding-region): Typo.
21168
21169 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21172
21173 2005-04-06  Deepak Goel  <deego@gnufans.org>
21174
21175         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21176         user-function allow user modifications of the scores.
21177         (spam-stat-score-buffer-user): New function, to allow
21178         user-computed modifications to the score.
21179         (spam-stat-score-buffer-user-functions): List of additional
21180         scoring functions.
21181         (spam-stat-error-holder): Global temporary error holder.
21182         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21183         variable.
21184
21185 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21186
21187         * gnus-registry.el (gnus-registry-clean-empty-function)
21188         (gnus-registry-trim, gnus-registry-fetch-groups)
21189         (gnus-registry-delete-group): Groups that match
21190         `gnus-registry-ignored-groups' are removed from the registry
21191         entries, not just ignored for splitting.  This helps clean up the
21192         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21193         to get all the groups a message ID is in.
21194
21195         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21196         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21197         (spam-stat-score-buffer-user-functions): Add :number custom type.
21198
21199 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21202         argument in XEmacs.
21203
21204         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21205         (nnrss-request-group): Decode group name first.
21206         (nnrss-request-article): Make a text/plain article if mml-to-mime
21207         failed.
21208         (nnrss-get-encoding): Return a compatible encoding according to
21209         nnrss-compatible-encoding-alist.
21210         (nnrss-find-el): Use consp instead of listp.
21211         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21212
21213 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21216         which Emacs 20 doesn't support.
21217         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21218
21219 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21222         silence the byte compiler inside the defun.
21223
21224         * gnus-demon.el (parse-time-string): Add autoload.
21225
21226         * gnus-delay.el (parse-time-string): Add autoload.
21227
21228         * gnus-art.el (parse-time-string): Add autoload.
21229
21230         * nnultimate.el (parse-time): Require for `parse-time-string'.
21231
21232 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21233
21234         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21235
21236         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21237
21238         * smime.el (smime-ldap-host-list): Add :version.
21239
21240 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21241
21242         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21243         pass it to `gnus-browse-read-group'.
21244         (gnus-browse-read-group): Add NUMBER argument and pass it to
21245         `gnus-group-read-ephemeral-group'.
21246
21247         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21248         argument and pass it to `gnus-group-read-group'.
21249
21250 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21251
21252         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21253         mm-xemacs-find-mime-charset-1 if we have the mule feature
21254         available at runtime.
21255
21256 2005-03-25  Werner Lemberg  <wl@gnu.org>
21257
21258         * nnmaildir.el: Replace `illegal' with `invalid'.
21259
21260 2005-03-23  Lute Kamstra  <lute@gnu.org>
21261
21262         * time-date.el: Add comment on time value formats.
21263         Don't require parse-time.
21264         (with-decoded-time-value): New macro.
21265         (encode-time-value): New function.
21266         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21267         (days-to-time): Return a valid time value when arg is huge.
21268         (time-since): Use time-subtract.
21269         (time-to-number-of-days): Use time-to-seconds.
21270
21271 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21272
21273         * gnus-start.el (gnus-display-time-event-handler):
21274         Check display-time-timer at runtime rather than only at load time
21275         in case display-time-mode is turned off in the mean time.
21276
21277 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21278
21279         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21280         used.
21281
21282         * nneething.el (nneething-map-file-directory): Derive from
21283         `gnus-directory'.
21284
21285         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21286         the To/Cc button.
21287
21288 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21289
21290         * nnmaildir.el (nnmaildir-request-accept-article):
21291         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21292
21293 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21294
21295         * gnus-async.el: Require timer-funcs at compile time when in
21296         XEmacs for `run-with-idle-timer'.
21297
21298 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21299
21300         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21301         autoloaded function.
21302
21303 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21304
21305         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21306
21307 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21308
21309         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21310
21311 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21312
21313         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21314         Add gnus-expert-user to default.
21315
21316 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21317
21318         * nnimap.el (nnimap-open-server): Ditto.
21319
21320         * imap.el (imap-authenticate): Fix typo.
21321
21322 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21323
21324         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21325         buffer (since IMAP server might return FETCH response out of
21326         order, and the nntp buffer must be sorted).
21327
21328 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21329
21330         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21331         comparison on string.
21332
21333         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21334         (gnus-agent-score): Rename category keywords to match gnus-cus.
21335         (gnus-agent-summary-fetch-series): Modify to protect against
21336         gnus-agent-summary-fetch-group clearing processable flags.
21337         (gnus-agent-synchronize-group-flags): Update live group buffer as
21338         synchronization may occur due to the user toggle the plugged
21339         status.
21340         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21341         successfully downloaded.
21342         (gnus-agent-expire-group-1): Avoid using markers when the overview
21343         is in ascending order; greatly improves performance.
21344         (gnus-agent-regenerate-group):
21345         Use gnus-agent-synchronize-group-flags to reset read status in both
21346         gnus and server.
21347         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21348
21349 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * message.el: Don't autoload former message-utils variables.
21352         (message-strip-subject-trailing-was): Change doc string.
21353
21354         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21355         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21356         (nnweb-google-search): Add "hl=en" here.
21357         (nnweb-google-parse-1, nnweb-google-create-mapping):
21358         Don't hardcode URL.
21359
21360 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21361
21362         * message.el (message-get-reply-headers, message-followup):
21363         Mention related variables `message-use-followup-to' and
21364         `message-use-mail-followup-to', in the information buffer.
21365
21366         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21367         of broken groups(-beta).google.com.
21368
21369 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21370
21371         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21372         parameter to invoked gnus-request-move-article; remove the
21373         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21374         all at once instead of once per article.
21375         (gnus-summary-remove-process-mark): Accept a list of articles as
21376         well as a single article for processing.
21377
21378         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21379         parameter.
21380
21381         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21382
21383         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21384
21385         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21386         parameter.
21387
21388         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21389         parameter.
21390
21391         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21392         parameter and remove the gnus-sum-hint-move-is-internal variable.
21393
21394         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21395         parameter.
21396
21397         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21398         parameter.
21399
21400         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21401         parameter.
21402
21403         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21404
21405         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21406         parameter.
21407
21408         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21409         parameter.
21410
21411 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21412
21413         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21414         a more conservative way.
21415
21416 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21417
21418         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21419         buffer, so it moves the window's cursor.
21420
21421 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21422
21423         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21424         `mm-dissect-multipart' and receive the from field as an (optional)
21425         argument from `mm-dissect-multipart'.
21426         (mm-dissect-multipart): Receive the from field as an argument and
21427         pass it on when we call `mm-dissect-buffer' on MIME parts.
21428         Fixes verification/decryption of signed/encrypted MIME parts.
21429
21430 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21431
21432         * gnus-sum.el (gnus-summary-move-article):
21433         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21434         whatever it calls (right now, only nnimap-request-move article
21435         respects it).
21436
21437         * nnimap.el (nnimap-request-move-article):
21438         When gnus-sum-hint-move-is-internal is set, don't do the extra
21439         nnimap-request-article.
21440
21441 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21442
21443         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21444
21445         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21446         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21447
21448         * gnus-sum.el (gnus-summary-caesar-message):
21449         Apply `gnus-treat-article' after rotation.
21450
21451         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21452         doc string.
21453
21454 2005-02-22  Simon Josefsson  <jas@extundo.com>
21455
21456         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21457         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21458         <arne@arnested.dk>.
21459         (encrypt): Add password-cache and password-cache-expiry as group
21460         members.
21461
21462 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21463
21464         * smime.el (smime-ldap-host-list): Doc fix.
21465         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21466         cache) password.
21467         (smime-sign-region): Use it.
21468         (smime-decrypt-region): Use it.
21469         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21470         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21471         fails.
21472         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21473         certificate from DER to PEM format rather than calling openssl.
21474
21475         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21476
21477         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21478         for signing/encryption.
21479
21480         * mml.el (mml-parse-1): Use them.
21481
21482 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21483
21484         * nnrss.el (nnrss-verbose): Remove.
21485         (nnrss-request-group): Use `nnheader-message' instead.
21486
21487 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21488
21489         * nnrss.el (nnrss-verbose): New variable.
21490         (nnrss-request-group): Make it say nnrss is requesting a group.
21491
21492 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21493
21494         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21495         Handle news URL with given port correctly.
21496
21497 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21500         containing special characters.
21501
21502         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21503
21504         * mml.el (mime-to-mml): Ditto.
21505
21506         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21507         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21508         (rfc2047-decode-region): Quote decoded words containing special
21509         characters when rfc2047-quote-decoded-words-containing-tspecials
21510         is non-nil.
21511
21512 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21513
21514         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21515
21516         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21517
21518 2005-02-15  Simon Josefsson  <jas@extundo.com>
21519
21520         * nnimap.el (nnimap-debug): Doc fix.
21521
21522         * imap.el (imap-debug): Doc fix.
21523
21524 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21525
21526         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21527
21528 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21529
21530         * gnus.el (spam-contents): Improve docs for spam-contents
21531         parameter in its variable incarnation.
21532
21533 2005-02-14  Simon Josefsson  <jas@extundo.com>
21534
21535         * smime-ldap.el: Use require instead of load-library for ldap.
21536         (smime-ldap-search): Indent.
21537         (smime-ldap-search-internal): Shorten line.
21538
21539         * smime.el (smime-cert-by-dns): Add doc-string.
21540         (smime-cert-by-ldap-1): Indent.
21541
21542         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21543         mml-smime-get-dns-ldap.
21544         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21545
21546 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21547
21548         * smime.el: Require smime-ldap.
21549         (smime-ldap-host-list): New variable.
21550         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21551
21552         * mml-smime.el (mml-smime-encrypt-query): New function.
21553         (mml-smime-encrypt-query): Use it.
21554
21555         * smime-ldap.el: New file.
21556
21557 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21560
21561 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21562
21563         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21564         argument in doc string.  Make query for type more clear.
21565
21566 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21567
21568         * gnus.el (gnus-group-startup-message): Search for gnus images in
21569         etc/images/gnus.
21570         * mm-util.el (mm-image-load-path): Likewise.
21571         * smiley.el (smiley-data-directory): Search for smilies in
21572         etc/images/smilies.
21573
21574 2005-02-09  Kim F. Storm  <storm@cua.dk>
21575
21576         Change Emacs release version from 21.4 to 22.1 throughout.
21577         Change Emacs development version from 21.3.50 to 22.0.50.
21578
21579 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21582
21583         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21584         non-Mule XEmacs as well.
21585         (mm-decompress-buffer): Signal an error intentionally if it does
21586         not decompress compressed data because auto-compression-mode is
21587         disabled.
21588
21589 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21590
21591         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21592         an ID in the registry even if it has no groups.
21593
21594 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21595
21596         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21597         merge it into mm-decompress-buffer.
21598         (gnus-mime-copy-part): Use the MIME part charset, the value which
21599         a user specified or gnus-newsgroup-charset for decoding, like
21600         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21601         save-buffer what was used.  Suggested by Kevin Ryde
21602         <user42@zip.com.au>.
21603         (gnus-mime-inline-part): Allow the name parameter as well as the
21604         filename parameter; force decompressing of compressed data; always
21605         display contents being not decoded as unibyte.
21606
21607         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21608         as well as the filename parameter.
21609
21610         * mm-util.el (mm-decompress-buffer):
21611         Merge gnus-mime-jka-compr-maybe-uncompress.
21612         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21613         of compressed data.
21614
21615 2005-02-08  Simon Josefsson  <jas@extundo.com>
21616
21617         * imap.el (imap-log): Doc fix.
21618
21619 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21620
21621         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21622         the coding cookies; decompress compressed parts.
21623
21624         * mml.el (mml-generate-mime-1): Add the charset parameter according
21625         to the value which a user specified manually or the coding cookie.
21626
21627         * mm-util.el (mm-string-to-multibyte): New function.
21628         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21629         (mm-coding-system-to-mime-charset): New function.
21630         (mm-decompress-buffer): New function.
21631         (mm-find-buffer-file-coding-system): New function.
21632
21633         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21634         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21635         parts.
21636
21637 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21638
21639         * mm-view.el (mm-display-inline-fontify): Decode a part according
21640         to the charset parameter.
21641
21642 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21645         prefix arg is neither nil nor a number, as info specifies.
21646
21647 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21650         timestamps.
21651
21652 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21653
21654         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21655         groups error checking and notify user.
21656
21657 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21658
21659         * message.el (message-send-mail-function): Check existence of
21660         sendmail-program first before using default value
21661         `message-send-mail-with-sendmail'.  Otherwise use more generic
21662         `smtpmail-send-it'.
21663
21664 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21665
21666         * nntp.el (nntp-request-update-info): Always return nil.
21667
21668 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21669
21670         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21671
21672 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21673
21674         * message.el (message-beginning-of-line): Change the behavior when
21675         invoked between BOL and : so that it first moves backward.
21676
21677 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21680         article buffer when editing of the article is discarded.
21681         (gnus-article-prepare): Revert.
21682
21683 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21684
21685         * gnus-art.el (gnus-article-prepare):
21686         Remove message-strip-forbidden-properties from the local hook.
21687
21688 2005-01-27  Simon Josefsson  <jas@extundo.com>
21689
21690         * password.el (password-cache-add): Only start one timer per key.
21691         Reported by Derek Atkins <warlord@MIT.EDU>.
21692
21693 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21694
21695         * run-at-time.el: Remove.  It is no longer needed as
21696         timer-funcs.el in the xemacs-base package has a working version of
21697         `run-at-time'.
21698
21699         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21700
21701         * password.el: Require timer-funcs instead of run-at-time in
21702         XEmacs.
21703         Remove `password-run-at-time' macro.
21704         (password-cache-add): Use `run-at-time' instead of
21705         `password-run-at-time'.
21706
21707         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21708         Remove `nnheader-cancel-function-timers' alias,
21709         `cancel-function-timers' exists in XEmacs in timer-funcs.
21710
21711         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21712         for `run-with-idle-timer'.
21713
21714         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21715         for `run-at-time'.
21716
21717         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21718         for `with-timeout'.
21719
21720         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21721         the same as for XEmacs 21.4.
21722         No need to ignore `run-with-idle-timer', this function exists in
21723         XEmacs now in timer-funcs.el in the xemacs-base package.
21724         (dgnushack-compile): No need to delete
21725         run-at-time.el from the list of files to compile because it
21726         doesn't exist anymore.
21727
21728 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21731         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21732
21733 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21734
21735         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21736         sensitively.
21737
21738 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21739
21740         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21741
21742 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21745         which will be inserted according to the multibyteness of a buffer
21746         rather than the type of contents.  Suggested by ARISAWA Akihiro
21747         <ari@mbf.ocn.ne.jp>.
21748
21749         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21750         of string which old xml.el may return rather than a string.
21751
21752 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21753
21754         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21755
21756 2005-01-16  Simon Josefsson  <jas@extundo.com>
21757
21758         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21759         idn/idna.el isn't available.
21760         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21761         <michael@waxrat.com>.
21762
21763         * hashcash.el: Remove non-FSF copyright header.
21764
21765         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21766         (hashcash-generate-payment): Use it.
21767         (hashcash-generate-payment-async): Use it.
21768
21769 2005-01-15  Simon Josefsson  <jas@extundo.com>
21770
21771         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21772         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21773
21774         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21775         gnus-summary-idna-message.
21776         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21777         (gnus-summary-idna-message): New function.
21778
21779 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21780
21781         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21782         gnus-novice-user.
21783
21784 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * nnrss.el (nnrss-request-delete-group): Delete entries in
21787         nnrss-group-alist as well.
21788         (nnrss-save-server-data): Insert newline.
21789
21790 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21791
21792         * gnus.el (gnus-user-agent): Use list of symbols instead of
21793         symbols.  Display full version number for (S)XEmacs.
21794         Optionally display (S)XEmacs codename.
21795
21796         * gnus-util.el (gnus-emacs-version): Update for new
21797         `gnus-user-agent'.
21798
21799         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21800         Gnus version.
21801
21802 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21803
21804         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21805         which is unreadable in some setups.
21806
21807 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * gnus-spec.el (gnus-update-format-specifications): Flush the
21810         group format spec cache if it doesn't support decoded group names.
21811
21812 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21813
21814         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21815         Allow to apply decay on score files matching a regexp.
21816
21817 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21818
21819         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21820         compatibility in %g and %c.
21821
21822 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21823
21824         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21825         name for only %g and %c.
21826         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21827         of gnus-tmp-group to decoded group name.
21828         (gnus-group-make-rss-group): Exclude `/'s from group names.
21829
21830 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * nnrss.el (nnrss-get-encoding): Fix regexp.
21833
21834 2004-12-27  Simon Josefsson  <jas@extundo.com>
21835
21836         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21837         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21838         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21839
21840 2004-12-17  Kim F. Storm  <storm@cua.dk>
21841
21842         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21843
21844         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21845
21846 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21847
21848         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21849
21850 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * nnrss.el: Require rfc2047 and mml.
21853         (nnrss-file-coding-system): New variable.
21854         (nnrss-format-string): Redefine it as an inline function.
21855         (nnrss-decode-group-name): New function.
21856         (nnrss-string-as-multibyte): Remove.
21857         (nnrss-retrieve-headers): Decode group name; don't use
21858         nnrss-format-string.
21859         (nnrss-request-group): Decode group name.
21860         (nnrss-request-article): Decode group name; allow a Message-ID as
21861         well as an article number; don't use nnrss-format-string; encode a
21862         Message-ID string which may contain non-ASCII characters; use
21863         mml-to-mime to compose a MIME article.
21864         (nnrss-request-expire-articles): Decode group name.
21865         (nnrss-request-delete-group): Decode group name.
21866         (nnrss-fetch): Clarify error message.
21867         (nnrss-read-server-data): Use insert-file-contents instead of load;
21868         bind file-name-coding-system; use multibyte buffer.
21869         (nnrss-save-server-data): Bind coding-system-for-write to the
21870         value of nnrss-file-coding-system; bind file-name-coding-system;
21871         add coding cookie.
21872         (nnrss-read-group-data): Use insert-file-contents instead of load;
21873         bind file-name-coding-system; use multibyte buffer.
21874         (nnrss-save-group-data): Bind coding-system-for-write to the
21875         value of nnrss-file-coding-system; bind file-name-coding-system.
21876         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21877         make it work with non-ASCII text.
21878         (nnrss-find-el): Make it work with old xml.el as well.
21879
21880 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21881
21882         * nnrss.el (nnrss-get-encoding): New function.
21883         (nnrss-fetch): Use unibyte buffer initially; bind
21884         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21885         decode contents according to the encoding attribute.
21886         (nnrss-save-group-data): Add coding cookie.
21887         (nnrss-mime-encode-string): New function.
21888         (nnrss-check-group): Use it to encode subject and author.
21889
21890 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21891
21892         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21893         imaginary variable.
21894
21895 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21898         correctly even if there are wide characters.
21899
21900 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21901
21902         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21903         downcased symbol names; make a new cache instead of reusing
21904         bbdb-hashtable.
21905
21906 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21909         concatenating segments rather than before concatenating them.
21910         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21911
21912         * message.el (message-get-reply-headers): Bind `extra'.
21913
21914 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21915
21916         * message.el (message-extra-wide-headers): New variable.
21917         (message-get-reply-headers): Use it.
21918
21919 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21920
21921         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21922         (gnus-agent-group-pathname): Ditto.
21923
21924         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21925
21926         * gnus-group.el (gnus-group-make-group): Decode group name.
21927         (gnus-group-make-rss-group): Register the group data after opening
21928         the nnrss group.
21929
21930 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21931
21932         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21933         by expiry now get marked as read.
21934
21935 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21936
21937         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21938
21939 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21940
21941         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21942         unify Latin characters in XEmacs.
21943         (mm-find-mime-charset-region): Use it.
21944
21945 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21946
21947         * gnus-util.el (gnus-delete-directory): New function.
21948
21949         * gnus-agent.el (gnus-agent-delete-group): Use it.
21950
21951         * gnus-cache.el (gnus-cache-delete-group): Use it.
21952
21953 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21956         names.
21957
21958 2004-12-16  Simon Josefsson  <jas@extundo.com>
21959
21960         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21961
21962 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21965
21966         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21967         (gnus-group-set-current-level): Decode group name.
21968
21969 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21970
21971         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21972         failed.
21973
21974 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21975
21976         * gnus-group.el (gnus-group-delete-group): Decode group name.
21977         (gnus-group-make-rss-group): Encode group name.
21978         (gnus-group-catchup-current): Decode group name.
21979         (gnus-group-kill-group): Decode group name.
21980
21981 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21982
21983         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21984
21985 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21986
21987         * gnus-group.el (gnus-group-make-rss-group):
21988         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21989
21990         * gnus-start.el (gnus-setup-news): Honor user's setting to
21991         gnus-message-archive-method.  Suggested by Lute Kamstra
21992         <lute@gnu.org>.
21993
21994 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21995
21996         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21997         global counterparts of the buffer-local variables.
21998
21999 2004-11-16  Romain Francoise  <romain@orebokech.com>
22000
22001         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22002         counterparts of the buffer-local variables.
22003
22004 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22005
22006         * message.el (message-forbidden-properties): Fix typo in doc
22007         string.
22008
22009 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22010
22011         * gnus-util.el (gnus-replace-in-string): Add doc string.
22012
22013         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22014         to avoid problems when splitting mails with many recipients.
22015
22016 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22017
22018         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22019         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22020
22021 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22022
22023         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22024         if there is no hashtable in memory or file modification time is
22025         newer than cached timestamp.
22026
22027 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22028
22029         * gnus-sum.el (gnus-summary-limit-to-recipient):
22030         Implement not-matching option.
22031
22032 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22033
22034         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22035         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22036         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22037         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22038         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22039         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22040
22041 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22042
22043         * message.el (message-forward-make-body-mml): Remove headers
22044         according to message-forward-ignored-headers if a message is decoded.
22045
22046 2004-12-02  Romain Francoise  <romain@orebokech.com>
22047
22048         * message.el (message-forward-make-body-plain): Always remove
22049         headers according to message-forward-ignored-headers.
22050
22051 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22052
22053         * spam.el (spam-summary-prepare-exit): Remove the
22054         gnus-summary-limit pop for now, it has problems with ham marks for
22055         me.
22056
22057 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22058
22059         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22060         correctly.
22061
22062 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22063
22064         * format-spec.el (format-spec): Message the char.
22065
22066 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22067
22068         * gnus-art.el (gnus-split-methods): Reformat comments.
22069
22070         * spam.el (spam-summary-prepare-exit): Remove article limits
22071         before exiting the summary buffer.
22072
22073 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22074
22075         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22076         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22077
22078         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22079         order to silence the byte compiler.
22080
22081         * spam.el: Fix the way to silence the byte compiler, which
22082         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22083         bbdb-search-simple, spam-BBDB-register-routine,
22084         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22085         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22086         spam-stat-buffer-is-spam, spam-stat-load,
22087         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22088         spam-stat-save and spam-stat-split-fancy.
22089
22090 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22091
22092         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22093         which may confuse users.
22094         (canlock-password-for-verify): Ditto.
22095
22096         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22097
22098         * gnus-art.el (gnus-emphasis-alist): Ditto.
22099
22100         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22101
22102         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22103
22104         * gnus-start.el (gnus-save-killed-list): Ditto.
22105
22106         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22107         (gnus-sum-thread-tree-root): Ditto.
22108         (gnus-sum-thread-tree-false-root): Ditto.
22109         (gnus-sum-thread-tree-single-indent): Ditto.
22110
22111         * message.el (message-courtesy-message): Ditto.
22112         (message-archive-note): Ditto.
22113         (message-subscribed-address-file): Ditto.
22114         (message-user-fqdn): Ditto.
22115
22116         * spam-report.el (spam-report-gmane-regex): Ditto.
22117
22118         * spam.el (spam-blackhole-good-server-regex): Ditto.
22119
22120 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * mml.el (mml-preview): Widen the message buffer before copying
22123         the contents to the preview buffer; sort headers before previewing.
22124
22125         * message.el (message-hidden-headers): Fix the way to avoid a bug
22126         in the `repeat' widget in Emacs 21.3 or earlier.
22127
22128 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * message.el (message-hidden-headers): Default to "^References:".
22131         Improve customization type.  Suggested by Reiner Steib
22132         <Reiner.Steib@gmx.de>.
22133
22134 2004-11-25  Romain Francoise  <romain@orebokech.com>
22135
22136         * message.el (message-strip-forbidden-properties): Remove check for
22137         obsolete `message-hidden' text property, hidden headers are not
22138         accessible in the buffer anymore.
22139
22140 2004-11-22  Romain Francoise  <romain@orebokech.com>
22141
22142         * message.el (message-header-format-alist): Add `From' in list
22143         so that it can be sorted.
22144         (message-fix-before-sending): Widen and sort headers before
22145         sending.
22146         (message-hide-headers): Use narrowing to hide headers by moving
22147         them to the top of the buffer and narrowing to the region
22148         underneath.
22149
22150 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22151
22152         * message.el (message-strip-forbidden-properties):
22153         Bind buffer-read-only (etc) to nil.
22154
22155 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22156
22157         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22158         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22159
22160 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22161
22162         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22163
22164 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22165
22166         * dns.el (query-dns): Use sit-for to time instead of
22167         accept-process-output, since that doesn't seem to work on udp
22168         sockets.
22169
22170 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22171
22172         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22173
22174 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22175
22176         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22177         doc string.  Improve doc string.
22178
22179 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * nntp.el (nntp-request-update-info): Return nil if
22182         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22183         may not call gnus-activate-group which uselessly issues the GROUP
22184         commands for all nntp groups and wastes time.  Reported by Romain
22185         Francoise <romain@orebokech.com>.
22186
22187         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22188
22189 2004-11-15  Simon Josefsson  <jas@extundo.com>
22190
22191         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22192         headers separately.
22193         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22194         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22195
22196 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22197
22198         * gnus-start.el (gnus-convert-old-newsrc):
22199         Assign legacy-gnus-agent to 5.10.7.
22200
22201 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22202
22203         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22204         start of the lines.
22205
22206 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22207
22208         * hashcash.el (hashcash-default-payment): Change default to 20.
22209         (hashcash-default-accept-payment): Change default to 20.
22210         (hashcash-process-alist): New variable.
22211         (hashcash-generate-payment-async): Add.
22212         (hashcash-already-paid-p): Add.
22213         (hashcash-insert-payment): Don't generate payments twice.
22214         (hashcash-insert-payment-async): Add.
22215         (hashcash-insert-payment-async-2): Add.
22216         (hashcash-cancel-async): Add.
22217         (hashcash-wait-async): Add.
22218         (hashcash-processes-running-p): Add.
22219         (hashcash-wait-or-cancel): Add.
22220         (mail-add-payment): New optional argument.  Conditionally start
22221         asynchronous calculation.
22222         (mail-add-payment-async): Add.
22223
22224         * message.el (message-send-mail): Wait for asynchronous hashcash
22225         results.  Don't clobber existing X-Hashcash headers.
22226         (message-setup-1): Call mail-add-payment-async when
22227         message-generate-hashcash is non-nil.
22228
22229 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22230
22231         * message.el (message-use-alternative-email-as-from): Examine the
22232         From header as well; use message-make-from in order to include a
22233         user's full name.
22234
22235 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22238         default; improve customization type.
22239         (gnus-emphasis-custom-with-format): New macro.
22240         (gnus-emphasis-custom-value-to-external): New function.
22241         (gnus-emphasis-custom-value-to-internal): New function.
22242
22243 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22244
22245         * dns.el (query-dns): Resolve reverse addresses.
22246
22247 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22248
22249         * gnus-group.el (gnus-group-get-new-news): Use it.
22250
22251         * gnus-start.el (gnus-check-reasonable-setup): New function.
22252
22253 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22254
22255         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22256         "Args out of range" error.  Reported by Arnaud Giersch
22257         <arnaud.giersch@free.fr>.
22258
22259 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22260
22261         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22262
22263 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22264
22265         * spam.el (spam group): Add :version.
22266
22267         * pgg-def.el (pgg group): Add :version.
22268
22269 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22270
22271         * gnus-art.el (gnus-article-edit-article): Don't associate the
22272         article buffer with a draft file.  This is a temporary measure
22273         against the 2004-08-22 change to gnus-article-edit-mode.
22274
22275 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22276
22277         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22278         (html2text-format-tags): Remove unused variable `attr'.
22279
22280 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22281
22282         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22283
22284         * tls.el (tls-process-connection-type, tls-success)
22285         (tls-certtool-program): Add :version.
22286
22287         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22288         (starttls-extra-arguments, starttls-process-connection-type)
22289         (starttls-connect, starttls-failure, starttls-success): Add :version.
22290
22291         * spam-stat.el (spam-stat): Add :version.
22292
22293         * sieve.el (sieve): Add :version.
22294
22295         * sha1.el (sha1): Add :version.
22296         (sha1-use-external): Remove redundant version.
22297
22298         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22299         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22300         (nnmail-split-fancy-match-partial-words)
22301         (nnmail-split-lowercase-expanded): Add :version.
22302
22303         * nndiary.el (nndiary): Add :version.
22304
22305         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22306
22307         * mml-sec.el (mml-default-sign-method)
22308         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22309         Add :version.
22310
22311         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22312
22313         * mm-url.el (mm-url-use-external, mm-url-program)
22314         (mm-url-arguments): Add :version.
22315
22316         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22317         (mm-attachment-file-modes, mm-decrypt-option)
22318         (mm-w3m-safe-url-regexp): Add :version.
22319
22320         * message.el (message-cite-prefix-regexp)
22321         (message-sendmail-envelope-from, message-minibuffer-local-map)
22322         (message-user-fqdn, message-completion-alist): Add :version.
22323
22324         * gnus-win.el (gnus-configure-windows-hook)
22325         (gnus-use-frames-on-any-display): Add :version.
22326
22327         * gnus-art.el (gnus-article-address-banner-alist)
22328         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22329         (gnus-treat-from-picon, gnus-treat-mail-picon)
22330         (gnus-treat-x-pgp-sig): Add :version.
22331
22332         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22333         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22334         (gnus-summary-article-delete-hook)
22335         (gnus-summary-display-while-building): Add :version.
22336
22337         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22338         (gnus-get-top-new-news-hook): Add :version.
22339
22340         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22341         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22342
22343         * gnus-registry.el (gnus-registry): Add :version.
22344
22345         * gnus-spec.el (gnus-use-correct-string-widths)
22346         (gnus-make-format-preserve-properties): Add :version.
22347
22348         * gnus.el (gnus-group-charter-alist)
22349         (gnus-group-fetch-control-use-browse-url)
22350         (gnus-install-group-spam-parameters): Add :version.
22351
22352         * gnus-diary.el (gnus-diary): Add :version.
22353
22354         * gnus-delay.el (gnus-delay): Add :version.
22355
22356         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22357         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22358         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22359         Add :version.
22360
22361         * gnus-agent.el (gnus-agent-max-fetch-size)
22362         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22363         (gnus-agent-prompt-send-queue): Add :version.
22364
22365         * deuglify.el (gnus-outlook-deuglify): Add :version.
22366
22367         * html2text.el: Beautify code.  Improve doc strings.
22368         Some checkdoc cleanup.
22369         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22370
22371 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22372
22373         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22374
22375 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22376
22377         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22378         when package is loaded.
22379
22380         * spam.el (spam-summary-score-preferred-header): Add global preference
22381         for people who want to override the default SpamAssassin over
22382         Bogofilter preference (when both are set).
22383         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22384         (spam-user-format-function-S):
22385         Check spam-summary-score-preferred-header.
22386         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22387         (spam-user-format-function-S): Format the score correctly.
22388
22389 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22392         signature file.  Suggested by Manoj Srivastava
22393         <srivasta@golden-gryphon.com>.
22394
22395         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22396         iso-2022-jp even in the Japanese language environment.
22397         Suggested by Jason Rumney <jasonr@gnu.org>.
22398
22399 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22400
22401         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22402         use the same characters as the dummy marks; make it free from
22403         getting affected by the language environment.
22404         (gnus-summary-read-group-1): Update mark positions only when the
22405         format spec is updated.
22406
22407         * gnus-spec.el (gnus-update-format-specifications): Return a list
22408         of updated types.
22409
22410 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22411
22412         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22413         of boundp to check if display-warning is available.
22414
22415 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22416
22417         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22418
22419 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * nnspool.el (nnspool-spool-directory): Use news-path if the
22422         news-directory variable is not bound.
22423
22424         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22425         function instead of display-warning if it is not available.
22426
22427 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22428
22429         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22430         v5-10: Use `point-at-bol'.
22431
22432 2004-10-26  Simon Josefsson  <jas@extundo.com>
22433
22434         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22435         <chenggao@gmail.com>.
22436
22437 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22438
22439         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22440         instead.
22441
22442 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22443
22444         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22445         to remove a server from the nnimap-server-buffer-alist.
22446         (nnimap-open-connection, nnimap-close-server): Use it.
22447
22448         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22449
22450 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22453         running the major-mode function.
22454
22455 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22458         dummy marks in the right way.
22459
22460 2004-10-18  David Edmondson  <dme@dme.org>
22461
22462         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22463         excessively.
22464
22465 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22466
22467         * gnus-util.el (gnus-split-references): Accept a nil references
22468         string and go on blissfully.
22469
22470         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22471         cases where the references string is non-nil but has no references.
22472
22473         * encrypt.el: Add autoload tags.
22474
22475         * spam.el (spam-resolve-registrations-routine): Remove article
22476         from unregistration list too.  Reported by David Hanak
22477         <dhanak@isis.vanderbilt.edu>
22478
22479 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22480
22481         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22482         nil.  Change custom type.
22483
22484 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22485
22486         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22487
22488         * gnus-sum.el (gnus-summary-move-article): Use it.
22489
22490 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22491
22492         * encrypt.el: Add autoload cookies.
22493
22494         * spam.el (spam-backend-article-list-property)
22495         (spam-backend-get-article-todo-list)
22496         (spam-backend-put-article-todo-list)
22497         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22498         Resolve registrations separately.
22499         (spam-register-routine): Format comments.
22500         (spam-unregister-routine, spam-register-routine): Always call with
22501         specific-articles, no default list.
22502         (spam-summary-prepare-exit): Use the spam-classifications function.
22503
22504         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22505         gnus-encrypt.el.
22506
22507         * encrypt.el: Copied from gnus-encrypt.el.
22508
22509         * gnus-encrypt.el: Commented that it's obsolete.
22510
22511 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22512
22513         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22514         (gnus-score-save): Use it.
22515
22516         * message.el (message-bury): Use `window-dedicated-p'.
22517
22518 2004-10-15  Simon Josefsson  <jas@extundo.com>
22519
22520         * pop3.el (top-level): Don't require nnheader.
22521         (pop3-read-timeout): Add.
22522         (pop3-accept-process-output): Add.
22523         (pop3-read-response, pop3-retr): Use it.
22524
22525 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22526
22527         * spam.el (spam-register-routine): Move comment.
22528         (spam-verify-bogofilter): Use 'unknown for the initial
22529         spam-bogofilter-valid state, not 'never.
22530
22531         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22532         for netrc-machine.
22533
22534         * nnimap.el (nnimap-open-connection):
22535         Use netrc-machine-user-or-password.
22536
22537 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22538
22539         * gnus-registry.el (gnus-registry-unload-hook):
22540         Set as a variable with add-hook.
22541
22542         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22543         of news-path.
22544
22545         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22546
22547         * spam.el: Delete duplicate `provide'.
22548         (spam-unload-hook): Set as a variable with add-hook.
22549
22550 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22551
22552         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22553         in the doc string.
22554
22555         * message.el (message-ignored-news-headers)
22556         (message-ignored-supersedes-headers)
22557         (message-ignored-resent-headers)
22558         (message-forward-ignored-headers): Improve custom type.
22559
22560 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22561
22562         * message.el (message-tokenize-header): Fix 2004-09-06 change
22563         which used point-min in the wrong place.
22564
22565 2004-10-12  Simon Josefsson  <jas@extundo.com>
22566
22567         * tls.el (tls-certtool-program): New variable.
22568         (tls-certificate-information): New function, based on
22569         ssl-certificate-information.
22570
22571 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22572
22573         * compface.el: Move the version of ELisp-based uncompface program
22574         to the contrib directory because of the copyright problem.
22575
22576 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22577
22578         * message.el (message-kill-buffer): Raise the current frame.
22579
22580 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22581
22582         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22583
22584         * gnus.el (message-y-or-n-p): Autoload.
22585
22586         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22587         (pop3-password-required, pop3-authentication-scheme)
22588         (pop3-leave-mail-on-server): Make customizable.
22589         (pop3): New custom group.
22590         (pop3-retr): Remove `sleep-for' statements.
22591         Suggested by Dave Love <fx@gnu.org>.
22592
22593         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22594         Windows/DOS.
22595
22596         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22597         (imap-parse-body): Fix incorrect use of `assert'.
22598         Suggested by Dave Love <fx@gnu.org>.
22599
22600         * mml.el (mml-minibuffer-read-disposition): Require match.
22601         Suggested by Dave Love <fx@gnu.org>.
22602
22603 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22604
22605         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22606         doc string.
22607
22608 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22609
22610         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22611
22612 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22613
22614         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22615         instead of calling `mm-insert-inline', to decode text/* parts
22616         before displaying them.
22617
22618 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22619
22620         * mm-uu.el (mm-uu-text-plain-type): New variable.
22621         (mm-uu-pgp-signed-extract-1): Use it.
22622         (mm-uu-pgp-encrypted-extract-1): Use it.
22623         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22624         bind mm-uu-text-plain-type with that value.
22625         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22626         mm-uu-dissect.
22627
22628 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22629
22630         * gnus-group.el (gnus-update-group-mark-positions):
22631         * gnus-sum.el (gnus-update-summary-mark-positions):
22632         * message.el (message-check-news-body-syntax):
22633         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22634         of string-as-multibyte.
22635
22636 2004-10-05  Juri Linkov  <juri@jurta.org>
22637
22638         * gnus-group.el (gnus-update-group-mark-positions):
22639         * gnus-sum.el (gnus-update-summary-mark-positions):
22640         * message.el (message-check-news-body-syntax):
22641         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22642         8-bit unibyte values to a multibyte string for search functions.
22643
22644 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22645
22646         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22647         (mm-uu-dissect-text-parts): New function.
22648
22649         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22650         dissect text parts.
22651
22652         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22653         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22654
22655         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22656
22657         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22658         Use gnus-current-topics instead of gnus-current-topic.
22659
22660 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22661
22662         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22663
22664 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22665
22666         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22667         where appropriate.
22668
22669         * nnml.el (nnml-generate-active-info): do.
22670
22671         * nndiary.el (nndiary-generate-active-info): do.
22672
22673         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22674         (gnus-topic-move): do.
22675
22676         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22677         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22678
22679         * gnus-srvr.el (gnus-server-prepare)
22680         (gnus-server-open-all-servers): do.
22681
22682         * gnus-msg.el (gnus-summary-cancel-article)
22683         (gnus-summary-resend-message)
22684         (gnus-summary-mail-crosspost-complaint): do.
22685
22686         * gnus-move.el (gnus-change-server): do.
22687
22688         * gnus-group.el (gnus-group-unmark-all-groups)
22689         (gnus-group-set-current-level): do.
22690
22691 2004-10-04  Simon Josefsson  <jas@extundo.com>
22692
22693         * message.el (message-generate-hashcash): Doc fix.
22694
22695 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22696
22697         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22698         avoid infinite recursion via gnus-get-function.
22699
22700 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22701
22702         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22703
22704         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22705
22706         * nnmail.el (nnmail-split-history): do.
22707
22708         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22709         (nnml-request-delete-group): do.
22710
22711         * nnslashdot.el (nnslashdot-read-groups): do.
22712
22713         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22714         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22715
22716         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22717         (nnspool-sift-nov-with-sed): Use last.
22718         (nnspool-retrieve-headers-with-nov): Use mapc.
22719         (nnspool-request-newgroups): Use dolist.
22720         (nnspool-request-group): Use last.
22721
22722         * nntp.el (nntp-read-server-type): Use dolist.
22723
22724         * nnvirtual.el (nnvirtual-create-mapping)
22725         (nnvirtual-update-read-and-marked): Use dolist.
22726         (nnvirtual-convert-headers): Simplify.
22727
22728 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22729
22730         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22731         Add support for sync'ing tick marks.
22732
22733 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22734
22735         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22736         there's no visible header.
22737
22738 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22739
22740         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22741         When necessary, pass full group name to gnus-request-set-marks.
22742
22743 2004-10-01  Simon Josefsson  <jas@extundo.com>
22744
22745         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22746         acroread.
22747
22748 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22749
22750         * spam-report.el (spam-report-gmane): Fix interactive.
22751
22752         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22753
22754         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22755         when writing file.
22756         (gnus-agent-synchronize-flags): Don't default to being
22757         interactive.
22758
22759 2004-09-30  Simon Josefsson  <jas@extundo.com>
22760
22761         * message.el (message-generate-hashcash): Add.
22762         (message-send-mail): Use it, call mail-add-payment.
22763
22764 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22765
22766         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22767
22768 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22769
22770         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22771         gnus-requst-update-info with explicit code to sync the in-memory
22772         info read flags with the marks being sync'd to the backend.
22773
22774         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22775
22776 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22777
22778         * spam.el (spam-verify-bogofilter): Add new function.
22779         (spam-check-bogofilter)
22780         (spam-bogofilter-register-with-bogofilter): Use it.
22781         (spam-verify-bogofilter): Add small fixes.
22782
22783 2004-09-28  Simon Josefsson  <jas@extundo.com>
22784
22785         * hashcash.el (hashcash-generate-payment): Revert.
22786
22787 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22788
22789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22790         Use gnus-extract-references instead of gnus-split-references.
22791
22792         * gnus-util.el (gnus-extract-references): Add new function, analogous
22793         to gnus-split-references but extracts only the message-ID without
22794         anything extra.
22795
22796         * hashcash.el (hashcash-generate-payment)
22797         (hashcash-check-payment): Do the right thing if hashcash-path is
22798         nil (because the hashcash program could not be found).
22799
22800         * spam.el (spam-use-hashcash): Remove comment.
22801
22802 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22803
22804         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22805         (gnus-cache-enter-article, gnus-cache-remove-article)
22806         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22807
22808         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22809
22810         * gnus-art.el (article-hide-boring-headers)
22811         (article-translate-strings, article-display-face)
22812         (gnus-article-mime-match-handle-first)
22813         (gnus-article-highlight-headers)
22814         (gnus-article-add-buttons-to-head): do.
22815
22816 2004-09-27  Simon Josefsson  <jas@extundo.com>
22817
22818         * hashcash.el: New version, from
22819         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22820         ../contrib/.
22821
22822 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22823
22824         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22825
22826 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22827
22828         * gnus-dup.el (gnus-dup-open): Use mapc.
22829         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22830
22831         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22832         Reported by Stefan Wiens <s.wi@gmx.net>.
22833
22834         * gnus.el (gnus-shutdown): Use dolist.
22835
22836         * gnus-undo.el (gnus-undo): Use mapc.
22837
22838         * nnrss.el (nnrss-generate-active): do.
22839
22840         * message.el (message-cite-original-without-signature)
22841         (message-cite-original): Use mapc.
22842         (message-do-actions, message-make-forward-subject): Use dolist.
22843
22844 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22845
22846         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22847         deletion to remove entire duplicate line.  Fixes merged article
22848         number bug.
22849
22850 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22851
22852         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22853         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22854         first ask if you want to open a server and then, even when you
22855         responded with no, asking if you want to synchronize the server's
22856         flags.
22857         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22858         multi-line expressions.
22859         (gnus-agent-synchronize-group-flags): New internal function.
22860         Updates marks in memory (in the info structure) AND in the
22861         backend.
22862
22863         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22864
22865         * nnagent.el (nnagent-request-set-mark):
22866         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22867         method, to ensure that synchronization updates marks in the
22868         backend and in the info (in memory) structure.
22869
22870 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22871
22872         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22873         convention fully; don't miss the root article of a thread; make
22874         the X-Draft-From header with correct article numbers.
22875
22876 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22877
22878         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22879         unless plugged.  Disable the agent so that an open failure causes
22880         an error.
22881
22882         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22883         Revert 2004-09-21 change.  The backend must be opened while
22884         synchronizing flags even when the backend stores the flags
22885         locally.
22886
22887 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22888
22889         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22890         in `header' match.  Reported by Svend Tollak Munkejord.
22891
22892         * message.el (message-cite-original): Fix use of
22893         `message-cite-articles-with-x-no-archive'.
22894
22895 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22896
22897         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22898         (gnus-window-to-buffer): Ditto.
22899
22900         * mml.el (mml-preview-buffer): New variable.
22901         (mml-preview): Manage window layout with gnus-buffer-configuration.
22902
22903         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22904         X-Draft-From header even if those articles aren't quoted.
22905
22906 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22907
22908         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22909         (gnus-request-set-mark, gnus-request-update-mark): Use new
22910         g-s-t-u-l-m to decide to use backend even when unplugged.
22911
22912 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22913
22914         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22915         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22916
22917 2004-09-20  Simon Josefsson  <jas@extundo.com>
22918
22919         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22920         "utf-16-le".
22921
22922 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22923
22924         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22925
22926 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22927
22928         * uudecode.el (uudecode-use-external): Add :version.
22929
22930         * smime.el (smime-CA-file, smime-encrypt-cipher)
22931         (smime-dns-server): Add :version.
22932
22933         * smiley.el (gnus-smiley-file-types): Add :version.
22934
22935         * sha1.el (sha1-use-external): Add :version.
22936
22937         * pgg-def.el (pgg-query-keyserver): Add :version.
22938
22939         * nnmail.el (nnmail-fancy-expiry-targets)
22940         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22941         Add :version.
22942
22943         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22944         (nnimap-retrieve-groups-asynchronous): Add :version.
22945         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22946
22947         * mml.el (mml-content-disposition-parameters)
22948         (mml-insert-mime-headers-always): Add :version.
22949
22950         * mm-util.el (mm-coding-system-priorities): Add :version.
22951
22952         * mm-decode.el (mm-inline-text-html-with-images)
22953         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22954         (mm-verify-option): Add :version.
22955         (mm-text-html-renderer): Change :version.
22956
22957         * message.el (message-fcc-externalize-attachments)
22958         (message-required-headers, message-draft-headers)
22959         (message-subject-trailing-was-query)
22960         (message-subject-trailing-was-ask-regexp)
22961         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22962         (message-mark-insert-end, message-archive-header)
22963         (message-archive-note, message-cross-post-default)
22964         (message-cross-post-note, message-followup-to-note)
22965         (message-cross-post-note-function, message-use-mail-followup-to)
22966         (message-subscribed-address-functions)
22967         (message-subscribed-address-file, message-subscribed-addresses)
22968         (message-subscribed-regexps, message-allow-no-recipients)
22969         (message-yank-cited-prefix, message-signature-insert-empty-line)
22970         (message-hidden-headers, message-hierarchical-addresses)
22971         (message-mail-user-agent, message-use-idna)
22972         (message-valid-fqdn-regexp)
22973         (message-strip-special-text-properties, message-header-synonyms)
22974         (message-beginning-of-line, message-tab-body-function): Add :version.
22975         (message-insert-canlock, message-wide-reply-confirm-recipients):
22976         Change :version.
22977
22978         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22979         and :version.
22980         (mail-source-delete-old-incoming-confirm)
22981         (mail-source-movemail-program): Add :version.
22982
22983         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22984         (gnus-agent-cache, gnus-agent): Change :version.
22985
22986         * gnus-util.el (gnus-use-byte-compile): Change :version.
22987
22988         * gnus-sum.el (gnus-summary-make-false-root-always)
22989         (gnus-summary-default-high-score)
22990         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22991         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22992         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22993         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22994         (gnus-sum-thread-tree-single-indent)
22995         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22996         (gnus-sum-thread-tree-leaf-with-other)
22997         (gnus-sum-thread-tree-single-leaf): Add :version.
22998         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22999         (gnus-article-loose-mime): Change :version.
23000
23001         * gnus-start.el (gnus-backup-startup-file)
23002         (gnus-save-startup-file-via-temp-buffer): Add :version.
23003
23004         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23005         (gnus-server-offline-face): Add :version.
23006
23007         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23008
23009         * gnus-msg.el (gnus-gcc-externalize-attachments)
23010         (gnus-debug-files, gnus-debug-exclude-variables)
23011         (gnus-discouraged-post-methods): Change :version.
23012         (gnus-confirm-mail-reply-to-news)
23013         (gnus-confirm-treat-mail-like-news): Add :version.
23014
23015         * gnus-int.el (gnus-server-unopen-status): Add :version.
23016
23017         * gnus-group.el (gnus-group-jump-to-group-prompt)
23018         (gnus-large-ephemeral-newsgroup)
23019         (gnus-fetch-old-ephemeral-headers): Add :version.
23020
23021         * gnus-fun.el (gnus-x-face-directory)
23022         (gnus-convert-pbm-to-x-face-command)
23023         (gnus-convert-image-to-x-face-command)
23024         (gnus-convert-image-to-face-command): Add :version.
23025
23026         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23027
23028         * gnus-cite.el (gnus-cite-blank-line-after-header)
23029         (gnus-article-boring-faces): Add :version.
23030
23031         * gnus-art.el (gnus-buttonized-mime-types)
23032         (gnus-inhibit-mime-unbuttonizing)
23033         (gnus-treat-display-face)
23034         (gnus-treat-body-boundary): Change :version.
23035         (gnus-body-boundary-delimiter, gnus-picon-databases)
23036         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23037         (gnus-treat-date-english, gnus-treat-fold-headers)
23038         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23039         (gnus-treat-mail-picon, gnus-treat-wash-html)
23040         (gnus-article-encrypt-protocol)
23041         (gnus-use-idna, gnus-article-over-scroll)
23042         (gnus-mime-display-multipart-alternative-as-mixed)
23043         (gnus-mime-display-multipart-related-as-mixed)
23044         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23045         (gnus-ctan-url, gnus-button-ctan-handler)
23046         (gnus-button-handle-ctan-bogus-regexp)
23047         (gnus-button-ctan-directory-regexp)
23048         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23049         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23050         (gnus-button-man-level, gnus-button-emacs-level)
23051         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23052
23053         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23054         (gnus-agent-go-online): Change :version.
23055         (gnus-agent-expire-unagentized-dirs)
23056         (gnus-agent-auto-agentize-methods): Add :version.
23057
23058         * flow-fill.el (fill-flowed-display-column)
23059         (fill-flowed-encode-column): Add :version.
23060
23061         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23062         (gnus-outlook-deuglify-unwrap-max)
23063         (gnus-outlook-deuglify-cite-marks)
23064         (gnus-outlook-deuglify-unwrap-stop-chars)
23065         (gnus-outlook-deuglify-no-wrap-chars)
23066         (gnus-outlook-deuglify-attrib-cut-regexp)
23067         (gnus-outlook-deuglify-attrib-verb-regexp)
23068         (gnus-outlook-deuglify-attrib-end-regexp)
23069         (gnus-outlook-display-hook): Add :version.
23070
23071         * binhex.el (binhex-use-external): Add :version.
23072
23073 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23074
23075         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23076         and `invisible'.
23077
23078 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23079
23080         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23081         in gnus-registry-trim.
23082
23083 2004-09-13  Simon Josefsson  <jas@extundo.com>
23084
23085         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23086
23087         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23088
23089         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23090         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23091         <yamaoka@jpl.org>.
23092         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23093         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23094         <yamaoka@jpl.org>.
23095
23096         * sieve.el (sieve-manage-mode): Ditto.
23097
23098 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23099
23100         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23101
23102 2004-09-11  Simon Josefsson  <jas@extundo.com>
23103
23104         * dns-mode.el: Add.
23105
23106         * mm-view.el (mm-display-dns-inline): Add.
23107
23108         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23109         (mm-automatic-display): Ditto.
23110
23111         * mailcap.el (mailcap-mime-data): Add text/dns.
23112         (mailcap-mime-extensions): Map .soa to text/dns.
23113
23114 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23115
23116         * gnus-art.el (article-decode-mime-words, article-babel)
23117         (gnus-article-highlight-signature, gnus-article-add-buttons)
23118         (gnus-signature-toggle): Remove unnecessary bindings of
23119         `inhibit-read-only' inherited from v5.10 merge.
23120
23121 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23122
23123         * nntp.el (nntp): New customization group.
23124         (nntp-authinfo-file): Add customization group.
23125
23126         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23127
23128         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23129
23130         * gnus.el (to-address, to-list, subscribed)
23131         (large-newsgroup-initial): Ditto.
23132
23133         * flow-fill.el (fill-flowed-display-column)
23134         (fill-flowed-encode-column): Ditto.
23135
23136 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23137
23138         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23139         Use point-min rather than 1.
23140         (message-send-mail): Use buffer-size rather than point-max.
23141
23142         * gnus-sum.el (gnus-summary-search-article-forward):
23143         Signal a specific `search-failed' rather than a generic `error'.
23144
23145         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23146         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23147         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23148
23149 2004-09-10  Simon Josefsson  <jas@extundo.com>
23150
23151         * nndb.el (require): Remove tcp and duplicate cl.
23152
23153 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23154
23155         * gnus-agent.el (directory-files-and-attributes): Move forward.
23156
23157 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23158
23159         * gnus-agent.el (directory-files-and-attributes):
23160         Optionally defined to support XEmacs.
23161
23162 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23163
23164         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23165         to avoid run-time CL dependencies.
23166         (gnus-agent-unfetch-articles): New function.
23167         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23168         article numbers even when local .overview file is missing.
23169         (gnus-agent-read-article-number): New function.  Only accepts
23170         27-bit article numbers.
23171         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23172         Use gnus-agent-read-article-number.
23173         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23174         from backend while recognizing that article numbers in .overview
23175         must be valid.
23176         (gnus-agent-update-files-total-fetched-for):
23177         Use directory-files-and-attributes to improve performance.
23178         * gnus-int.el (gnus-request-move-article):
23179         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23180         improve performance.
23181
23182         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23183         some users confused by references to .newsrc when they only have a
23184         .newsrc.eld file.
23185         (gnus-convert-mark-converter-prompt)
23186         (gnus-convert-converter-needs-prompt): Fix use of property list.
23187         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23188         New function.  Used internally to only display 'gnus converting
23189         files' message when actually necessary.
23190
23191         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23192         methods now autoloaded.
23193
23194 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23195
23196         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23197         identifiers.
23198
23199 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23200
23201         * gnus-picon.el: Fix indentation and closing parenthesis.
23202
23203 2004-09-01  Simon Josefsson  <jas@extundo.com>
23204
23205         * message.el (message-canlock-generate): Require sha1, not
23206         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23207         to require within a function.  Sadly, if sha1.el isn't loaded, the
23208         let binding in m-c-g will hide the defcustom definition, which is
23209         bad.)
23210
23211         * canlock.el: Require sha1, not sha1-el.
23212
23213         * message.el: Don't autoload sha1 (there is a autoload cookie in
23214         sha1.el).
23215
23216         * sha1-el.el: Rename to sha1.el.
23217
23218 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23219
23220         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23221
23222 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23223
23224         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23225
23226 2004-08-30  Kim F. Storm  <storm@cua.dk>
23227
23228         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23229
23230         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23231         Add :group 'nnimap.
23232
23233 2004-08-30  Andreas Schwab  <schwab@suse.de>
23234
23235         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23236         ?* and ?\;.
23237
23238         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23239         and ?\' to symbol instead of whitespace.
23240
23241 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23242
23243         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23244
23245         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23246         instead of re-search-forward.
23247
23248         * gnus-uu.el (gnus-uu-save-article): Ditto.
23249         (gnus-uu-post-encode-uuencode): Ditto.
23250
23251         * html2text.el (html2text-clean-list-items): Ditto.
23252         (html2text-clean-dtdd): Ditto.
23253         (html2text-format-tags): Ditto.
23254
23255         * message.el (message-send-mail-with-sendmail): Fix regexp.
23256         (message-fill-field-general): Use search-forward instead of
23257         re-search-forward.
23258         (unbold-region): Ditto.
23259
23260         * nnrss.el (nnrss-request-article): Ditto.
23261
23262         * nnslashdot.el (nnslashdot-request-article): Ditto.
23263
23264         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23265
23266         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23267         "Unrecognized menu descriptor" error in XEmacs.
23268
23269 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23270
23271         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23272         parent article of a sparse article in the thread hashtb.
23273
23274 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23275
23276         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23277         (nnmail-expand-newtext): Lowercase expanded entries if
23278         nnmail-split-lowercase-expanded is non-nil.
23279
23280 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23281
23282         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23283
23284         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23285         of gnus-tmp-news-method into string under XEmacs.  It will be
23286         passed to gnus-correct-length which takes only a string argument.
23287
23288 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23289
23290         * gnus-util.el (gnus-bind-print-variables): New macro.
23291         (gnus-prin1): Use it.
23292         (gnus-prin1-to-string): Use it.
23293         (gnus-pp): New function.
23294         (gnus-pp-to-string): New function.
23295
23296         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23297         Replace pp-to-string with gnus-pp-to-string.
23298         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23299         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23300         * gnus-msg.el (gnus-debug): Ditto.
23301         * gnus-score.el (gnus-score-save): Ditto.
23302         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23303         gnus-pp-to-string.
23304         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23305         with gnus-pp.
23306         * score-mode.el (gnus-score-pretty-print): Ditto.
23307         * webmail.el (webmail-debug): Ditto.
23308
23309 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * gnus-art.el (article-display-face, article-display-x-face):
23312         Use buffer-read-only.
23313
23314 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * gnus-art.el (article-hide-list-identifiers):
23317         Bind inhibit-read-only as t.
23318
23319 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23320
23321         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23322
23323 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23324
23325         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23326         (gnus-narrow-to-page): Don't assume point-min == 1.
23327         (gnus-article-edit-mode): Derive from message-mode.
23328
23329         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23330         point-min == 1.
23331
23332         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23333         Disable incorrect use of `assert'.
23334
23335         * message.el (message-mode): Set comment-start-skip.
23336
23337
23338 2004-08-22  Sam Steingold  <sds@gnu.org>
23339
23340         * pop3.el (pop3-leave-mail-on-server): New user variable.
23341         (pop3-movemail): Delete mail only when it is nil.
23342
23343 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23344
23345         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23346
23347         * mml.el (mml-preview): Use `pop-to-buffer'.
23348
23349         * message.el (message-goto-mail-followup-to): Insert after "To".
23350         (message-carefully-insert-headers): Add comment.
23351
23352         * gnus.el: Remove unused variable `gnus-article-check-size'.
23353
23354         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23355
23356         * gnus-art.el (gnus-button-alist):
23357         Improve `gnus-button-handle-library' entry.
23358
23359 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23360
23361         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23362         Use downcase, since XEmacs capitalizes error messages differently.
23363
23364 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23365
23366         * nntp.el: Add (require 'gnus) due to reference to
23367         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23368
23369 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23370
23371         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23372         Bind `mm-fill-flowed'.
23373
23374         * mm-decode.el (mm-dissect-singlepart): Check it.
23375
23376 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23377
23378         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23379         'imap' for netrc parsing.
23380
23381 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23382
23383         * mailcap.el (mailcap-mime-data): Mark as risky.
23384
23385 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23386
23387         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23388         may be included in the encoded word.
23389         (rfc2047-encode): Don't append a space if the encoded word
23390         includes close parenthesis.
23391
23392 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23393
23394         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23395         of text within parentheses.
23396
23397 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23398
23399         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23400         (gnus-encrypt-write-file-contents): Make the password key the file
23401         name PLUS the cipher, not just the cipher.  Also remove failed
23402         passwords from the cache.
23403
23404 2004-08-06  Simon Josefsson  <jas@extundo.com>
23405
23406         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23407         Doc fix.
23408
23409 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23412         LWSP.
23413
23414 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23415
23416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23417         Try to append in-reply-to: data to the references: header.
23418
23419         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23420         (netrc-parse): Use gnus-encrypt.el functions.
23421
23422         * gnus-encrypt.el: Add new file for encryption support; currently
23423         does only a few GPG ciphers and an internal XOR cipher.
23424
23425         * password.el: Add comments on using password-read-and-add.
23426         (password-read-and-add): Add function to read and add the
23427         password to the cache at once.
23428
23429 2004-07-28  Simon Josefsson  <jas@extundo.com>
23430
23431         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23432         parameter (but don't use it, for now).
23433
23434         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23435         instead of hard coding to nil.
23436
23437 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23438
23439         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23440         as mm-inline-image-xemacs does.
23441
23442 2004-07-26  Simon Josefsson  <jas@extundo.com>
23443
23444         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23445         Revert part of 2004-07-17 change below.
23446
23447 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23448
23449         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23450         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23451
23452 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23453
23454         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23455         quotes that actually start with ">" at the beginning of the
23456         lines.
23457
23458 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23459
23460         * rfc2047.el (rfc2047-encode-region): Fix last change.
23461         (rfc2047-encode-parameter): Remove useless concat.
23462
23463 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23464
23465         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23466         encode special characters; fix some kind of misconfigured headers;
23467         signal a real error if debug-on-quit or debug-on-error is non-nil.
23468         (rfc2047-encode-max-chars): New variable.
23469         (rfc2047-encode-1): Use it.
23470         (rfc2047-encode-parameter): New function.
23471
23472         * mml.el (mml-insert-parameter): Remove an excessive space.
23473
23474 2004-07-17  Simon Josefsson  <jas@extundo.com>
23475
23476         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23477         Kai Grossjohann <kai@emptydomain.de>.
23478         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23479         (gnus-group-make-menu-bar): Ditto.
23480
23481         * gnus-util.el (gnus-group-server): Add.
23482
23483 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23484
23485         * message.el (message-clone-locals): Clone sendmail and smtp
23486         variables.
23487
23488 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23489
23490         * rfc2047.el (rfc2047-encode-region): Fix last change.
23491
23492 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23493
23494         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23495         characters as non-special.
23496
23497 2004-07-09  Simon Josefsson  <jas@extundo.com>
23498
23499         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23500         Users will lose all flag changes made while unplugged with
23501         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23502         good default.  See numerous reports on ding mailing list.
23503
23504 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23505
23506         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23507         add generate-head-function and generate-article-function to the
23508         rfc822-forward entry.
23509         (nndoc-rfc822-forward-generate-article): New function.
23510         (nndoc-rfc822-forward-generate-head): New function.
23511
23512         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23513
23514 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23515
23516         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23517         respect display group parameter and gnus-summary-expunge-below.
23518         (gnus-articles-to-read): Remove unused reference to display group
23519         parameter.
23520
23521 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23522
23523         * nnheader.el (nnheader-uniquify-message-id): New experimental
23524         variable.
23525         (nnheader-nov-read-message-id): Use it.
23526
23527         * spam-report.el (spam-report-gmane): Add interactive.
23528
23529 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * mm-encode.el (mm-content-transfer-encoding-defaults):
23532         Use qp-or-base64 for the application/* types.
23533
23534 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23535
23536         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23537
23538 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23539
23540         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23541         trim value.
23542
23543 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23544
23545         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23546         New macro and function.
23547         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23548
23549 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23550
23551         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23552         after-load-alist.
23553
23554 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23555
23556         * gnus-group.el (gnus-group-get-new-news-this-group):
23557         Don't update info that isn't there.
23558
23559 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23560
23561         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23562         entry.
23563
23564 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * mm-view.el (mm-inline-render-with-function): Use multibyte
23567         buffer; decode html source by charset.
23568
23569         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23570
23571         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23572         Mule-UCS is loaded under XEmacs.
23573         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23574
23575 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23576
23577         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23578
23579 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23580
23581         * mm-util.el (mm-coding-system-p): Return a coding-system.
23582         (mm-mime-mule-charset-alist): Use shift_jis instead of
23583         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23584         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23585         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23586         instead of japanese-shift-jis and iso-latin-1 respectively in
23587         order to share the default value with both Emacs and XEmacs-mule.
23588         (mm-mule-charset-to-mime-charset):
23589         Make mm-coding-system-priorities effective.
23590         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23591         while predicating of candidates upon the priorities.
23592
23593 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23594
23595         * gnus-sum.el (gnus-summary-make-menu-bar):
23596         Add gnus-uu-invert-processable.
23597
23598         * gnus.el: Autoload gnus-uu-invert-processable.
23599
23600 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * mm-util.el (mm-with-multibyte-buffer): New macro.
23603
23604         * rfc2047.el (rfc2047-encode-string): Use it.
23605         (rfc2047-encode-region): Move point to the end of the region after
23606         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23607
23608 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23609
23610         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23611         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23612
23613 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23614
23615         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23616         (gnus-cite-parse): Ignore quoted envelope From_.
23617         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23618
23619 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23620
23621         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23622         invalid addresses.
23623
23624 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23625
23626         * spam.el: Change section markers, revise TODO list.
23627         (spam-backends): Make new master list of all installed backends.
23628         (spam-summary-exit-behavior): Add new variable to determine how
23629         messages moves are done at summary exit.
23630         (spam-move-spam-nonspam-groups-only)
23631         (spam-process-ham-in-nonham-groups)
23632         (spam-process-ham-in-spam-groups): Remove variables, the
23633         spam-summary-exit-behavior variable should be used to manage this
23634         behavior.
23635         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23636         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23637         and spam-old-spam-articles.
23638         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23639         Add empty variables, placeholders for the backends they represent.
23640         (spam-set-difference): Move, unchanged.
23641         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23642         unless the user has a processor variable.
23643         (spam-classifications, spam-classification-valid-p)
23644         (spam-backend-properties, spam-backend-property-valid-p)
23645         (spam-backend-function-type-valid-p)
23646         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23647         (spam-report-articles-gmane, spam-report-articles-resend):
23648         Remove functions, they are not needed.
23649         (spam-install-backend-super, spam-backend-list)
23650         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23651         (spam-backend-function, spam-backend-ham-registration-function)
23652         (spam-backend-spam-registration-function)
23653         (spam-backend-ham-unregistration-function)
23654         (spam-backend-spam-unregistration-function)
23655         (spam-backend-statistical-p, spam-backend-mover-p)
23656         (spam-install-backend-alias, spam-install-checkonly-backend)
23657         (spam-install-mover-backend, spam-install-nocheck-backend)
23658         (spam-install-backend, spam-install-statistical-backend)
23659         (spam-install-statistical-checkonly-backend): Add backend installation
23660         support.
23661         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23662         (spam-group-processor-p): Use the new backend code and respect the
23663         summary exit behavior.
23664         (spam-mark-spam-as-expired-and-move-routine): Remove.
23665         (spam-summary-prepare): Change to use the new spam-old-articles
23666         variable.
23667         (spam-copy-or-move-routine, spam-copy-spam-routine)
23668         (spam-move-spam-routine, spam-copy-ham-routine)
23669         (spam-move-ham-routine): Add code to copy/move ham or spam.
23670         (spam-fetch-field-fast): Improve doc and code, plus allow the
23671         'number request.
23672         (spam-list-of-checks, spam-list-of-statistical-checks):
23673         Remove variables.
23674         (spam-split, spam-find-spam): Use the new backend code.
23675         (spam-registration-functions): Remove variable.
23676         (spam-unregister-routine): Add convenience wrapper.
23677         (spam-log-undo-registration, spam-register-routine)
23678         (spam-log-processing-to-registry)
23679         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23680         where possible.
23681         (spam-check-gmane-xref, spam-check-regex-headers)
23682         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23683         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23684         (spam-check-bogofilter-headers, spam-check-spamoracle)
23685         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23686         (spam-check-crm114-headers): Use the spam-split-group that
23687         spam-split prepares, no need to determine it every time.
23688
23689         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23690         to the nnheader-parse-naked-head call.
23691
23692         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23693
23694         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23695         the nnheader-nov-read-message-id call.
23696
23697 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23698
23699         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23700         gnus-activate-group twice.  Suggested by Markus Peter
23701         <warp@spin.de>.
23702
23703 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23704
23705         * gnus-art.el (gnus-article-time-format): Exchange the order of
23706         day and month in the default value; fix customization type.
23707         (article-date-ut): Use add-text-properties.
23708         (article-make-date-line): Use message-make-date instead of
23709         current-time-string.
23710
23711         * message.el (message-fetch-field): Don't use set-text-properties.
23712         (message-make-date): Simplify.
23713
23714         * messagexmas.el (message-xmas-make-date): New function.
23715         (message-xmas-redefine): Defalias message-make-date to it.
23716
23717 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23720         (rfc2047-encode-region): Treat text within parentheses as special;
23721         show the original text when error has occurred.
23722
23723         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23724         already-computed method to gnus-activate-group.
23725
23726         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23727         same select-methods identical Lisp objects.
23728
23729         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23730         object when modifying the info.
23731
23732 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23733
23734         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23735         gnus-opened-servers since it has never been opened with the new
23736         configuration yet.
23737
23738 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23739
23740         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23741         arg to nnheader-generate-fake-message-id.
23742
23743 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23744
23745         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23746         number and build a fake message ID localized to a group and
23747         article number (so it's repeatable from that point on).
23748         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23749         ID format.
23750
23751         * gnus-sum.el (gnus-get-newsgroup-headers):
23752         Call nnheader-generate-fake-message-id with the article number.
23753
23754 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23755
23756         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23757         end-of-buffer.
23758
23759 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23760
23761         * message.el (message-ignored-supersedes-headers): Add Approved.
23762
23763 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23764
23765         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23766         goto-char.
23767         (rfc2047-encode): Fold the line before encoding.
23768
23769 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23770
23771         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23772         folding -- not all headers can be folded, and this should be done
23773         by the message composition mode.  Probably.  I think.
23774
23775 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23776
23777         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23778         fast.
23779
23780         * gnus-ems.el (gnus-remove-image): Don't use
23781         message-text-with-property; remove only the image found first.
23782
23783         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23784         found first.
23785
23786 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23787
23788         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23789
23790 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * message.el (message-text-with-property): Make it fast and accept
23793         optional arguments.
23794         (message-strip-forbidden-properties): Use it.
23795         (message-fix-before-sending): Follow the m-t-w-p change.
23796
23797         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23798
23799 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23800
23801         * gnus-art.el (article-hide-headers): Don't change the buffer
23802         mistakenly when performing mml-preview even if
23803         gnus-single-article-buffer is nil.
23804
23805 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23806
23807         * message.el (message-expand-name-databases): New user option.
23808         (message-expand-name): Use it.
23809
23810 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23811
23812         * spam.el (spam-report-articles-resend)
23813         (spam-report-resend-register-routine): Allow ham reporting.
23814         (spam-report-resend-register-ham-routine): Add wrapper.
23815         (spam-registration-functions): Add ham resending functions.
23816         (spam-list-of-processors): Add ham resend processor.
23817
23818         * gnus.el (ham-resend-to): Add new group parameter.
23819         (spam-process): Add ham resend option.
23820
23821         * spam-report.el (spam-report-resend): Allow reporting ham.
23822         (spam-report-resend-ham): Add wrapper.
23823
23824 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23825
23826         * message.el (message-cite-articles-with-x-no-archive):
23827         New variable.
23828         (message-cite-original): Use it.
23829
23830 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23831
23832         * message.el (message-cite-original): Respect X-No-Archive.
23833
23834 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23835
23836         * gnus-art.el (article-hide-headers): Refer to the values for
23837         gnus-ignored-headers and gnus-visible-headers in the summary
23838         buffer since a user may have set them as group parameters.
23839
23840 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23841
23842         * assistant.el (assistant-node-name): Add convenience function.
23843         (assistant-render-text, assistant-render-node): Add error handling,
23844         plus handle multiple next nodes.
23845         (assistant-find-next-node): Comment out for now.
23846         (assistant-find-next-nodes): Add function, returns list of next
23847         nodes.
23848
23849 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23850
23851         * mail-source.el (mail-source-directory): Fix doc-string.
23852
23853 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23854
23855         * assistant.el (assistant-render-text, assistant-eval): Add :set
23856         widget type, which is different because it takes and returns a
23857         list.  Much hilarity ensues.
23858
23859 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23860
23861         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23862
23863         * gnus-group.el (gnus-group-get-new-news-this-group):
23864         Add doc-string.
23865
23866         * gnus-start.el (gnus-activate-group): Add doc-string.
23867
23868 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23869
23870         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23871
23872 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23873
23874         * assistant.el (assistant-render-text): Try to add a :set
23875         widget, more to come.
23876
23877         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23878         strings.
23879         (spam-report-articles-resend)
23880         (spam-register-routine): Do registration iff any articles warrant
23881         it.
23882         (spam-summary-prepare-exit): Change log message for nil group
23883         destinations.
23884
23885 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23886
23887         * spam.el (spam-report-resend-register-routine):
23888         Allow spam-report-resend-to to be a group parameter or a global value.
23889
23890 2004-05-26  Simon Josefsson  <jas@extundo.com>
23891
23892         * starttls.el: Merge with my GNUTLS based starttls.el.
23893         (starttls-gnutls-program, starttls-use-gnutls)
23894         (starttls-extra-arguments, starttls-process-connection-type)
23895         (starttls-connect, starttls-failure, starttls-success):
23896         New variables.
23897         (starttls-program, starttls-extra-args): Doc fix.
23898         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23899         New functions.
23900         (starttls-negotiate, starttls-open-stream):
23901         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23902         function if it is set.
23903
23904 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23907         structured fields.
23908
23909 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23910
23911         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23912
23913 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23914
23915         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23916         Add variable.
23917         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23918         assigning the spam-mark to new messages.
23919
23920 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23921
23922         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23923
23924 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23925
23926         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23927
23928         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23929         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23930         default.
23931
23932 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23933
23934         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23935         correct data.
23936
23937 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23938
23939         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23940         (spam-group-processor-p): Fix function.
23941         (spam-group-processor-multiple-p)
23942         (spam-group-spam-processor-report-gmane-p)
23943         (spam-group-spam-processor-report-resend-p)
23944         (spam-group-spam-processor-bogofilter-p)
23945         (spam-group-spam-processor-blacklist-p)
23946         (spam-group-spam-processor-ifile-p)
23947         (spam-group-ham-processor-ifile-p)
23948         (spam-group-spam-processor-spamoracle-p)
23949         (spam-group-spam-processor-crm114-p)
23950         (spam-group-ham-processor-bogofilter-p)
23951         (spam-group-spam-processor-stat-p)
23952         (spam-group-ham-processor-stat-p)
23953         (spam-group-ham-processor-whitelist-p)
23954         (spam-group-ham-processor-BBDB-p)
23955         (spam-group-ham-processor-spamoracle-p)
23956         (spam-group-ham-processor-copy-p): Remove functions with some
23957         prejudice against unneeded code.
23958         (spam-report-articles-resend)
23959         (spam-report-resend-register-routine): Allow the group/topic
23960         spam-resend-to value to override spam-report-resend-to.
23961         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23962         properly now.
23963
23964         * gnus.el (spam-resend-to): Add group/topic parameter.
23965         (spam-process): Move the OBSOLETE processors to the end of the
23966         choices.
23967
23968 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23969
23970         * spam-report.el (spam-report-resend-to, spam-report-resend):
23971         Start with resend-to set to nil, and then ask the user if necessary.
23972         (spam-report-resend): spam-report-resend takes a list of articles, not
23973         separate article numbers.
23974
23975 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23976
23977         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23978         addition to emacs-w3m.
23979
23980 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23981
23982         * assistant.el (assistant-authinfo-data): New function.
23983         (assistant-eval): Eval for entire assistant.
23984
23985         * netrc.el (netrc-services-file): New variable.
23986         (netrc-parse-services): New function.
23987         (netrc-find-service-name): New function.
23988         (netrc-find-service-number): New function.
23989         (netrc-port-equal): New function.
23990         (netrc-machine): Use it.
23991
23992         * nnimap.el (nnimap-open-connection): Use netrc.
23993
23994         * gnus-util.el (gnus-netrc-get): Remove aliases.
23995
23996         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23997
23998         * assistant.el (wid-edit): Fix compilation.
23999
24000         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24001
24002 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24003
24004         * gnus-util.el (gnus-set-file-modes): New function.  (small
24005         patch).
24006
24007 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24008
24009         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24010
24011         * assistant.el (assistant-render-node): Fix up rendering and
24012         read-only text.
24013         (assistant-render-node): Reset.
24014         (assistant-make-read-only): Not sticky.
24015
24016 2004-05-20  Danny Siu  <dsiu@adobe.com>
24017
24018         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24019         centered even when gnus-auto-center-summary is t.
24020
24021 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24022
24023         * dns.el (dns-get-txt-answer): New function.
24024         (dns-read-txt): Ditto.
24025         (query-dns): Use it.
24026
24027 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24030         active for foreign groups even if the group level is higher than
24031         the specified value.
24032
24033 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24034
24035         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24036         non-active groups.
24037
24038         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24039
24040 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24041
24042         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24043
24044 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24045
24046         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24047         (spam-crm114-header, spam-crm114-spam-switch)
24048         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24049         (spam-crm114-positive-spam-header)
24050         (spam-crm114-database-directory, spam-list-of-processors)
24051         (spam-group-spam-processor-crm114-p)
24052         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24053         (spam-generic-score, spam-list-of-checks)
24054         (spam-list-of-statistical-checks, spam-registration-functions)
24055         (spam-check-crm114-headers, spam-crm114-score)
24056         (spam-check-crm114, spam-crm114-register-with-crm114)
24057         (spam-crm114-register-spam-routine)
24058         (spam-crm114-unregister-spam-routine)
24059         (spam-crm114-register-ham-routine)
24060         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24061
24062 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24063
24064         * gnus.el: Add spam-use-crm114.
24065
24066         * spam.el (spam-list-of-processors, spam-registration-functions):
24067         Add spam-use-resend.
24068         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24069         (spam-report-articles-gmane): Add doc fix.
24070         (spam-report-articles-resend, spam-report-resend-register-routine):
24071         Add wrappers around spam-report-resend-to.
24072
24073         * spam-report.el (spam-report-resend-to, spam-report-resend):
24074         Add support for resending spam.
24075         (spam-report-gmane): Fix line length >80.
24076
24077         * gnus.el (spam-process): Add spam-use-resend.
24078
24079 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24080
24081         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24082         number of processed spam messages.
24083         (spam-ham-copy-or-move-routine): Return the number of processed
24084         ham messages.
24085         (spam-summary-prepare-exit): Use the above values to decide
24086         whether status messages shouled be displayed.
24087
24088 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24091         `rfc2047-encoding-function-alist' in order to avoid conflicting
24092         with the old version.
24093         (rfc2047-encode-region): Concatenate words containing non-ASCII
24094         characters in structured fields; don't encode space-delimited
24095         ASCII words even in unstructured fields; don't break words at
24096         char-category boundaries.
24097         (rfc2047-encode-1): New function.
24098         (rfc2047-encode): Use it; encode text so that it occupies the
24099         maximum width within 76-column; work correctly on Q encoding for
24100         iso-2022-* charsets.
24101         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24102         sure not to break a line just after the header name.
24103         (rfc2047-b-encode-region): Remove.
24104         (rfc2047-b-encode-string): New function.
24105         (rfc2047-q-encode-region): Remove.
24106         (rfc2047-q-encode-string): New function.
24107
24108         * mm-util.el (mm-replace-in-string): New function.
24109
24110 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24111
24112         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24113         Really get it right.
24114         (gnus-inews-make-draft): Really.
24115
24116 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24117
24118         * nnmh.el (nnmh-request-list-1): Don't check the link count
24119         before descending.  (small patch)
24120
24121 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24122
24123         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24124         stuff.
24125
24126         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24127         Match on real group name.
24128
24129         * gnus-art.el (gnus-signature-limit): Doc fix.
24130
24131         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24132
24133         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24134
24135 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24136
24137         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24138         isn't a string.
24139
24140 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24141
24142         * gnus-draft.el (gnus-draft-send):
24143         Bind rfc2047-encode-encoded-words.
24144
24145         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24146         (rfc2047-encodable-p): Say that =? needs encoding.
24147         (rfc2047-encode-encoded-words): New variable.
24148
24149         * gnus-group.el (gnus-group-select-group): Doc fix.
24150
24151         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24152
24153         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24154         to nil.
24155
24156         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24157
24158         * nnheader.el (nnheader-get-lines-and-char): New function.
24159
24160 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24161
24162         * gnus-msg.el (gnus-summary-followup-with-original):
24163         Document yanking of region when active.
24164
24165 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24166
24167         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24168         groups if the group level is higher than the specified value.
24169
24170 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24171
24172         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24173         (gnus-group-jump-to-group): Add prefix argument using
24174         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24175         non-active group.
24176
24177         * compface.el (uncompface): Be verbose when changing
24178         `uncompface-use-external'.
24179
24180         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24181         handle manual section.
24182
24183 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24184
24185         * gnus-art.el (gnus-button-alist): Revert previous change.
24186
24187 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24188
24189         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24190
24191 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24192
24193         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24194         whether backend can accept message.
24195
24196         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24197
24198 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24199
24200         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24201         Avoid creating directory when nntp-marks-is-evil is true.
24202         Reported by Reiner Steib.
24203
24204 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24205
24206         * gnus-picon.el (gnus-picon-insert-glyph):
24207         Add optional `nostring' argument.
24208
24209 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24210
24211         * gnus-picon.el (gnus-picon-style): New variable.
24212         (gnus-picon-transform-address): Support `gnus-picon-style'.
24213
24214 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24215
24216         * message.el (message-fill-field): Return point.
24217         (message-generate-headers): Go to end of field.
24218
24219         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24220         stuff for non-living groups.
24221
24222 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24223
24224         * gnus-art.el (gnus-article-followup-with-original)
24225         (gnus-article-reply-with-original): gnus-mark-active-p ->
24226         gnus-region-active-p.
24227
24228 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24229
24230         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24231         only when there is spam or ham to be processed.
24232
24233 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24234
24235         * mail-source.el (mail-source-delete-crash-box): Refactor.
24236         (mail-source-fetch): Use it.
24237         (mail-source-fetch-file): Ditto.
24238         (mail-source-fetch-directory): Run postscript in loop.
24239         (mail-source-fetch-pop): Delete.
24240         (mail-source-fetch-maildir): Ditto.
24241         (mail-source-fetch-imap): Ditto.
24242
24243         * imap.el (imap-authenticators): Comment out sasl.
24244
24245         * message.el (message-skip-to-next-address): New function.
24246         (message-fill-header-address): Refactor.
24247         (message-fill-address): Use it.
24248         (message-delete-address): Use it.
24249         (message-fill-header-general): Refactor.
24250         (message-fill-field-address): Rename.
24251         (message-narrow-to-field): Find the start of the header.
24252         (message-header-format-alist): Don't pre-fill.
24253         (message-fill-header): Remove.
24254         (message-insert-header): New function.
24255         (message-shorten-references): Use it.
24256
24257         * rfc2047.el (rfc2047-field-value): Strip props.
24258
24259         * mail-parse.el (mail-header-make-address): New alias.
24260
24261         * ietf-drums.el (ietf-drums-make-address): New function.
24262
24263         * imap.el: Add compiler directives.
24264
24265         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24266
24267         * gnus-art.el (article-decode-idna-rhs): Don't use
24268         message-idna-inside-rhs-p.
24269
24270 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24271
24272         * message.el (message-idna-inside-rhs-p): Remove.
24273         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24274
24275         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24276         false positives.
24277
24278 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24279
24280         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24281
24282 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24283
24284         * nneething.el (nneething-file-name): Don't create spurious
24285         files.
24286
24287         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24288         (gnus-inews-do-gcc): Remove sleep.
24289
24290         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24291         part under point.
24292
24293         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24294         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24295
24296 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24297
24298         * spam.el (spam-summary-prepare-exit): Fix (length).
24299
24300 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24301
24302         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24303         as expired without moving it" message when there are spam
24304         messages left.
24305
24306 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24307
24308         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24309         header is not nil.
24310
24311 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24312
24313         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24314         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24315         (nntp-marks-changed-p): New arg SERVER.
24316         (nntp-request-update-info): Adjust caller.
24317
24318 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24319
24320         * nntp.el (nntp-save-marks): Pass missing arg.
24321
24322 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24323
24324         * nntp.el: Support marks.
24325         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24326         (nntp-marks-modtime, nntp-marks-directory): New variables.
24327         (nntp-request-set-mark, nntp-request-update-info)
24328         (nntp-possibly-create-directory, nntp-marks-changed-p)
24329         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24330         New functions.
24331
24332 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24333
24334         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24335         (gnus-xmas-redefine): Rename.
24336
24337         * gnus-score.el (gnus-score-insert-help):
24338         Use gnus-select-lowest-window.
24339
24340         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24341         appt-select-lowest-window and rename to gnus-select-lowest-window.
24342
24343         * gnus.el: do.
24344
24345 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24346
24347         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24348         encodings of MIME-encoded words, in order to improve
24349         interoperability with several broken MUAs.
24350
24351 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24352
24353         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24354         tags, only when charsets are not specified in headers.
24355         (mm-inline-text-html-render-with-w3m): Ditto.
24356
24357         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24358         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24359
24360 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24361
24362         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24363         instead of MIME-decoded from fields when checking
24364         `gnus-article-address-banner-alist'.
24365
24366 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24367
24368         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24369         description rather than subject.
24370
24371 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24372
24373         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24374
24375 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24376
24377         * gnus.el (gnus-version-number): Bump.
24378
24379 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24380
24381         * gnus.el: No Gnus v0.2 is released.
24382
24383 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24384
24385         * gnus-agent.el (gnus-agent-read-agentview):
24386         Inline gnus-uncompress-range.
24387
24388 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24389
24390         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24391         `exec-installed-p'.
24392
24393 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24394
24395         * gnus.el (spam-process, spam-autodetect-methods):
24396         Add bsfilter and bsfilter-headers.
24397
24398         * spam.el (spam-bsfilter): New customize group.
24399         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24400         (spam-bsfilter-header, spam-bsfilter-probability-header)
24401         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24402         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24403         (spam-bsfilter-database-directory): New options.
24404         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24405         (spam-list-of-statistical-checks, spam-registration-functions):
24406         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24407         (spam-bsfilter-score): New command.
24408         (spam-check-bsfilter-headers, spam-check-bsfilter)
24409         (spam-bsfilter-register-with-bsfilter)
24410         (spam-bsfilter-register-spam-routine)
24411         (spam-bsfilter-unregister-spam-routine)
24412         (spam-bsfilter-register-ham-routine)
24413         (spam-bsfilter-unregister-ham-routine): New functions.
24414         (spam-generic-score): Support bsfilter; Accept an optional argument
24415         to recalcurate spam score even if scoring header has already been
24416         added.
24417         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24418         optional argument to recalcurate spam score even if scoring header
24419         has already been added.
24420
24421 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24422
24423         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24424         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24425         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24426         link is missing.
24427
24428 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24429
24430         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24431         (html2text-get-attr): Rewrite.
24432
24433         * message.el (message-setup-1): Remove redundant put-text-property
24434         on mail-header-separator.
24435
24436 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24437
24438         * gnus-registry.el (gnus-registry-cache-whitespace)
24439         (gnus-registry-action, gnus-registry-spool-action)
24440         (gnus-registry-split-fancy-with-parent): Change message levels
24441         from 5 to 3 or 7, as needed.
24442
24443         * spam.el (spam-summary-prepare-exit)
24444         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24445         (spam-split, spam-find-spam, spam-log-undo-registration)
24446         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24447         level from 5 to 6.
24448
24449 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24450
24451         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24452         2004-03-04 change).
24453
24454 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24455
24456         * sieve-manage.el (sieve-manage-open):
24457         * nnweb.el (nnweb-insert-html):
24458         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24459         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24460         * nnspool.el (nnspool-request-group):
24461         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24462         * nnml.el (nnml-request-update-info):
24463         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24464         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24465         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24466         (nnimap-request-set-mark):
24467         * nnfolder.el (nnfolder-request-update-info):
24468         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24469         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24470         * gnus-uu.el (gnus-uu-find-articles-matching):
24471         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24472         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24473         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24474         * gnus-nocem.el (gnus-nocem-scan-groups):
24475         * gnus-int.el (gnus-start-news-server):
24476         * gnus-group.el (gnus-group-make-kiboze-group)
24477         (gnus-group-browse-foreign-server):
24478         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24479         Use mapc when appropriate.
24480
24481 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24482             Adam Sjøgren  <asjo@koldfront.dk>
24483             Wes Hardaker  <wes@hardakers.net>
24484             Michael Shields  <shields@msrl.com>
24485
24486         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24487         may need for spam sorting and scoring.
24488         (spam-user-format-function-S): Add user format function suitable for
24489         general use.
24490         (spam-article-sort-by-spam-status): Add sorting function for summary
24491         sorting.
24492         (spam-extra-header-to-number): Add function to get a score from a
24493         header.
24494         (spam-summary-score): Add function to get a numeric score from the
24495         headers.
24496         (spam-generic-score): Fix function doc, was in wrong place.
24497         (spam-initialize): Take symbols when it's run, and install the
24498         extra headers that spam-necessary-extra-headers thinks we need.
24499
24500 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24501
24502         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24503         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24504
24505 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24506
24507         * gnus-sum.el (gnus-set-global-variables)
24508         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24509         (gnus-article-get-xrefs, gnus-summary-best-group)
24510         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24511         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24512         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24513         Use with-current-buffer.
24514
24515 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24516
24517         * spam.el (spam-summary-prepare-exit): Simplify logic.
24518         (spam-fetch-article-header): Read the article header if it's not
24519         available.
24520         (spam-list-articles): Simplify logic.
24521         (spam-filelist-register-routine): Fix bug with unregister-list.
24522
24523         * gnus-registry.el: Fix comments at beginning.
24524
24525 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24526
24527         * message.el (message-cater-to-broken-inn): Remove.
24528         (message-shorten-references): Make sure the total folded length of
24529         References is shorter than 998 characters to cater to a bug in INN
24530         2.3.  Also, don't pretend that references aren't folded -- this
24531         hasn't worked for a while.
24532
24533 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24534
24535         * gnus-agent.el (gnus-agentize):
24536         gnus-agent-send-mail-real-function no longer set to current value
24537         of message-send-mail-function but rather a lambda that calls
24538         message-send-mail-function.  The change makes the agent real-time
24539         responsive to user changes to message-send-mail-function.
24540
24541 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24542
24543         * legacy-gnus-agent.el
24544         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24545         help from Florian Weimer <fw@deneb.enyo.de>
24546
24547 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24548
24549         * nnmail.el (nnmail-cache-insert): Revert last change.
24550
24551 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24552
24553         * nnmail.el (nnmail-cache-insert): Always check whether
24554         nnmail-cache-ignore-groups matches a group name.
24555
24556 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24557
24558         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24559         (spam-find-spam, spam-log-processing-to-registry)
24560         (spam-log-registered-p, spam-log-unregistration-needed-p)
24561         (spam-log-undo-registration): Use gnus-message instead of
24562         gnus-error, none of these errors are fatal.
24563
24564         * gnus-registry.el (gnus-registry-clean-empty-function)
24565         (gnus-registry-clean-empty): Remove only empty entries without
24566         extra data.
24567
24568 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24569
24570         * spam-stat.el (spam-stat-buffer-change-to-spam)
24571         (spam-stat-buffer-change-to-non-spam): Change (error) to
24572         (gnus-message 8) invocation.
24573
24574 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24575
24576         * nntp.el (nntp-via-netcat-command): New variable.
24577         (nntp-via-netcat-switches): New variable.
24578         (nntp-open-via-rlogin-and-netcat): New function.
24579         (nntp-open-connection-function): Doc fix.
24580         (nntp-telnet-command): Doc fix.
24581         (nntp-end-of-line): Doc fix.
24582         (nntp-via-rlogin-command): Doc fix.
24583         (nntp-via-user-name): Doc fix.
24584         (nntp-via-address): Doc fix.
24585
24586 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24587
24588         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24589         error in Emacs 21.1.
24590
24591 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24592
24593         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24594
24595 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24596
24597         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24598         (gnus-agent-with-refreshed-group): New macro.
24599         (gnus-agent-rename-group): New function.
24600         (gnus-agent-delete-group): New function.
24601         (gnus-agent-save-group-info): Use gnus-command-method when
24602         `method' parameter is nil.  Don't write nil entries into the
24603         active file.
24604         (gnus-agent-get-group-info): New function.
24605         (gnus-agent-fetch-articles):
24606         Use gnus-agent-update-files-total-fetched-for to increment disk space
24607         used.
24608         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24609         Use gnus-agent-update-view-total-fetched-for to increment disk space
24610         used.
24611         (gnus-agent-get-local): Add optional parameters to avoid calling
24612         gnus-group-real-name and gnus-find-method-for-group.
24613         (gnus-agent-set-local): Delete stored entry if either min, or max,
24614         are nil.
24615         (gnus-agent-fetch-session): Reworded error/quit messages.
24616         On quit, use gnus-agent-regenerate-group to record existance of any
24617         articles fetched to disk before the quit occurred.
24618         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24619         gnus-agent-update-view-total-fetched-for, and
24620         gnus-agent-update-files-total-fetched-for to decrement disk space
24621         used.
24622         (gnus-agent-retrieve-headers):
24623         Use gnus-agent-update-view-total-fetched-for to increment disk space
24624         used.
24625         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24626         with gnus-agent-update-files-total-fetched-for to decrement disk
24627         space and fresh group buffer.
24628         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24629         (gnus-agent-need-update-total-fetched-for): New variable.
24630         (gnus-agent-update-files-total-fetched-for): New function.
24631         (gnus-agent-update-view-total-fetched-for): New function.
24632         (gnus-agent-total-fetched-for): New function.
24633
24634         * gnus-cache.el (gnus-cache-save-buffers):
24635         Use gnus-cache-update-overview-total-fetched-for to change disk space
24636         used by this group.
24637         (gnus-cache-possibly-enter-article):
24638         Use gnus-cache-update-file-total-fetched-for to increment disk space
24639         used by this group.
24640         (gnus-cache-possibly-remove-article):
24641         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24642         used by this group.
24643         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24644         (gnus-cache-rename-group): New function.
24645         (gnus-cache-delete-group): New function.
24646         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24647         (gnus-cache-need-update-total-fetched-for): New variable.
24648         (gnus-cache-with-refreshed-group): New macro.
24649         (gnus-cache-update-file-total-fetched-for): New function.
24650         (gnus-cache-update-overview-total-fetched-for): New function.
24651         (gnus-cache-rename-group-total-fetched-for): New function.
24652         (gnus-cache-delete-group-total-fetched-for): New function.
24653         (gnus-cache-total-fetched-for): New function.
24654
24655         * gnus-group.el: Require gnus-sum and autoload functions to
24656         resolve warnings when gnus-group.el compiled alone.
24657         (gnus-group-line-format): Documented new %F.
24658         (size of Fetched data) group line format; identifies disk space
24659         used by agent and cache.
24660         (gnus-group-line-format-alist): Defined new F format.
24661         (gnus-total-fetched-for): New function.
24662         (gnus-group-delete-group): No longer update
24663         gnus-cache-active-altered as gnus-request-delete-group now keeps
24664         the cache in sync.
24665         (gnus-group-list-active): Let the agent store a server's active
24666         list if currently plugged.
24667
24668         * gnus-int.el (gnus-request-delete-group):
24669         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24670         local disk in sync with the server.
24671         (gnus-request-rename-group):
24672         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24673         local disk in sync with the server.
24674
24675         * gnus-start.el (gnus-get-unread-articles):
24676         Cosmetic simplification to logic.
24677
24678         * gnus-util.el (gnus-rename-file): New function.
24679
24680 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24681
24682         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24683
24684 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24685
24686         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24687         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24688
24689 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24690
24691         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24692         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24693
24694 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24695
24696         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24697
24698 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24699
24700         * spam.el (spam-set-difference): Add function to replace
24701         gnus-set-difference in spam.el.
24702         (spam-summary-prepare-exit): Use spam-set-difference.
24703
24704 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24705
24706         * gnus-registry.el (gnus-registry-cache-file): Update to use
24707         gnus-dribble-directory OR gnus-home-directory OR ~.
24708         (gnus-registry-split-fancy-with-parent): Fix doc.
24709
24710 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24711
24712         * message.el (message-exchange-point-and-mark):
24713         Use message-mark-active-p.  Suggested by Jesper Harder
24714         <harder@ifa.au.dk>.
24715
24716 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24717
24718         * message.el (message-exchange-point-and-mark): Don't activate
24719         region if it was inactive.  Suggested by Hiroshi Fujishima
24720         <pooh@nature.tsukuba.ac.jp>.
24721
24722 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24723
24724         * gnus-art.el (article-display-face): Display Faces in the same
24725         order as X-Faces.
24726
24727 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24728
24729         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24730
24731 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24732
24733         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24734         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24735         (gnus-article-mime-hierarchy): Remove.
24736         (gnus-article-mime-hierarchy-next): Remove.
24737         (gnus-article-mode): Revert 2004-03-19 change.
24738         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24739         (gnus-insert-mime-button): Revert 2004-03-19 change.
24740         (gnus-mime-accumulate-hierarchy): Remove.
24741         (gnus-mime-enter-multipart): Remove.
24742         (gnus-mime-leave-multipart): Remove.
24743         (gnus-mime-display-part): Revert 2004-03-19 change.
24744         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24745
24746         * mml.el (mml-preview): Revert 2004-03-19 change.
24747
24748 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24749
24750         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24751
24752 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24753
24754         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24755         t while entering a file name using the mm-with-multibyte macro.
24756         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24757
24758         * mm-util.el (mm-with-multibyte): New macro.
24759
24760 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24761
24762         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24763         New user option.
24764         (gnus-mime-multipart-functions): Doc and customization fix.
24765         (gnus-article-mime-hierarchy): New variable.
24766         (gnus-article-mime-hierarchy-next): New variable.
24767         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24768         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24769         gnus-article-mime-hierarchy-next to nil.
24770         (gnus-insert-mime-button): Show hierarchy numbers.
24771         (gnus-mime-accumulate-hierarchy): New function.
24772         (gnus-mime-enter-multipart): New function.
24773         (gnus-mime-leave-multipart): New function.
24774         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24775         (gnus-mime-display-alternative): Show hierarchy numbers.
24776
24777         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24778         gnus-article-mime-hierarchy-next to nil.
24779
24780 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24781
24782         * dns.el: Don't require gnus-xmas.
24783
24784 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24785
24786         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24787         inline PGP.
24788         (mml-menu): Disable mml-quote-region if mark is inactive.
24789
24790 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24791
24792         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24793         when the group's active is not available.
24794
24795 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24796
24797         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24798         error.
24799
24800 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24801
24802         * imap.el (imap-store-password): New variable.
24803         (imap-interactive-login): Use it.
24804         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24805
24806 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24807
24808         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24809         window-start and hscroll to summary window.
24810
24811 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24812
24813         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24814         conversion message to newsrc-dribble when an actual conversion is
24815         performed.
24816
24817 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24818
24819         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24820
24821 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * mm-decode.el (mm-complicated-handles): New function reviving
24824         former definition of mm-multiple-handles.
24825
24826         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24827         (gnus-mime-delete-part): Use it.
24828
24829 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24830
24831         * gnus-agent.el (gnus-agent-read-local):
24832         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24833         avoid the implicit assumption that they will always be equal.
24834         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24835         coding-system-for-write, as the with-temp-file macro first prints
24836         to a buffer then saves the buffer.
24837
24838 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24839
24840         * gnus-art.el (gnus-article-edit-part): New function.
24841         (gnus-mime-save-part-and-strip): Use it; do query instead of
24842         signaling an error; don't use mm-multiple-handles.
24843         (gnus-mime-delete-part): Ditto.
24844
24845 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24846
24847         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24848         old file versions.
24849         (gnus-group-prepare-hook): Remove function that converted list
24850         form of gnus-agent-expire-days to group properties.
24851
24852         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24853         (gnus-request-accept-article): Re-indented.
24854
24855         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24856         converters to handle old agent file formats.  Add logic for a
24857         "backup before upgrading warning".
24858         (gnus-convert-mark-converter-prompt): Developers can mark
24859         functions as needing (default), or not needing,
24860         gnus-convert-old-newsrc's "backup before upgrading warning".
24861         (gnus-convert-converter-needs-prompt): Tests whether the user
24862         should be protected from potentially irreversable changes by the
24863         function.
24864
24865         * legacy-gnus-agent.el: New.  Provides converters that are only
24866         loaded when gnus-convert-old-newsrc needs to call them.
24867
24868 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24869
24870         * mail-source.el (mail-source-touch-pop): Doc fix.
24871
24872         * message.el (message-smtpmail-send-it): Doc fix.
24873
24874 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24875
24876         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24877
24878         * nnmail.el (nnmail-split-fancy): do.
24879
24880         * gnus-kill.el (gnus-kill, gnus-execute): do.
24881
24882 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24883
24884         * gnus-sum.el (gnus-widget-reversible-match)
24885         (gnus-widget-reversible-to-internal)
24886         (gnus-widget-reversible-to-external): New functions.
24887         (gnus-widget-reversible): New widget.
24888         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24889
24890 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24891
24892         * gnus-sum.el (gnus-thread-sort-functions)
24893         (gnus-article-sort-functions): Document `(not F)' items.
24894
24895 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24896
24897         * spam.el (spam-use-gmane-xref): Add new backend.
24898         (spam-gmane-xref-spam-group): Add variable to control the name of the
24899         Gmane spam group.
24900         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24901         (spam-regex-headers-spam, spam-regex-headers-ham)
24902         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24903         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24904         backends and checks.
24905         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24906
24907         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24908         an autodetect method.
24909
24910 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24911
24912         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24913         articles are being added to a group.
24914         (gnus-request-replace-article): Inform the agent that articles
24915         need to be uncached as the cached contents are no longer valid.
24916
24917 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24918
24919         * binhex.el: Don't autoload executable-find.
24920
24921         * canlock.el: Don't autoload mail-fetch-field.
24922
24923         * dgnushack.el: Autoload c-mode for XEmacs.
24924
24925         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24926
24927         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24928         rmail-dont-reply-to and rmail-output.
24929
24930         * gnus-score.el: Don't autoload ffap-string-at-point.
24931
24932         * gnus-setup.el: Don't autoload sc-cite-original.
24933
24934         * imap.el: Don't autoload base64-decode-string,
24935         base64-encode-string and md5.
24936
24937         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24938         and rmail-msg-restore-non-pruned-header.
24939
24940         * mm-decode.el: Don't autoload executable-find.
24941
24942         * mm-url.el: Don't autoload executable-find.
24943
24944         * mm-view.el: Don't autoload diff-mode.
24945
24946         * nndb.el: Don't autoload news-reply-mode, news-setup,
24947         cancel-timer and telnet.
24948
24949         * password.el: Don't autoload run-at-time for Emacs.
24950
24951         * sha1-el.el: Don't autoload executable-find.
24952
24953         * sieve-mode.el: Don't autoload c-mode.
24954
24955         * uudecode.el: Don't autoload executable-find.
24956
24957 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24958
24959         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24960         (gnus-agent-possibly-alter-active): Avoid null in numeric
24961         comparison.
24962         (gnus-agent-set-local): Refuse to save null in local object table.
24963         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24964         list of articles that will be marked as unread.
24965
24966 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24967
24968         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24969
24970 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24971
24972         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24973         language tags.
24974
24975 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24976
24977         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24978         Don't bind "obarray".
24979
24980         * gnus-sum.el (gnus-thread-sort-functions):
24981         Add `gnus-thread-sort-by-most-recent-number' and
24982         `gnus-thread-sort-by-most-recent-date'.
24983         Reported by Kai Grossjohann <kai@emptydomain.de>.
24984
24985 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24986
24987         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24988
24989 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24990
24991         * gnus-cus.el (gnus-agent-customize-category):
24992         Remove ignore-errors macro reference that required cl to be loaded at
24993         run-time.
24994
24995         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24996         single-interval range of the form (min . max).  Previously the
24997         range had to look like ((min . max)).  Likewise, return
24998         (min . max) rather than ((min . max)).
24999         (gnus-range-map): Use gnus-range-normalize to accept
25000         single-interval range.
25001
25002         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25003         the cache, but not the agent, now appear with their usual face.
25004
25005         * dgnushack.el (loaddir): New variable that is bound to the
25006         directory containing the dgnushack.el file. Use loaddir, rather
25007         than srcdir, to update load-path. Change lets dgnushack compile
25008         code in directories other than GNUS/lisp.
25009
25010 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25011
25012         * lpath.el: Don't bind w3m-safe-url-regexp.
25013
25014         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25015         w3m-safe-url-regexp variable buffer-local.
25016
25017         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25018
25019 2004-02-27  Simon Josefsson  <jas@extundo.com>
25020
25021         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25022         gnus-group-real-prefix.
25023         (gnus-summary-move-article): Use it, instead of
25024         gnus-group-real-prefix.
25025
25026 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25027
25028         * lpath.el: Bind w3m-safe-url-regexp.
25029
25030         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25031         w3m-safe-url-regexp variable buffer-local and set it as the value
25032         of mm-w3m-safe-url-regexp.
25033
25034         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25035
25036         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25037         parsing gnus-posting-styles when the message is not for replying.
25038
25039         * dgnushack.el: Autoload sgml-mode for XEmacs.
25040
25041         * nnrss.el (nnrss-opml-export):
25042         Use mm-set-buffer-file-coding-system instead of
25043         set-buffer-file-coding-system.
25044
25045 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25046
25047         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25048         of checkdoc.el).
25049         * nnrss.el: do.
25050         * gnus-mlspl.el: do.
25051         * gnus-ml.el: do.
25052         * gnus-srvr.el: do.
25053
25054         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25055
25056 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25057
25058         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25059         Corrections to custom-manual links.
25060
25061         * gnus-art.el (gnus-article): Ditto.
25062
25063         * mm-decode.el (mime-display, mime-security): Ditto.
25064
25065 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25066
25067         * flow-fill.el: Typo.
25068
25069 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25070
25071         * spam-wash.el: New file.
25072
25073 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25074
25075         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25076
25077 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25078
25079         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25080         to be run with new-articles as LIST1, not LIST2.
25081         (spam-registration-functions): Add spam-use-ham-copy as a nil
25082         registration backend.
25083
25084 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25085
25086         * spam-stat.el (spam-stat-washing-hook): New option.
25087         (spam-stat-buffer-words): Use it.
25088         (spam-stat-process-directory, spam-stat-test-directory):
25089         Use insert-file-contents-literally.
25090         (spam-stat-coding-system): New variable.
25091         (spam-stat-load, spam-stat-save): Use it.
25092
25093 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25094
25095         * spam-report.el (spam-report-plug-agent):
25096         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25097
25098 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25099
25100         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25101         Allow / in mailto URLs.
25102
25103 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25104
25105         * spam-report.el (spam-report-process-queue): Fix interactive use.
25106         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25107         (spam-report-unplug-agent): Doc fixes.
25108         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25109         (spam-report-agentize, spam-report-deagentize): Autoload.
25110
25111 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25112
25113         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25114
25115         * message.el (message-setup-fill-variables): Add mml tags to
25116         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25117         <ajk@iu.edu>.
25118         (message-mode): Don't modify paragraph-separate there.
25119
25120 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25121
25122         * compface.el (uncompface-use-external): Default to undecided.
25123         (uncompface-use-external-threshold): New variable.
25124         (uncompface-float-time): New macro.
25125         (uncompface): Determine whether to use the external decoder if
25126         uncompface-use-external is undecided.
25127
25128 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25129
25130         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25131         after images.
25132
25133         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25134
25135 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25136
25137         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25138
25139         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25140
25141         * gnus-sum.el (gnus-summary-limit-to-age)
25142         (gnus-summary-limit-children): do.
25143
25144         * gnus-int.el (gnus-request-scan): do.
25145
25146         * gnus-group.el (gnus-group-suspend): do.
25147
25148         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25149
25150         * gnus-cite.el (gnus-cite-parse-attributions): do.
25151
25152         * gnus-agent.el (gnus-summary-set-agent-mark)
25153         (gnus-agent-regenerate-group): do.
25154
25155         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25156
25157         * binhex.el (binhex-decode-region-internal): do.
25158
25159 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25160
25161         * gnus-fun.el (gnus-face-properties-alist): New user option.
25162         (gnus-display-x-face-in-from): Use it.
25163
25164         * gnus-art.el (article-display-face): Ditto.
25165
25166         * compface.el (uncompface-use-external): Default to nil.
25167
25168 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25169
25170         * nntp.el (nntp-erase-buffer): New function.
25171         (nntp-retrieve-data, nntp-send-command)
25172         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25173         (nntp-possibly-change-group): Use it.
25174
25175         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25176         Use with-current-buffer.
25177
25178 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25179
25180         * compface.el: Merge the ELisp-based uncompface program.
25181         (compface): New customization group.
25182         (uncompface-use-external): New user option.
25183         (uncompface): Call uncompface-internal if uncompface-use-external
25184         is nil.
25185         (uncompface-internal): New function.  Note that there are also
25186         some other functions and variables added for this function.
25187
25188 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25189
25190         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25191         if necessary.
25192
25193 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25194
25195         * spam-report.el (spam-report-unplug-agent)
25196         (spam-report-plug-agent, spam-report-deagentize)
25197         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25198         Add support for the Agent in spam-report: when unplugged, report to a
25199         file; when plugged, submit all the requests.
25200
25201         * spam.el (spam-register-routine): Fix message about
25202         registration.
25203
25204 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25205
25206         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25207         dependencies.
25208         (rfc2047-encode): Use it.
25209
25210         * gnus-art.el (gnus-button-marker-list): Move before first
25211         reference.
25212
25213         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25214         (imap-parse-body): Fix format string mismatch.
25215
25216         * gnus-score.el (gnus-summary-increase-score): do.
25217
25218         * nnrss.el (nnrss-close): New function.
25219
25220 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25221
25222         * nnrss.el (nnrss-make-filename): New function.
25223         (nnrss-request-delete-group, nnrss-read-server-data)
25224         (nnrss-save-server-data, nnrss-read-group-data)
25225         (nnrss-save-group-data): Use it.
25226         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25227         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25228         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25229
25230 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25231
25232         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25233
25234 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25235
25236         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25237         files.
25238
25239         * message.el (message-generate-headers-first): Don't quote nil
25240         and t in docstrings.
25241
25242         * imap.el (imap-id): do.
25243
25244         * gnus-agent.el (gnus-agent-consider-all-articles)
25245         (gnus-agent-queue-mail): do.
25246
25247 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25248
25249         * spam-report.el (spam-report-process-queue): New function.
25250         Process requests from `spam-report-requests-file'.
25251         (spam-report-process-queue): Doc fix.
25252
25253 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25254
25255         * spam.el (spam-register-routine)
25256         (spam-log-processing-to-registry, spam-log-registered-p)
25257         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25258         Change "check" to "spam-check" for semi-clarity.
25259
25260 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25261
25262         * pop3.el: Require nnheader.
25263
25264         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25265
25266         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25267
25268         * gnus-picon.el: Require cl.
25269
25270         * gnus-fun.el: Require gnus-ems and gnus-util.
25271
25272         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25273
25274         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25275
25276         * gnus-art.el (gnus-article-edit-mode): Define before first
25277         reference.
25278
25279 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25280
25281         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25282         (gnus-uu-post-encoded): Use point-at-bol.
25283
25284         * gnus-topic.el (gnus-group-active-topic-p): do.
25285
25286         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25287
25288         * gnus-group.el (gnus-group-kill-region): do.
25289
25290         * gnus-art.el (article-date-ut): do.
25291
25292         * message.el (message-fetch-field): Remove redundant
25293         case-fold-search binding.
25294         (message-narrow-to-field): Simplify.
25295
25296 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25297
25298         * spam.el (spam-directory): Derive from `gnus-directory'.
25299
25300         * spam-report.el (spam-report-url-to-file)
25301         (spam-report-requests-file): New function and variable for offline
25302         reporting.
25303         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25304         and user defined function.
25305         (spam-report-url-ping-mm-url): Remove doubled slash.
25306
25307 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25308
25309         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25310
25311 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25312
25313         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25314         Fix format string mismatch.
25315
25316         * sieve.el (sieve-deactivate-all): do.
25317
25318         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25319
25320         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25321
25322         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25323
25324         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25325
25326 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25327
25328         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25329         the list of checks.
25330
25331 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25332
25333         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25334         padding.
25335
25336 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25337
25338         * mm-view.el (mm-fill-flowed): New variable.
25339         (mm-inline-text): Use it.
25340
25341 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25342
25343         * spam.el (spam-spamassassin-register-ham-routine)
25344         (spam-spamassassin-register-spam-routine): Fix function names.
25345
25346 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25347
25348         * gnus.el (gnus-tmp-grouplens): Remove.
25349         (gnus-summary-line-format): Remove grouplens.
25350
25351         * gnus-group.el (gnus-group-line-format): Ditto.
25352
25353         * gnus-spec.el (gnus-format-specs): Ditto.
25354         (gnus-update-format-specifications): Flush the group format spec
25355         cache if there's the grouplens stuff.
25356         (gnus-parse-simple-format): Replace %l with the empty string.
25357
25358 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25359
25360         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25361         omission.
25362
25363 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25364
25365         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25366         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25367
25368 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25369
25370         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25371         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25372         New macros and functions.
25373         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25374         Handle > NLINK_MAX messages.
25375         * nnmaildir.el (nnmaildir-request-set-mark):
25376         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25377
25378 2004-01-25  Alex Schroeder  <alex@gnu.org>
25379
25380         * spam-stat.el (spam-stat-process-directory-age): New option.
25381         (spam-stat-process-directory): Use it.
25382
25383 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25384
25385         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25386         (spam-stat-save): Accept prefix argument.
25387
25388 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25389
25390         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25391         links" error.
25392
25393 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25394
25395         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25396         the rest of the and/or forms.
25397
25398 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25399
25400         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25401         compatibility with old .newsrc.eld files.
25402
25403         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25404
25405         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25406
25407         * gnus-start.el (gnus-1): do.
25408
25409         * gnus-group.el (gnus-group-line-format-alist): do.
25410
25411         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25412
25413         * gnus-gl.el: Remove.
25414
25415 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25416
25417         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25418         marks consisting of a single range {for example, (3 . 5)} rather
25419         than a list of a single range { ((3 . 5)) }.
25420
25421 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25422
25423         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25424         Use with-current-buffer.
25425         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25426         avoid consing a string.
25427
25428         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25429         Remove obsolete entries for big5 and gb2312.
25430
25431 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25432
25433         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25434         uncompressed list.
25435
25436 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25437
25438         * spam-stat.el (spam-stat-strip-xref): New function.
25439         (spam-stat-process-directory): Use it.
25440
25441         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25442         here -- it's done in message-fetch-field.
25443
25444 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25445
25446         * gnus-agent.el (gnus-agent-queue-mail)
25447         (gnus-agent-prompt-send-queue): New variables.
25448         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25449         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25450         "nndraft:queue" along to gnus-draft-send.
25451         Use gnus-agent-prompt-send-queue.
25452         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25453         is "nndraft:queue".  Suggested by Gaute Strokkenes
25454         <gs234@srcf.ucam.org>
25455
25456         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25457         (agent-enable-undownloaded-faces): Add.
25458         (gnus-agent-cat-groups): Use eval-and-compile, not
25459         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25460         method of gnus-agent-cat-groups even when the buffer has been
25461         evaled.
25462         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25463         delete gnus-agent-save-active-1.
25464         (gnus-agent-save-groups): Delete.  Identical to
25465         gnus-agent-save-active.
25466         (gnus-agent-write-active): No longer adjust agent's copy of active
25467         file as agent's adjustments are now stored in their own
25468         file.  Remove optional parameter.
25469         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25470         servers.  Add use of min/max range limits from server's local
25471         file.
25472         (gnus-agent-save-alist): Remove unused optional argument.
25473         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25474         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25475         (gnus-agent-set-local): A per-server file that keeps min/max range
25476         limits for articles known to the agent.  Provides a fast mechanism
25477         for altering many active ranges.
25478         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25479         active file (local makes it unnecessary).
25480         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25481
25482         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25483         (agent-enable-undownloaded-faces): Add.
25484
25485         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25486         disable it when sending to "nndraft:queue".
25487         (gnus-group-send-queue): Add safety check to avoid sending queue
25488         when unplugged.
25489
25490         * gnus-group.el (gnus-group-catchup): Use new
25491         gnus-sequence-of-unread-articles, not
25492         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25493         numbers of articles.  Use gnus-range-map to avoid having to
25494         uncompress the unread list.
25495         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25496         Fix invalid ange-ftp reference.
25497
25498         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25499         (gnus-sorted-range-intersection): Intersection of two ranges
25500         without requiring that they first be uncompressed.
25501
25502         * gnus-start.el (gnus-activate-group): Unless blocked by the
25503         caller, possibly expand the active range to include both cached
25504         and agentized articles.
25505         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25506         multiple version-dependent converters.
25507         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25508         gnus-agent-save-active.
25509         (gnus-save-newsrc-file): Save dirty agent range limits.
25510
25511         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25512         gnus-agent-possibly-alter-active.
25513         (gnus-adjust-marked-articles): Faster handling of simple lists.
25514
25515 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25516
25517         * spam-stat.el (spam-stat-test-directory): New optional argument
25518         displays a list of files detected.  Suggested by Andrew Cohen
25519         <cohen@andy.bu.edu>.
25520         (spam-stat-buffer-words-with-scores): Don't narrow and change
25521         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25522
25523 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25524
25525         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25526         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25527         (spam-spamassassin-arguments)
25528         (spam-spamassassin-spam-flag-header)
25529         (spam-spamassassin-positive-spam-flag-header)
25530         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25531         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25532         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25533         (spam-list-of-processors, spam-list-of-checks)
25534         (spam-list-of-statistical-checks, spam-registration-functions)
25535         (spam-check-spamassassin-headers, spam-check-spamassassin)
25536         (spam-spamassassin-score)
25537         (spam-spamassassin-register-with-sa-learn)
25538         (spam-spamassassin-register-spam-routine)
25539         (spam-spamassassin-register-ham-routine)
25540         (spam-assassin-register-spam-routine)
25541         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25542         (spam-bogofilter-score): Fix to show article before scoring.
25543
25544 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25545
25546         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25547         default scoring function.
25548         (spam-generic-score): Call spam-spamassassin-score if
25549         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25550         spam-bogofilter-score otherwise.
25551
25552         * gnus.el (spam-process, spam-autodetect-methods):
25553         Add spamassassin and spamassassin-headers.
25554
25555 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25556
25557         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25558         Suppress unnecessary messages.
25559
25560 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25561
25562         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25563         make-hash-table.
25564
25565 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25566
25567         * canlock.el (base64-encode-string): Don't autoload it.
25568
25569 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25570
25571         * run-at-time.el: Remove useless (require 'itimer),
25572         eval-and-compile and (featurep 'xemacs).
25573
25574 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25575
25576         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25577         GROUP is a virtual group.
25578
25579 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25580
25581         * gnus.el: Autoload `message-y-or-n-p'.
25582
25583 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25584
25585         * pgg-parse.el: Remove unnecessary (require 'custom).
25586
25587         * pgg-def.el: do.
25588
25589         * nnmail.el: do.
25590
25591         * gnus-undo.el: do.
25592
25593         * gnus-picon.el: do.
25594
25595         * gnus-util.el: do.
25596
25597 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25598
25599         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25600
25601 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25602
25603         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25604         handle, as well as a list.
25605
25606         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25607         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25608         (mm-w3m-cid-retrieve): Simplify.
25609
25610 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25611
25612         * message.el (message-kill-to-signature): Allow prefix arg to
25613         specify number of lines to keep before signature.
25614
25615 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25616
25617         * message.el (message-kill-to-signature): Change docstring.
25618
25619 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25620
25621         * canlock.el: Always require sha1-el.
25622         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25623
25624         * message.el: Autoload sha1 only when compiling.
25625
25626         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25627         eudc-expand-inline for XEmacs.
25628
25629 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25630
25631         * message.el (message-canlock-generate): Require sha1-el.
25632
25633 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25634
25635         * message.el (message-expand-name): Silence the byte compiler.
25636
25637         * lpath.el: Add detect-coding-system.
25638
25639         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25640         cus-edit.
25641
25642 2004-01-13  Simon Josefsson  <jas@extundo.com>
25643
25644         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25645         Invoke gnus-score-mode.
25646         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25647
25648         * gnus-range.el (gnus-compress-sequence): Doc fix.
25649         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25650
25651 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25652
25653         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25654
25655 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25656
25657         * spam.el (spam-get-article-as-string): Update to use
25658         gnus-request-article-this-buffer, much simpler.
25659         (spam-get-article-as-buffer): Remove.
25660
25661 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25662
25663         * message.el (message-expand-name): Use EUDC if the user uses that.
25664
25665 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25666
25667         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25668         character for the encoding to avoid consing a string.
25669
25670         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25671         unnecessarily.
25672
25673         * mm-util.el (mm-replace-chars-in-string): Remove.
25674
25675         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25676         of mm-replace-chars-in-string.
25677
25678 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25679
25680         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25681
25682         * mm-util.el (mm-subst-char-in-string): Support inplace.
25683
25684         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25685         a new string in every iteration.  Use shy groups.
25686
25687 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25688
25689         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25690         * gnus-soup.el (gnus-soup-group-brew):
25691         * gnus-msg.el (gnus-put-message):
25692         * gnus-move.el (gnus-group-move-group-to-server):
25693         * gnus-kill.el (gnus-batch-score):
25694         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25695         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25696         (gnus-group-update-group, gnus-group-read-group)
25697         (gnus-group-make-group, gnus-group-make-help-group)
25698         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25699         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25700         (gnus-group-sort-by-unread, gnus-group-catchup)
25701         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25702         (gnus-group-yank-group, gnus-group-set-info)
25703         (gnus-group-list-groups):
25704         * gnus.el (gnus-generate-new-group-name):
25705         * gnus-delay.el (gnus-delay-send-queue):
25706         * nnvirtual.el (nnvirtual-catchup-group):
25707         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25708         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25709         (gnus-group-prepare-topics, gnus-topic-check-topology):
25710         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25711         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25712         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25713         (gnus-group-make-articles-read):
25714         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25715         (gnus-group-change-level, gnus-kill-newsgroup)
25716         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25717         (gnus-get-unread-articles, gnus-make-articles-unread)
25718         (gnus-make-ascending-articles-unread): Use accessor
25719         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25720         to get group information for improved readability.
25721
25722
25723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25724
25725         * gnus-art.el (article-decode-mime-words, article-babel)
25726         (gnus-article-highlight-signature, gnus-article-add-buttons)
25727         (gnus-signature-toggle): Use gnus-with-article-buffer.
25728
25729         * gnus-art.el (gnus-article-highlight-headers)
25730         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25731
25732         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25733         (gnus-article-set-globals, gnus-request-article-this-buffer)
25734         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25735         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25736         (gnus-mime-display-alternative): Use with-current-buffer.
25737
25738 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25739
25740         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25741         also under 80 char limit, and call gnus-error if needed.
25742         (spam-fetch-article-header): Fix - it was a
25743         buffer-local variable (gnus-newsgroup-data).
25744         (spam-find-spam): Use spam-generate-fake-headers, forget about
25745         spam-insert-fake-headers.
25746         (spam-insert-fake-headers): Remove.
25747
25748 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25749
25750         * deuglify.el (gnus-article-outlook-unwrap-lines)
25751         (gnus-outlook-rearrange-article)
25752         (gnus-outlook-repair-attribution-outlook)
25753         (gnus-outlook-repair-attribution-block)
25754         (gnus-outlook-repair-attribution-other): Remove redundant
25755         save-excursion.
25756
25757 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25758
25759         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25760         (spam-fetch-field-subject-fast)
25761         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25762         (spam-fetch-article-header): Add functions to deal with Gnus
25763         internals for fast retrieval of article header data.
25764         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25765
25766 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25767
25768         * pop3.el (pop3-md5): Remove.
25769         (pop3-apop): Replace pop3-md5 with md5.
25770
25771         * mm-bodies.el: base64 is always built-in.
25772
25773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25774         Use with-current-buffer.
25775
25776 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25777
25778         * canlock.el (canlock-insert-header): Remove excessive grouping in
25779         regexp.
25780
25781         * gnus-sum.el (gnus-summary-read-document): Ditto.
25782
25783         * gnus-uu.el (gnus-uu-part-number): Ditto.
25784
25785         * html2text.el (html2text-remove-tags): Ditto.
25786         (html2text-format-tags): Ditto.
25787         (html2text-format-single-elements): Ditto.
25788
25789         * mml.el (mml-parse-1): Ditto.
25790
25791 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25792
25793         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25794
25795         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25796
25797         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25798
25799         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25800
25801 2003-11-15  Simon Josefsson  <jas@extundo.com>
25802
25803         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25804         (pgg-gpg-lookup-key): Use regexp match instead of
25805         split-string (split-string is different between emacs 21.2 and
25806         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25807
25808 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25809
25810         * gnus-art.el (gnus-mime-view-all-parts)
25811         (gnus-article-part-wrapper, gnus-article-view-part):
25812         Use with-current-buffer.
25813
25814 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25815
25816         * spam.el (spam-disable-spam-split-during-ham-respool)
25817         (spam-spamoracle-database, spam-cache-lookups)
25818         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25819         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25820         (spam-group-ham-marks, spam-group-spam-marks)
25821         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25822         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25823         also add spam-use-blackholes to the statistical checks.
25824         (spam-fetch-field-fast): Add interface to fetching fields, may
25825         become a macro.
25826         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25827         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25828         (spam-insert-fake-headers): Fake an article when needed.
25829         (spam-find-spam): Fake article when possible.
25830         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25831         (spam-check-bogofilter-headers): Use message-fetch-field instead
25832         of nnmail-fetch-field.
25833
25834 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25835
25836         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25837
25838 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25839
25840         * spam.el (spam-split): Do not require spam-use-CHECK to be
25841         enabled if that check is passed to spam-split explicitly; also
25842         fix so 'spam doesn't get converted to spam-split-group when
25843         spam-split-symbolic-return is t.
25844         (spam-find-spam): Find registrations of the article and use those
25845         instead of re-running spam-split to find the spam/ham
25846         classification of the article.
25847         (spam-log-processing-to-registry, spam-log-registered-p)
25848         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25849         Use gnus-error instead of gnus-message.
25850         (spam-log-registration-type): Add function to determine the
25851         classification of a message based on registry entries; will
25852         return nil if both 'spam and 'ham are found.
25853         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25854         a reasonably fast local cache without the loading errors.
25855         (spam-cache-lookups): Set to t by default.
25856         (spam-find-spam): Don't try to guess spam-cache-lookups.
25857         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25858         spam-caches entry.
25859         (spam-filelist-build-cache, spam-filelist-check-cache):
25860         Fix caching of whitelist/blacklist entries.
25861         (spam-check-whitelist, spam-check-blacklist):
25862         Invoke spam-from-listed-p with a type, not a cache variable.
25863         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25864
25865 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25866
25867         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25868
25869         * nnmail.el (nnmail-split-fancy): do.
25870
25871         * mml.el (mml-parse): do.
25872
25873         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25874         (gnus-score-adaptive): do.
25875
25876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25877
25878         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25879         (gnus-mime-button-map): Don't set keymap parent.
25880         (gnus-button-ctan-directory-regexp): Use shy grouping.
25881         (gnus-prev-page-map): Don't set keymap parent.
25882         (gnus-prev-page-map): Remove duplicated one.
25883         (gnus-next-page-map): Don't set keymap parent.
25884         (gnus-mime-security-button-map): Ditto.
25885
25886         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25887         version number.
25888
25889         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25890
25891 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25892
25893         * canlock.el (canlock-sha1-function): Remove.
25894         (canlock-sha1-function-for-verify): Remove.
25895         (canlock-openssl-program): Remove.
25896         (canlock-openssl-args): Remove.
25897         (canlock-ignore-errors): Remove.
25898         (canlock-sha1-with-openssl): Remove.
25899         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25900         (canlock-verify): Don't use canlock-ignore-errors.
25901
25902         * sha1-el.el (sha1-string-external): Make it can return a string
25903         in binary form.
25904         (sha1-region-external): Ditto.
25905         (sha1-string-internal): Ditto.
25906         (sha1-region-internal): Ditto.
25907         (sha1-region): Ditto.
25908         (sha1-string): Ditto.
25909         (sha1): Ditto.
25910
25911 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25912
25913         * spam.el (spam-report-articles-gmane): New command.
25914
25915 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25916
25917         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25918
25919         * run-at-time.el (run-at-time-saved): Remove.
25920         (run-at-time): Doc fix.
25921
25922 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25923
25924         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25925         (gnus-summary-limit-map): Add it.
25926         (gnus-summary-make-menu-bar): do.
25927
25928 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25929
25930         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25931         Make attempt at some caching support (done for BBDB only now).
25932         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25933         addresses to be checked.
25934         (spam-clear-cache-BBDB): Add function, to be invoked by
25935         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25936         (spam-check-BBDB): Check and use the caches, if
25937         spam-cache-lookups is on, remove superfluous (provide).
25938
25939 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25940
25941         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25942
25943 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25944
25945         * run-at-time.el (run-at-time-saved): Move to after the definition
25946         of `run-at-time'.
25947
25948         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25949
25950 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25951
25952         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25953         mm-w3m-local-map-property.
25954
25955         * mm-view.el (mm-w3m-mode-map): Remove.
25956         (mm-w3m-local-map-property): Remove.
25957         (mm-inline-text-html-render-with-w3m): Don't use
25958         mm-w3m-local-map-property.
25959
25960 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25961
25962         * run-at-time.el: New file.
25963
25964         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25965         under Emacs.
25966
25967         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25968         of gnus-set-text-properties.
25969
25970         * gnus-uu.el (gnus-uu-save-article): Ditto.
25971
25972         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25973
25974         * gnus-cite.el (gnus-cite-parse): Ditto.
25975
25976         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25977         of gnus-.
25978
25979         * gnus-xmas.el (run-at-time): Require run-at-time.
25980
25981         * gnus.el: Change calls to nnheader-run-at-time and
25982         password-run-at-time throughout to use run-at-time directly.
25983
25984         * password.el: Remove definition of run-at-time.
25985
25986         * nnheaderxm.el: Remove definition of run-at-time.
25987
25988 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25989
25990         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25991         in prompt.
25992
25993 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25994
25995         * messagexmas.el (message-xmas-redefine): Alias
25996         `message-make-caesar-translation-table' to
25997         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25998         version.
25999
26000         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26001         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26002         `gnus-xmas-set-text-properties'.
26003         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26004         `gnus-xmas-completing-read'.
26005         (gnus-xmas-completing-read): Removed.
26006         (gnus-xmas-open-network-stream): Removed.
26007
26008         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26009         XEmacs version.
26010
26011         * dns.el (dns-make-network-process): Use `open-network-stream'
26012         instead of `gnus-xmas-open-network-stream'.
26013
26014         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26015
26016         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26017
26018 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26019
26020         * gnus-art.el (gnus-mime-display-alternative)
26021         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26022         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26023         Don't use gnus-local-map-property.
26024
26025         * gnus-util.el (gnus-local-map-property): Remove.
26026
26027         * mm-view.el (mm-view-pkcs7-decrypt):
26028         Replace gnus-completing-read-maybe-default with completing-read.
26029
26030         * gnus-util.el (gnus-completing-read): do.
26031         (gnus-completing-read-maybe-default): Remove.
26032
26033 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26034
26035         * password.el: Only autoload `run-at-time' if not XEmacs.
26036         Only autoload the itimer functions if XEmacs.
26037
26038 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26039
26040         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26041         XEmacsen.
26042
26043         * dgnushack.el: Autoload executable-find for XEmacs.
26044
26045 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26046
26047         * gnus-art.el (gnus-read-string): Remove.
26048         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26049         read-string.
26050
26051 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26052
26053         * netrc.el: Autoload password-read.
26054         (netrc): Add configuration group.
26055         (netrc-encoding-method, netrc-openssl-path):
26056         Add variables for encoding and decoding of files with symmetric
26057         ciphers.
26058         (netrc-encode): Add assistant function to encode a file with
26059         netrc-encoding-method.
26060         (netrc-parse): Add interactive parameter, added optional
26061         decoding if netrc-encoding-method is non-nil but otherwise
26062         behavior is standard.
26063         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26064         Do s/encode/encrypt/ everywhere.
26065
26066         * spam.el: Remove executable-find autoload.
26067
26068 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26069
26070         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26071
26072         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26073
26074 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26075
26076         * gnus-art.el (gnus-treat-ansi-sequences)
26077         (article-treat-ansi-sequences): New variable and function.
26078         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26079
26080         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26081         Use it.
26082
26083 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26084
26085         * mm-util.el (mm-quote-arg): Remove.
26086
26087         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26088         shell-quote-argument.
26089
26090         * gnus-uu.el (gnus-uu-command): do.
26091
26092         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26093
26094         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26095         with make-char.
26096
26097         * mm-util.el (mm-make-char): Remove.
26098
26099         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26100         add-minor-mode.
26101
26102         * gnus-undo.el (gnus-undo-mode): do.
26103
26104         * gnus-topic.el (gnus-topic-mode): do.
26105
26106         * gnus-sum.el (gnus-dead-summary-mode): do.
26107
26108         * gnus-start.el (gnus-slave-mode): do.
26109
26110         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26111
26112         * gnus-ml.el (gnus-mailing-list-mode): do.
26113
26114         * gnus-gl.el (gnus-grouplens-mode): do.
26115
26116         * gnus-draft.el (gnus-draft-mode): do.
26117
26118         * gnus-dired.el (gnus-dired-mode): do.
26119
26120         * gnus-ems.el (gnus-add-minor-mode): Remove.
26121
26122         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26123         Replace gnus-char-width with char-width.
26124
26125         * gnus-ems.el (gnus-char-width): Remove.
26126
26127         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26128         Replace gnus-char-width with char-width.
26129
26130         * gnus-ems.el (gnus-char-width): Remove.
26131
26132         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26133         definition.
26134         Remove Emacs 20 hash table compatibility code.
26135
26136         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26137         20 compatibility code.
26138
26139         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26140
26141         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26142
26143         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26144         Replace with point-at-{eol,bol}.
26145
26146         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26147
26148         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26149
26150         * flow-fill.el (fill-flowed-point-at-bol)
26151         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26152
26153         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26154         Replace with point-at-{eol,bol} throughout all files.
26155
26156 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26157
26158         * ntlm.el (ntlm-string-as-unibyte): New macro.
26159         (ntlm-build-auth-response): Use it.
26160
26161         Remove Emacs 20 stuff:
26162         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26163         (butlast, mapc, remove): Remove the compiler macros.
26164         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26165         of delq and copy-sequence.
26166         * gnus-art.el (popup-menu): Remove the compiler macro.
26167         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26168         Emacs 20.
26169
26170 2004-01-05  Simon Josefsson  <jas@extundo.com>
26171
26172         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26173         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26174         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26175         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26176         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26177         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26178         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26179         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26180         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26181         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26182         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26183         string-xor into ntlm-string-xor.
26184         Suggested by Jesper Harder <harder@myrealbox.com>.
26185
26186         * ntlm.el: Don't include poem.
26187
26188         * md4.el (print-int32, print-string-hexa): Remove.
26189         Suggested by Jesper Harder <harder@myrealbox.com>.
26190
26191         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26192
26193         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26194         probably breaks emacs with DL patch, but do we care? Is anyone
26195         still using the DL stuff?)
26196
26197         * sieve-manage.el: Use the password package.
26198         (sieve-manage-read-passwd): Remove.
26199         (sieve-manage-interactive-login): Use password.  Re-add
26200         condition-case around loop.
26201
26202         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26203         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26204         Use the password package.
26205
26206 2003-02-19  Simon Josefsson  <jas@extundo.com>
26207
26208         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26209         token.
26210
26211 2002-08-07  Simon Josefsson  <jas@extundo.com>
26212
26213         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26214         (sieve-manage-authenticators):
26215         (sieve-manage-authenticator-alist): Add some SASL mechs.
26216         (sieve-sasl-auth): New function.
26217         (sieve-manage-cram-md5-auth):
26218         (sieve-manage-plain-auth): Rewrite using SASL library.
26219         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26220         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26221         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26222         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26223
26224 2004-01-05  Simon Josefsson  <jas@extundo.com>
26225
26226         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26227         New files.
26228
26229 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26230
26231         * gnus-group.el (gnus-no-groups-message): Update.
26232
26233         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26234
26235 2003-11-09  Simon Josefsson  <jas@extundo.com>
26236
26237         * imap.el: Support for ID IMAP extension (RFC 2971).
26238         (imap-local-variables): Add imap-id.
26239         (imap-id): New variable.
26240         (imap-id): New function.
26241         (imap-parse-response): Parse untagged ID response.
26242         * nnimap.el (nnimap-id): New variable.
26243         (nnimap-open-connection): Use it.
26244
26245 2003-12-28  Simon Josefsson  <jas@extundo.com>
26246
26247         * gnus-score.el (gnus-score-edit-all-score): New.
26248         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26249
26250 2004-01-04  Simon Josefsson  <jas@extundo.com>
26251
26252         * password.el: Add.
26253
26254 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26255
26256         * dns.el (dns-query-types): Fix typo.
26257         (dns-query-types): New function.
26258         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26259         PTR and SOA replies, see RFC 1035.
26260
26261 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26262
26263         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26264
26265         * Move to Changelog.2.
26266
26267 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26268
26269         * gnus.el (gnus-version-number): Bump version.
26270
26271 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26272
26273         * gnus.el: No Gnus v0.1 is released.
26274
26275 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26276
26277         * gnus.el: No Gnus v0.0 is released.
26278
26279 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26280
26281         * gnus.el (gnus-version-number): Bump.
26282         (gnus-version): No.
26283
26284 See ChangeLog.2 for earlier changes.
26285
26286   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26287
26288   This file is part of GNU Emacs.
26289
26290   GNU Emacs is free software: you can redistribute it and/or modify
26291   it under the terms of the GNU General Public License as published by
26292   the Free Software Foundation, either version 3 of the License, or
26293   (at your option) any later version.
26294
26295   GNU Emacs is distributed in the hope that it will be useful,
26296   but WITHOUT ANY WARRANTY; without even the implied warranty of
26297   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26298   GNU General Public License for more details.
26299
26300   You should have received a copy of the GNU General Public License
26301   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26302
26303 ;; Local Variables:
26304 ;; coding: utf-8
26305 ;; fill-column: 79
26306 ;; add-log-time-zone-rule: t
26307 ;; End: